body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../styleImages/layout/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#addPad {
	width: 850px;
	height: 15px;
	background-color: #ffffff;
	background-image: url(../styleImages/layout/nav_shadow.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
}
#topHeader {
	/*text-align: right;*/
	width: 850px;	
	height: 170px;
	padding: 0px;
	margin: 0px auto;
	background: url(../styleImages/layout/masthead.jpg) no-repeat;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	/*background-image: url(../../../images/getLogo.php?skin=KitaBlue);
	background-repeat: no-repeat;
	background-position: top left;*/
}
#footerBar {
	width: 850px;
	height:5px;
	border-top: 2px solid #002776;
}
#footerText {
	width: 835px;
	padding-top: 3px;
	padding-left:15px;
	font-size:10px;
}
#footerText a{
	font-size:10px;
	color:#11367C;
	text-decoration:none;
}
.boxTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: #CCCCCC url(../styleImages/layout/titleLeft.jpg) no-repeat;
	height: 30px;
	line-height: 30px;
}
.boxTitleLeftBase {
	height: 15px;
	background: #D7D7D7 url(../styleImages/layout/titleLeft_base.gif) no-repeat;
	margin-bottom: 10px;
}
.boxTitleRightBase {
	height: 15px;
	background: #D7D7D7 url(../styleImages/layout/titleRight_base.gif) no-repeat;
	margin-bottom: 10px;
}
.boxTitleLeftAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 0px 0px 0px 10px;
	background: #ECF4FB;
	/*font-weight: bold;
	height: 30px;
	line-height: 30px;*/
}
.boxTitleCurrrency {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	background: url(../styleImages/layout/titleLeft.jpg) no-repeat;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: #CCCCCC url(../styleImages/layout/titleRight.jpg) no-repeat;
	height: 30px;
	line-height: 30px;
}
.boxContentLeft {
	border: 0px solid #E1E1E1;
	background-color:#D7D7D7;
	padding: 8px 8px 0px 8px;
	margin-bottom: 0px;
}
.boxContentSession {
	border: 0px solid #E1E1E1;
	background-color:#ECF4FB;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #11367C;
}
.boxContentSession a{
	color: #11367C;
	text-decoration: none;
}
.boxContentSession a:hover{
	color: #4B92DB;
	text-decoration: none;
}
.boxContentRight {
	border: 0px solid #E1E1E1;
	background-color:#D7D7D7;
	padding: 8px 8px 0px 8px;
	margin-bottom: 0px;
}
.boxCartNavi {
	background-color: #D7D7D7;
	padding-left: 5px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	/*width: 185px;*/
	padding-bottom: 12px;
}

.boxCategories {
	background-color: #D7D7D7;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*width: 185px;*/
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 190px;
	padding: 0px 20px 0px 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 440px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px;
	padding: 0px 10px 0px 20px; 
	float: right;
}
.boxContent {
	border: 0px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 0px;
	color: #11367C;
	margin-bottom: 10px;
	margin-top: 10px;
	position: inherit;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 190px;
	padding: 0px 20px 0px 10px;
	float: left;
}
.colLeftCheckPad {
	width: 190px;
	height: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 615px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	width: 850px;
	height: 50px;
	background: url(../styleImages/layout/nav_mid.jpg) repeat-x;
	margin: 0px auto;
}
.siteDocsTop {
	float: left;
	padding: 20px 0px 0px 45px;
	font-size: 10px;
	color: #11367C;
}
.txtSiteDocsTop {
	font-size: 10px;
	color: #11367C;
}
a.txtSiteDocsTop {
	color: #11367C;
	text-decoration: none;
}
a.txtSiteDocsTop:hover {
	color: #4B92DB;
	text-decoration: none;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 60px;
	position:inherit;
}
.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: 32%;
	margin-right: 5px;
	margin-bottom: 3px;
	height: 180px;
	float: left;
	overflow: hidden;
	border-right: 0px solid #e1e1e1;
	position: relative;
}

/* Main menu navigation*/
.navNew {float: left; width: 140px; height: 50px; text-align: center; line-height: 50px;}
.navNew a:visited, .navNew a:link {display: block; color: #FFFFFF; height: 50px; text-decoration: none;}
.navNew a:hover, .navNew a:active {display: block; color: #81B2E4; height: 50px; text-decoration: none;}
.navheight {margin-top: 10px; margin-bottom: -10px; line-height: 13px;}
.navDivider {float: left; width: 2px; height: 50px; background: url(../styleImages/layout/nav_divider.jpg) no-repeat;}

.navSession {float: left; width: 140px; height: 50px; color: #FFFFFF; text-align: center; line-height: 50px;}
.navSession a:visited, .navSession a:link {color: #FFFFFF; height: 50px; text-decoration: none;}
.navSession a:hover, .navSession a:active {color: #81B2E4; height: 50px; text-decoration: none;}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	
}
.mainmenu-navadd {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	
}

.li-nav a {
	padding: 3px 0px 3px 1px;
	width: 150px;
	display: block;
	color: #11367C;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	color: #4B92DB;
}

.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: 0px solid #e1e1e1;
	border-right: 0px solid #e1e1e1;
	border-bottom: 0px solid #e1e1e1;
	border-top: 0px solid #70cdcc;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

/*
End Cross-Browser DHTML Menu
*/