body {
	margin: 5px;
	background-color: #1D3B6B	/*#6B6448*/;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 780px;
	margin: 0px auto;
	padding: 10px;
	/*border: 1px solid #333;*/
	background-color: #FFFFFF;
}

#top { text-align: right; margin-bottom: 5px; padding: 3px;
	/*background-image: url(../styleImages/backgrounds/topHeader.jpg);*/
	background: #FEE888;
	/*border-bottom: 1px solid #000000;*/
}

#info-left {	padding: 5px; font: normal 0.8em Arial, Helvetica, Verdana, sans-serif; text-align: left; }
#info-right { float: right;	padding: 0px; text-align: left; font: bold 0.8em Arial, Helvetica, Verdana, sans-serif; }


#header { margin: 0px; height: 200px; background: #FFF url('../styleImages/header.jpg') top right no-repeat; }

/* Shopping Cart */
.boxTitleCart { clear: both; margin: 10px 0 0 0; padding: 5px; width: 175px; font: bold 0.8em Arial, Helvetica, Verdana, sans-serif; letter-spacing: -0.005em; height: 20px;
	color: #FEE888; background: #E96500; }
.boxCart { width: 175px; padding: 9px 5px 10px 5px; background: #EDE8D5; }
/* End -- Shopping Cart */

.boxTitleLeft { clear: both; margin: 10px 0 0 0; padding: 5px; width: 175px; font: bold 0.8em Arial, Helvetica, Verdana, sans-serif;  letter-spacing: -0.005em; /*text-transform: uppercase;*/
	color: #E96500; background: #FEE888; height: 20px; }
.boxTitleLeft img { float: right; padding-left: 1px; }
.boxTitleLeft h1 { float: left; margin: 0; padding: 5px 0 0 10px; color: #272727; font-size: 11px; }

.boxTitleLeftCat, .boxTitleRightCat { clear: both; margin: 10px 0 6px 0; width: 100%; background: #99CC00 url('../styleImages/menu_left_cat.gif') no-repeat left top; font-weight: bold; height: 20px; }
.boxTitleLeftCat img, .boxTitleRightCat img { float: right; padding-left: 1px; }
.boxTitleLeftCat h1, .boxTitleRightCat h1 { float: left; margin: 0; padding: 3px 0 0 12px; color: #fff; font-size: 11px; }

.boxContentLeft { width: 173px; padding: 9px 5px 10px 5px; background: #FFF; border: solid 1px #FEE888; }

.categories a { border-bottom: 1px #EDEDED solid; padding: 4px 4px 4px 14px; display: block; color: #626262;  font-size: 11px; font-weight: bold; text-decoration: none; background:  url('../styleImages/cat_arrow.gif') no-repeat left; }
	.categories a:hover { background: #FAFAFA url('../styleImages/cat_arrow_hover.gif') no-repeat left; color: #FB0000; text-decoration: none; }
	
.SiteDocs a { width: 170px; padding: 5px 5px 5px 10px;  display: block; background: #EE0000; border-bottom: 1px #EDEDED solid;
	font-size: 11px; font-weight: bold; text-decoration: none; background:  url('../styleImages/cat_arrow.gif') no-repeat left;}
	
	
.colLeft {
	position: relative;
	left: 0px;
	width: 180px; 
	padding: 0;
	float: left;
}
.colMid { 
	padding: 10px;
	width: 565px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	/*border-top: 1px solid #A8B4B0;
	border-right: 1px solid #5E85CF;
	border-bottom: 1px solid #5E85CF;
	border-left: 1px solid #5E85CF;*/
	padding: 3px;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 15px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-right: 10px;
	float: left;
}
.colMainCheckout { margin: 20px 5px 10px 5px;
	position: relative;
	width: 560px;
	float: right;
}
/* END CHECK OUT PAGES */

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	margin: 5px 0 20px 0;
	padding: 3px;
	background-color: #E0F0FF;
	text-align: center;
	/*border: 1px solid #C9CEFC;	*/
	float: left;
	width: 535px;
}
.subCat {	
	text-align: left;
	padding: 8px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 100px;
	height: 75px;
}



.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: center;
	width: 130px;
	height: 150px;
	border: solid 1px #EEE;
}

#footer { margin: 0; padding: 5px;  height: 160px; background: #EEE; }
	#footer-content { margin: 10px 0 0 210px; font: normal 12px Verdana, Arial, Helvetica, sans-serif; }
	#footer-content a { text-decoration: none; color: #003366; }
	#footer-content span{ font: normal 11px Verdana, Arial, Helvetica, sans-serif; }

a#hiddenlink, a#hiddenlink:hover {
	color: #000000;
	text-decoration:none;
	cursor: text;
	background:none;
}