body {
	background-image: url(../styleImages/backgrounds/page_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right; 
	background-color: #F1F1F1;
	margin:0px;
}
#interior {
	background-image: url(../styleImages/backgrounds/interior_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left; 
}
#pageSurround {
	width: 790px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	border:1px solid #C0C0C0;
	background-color: #FFFFFF;
}
#topHeader {
	background-image: url(../styleImages/backgrounds/topHeader.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 175px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 25px;	
}
#topNav {
	height:25px; 
	padding-top: 5px;
	background-color: #000000;
}
#topCat {
	height:25px; 
	padding-top: 5px;
	background-color: #FF99CC;
}
#headLeft {
	position: relative;
	left: 0px;
	width:275px; 
	padding-left: 10px;
	padding-right: 5px;
	float: left;
}

#headRight {
	position: relative;
	left: 0px;
	width: 325px; 
	padding-left: 9px;
	padding-right: 9px;
	float: right;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold; 
	color:#000000;
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 6px;
}
.boxContentLeft, .boxContentRight {
	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 {
	padding: 3px;
	font-family: Verdana;
	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: #808080; 
	background: #000000;  
	margin: 0; 
	padding-top: 7px;  
	border-bottom: 3px solid #404040;
	height: 20px;

}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
	float: left;
	width:585px;
}
.subCat {	
	text-align: center;
	padding: 3px;
	float: left;
	width: 180px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.topCats {
	text-align: center;
	height: 25px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background: #FF99CC;
	padding-top: 5px;
}

.tabBox {
	background-color: #FFFFFF;
	border-top:1px solid #C0C0C0
}

