body {
	margin: 5px;
	background-color: #404040;
	background-position: top;
}
#pageSurround {
	width: 98%;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #9f9f9f;
}
#subSurround {
	border: 1px solid #000000;
	background-repeat: repeat-x;
        background-color: #404040;
	background-position: bottom;
}
#topHeader {
	text-align: right;
	height: 116px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background: #3b3b3b url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000000;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #c0c0c0;
	background-color: #656565;
	width: 203px;
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
}
.boxContentLeft, .boxContentRight {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #9f9f9f;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
}
.colMid {
	width: 98%;
}
.colRight {
	width: 160px; 
	padding-left: 5px;
}
.boxContent {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #3b3b3b;
	background-color: #9f9f9f;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float:left;
}
.colMainCheckout {
	width: 600px;
}

/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #9F9F9F;
	text-align: center;
	border: 1px solid #000000;
	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;
}