body {
	margin: 0px;
	background-color: #D8DCDD;
}
#pageSurround {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../styleImages/back1.jpg);
}
#subSurround {
	border: 1px solid #D9D9D9;
	background-color: #FAFAFA;
}
#topHeader {
	text-align: right;
	height: 62px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-color: #FFFFFF;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0072BC;
	width: 155px;
	height: 20px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #dddbdb;
	border-right: 1px solid #dddbdb;
	border-bottom: 1px solid #dddbdb;
	background-color: #F1F1F1;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 25px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 620px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	padding-right: 15px;
	right: 10px;
	float: right;
}
.boxContent {
	border-top: 1px solid #dddbdb;
	border-right: 1px solid #dddbdb;
	border-bottom: 1px solid #dddbdb;
	border-left: 1px solid #dddbdb;
	padding: 3px;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	background-color: #F1F1F1;
	margin-bottom: 5px;
}
.boxContent a {
    color: #000000;
	text-decoration: none;
}

.boxContent a:hover {
   text-decoration: none;
	color: #FF4400;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 25px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 700px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #D9D9D9;
	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 #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}