body {
	margin: 0px;
	background-color: #FCF9F9;

}
#pageSurround {
	width: 780px;
	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#subSurround {

}
#topHeader {
	height: 110px;
	padding-right: 9px;
	padding-top: 0px;
	background-color: #B52831;
	background-image: url(../styleImages/header.jpg);
}

#topHeader3 {
	height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #DEDBDE;
	border-bottom: 1px solid #BDBABD;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	background-color:#B61026;
	color: #ffffff;
	height:20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
}
.boxContentLeft, .boxContentRight {
	background-color: #F3F3F3;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family:Verdana;
	font-size:9px;
	text-transform:uppercase;
	color:#474747;
	text-decoration:none;
}

.boxContentLeft, .boxContentRight A:Link {
	font-family:Verdana;
	font-size:9px;
	text-transform:uppercase;
	color:#474747;
	text-decoration:none;
}

.boxContentLeft, .boxContentRight A:Visited {
	font-family:Verdana;
	font-size:9px;
	text-transform:uppercase;
	color:#474747;
	text-decoration:none;
}

.boxContentLeft, .boxContentRight A:Hover {
	font-family:Verdana;
	font-size:9px;
	text-transform:uppercase;
	color:#B62931;
	text-decoration:none;
}

.colLeft {
	position: relative;
	left: 0px;
	width: 171px; 
	padding-right: 7px;
	float: left;
}
.colMid {
	position: relative;
	width: 598px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 171px; 
	padding-right: 7px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 598px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #DEDBDE;
	border-bottom: 1px solid #BDBABD;
	text-align:center;
	margin-top: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.prodInfo {
	font-weight: bold;
	font-size: 80%;
	color: #B62931;
	background-color: #F0F0F0;
	border: 1px solid #EFEBEF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
.prodDesc {
	background-color: #FFFFFF;
	border: 1px solid #EFEBEF;
	padding: 3px;	
}

.prodDesc2 {
	background-color: #F7F7F7;
	border: 1px solid #EFEBEF;
	padding: 5px;	
	font-size: 10px;

}


#subCats {
	background-color: #F7F7F7;
	border: 1px solid #EFEBEF;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px;
	float: left;
	width: 590px;
}
.subCat {	
	position : relative;
	text-align: center;
	padding: 8px;
	width: 120px;
	float: left;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}