body {
 margin: 0px;
 background-image: url(../styleImages/backgrounds/PageBg.png);
 background-repeat: repeat-x;
 background-attachment: scroll;
 height: 100%;
 width: 100%;
}
#pageSurround {
 width: 100%;
 margin: 0px;
 padding: 0px;
}
#topHeader {
 text-align: right;
 height: 46px;
 padding-right: 0px;
 padding-top: 68px;
 width: 100%;
 margin: 0px;
 /* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=KitaBlue);
 background-repeat: no-repeat;
 background-position: center;
}
.boxTitleLeft, .boxTitleRight {
 font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
 font-size: 13px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #397b9d;
 height: 15px;
 border-top: 1px solid #E1E1E1;
 border-left: 1px solid #E1E1E1;
 border-right: 1px solid #E1E1E1;
 padding: 5px;
 margin:5px 5px 0px 5px;
 ;
}
.boxContentLeft, .boxContentRight {
 border: 1px solid #E1E1E1;
 background-color:#FFFFFF;
 padding: 5px;
 margin: 0px 5px;
}
.boxCategories {
 border: 1px solid #E1E1E1;
 background-color: #FFFFFF;
 padding: 5px;
 margin: 0px 5px;
}
.colLeft {
 width: 220px;
}
.colMid {
 width: 100%;
}
.colRight {
 position: relative;
 width: 220px;
}
.boxContent {
 border: 1px solid #E1E1E1;
 background-color: #FFFFFF;
 padding: 5px;
 color: #333333;
 margin: 0px 5px;
 vertical-align: middle;
 display: block;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
 left: 0px;
 width: 200px;
 padding-left: 15px;
 padding-right: 5px;
}
.colMainCheckout {
 position: relative;
 width: 95%;
}
/* END CHECK OUT PAGES */
.siteDocs {
 text-align:center;
 margin-top: 7px;
 margin-bottom: 20px;
}
.pagination {
 text-align: right;
}
#subCats {
 margin: 5px;
 padding: 5px;
}
.subCat {
 padding: 3px;
 width: 120px;
 margin: 10px;
 border: 1px solid #E1E1E1;
 height: 100px;
 display: block;
 vertical-align: middle;
 float: left;
}
.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 {
 margin: 3px;
}
div.latestProds {
border: 1px solid #E1E1E1;
float: left;
height: 200px;
margin: 5px;
padding:5px;
text-align: center;
width: 200px;
}
/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
 list-style: none;
 list-style-type: none;
 padding-left: 3px;
 margin: 0px;
}
.li-nav a {
 padding: 2px 1px;
 background-color: #ffffff;
 width: 165px;
 display: block;
 color: #333333;
 text-decoration: none;
 margin: 0px;
 text-indent: 2px;
}
.li-nav a:hover {
 background-color: #ffffff;
 color: #b36500;
}
.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 #e1e1e1;
 border-right: 1px solid #e1e1e1;
 border-bottom: 1px solid #e1e1e1;
 border-top: 4px solid #397b9d;
 z-index: 99;
}
a.hassubmenu {
 background-image: url(../styleImages/more.gif);
 background-repeat: no-repeat;
 background-position: 150px 6px;
}

/*
End Cross-Browser DHTML Menu
*/

/** QUANTITY DISCOUNT PRICING
********************/
#QuantityDiscounts {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}
	
#QuantityPrices {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

