body {
	background-color: #181010;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
}
#header {
	width:100%;
	height:161px;
	margin:0;
	text-align:left;
}
#logo {
	width:251px;
	height:102px;
	background-image: url(../styleImages/backgrounds/logo.gif);
	position:absolute;
	top:10px;
	z-index:6;
	margin-left:20%;
}
#pageSurround {
	width: 950px;
	margin: 0px auto;
	padding-bottom: 1px;
}
#content {
	float: left; 
	overflow: hidden;
	position:relative;
	z-index:1;
	margin-top:-13px;
}
#topHeader {
	text-align: right;
	height: 124px;
	width:100%;
	background-image: url(../styleImages/backgrounds/headbg.gif);	
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:4;
}
#ribbon {
	position:absolute;
	top: 45px;
	right:0;
	left:0;
	z-index:5;
	background-image: url(../styleImages/backgrounds/ribbon.jpg);
	height:31px;
	width:100%;
}
.nav {
	height:30px;
	padding-top:2px;
	width:100%;
	background-image: url(../styleImages/backgrounds/navbg.gif);
	position:absolute;
	top:124px;
	left:0;
	right:0;
	z-index:3;
}
.nava {
	position:relative;
	background:left no-repeat url(../styleImages/backgrounds/navspace.gif);
	height:27px;
	font-size:12px;
	padding: 5px 8px 0 23px;				
}
#navshadow {
	height:5px;
	width:100%;
	background-image: url(../styleImages/backgrounds/shadowscb.gif);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position:absolute;
	top:156px;
	left:0;
	right:0;
	z-index:2;
}
#footshadow {
	height:5px;
	width:950px;
	background-image: url(../styleImages/backgrounds/shadowscb.gif);
}
.clear{
	clear: both; 
	padding-top: 10px;
}
.floatright {
	float:right;
	padding:3px;
}
.corners
{
display: block;     /* Force it to have a width and height */
float: left;        /* Make the width no wider than the image */
position: relative; /* Yes, you CAN mix floats and positioning! */
}

.corners b
{
height: 100%;       /* Make the corner-positioning blocks the same size */
width: 100%;        /*                           as the enclosing block */
}

.corners .tl
{
background: url(../styleImages/backgrounds/cornertl.gif) no-repeat left top;
position: absolute;
top:0;
left:0;
margin-top:-1px;
margin-left:-1px;
}

.corners .tr
{
background: url(../styleImages/backgrounds/cornertr.gif) no-repeat right top;
position: absolute;
top:0;
right:0;
margin-top:-1px;
margin-right:-1px;
}

.corners .bl
{
background: url(../styleImages/backgrounds/cornerll.gif) no-repeat left bottom;
position: absolute;
bottom:0;
left:0;
margin-bottom:-2px;
margin-left:-2px;
}

.corners .br
{
background: url(../styleImages/backgrounds/cornerlr.gif) no-repeat right bottom;
position: absolute;
bottom:0;
right:0;
margin-bottom:-2px;
margin-right:-3px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align:center;
	padding-top:5px;
	width:145px;
	height:30px;
	background-image: url(../styleImages/backgrounds/sidebarlabel.gif);
	background-repeat:no-repeat;
}
.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 145px; 
	height:100%;
	float: left;
	margin-top:-10px;
	padding: 20px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-image: url(../styleImages/backgrounds/sidebarbg.gif);
}
.colMid {
	position: relative;
	width: 700px;
	height:100%;
	float: right;
	margin-top:-10px;
	padding: 20px 30px 0 30px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-image:url(../styleImages/backgrounds/contentbg.gif);
}
.colshadow {
	position: relative;
	left: 0px;
	width: 5px; 
	height:100%;
	float: left;
	margin-top:-10px;
	padding-top:20px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-image: url(../styleImages/backgrounds/shadowsr.gif);
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
}
#prodinfo {
	width: 40%;
	float:right;
}
.txtContentTitle {
	background-image: url(../styleImages/backgrounds/contentlabel.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:441px;
	height:51px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #928057;
	margin: 0px auto;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 145px; 
	height:100%;
	float: left;
	margin-top:-10px;
	padding: 20px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-image: url(../styleImages/backgrounds/sidebarbg.gif);
}
.colMainCheckout {
	position: relative;
	width: 700px;
	height:100%;
	float: right;
	margin-top:-10px;
	padding: 20px 30px 0 30px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-image:url(../styleImages/backgrounds/contentbg.gif);
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
#footer {
	width: 950px;
	height:50px;
	padding-top:10px;
	margin: 0px auto;
	text-align:center;
	background-image:url(../styleImages/backgrounds/footerbg.gif);
}
