body {
	margin: 0px;
	background: #57604b url(../styleImages/backgrounds/pageBg.jpg) repeat-y center;
}
#pageSurround {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}
#subSurround {
}
#topHeader {
	text-align: right;
	height: 147px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
}
#siteDocsBar {
	padding: 0px 15px 0px 15px;
	background:#000000;
	height:31px;
}
#loginBar {
	padding: 0px 15px 0px 15px;
	background:#686868;
	height:31px;
	margin-bottom:20px;
}
.boxTitleLeft, .boxTitleRight {
	margin-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 140px;
	height: 15px;
	padding-left: 20px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #7c7c7c;
	background-color: #cccccc;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 31px;
	padding-right: 32px;
	float: left;
}
.colMid {
	position: relative;
	width: 503px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 32px;
	padding-right: 32px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #8a8a8a;
	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;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #686868;
	margin: 0px;
	padding: 3px;
	overflow:hidden;
	width: 480px;
	min-height:140px;
	height: expression(this.height > 140 ? 140: true);
}
.subCat {	
	text-align: center;
	float:left;
	padding: 2px;
	float: left;
	width: 110px;
	height: 140px;
	vertical-align:bottom;
}
.subCat img {
	max-width:100px;
	width: expression(this.width > 100 ? 100: true);
}
.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;
	width: 131px;
	height: 150px;
	border: 3px solid #e8e8e8;
	padding: 3px;
}

.notify {
	background:#DCF4D5;
	border: 1px solid #BEEBB1;
	color: #367E50;
	padding: 8px;
	text-align:center;
}

.notify p a {
	color:#367E50;
	text-decoration:underline;
}

.notify p a:hover {
	color:#000000;
	text-decoration:underline;
}
