body {
	margin: 0px;
	background-color: #D2D4D2;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg2.jpg);
	background-repeat: repeat;
}
#bg {
	width: 100%;
	height: 385px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../styleImages/backgrounds/pageBg.jpg) repeat-x;
} 
#pageSurround {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	position: relative;
}
#topHeader {
	height: 131px;
	background: url(../styleImages/backgrounds/headerBg2.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#footer {
	background: #F15D07;
	border-top: 6px solid #FF9930;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 6px 20px;
	color: #FFFFFF;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #999999;
	letter-spacing: -1px;
	text-transform: lowercase;
}
.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 560px;
	float: left;
}
.colRight {
	position: relative;
	width: 200px; 
	padding-left: 5px;
	padding-right: 10px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 768px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:left;
	background: #999999;
	padding-left: 10px;
	height: 26px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.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: 125px;
	height: 170px;
	font-size: 75%;
}