@charset "utf-8";
body {
	margin: 0px;
	margin-bottom: 55px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#header {
	width: 607px;
	margin:0 auto;
	padding-left: 150px;
	margin-top: 70px;
	position: relative;
}
#neon-night-lights h1 span, #subheading h2, #welcome span, #crafters span, #homebusiness span, #promotional span, #request-more-info span, #paypal span {
	display: none;
}
#neon-night-lights h1 {
	background-image: url(/images/neon-night-lights.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 565px;
	display: block;
	margin: 0; padding: 0;
}
#subheading {
	background-image: url(/images/description.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 568px;	
}
#details {
	margin-top: 10px;
}
#details ul {
	margin: 0;
	margin-left: 8px;
	padding: 0;
	list-style-image: url(/images/lightbulb.png);
}
#content {
	color: #000;
	width: 757px;
	margin:0 auto;
	margin-top: 195px;
	padding:5px;
	background-image: url(/images/bg-white.png);
}
#welcome, #crafters, #homebusiness, #promotional {
	background-image: url(/images/welcome.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 629px;
	display: block;
	margin: 0; padding: 0;
}
#crafters {
	background-image: url(/images/crafters.png);
	height: 16px;
	width: 60px;
}
#homebusiness {
	background-image: url(/images/home-business.png);
	height: 16px;
	width: 266px;
}
#promotional {
	background-image: url(/images/promotional.png);
	height: 22px;
	width: 237px;
}
#request-more-info, #paypal {
	display: block;
	height: 39px;
	width: 197px;
	background: url(/images/request-more-information.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float:left;
}
#request-more-info:hover, #paypal:hover {
	background-position: 0px -39px;
}
#paypal {
	background: url(/images/pay-through-paypal.png);
}
a, a:active {
  outline: 0;
}
#contact {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 298px;
}
#contact a {
	color: #ddd;
}
.photos img {
	border: 1px solid #000;
}
#caption {
	color: black;
}

