body {
	margin: 5px;
	background-color: #2C4657;

}
#pageSurround {
	width: 998px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#innerSurround {
	width: 986px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #257D65;
	background-image: url(../styleImages/backgrounds/innerBg.png);
	background-repeat:repeat-x;
	background-position:bottom;	
	background-color: #FFFFFF;
}
.topmenu {
	background-image: url(../styleImages/backgrounds/topmenu.png);
	background-repeat:repeat-x;
	height:28px;
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-top: 30px;	
}
.boxTitleLeft, .boxTitleRight {
	padding-top:5px;
	color: #375F7B;
	text-transform:capitalize;
	font-weight:bold;
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 13px;
}
.titlecapitals {
	color: #2A826A;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	height: 15px;
}
.dotted {
	border-top: 1px dotted #2A826A;
}

.boxtitles {
	color: #2A826A;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 15px;
}
.boxContentLeft, .boxContentRight {
	background-color: transparent;
	margin-bottom: 10px;
	margin-left:3px;
	margin-right:3px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 180px; 
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}
.colMid {
	position: relative;
	width: 588px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 12px;
	padding-right: 12px;
	float: right;
}
.boxContent {
	padding-top:10px;
	padding-left: 3px;
	padding-right: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 12px;
	padding-right: 15px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 645px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #EAF0F4;
	text-align: center;
	border: 1px dotted #2A826A;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 99%;
}
.subCat {	
	text-align: center;
	padding: 3px;
	float: left;
	width: 105px;
}
.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: 24%;
	height: 200px;
	float: left;
/*	overflow: hidden;
*/
}

/*
Start Cross-Browser DHTML Menu
*/

.mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	line-height:15px;
	padding-top: 10px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #ffffff;
	width: 178px;
	display: block;
	text-indent:5px;
	color: #303E49;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #FFFFFF;
	text-decoration:underline;
	color: #0E51A3;
}

.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: 137px;
	margin-top: -27px;
	padding:5px;
	background-color:#FFFFFF;
	border-left: 1px solid #ACA899;
	border-right: 1px solid #ACA899;
	border-bottom: 1px solid #ACA899;
	border-top: 4px solid #375F7B;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/