html, body {
	background: url(images/bg.jpg) repeat-x top #353942;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#wrapper {
	width:790px;
	margin:0 auto;
	}
	
/* header and nav */
#header {
	width:790px;
	}
#movie {
	width:790px;
	text-align:right;
	}
#hozgreybar {
	width:790px;
	height:31px;
	background:url(images/hozgreybar.jpg) no-repeat right;
	}
	
/* page content */
#content {
	width:790px;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
#content h2 {
}
#content h4 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#contenttop {
	width:790px;
	height:10px;
	background:url(images/contenttop.jpg) no-repeat bottom right;	
	margin: 0px;
	}
#contentbody {	
	width: 790px;
	background:url(images/contentbody.jpg) repeat-y right;
	}
#contenttop2 {
	width:790px;
	background:url(images/contenttop.jpg) no-repeat bottom right;	
		margin: 0px;
	}
#contentbody2 {	
	width: 790px;
	background:url(images/contentbody.jpg) repeat-y right;
	}
#contentbot {
	width:790px;
	height:6px;
	background:url(images/contentbot.jpg) no-repeat top right;
	}
#content-container {
	width:760px;
	padding:10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	}
#content-container2 {
	width:760px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	}	
/* footer */
#footbar {
	width:790px;
	height:24px;
	background:url(images/foot.jpg) no-repeat top right;
	}
#footer {
	width:790px;
	margin-left:20px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

/* homepage content table */

#hp-bodycols {
	width:575px;
	margin:0 0 0 5px;
	}
#catcol {
	width:180px;
	background-color:#5E5E5E;
	}
#contentcol {
	width:440px;
	padding:20px 10px 0 20px;
	}
#contentcol p {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.5em;
	}
.homecatstitle, .homecatstitle h2 {
	text-align:center;
	font-size:12px;
	}

/* product divs */

#product-container {
	border:1px solid #A0A0A0;
	background:#F3F3F3;
	padding:10px;
	width: 555px;
	}
product-container img {
	border:1px solid #E2E2E2;
	padding:0;
	}
#product-container-white {
	border:1px solid #A0A0A0;
	background:#FFFFFF;
	padding:10px;
	}
#product-category {
	width:700px;
	margin:0 auto;
	border:1px solid #A0A0A0;
	background:#F7F7F7;
	}
#productcat-header {
	width:692px;
	height: 25px;
	background: #A0A0A0;
	color:#FFFFFF;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:4px 0 0 8px;
	}

/* product documents */

.productdocuments  {	
	padding:4px 5px 4px 23px;
	background:url(images/bullet-pdf-hover.png) top left no-repeat #565656;
	border:1px solid #E8E8E8;
	color:#333333;
	text-decoration:none;
	color:#FFFFFF;
	}
.productdocuments:hover  {
	padding:4px 5px 4px 23px;
	background:url(images/bullet-pdf.png) top left no-repeat;
	border:1px solid #E8E8E8;
	color:#333333;
	text-decoration:none;
	}

/* mopics thumbs */

#mopics-thumbs {
	display:block;
	float:right;
	width:300px;
	}
#mopics-innerwrap {
	margin:auto 0;
	}
	
/* also purchased */
.alsopur-link {
	margin-top:5px;
	}

/* Sitemap UL */
ul.sitemap {
color: #333333;
}

/* extended warranty page */
#extendedwarrantytable {
	background:#fff;
	border:1px solid #A0A0A0;
	}
.productreg-complete {
	border:1px solid #00CC6A;
	background:#DEEEE3;
	padding:10px;
	}

/* product_info.php alternative product box */
.outofstock {
	display:block;
	width:95%;
	padding:10px;
	border:1px solid #D1D1C1;
	background:#FCFCFC;
	font:12px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
.outofstock strong {
	padding:4px 0 4px 0;
	font:bold 14px;
	color:#990000;
	xcolor:#565656;
	}
.outofstock a {
	text-decoration:underline;
	}
.outofstock a:hover {
	text-decoration:none;
	}
a.prodlist-fulldetails {
	display:block;
	text-decoration:underline;
	margin:-10px 0 10px 0;
	font-style:italic;
	}
.catdesc {
	width:555px;
	padding:10px 0 10px 0;
	line-height:15px;
	}