body {
	margin: 0px;
	background-color: #7685BE;
}
#lol {
		background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:865px;
		margin: 0px auto;
}
#pageSurround {
	width: 865px;
	margin: 0px auto;
}
#footer {
	background: url(../styleImages/footer.jpg) no-repeat;
	width:1000px;
	margin:-20px auto;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding-top:30px;
	padding-bottom:5px;
	text-align:center;
}
#footer a { color:#FFFFFF; }
#subSurround {
}
#topHeader {
	text-align: right;
	height: 93px;
	padding-right: 0px;	
	background: url(../styleImages/backgrounds/topHeader.jpg);
}
#topHeader2 {
	text-align: right;
	height: 215px;
	padding-right: 0px;	
	background: url(../styleImages/backgrounds/topHeader2.jpg);
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #505050;
	height: 15px;
	font-weight:bold;
	padding-left: 0px;
}
.boxContentLeft, .boxContentRight {
	padding:10px;
	margin-bottom: 10px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 211px; 
	padding:10px;
	float: left;
}
.colMid {
	background: url(../styleImages/backgrounds/contentBg.jpg) top right no-repeat;
	position: relative;
	width: 634px;
	float: left;
}
.boxContent {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #7c7c7c;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 634px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:right;
	margin-right:10px;
	padding-top: 73px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;

	margin: 0px;
	padding: 3px;
	float: left;
	width: 620px;
}

.subCat {	
	text-align: center;
	padding: 10px;
	float: left;
	width: 130px;
	height: 80px;
}
.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;
	padding: 10px;
	font-size:10px;
	width: 121px;
	height: 120px;
}

.popularProd {
	float: left;
	text-align: center;
	font-size:12px;
	width: 100px;
	padding-left:20px;
	padding-right:20px;
	height: 120px;
	color:#FFFFFF;
}
.popularProdImg {
	behavior: url(iepngfix.htc);
	background: url("../styleImages/backgrounds/popularProd_bg.png") top center no-repeat;
	height:100px;
	vertical-align:middle;
}	
