body {
	margin: 0px;
	padding:0px;
	background-color: #666666;

}
#pageSurround {

	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}
#topHeader {
	text-align: right;
	height: 220px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-color:#666666;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat:no-repeat;	
}

/*
.searchBar {
	text-align:right;
	height:30px;
	margin-bottom:0px;
	padding-right:9px;
	background:#FF3333;
	margin-top: 0px;
}*/

.searchBar {
background:#FF3333 none repeat scroll 0 0;
height:30px;
margin-bottom:0px;
margin-top:0px;
padding-right:9px;
text-align:right;
}

.boxTitleLeft, .boxTitleRight {
/*	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
*/
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	BACKGROUND: #FF3333;
	MARGIN-BOTTOM: 4px;
	TEXT-TRANSFORM: uppercase;
	WIDTH: 175px;
	COLOR: #FFFFFF;
	PADDING-TOP: 1px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	TEXT-ALIGN: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.boxContentLeft, .boxContentRight {
/*	border: 1px solid #000000;
	background-color: #FFFFCC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px; */


	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.colLeft {
/*	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	 */

        float: left;
	z-index:5;
	width: 174px; 
	vertical-align:top;
	background:#FFFFCC;
}
.colMid {
	position: relative;
	width:626px;
	vertical-align:top;
        float:left;

}
.colRight {

	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {

/*	border: 1px solid #000000;
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit; */

	padding: 0px 15px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
margin-left:5px;

}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 0px;
vertical-align: middle;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #FFFFCC;
	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: 131px;
	height: 100px;
	float: left;
	overflow: hidden;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style-position: inside;
	list-style-type: square;
	width: 158px;
	padding: 0px;
	margin: 0px;
        line-height: 110%;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #FFFFCC;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #070F72;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {

	color: #FF6600;
}

.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: 150px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 4px solid #FF3333;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/