body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#pageSurround {
	width: 1000px;
	margin: 0px auto;
}
#topHeader {
	text-align: right;
	height: 196px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;	
}
#topLogo {
	background-image:url(../styleImages/backgrounds/topLogo.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	height: 153px;
	text-align: left;
	width: 282px;
}
#topTitle {
	margin-top: 5px;
	margin-left: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
#topPicture {
	width: 265px;
	height: 153px;
	background-image: url(../styleImages/backgrounds/topPicture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;	
}
#boxContentTopCheckOut {
	background-image: url(../styleImages/backgrounds/midBoxTitleCheckOut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#boxContentTop {
	background-image: url(../styleImages/backgrounds/midBoxTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#boxContentTopTitle, #boxContentTopCheckOutTitle {
	line-height: 37px;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;	
}

.boxTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #2a89db;
	/* background-image: url(../styleImages/backgrounds/leftBoxTitle.jpg); */
	height: 37px;
	padding-left: 5px;
	line-height: 37px;
}
.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #031074;
	/* background-image: url(../styleImages/backgrounds/rightBoxTitle.jpg); */
	background-color:#C0C0C0;
	height: 37px;
	padding-left: 5px;
	line-height: 37px;
}
.boxContentLeft, .boxContentRight {
	background-color: #EBEDFE;
	padding: 10px;
	background-image: url(../styleImages/backgrounds/boxContentSide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 210px; 
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 570px;
	float: left;
}
.colRight {
	position: relative;
	width: 210px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 210px; 
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 785px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
.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: 131px;
	height: 200px;
}
