body {
	margin: 5px;
	background-color: none;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.JPG);
	background-repeat: repeat-all;
	background-position: top;
}
#pageSurround {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #ffffff;
}
#subSurround {
	border: none;
	background-image: none;
	background-repeat: repeat-all;
	background-position: bottom;
	background-color: #FFFFFF;
}
#topHeader {
	text-align: right;
	height: 200px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.JPG);
	border-bottom: none;

}
.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #09347C;
	background-image: none;
	width: 180px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
}
.boxContentLeft, .boxContentRight {
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 2px solid #AEDFE4;
	float: left;
}
.colMid {
	position: relative;
	width: 560px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;

}
.colRight {
	position: relative;
	width: 200px; 
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 30px;
	border-top: 0px solid #AEDFE4;
	border-bottom: 0px solid #AEDFE4;
	border-left: 2px solid #AEDFE4;
	float: right;
}
.boxContent {
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	margin-bottom: 3px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 2px solid #AEDFE4;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 720px;
	padding-left: 9px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 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: 1px;
	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: 131px;
	height: 120px;
}
#categoriesBox li {
/*	list-style: none;	*/
/*	font-size: 80%;	*/
}
#categoriesBox li.top {
	margin-top: 0px;
}
#categoriesBox li.top a {
	text-decoration: none;
	font-weight: bold;
}
#categoriesBox li.sub {
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 18px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#categoriesBox li.sub a {
	text-decoration: none;
}
.athemes:hover {
	color: #FC8144;
}
