body {
	margin: 5px;
	background-color: #FFFF00;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 768px;
	margin: 0px auto;
	padding: 5px;
	border: 1px none #000000;
}
#subSurround {
	border: 1px none #FF0000;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
}
#topHeader {
	text-align: right;
	height: 285px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	width: 768px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.searchForm {
	background-image: url(../styleImages/search.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	color: #000000;
}
.boxTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../styleImages/navigation.jpg);
	height: 31px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CC0000;
	background-repeat: repeat-y;
}

.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../styleImages/navigation.jpg);
	height: 31px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CC0000;
	background-repeat: repeat-y;
	width: 176px;
}
.boxContentLeft, .boxContentRight {
	background-color: #3366FF;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 176px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #0E51A3;
	border-bottom-color: #0E51A3;
	border-left-color: #0E51A3;
	padding-left: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 181px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMid {
	position: relative;
	width: 406px;
	float: left;
}
.colRight {
	padding-left: 0px;
	right: 12px;
	float: right;
}
.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	background-color: #666666;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A8B4B0;
	border-right-color: #5E85CF;
	border-bottom-color: #5E85CF;
	border-left-color: #5E85CF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	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: #666666;
	text-align: center;
	border: 1px none #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}