html, body {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px;
	background-color: #202020;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#pageSurround {
	width: 805px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #000000;
}
#subSurround {
	border: 1px solid #5C84CE;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
	width:800px;
}
#topHeader {
	text-align: right;
	width: 800px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	border-bottom: 1px solid #000000;
	background-repeat: no-repeat;
}
#navTable {
	margin-top: 0px;
	background-repeat:no-repeat;
	height: 270px;
}
#contentTable {
	margin-top: -100px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 155px;
	height: 20px;
	padding-left: 5px;
	padding-top: 1px;
	font-weight: bolder;
}
.boxContentLeft, .boxContentRight {
	border-left: 2px solid #0E51A3;
	border-right: 2px solid #0E51A3;
	border-bottom: 2px solid #0E51A3;
	background-color: #000000;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 398px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #000000;
	margin-bottom: 5px;
	width: 450px;
	color: #CCCCCC;
}
/* 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: #000000;
	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: 110px;
	height: auto;
}
