body {
	margin: 5px;
	background:black url(../styleImages/backgrounds/pageBg.jpg) no-repeat fixed;
	color:white;
	background-position: top;
	font-family: Felix Titling, arial, helvetica, sans-serif;
}
#pageSurround {
	width: 98%;
	margin: 0px auto;
	padding: 5px;
}
#subSurround {
}
#topHeader {
	text-align: right;
	height: 200px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.lateProd {
	position:relative; 
	margin-top: 10px; 
	float: left; 
	text-align: center;
	height:160px;
}
.lateProdTitle {
	margin-top: 10px; 
	text-align: center; 
	width: 106px;
	height: 33px;
	//height:30px; 
	border: 1px solid #FF006E;
	border-top: #FF80FF;
	border-bottom: none;
	background-color: #FF006E;
	background-image: url(../styleImages/backgrounds/prodTitleBg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
.prodTitleBar {
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	
}
.lateProdContent {
	margin-top: 0px;
	text-align: center; 
	width: 106px; 
	height:125px; 
	border: 1px solid #FF006E; 
	border-top: none;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Felix Titling, Arial, Helvetica, sans-serif;
	font-size:90%;
	border:none;
	color: #FF006E;
	font-weight:bold;
	width: 195px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;

}
.colLeft {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 5px;
	padding-right: 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 98%;
	float: left;
	padding: 0px;
}
.colRight {
	position: relative;
	width: 200px; 
	padding-left: 5px;
	right: 5px;
	float: right;
}
.boxContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: white;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	vertical-align: bottom;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 390px;
}
#subCats image {
	width:175px;
}
#subCats img {
	width:175px;
	margin-top:5px;
}

.subCat {	
	text-align: center;
	padding:0px;
	float: left;
	width: 190px;
	height:340px;
	border: 1px solid #303030;

}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}