body {
	margin: 0px;
	background-color: #7D7D7D;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333333;
	border-top: 0px;
	background-color: #0C3321;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: right;
	height: 70px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;	
}
#topHeaderIndexLink {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 430px;
	height: 75px;
}
#topHeaderViewcart {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	width: 150px;
	height: 70px;
}
#topNav {
	height: 50px;
	margin: 5px auto;
	text-align: center;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	/*background-color: #031074;*/
	background-color: #333333;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 20px;
/*	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	border: 1px solid #7A7A7A;
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #7A7A7A;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #7A7A7A;
/*	margin-bottom: 10px;*/
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: large;
	line-height: 1.1em;
}
.boxContentRight img {
	padding-left: 0px;
}
.boxContentLast {
	border-bottom: 1px solid #505050;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 560px;
/*	width: 550px; left column active*/
	/*width: 403px; both columns active*/
	float: left;
	padding-left: 10px;
}
.colRight {
	position: relative;
	width: 160px; 
/*	padding-left: 5px; both columns active*/
	padding-right: 10px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-right: 2px solid #7A7A7A;
	border-bottom: 2px solid #333333;
}
/* CHECKOUT PAGES */
/*.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	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: #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: 180px;
	padding-top: 14px;
	padding-bottom: 6px;
	margin: 1px;
}
.latestProds:hover {
	background-color: #CCCCCC
					/*#EEE9E5*/;
}
.catBoxes {
	float: left;
	text-align: center;
	width: 180px;
	padding-top: 14px;
	padding-bottom: 6px;
	margin: 1px;
/*	height: 250px;
	padding-top: 14px;*/
}
.catBoxes:hover {
	background-color: #CCCCCC
					/*#EEE9E5*/;
}