body {
	margin: 5px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 790px;
	margin: 0px auto;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: left top;
}
#topHeader {
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 60px;
	margin-bottom: 0px;
	padding-top: 68px;
	padding-right: 5px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #FF99CC;
	background-repeat: no-repeat;
	height: 18px;
	border-style: groove;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 27px;
	padding-top: 6px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	padding-left: 10px;
	width: 165px; 
	padding-right: 10px;
	padding-top:10px;
	float: left;
}
.colMid {
	position: relative;
	width: 585px;
	padding-top:10px;
	float: left;
}
.colRight {
	position: relative;
}
.boxContent {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Verdana;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.catboxcontent {
	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: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	font-family: Verdana;
	font-size:12px;
	text-transform:uppercase;
	color: #FFFFFF; 
	background: #808080;  
	margin: 0; 
	padding-top: 7px;  
	border-bottom: 3px solid #FF99CC;
	height: 20px;

}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}