body {
	margin: 5px;
	background-color: #A5A5A5;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);

	/* old setting: background-repeat: repeat-x; */
	background-repeat: repeat /* new setting */
	background-position: top;
}
#pageSurround {
	/*old width: 748px; */

	width: 723px;
	margin: 0px auto;

	padding: 5px;

	border: 2px solid #333333;

	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);

	background-repeat: no-repeat;
	
	/* background-position: left top;	 */

}
#topHeader {
	/* border: 2px solid #000000; */

	text-align: right;
	/* old setting height: 36px; */
	height: 50px;

	/* margin-bottom: 20px; */
	/* margin-bottom: 0px; */

	margin-top: 12px; /* added */
	padding-right: 0px;

	/* old setting padding-top: 68px;	*/
	padding-top: 163px;	
	padding-bottom: 0px;

}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #864600;

	/* old setting:   background-color: #031074; */
	/* background-color: #FFB7CE; */
	/* background-image: url(../styleImages/backgrounds/boxTitleBg.gif); */

	height: 20px;

	/* border-top: 1px solid #000000; */
	/* border-left: 1px solid #000000; */
	/* border-right: 1px solid #000000; */

	padding-left: 5px; 

}
.boxContentLeft, .boxContentRight {
	/* border: 1px solid #000000; */

	/* old setting background-color: #EBEDFE; */
	background-color: #FFFFFF;

	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.colLeft {
	/* position: relative; */
	left: 0px;
	width: 160px; 

	/* old setting padding-left: 15px; */
	padding-left: 2px; /* new setting */

	float: left;
}
.colMid {
	position: relative;
	/* width: 403px; */
	width: 535px;
	float: left;
	padding-left: 15px;
}
.colRight {
	position: relative;
	/* old setting width: 160px;  */
	width: 0px; 

	/* old setting padding-left: 5px; */
	padding-left: 0px;

	right: 0px;
	float: right;
}
.boxContent { /* middle box content */
	/* border: 1px solid #000000;  */
	padding-left: 15px; 
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	/* old width: 568px; */
	width: 535px;

	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	/* border-bottom: 1px solid #000000; */
	/* border-top: 1px solid #000000; */
	text-align: left;
	margin-top: 5px;
	padding-left: 5px;

}
.pagination {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	border: 0px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	/* old width: 387px; */
	width: 515px;

}
.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;

	/* old width: 131px; */
	width: 150px;

	/* old height: 120px; */
	height: 150px;

	/* border-top: 1px solid #000000;  */
	/* border-left: 1px solid #000000;  */ 
	/* border-right: 1px solid #000000; */
	/* border-bottom: 1px solid #000000;  */
}