@charset "UTF-8";
/* CSS Document */
/* Written in 2009 by Jera Batten. Email jbatten@shopatron.com with questions */

body { background:#cca976 url(img/template_repeatable_bg.jpg) center 126px repeat; font-family:"Courier New", Courier, monospace; font-size:12px; color:#000; margin:0 auto; padding:0; }
#container { background:transparent url(img/header-bg.jpg) center top repeat-x; padding:0; margin:0; height:200px; }
#wrapper { width:1022px; padding:0; margin:0 auto; position:relative; }
.content { width:1022px; height:768px; }
	.content img {  margin:0; }
.review-content { width:1022px; position:absolute; }
.review-content img {  margin:0; }
.review-copy { position:absolute; top:298px; left:0; margin:20px 0 0 197px; background:transparent url(img/paper-repeat.jpg) 0 0 repeat-y; width:820px; }
.paper-copy { margin:-90px 0 0 0; width:544px; padding:0 90px 0px 187px; position:relative; top:0; left:0; }
	.review-copy h1 { font-family:"Arial Black", Arial, Helvetica, sans-erif; font-weight:bold; font-size:18px; color:#e51b35; letter-spacing:.05em; padding:20px 0 10px 0; margin:0;  }
	.review-copy h2 { text-transform:lowercase; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#8f7650; padding:0; margin:0; }
	.review-copy p { font-weight:bold; font-size:14px; line-height:24px; letter-spacing:-1px; }
#nav2 { list-style-type:none; margin:-15px 30px 10px 0; padding:10px 0 0 0; text-align:right; }
	#nav2 li { display:inline; padding:0 25px; margin:0;  font-family:"Courier New", Courier, monospace; font-weight:bold; }
		#nav2 li a:link { color:#755f4a; text-decoration:none; }
		#nav2 li a:visited { color:#796341; text-decoration:none; }
		#nav2 li a:active { color:#ff0000; text-decoration:none; }
		#nav2 li a:hover { color:#664d35; text-decoration:none; }
.footer { text-align:right; padding:0 50px 10px 400px; font-weight:bold; margin:0; color:#FFCC99; font-family:Arial, Helvetica, sans-serif; font-size:11px; }

/* ROLLOVERS */
/* Rollovers are categorized by page > position. 1 being the left-most rollover. */
.rollover1 {
	position:absolute;
	top:53px;
	left:368px;
	height:87px;
	width:115px;
	margin:0;
	background:transparent url(img/scribble_hello.png) 0 -181px no-repeat;
	overflow:hidden;
	z-index:100;
}
	.rollover1:hover { background:url(img/scribble_hello.png) 0 0 no-repeat; }
.rollover2 {
	position:absolute;
	top:46px;
	left:498px;
	height:100px;
	width:134px;
	margin:0;
	background:transparent url(img/scribble_char.png) 0 -134px no-repeat;
	overflow:hidden;
	z-index:100;
}
	.rollover2:hover { background:url(img/scribble_char.png) 0 0 no-repeat; }
.rollover3 {
	position:absolute;
	top:42px;
	left:648px;
	height:91px;
	width:101px;
	margin:0;
	background:transparent url(img/scribble_peek.png) 0 -118px no-repeat;
	overflow:hidden;
	z-index:100;
}
	.rollover3:hover { background:url(img/scribble_peek.png) 0 0 no-repeat; }
.rollover4 {
	position:absolute;
	top:33px;
	left:749px;
	height:138px;
	width:109px;
	margin:0;
	background:transparent url(img/scribble_review.png) 0 -138px no-repeat;
	overflow:hidden;
	z-index:100;
}
	.rollover4:hover { background:url(img/scribble_review.png) 0 0 no-repeat; }
.buynow {
	z-index:100;
	position:absolute;
	top:46px;
	left:880px;
	height:95px;
	width:81px;
	margin:0;
	background:transparent url(img/rollover-buynow.jpg) 0 -95px no-repeat;
	overflow:hidden;
	z-index:100;
}
	.buynow:hover { background:url(img/rollover-buynow.jpg) 0 0 no-repeat; }

