/* COPYRIGHT - LUKE BROOKER - labrooker@gmail.com */
body {
	background: #000;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 0.8em;
	
}

#stripe {
	background: url(../images/bgstripe.gif) repeat fixed center;
	margin: 0;
}

#bgimage {
	background: url(../images/squarestripe.gif) repeat top;
	margin: 0;
}

#wrapper {
	margin: 20px auto 0px;
	padding: 0;
	width: 960px;
	background: url(../images/stripe.gif) fixed no-repeat top;
	height: 7300px;
	margin-bottom: 50px;
	/*
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

#sale {
	width: 960px;
	height: 196px;
	margin: 0;
	background: #000;
}

#sale h1 {
	width: 588px;
	height: 196px;
	margin: 0 auto;
	background: url(../images/saletop.png) repeat-x !important;
  background: url(../images/saletop.gif) repeat-x;
  text-indent: -9999px;
  background-color: #000;
}

h1 {
	font-size: 1.2em;
	font-weight:normal;
	text-decoration: underline;
	margin-bottom: 15px;
	text-align: center;
}

h2 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom: 15px;
}

.product {
	width: 960px;
	height: 420px;
	float: left;
	margin: 0 auto 1px; /* Gap for cross to show through*/
	padding: 100px 0;
	background: #000;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

.text {
	width: 260px;
	height: 416px;
	float: left;
	margin: 60px 0 20px 20px;
}

.text p {
	margin-top: 10px;
}

.text p.sale {
	color: red;
	font-size: 16px;
}

.text p.sale span.previous {
	text-decoration: line-through;
}

.paypal {
	margin: 0;
	width 230px;
}

.text .paypal input {
	margin: 5px 3px;
}

.pics {
	width: 670px;
	height: 416px;
	overflow: scroll;
	float: left;
	margin: 10px 0 10px 10px;
	overflow-y: hidden;
}

#footer {
	height: 200px;
}