body {
	margin: 5px;
	background-color: #19725E;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=Classic);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#subSurround {
	background-image:url(../styleImages/backgrounds/contentBg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #257D65;
}
#subheader {
	background-color:#2A826A;
	border-bottom:1px double #2A826A;
	border-top:1px double #FFFFCC;
	color:#FFFFFF;
	height:15px;
	margin-bottom:12px;
	padding:3px;
	text-align:right;
	}

#topHeader {
	background-image:url(../styleImages/backgrounds/topHeader.jpg);
	border-bottom:1px solid #257D65;
	height:116px;
	padding-right:9px;
	padding-top:0;
}
.boxTitleLeft, .boxTitleRight {
	background-image:url(../styleImages/backgrounds/boxTitleBg.gif);
	background-repeat:no-repeat;
	color:#2A826A;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	height:16px;
	padding:1px 3px 6px;
	width:155px;
}
.boxContentLeft, .boxContentRight { 
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:3px;
}

.colLeft {
	float:left;
	left:0;
	padding-left:9px;
	padding-right:5px;
	position:relative;
	width:160px;
}
.colMid {
	position: relative;
	width: 403px;
	float: left;
}
.colRight {
	float:right;
	padding-left:5px;
	position:relative;
	right:9px;
	width:160px;
	
}

.boxContent {
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:5px;
	padding:10px;
	
	}
/* CHECKOUT PAGES */
.colLeftCheckout {
	float: left;
	left:0;
	padding-left:9px;
	padding-right:10px;
	position:relative;
	width:160px;
}
.colMainCheckout {
	float:left;
	position:relative;
	width:558px;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 191px;
	height: 175px;
	float: left;
	overflow: hidden;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #FFF;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #29826B;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #29826B;
	color: #fff;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #29826B;
	border-right: 1px solid #29826B;
	border-bottom: 1px solid #29826B;
	border-top: 4px solid #29826B;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/