body {
	/*margin: 5px;
	background-color: #ffffff;
	background-image: url(../styleImages/backgrounds/pageBg.gif);
	background-repeat: repeat-x;
	background-position: top;*/

       	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EDF8A9;

}
#pageSurround {
	width: 100%;
	margin: 0px auto;
	padding-top: 5px;

}
#topHeader {
	text-align: right;
	height: 141px;
	padding-right: 0px;
	/*padding-top: 68px;*/
	/*width: 95%;*/
	width: 100%;	
	margin: 0px auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	/*background-image: url(../../../images/getLogo.php?skin=KitaBlue);*/
	background-image: url(../../../images/head_bak.jpg);
	background-repeat: repeat;
	background-position: top left;
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #638620;
	height: 15px;
	border-top: 1px solid #026537;
	border-left: 1px solid #026537;
	border-right: 1px solid #026537;
	padding: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #026537;
	background-color:#f6ffe2;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.boxCategories {
	border: 1px solid #026537;
	background-color: #f6ffe2;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
	border: 1px solid #026537;
	background-color: #f6ffe2;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}



/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #f6ffe2;
	text-align: center;
	border: 1px solid #026537;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height:65px;
	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: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	
	position: relative;
}

/*
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: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	background-color: #ffffff;
	color: #c3e37e;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 140px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #026537;
	border-right: 1px solid #026537;
	border-bottom: 1px solid #026537;
	border-top: 4px solid #638620;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}


/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EDF8A9;

}
h1,h2,h3,h4,h5, h6
{
	padding:0px;
	margin:0px;
}
.menu_off {

	background-color: #F4F4F4;
	/*background-color: #3A7DDA;*/
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family:"trebuchet MS";
	font-size:11px;
	font-weight:bold;
	padding-left:7px;
	color:#666666;
	line-height:20px;
}
.border_LR
{
	border-left:#026537 solid 1px;
	border-right:#026537 solid 1px;
}
.border_R
{
	border-right:#026537 solid 2px;
}
.border_LRTB
{
	border-left:#026537 solid 1px;
	border-right:#026537 solid 1px;
	border-top:#026537 solid 1px;
	border-bottom:#026537 solid 1px;
}
.content_gray11px
{
	font-family:tahoma;
	font-size:11px;
	color:#2D5501;
}
.content_gray12px_tre
{
	font-family:"trebuchet MS";
	font-size:13px;
	color:#333333;
}
.content_gray_tre
{
	font-family:"trebuchet MS";

	color:#333333;
}
a.link_gray11px
{
	font-family:tahoma;
	font-size:11px;
	color:#445800;
	text-decoration:none;
}
a.link_gray11px:hover
{
	text-decoration:underline;
}
a.link_gray12px_tre
{
	font-family:"trebuchet MS";
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
a.link_gray12px_tre:hover
{
	color:#666666;
	text-decoration:underline;
}

.padding_LR_10px
{
	padding-left:10px;
	padding-right:10px;	
}
a.link_menu_on
{
	font-family:Arial, Helvetica, sans-serif;
	color:#D8FF00;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	
}
a.link_menu_off
{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	
}
a.link_menu_off:hover
{
	color:#D8FF00;
}
#menu{
position:absolute;
height:25px;
width:173px;
line-height:24px;
-moz-opacity:.8;
filter:alpha(opacity=80);
}
#menu a{
float:left;
background-color:#666666;
margin:0;
width:173px;
text-decoration:none;
color:#ffffff;
font-family:"trebuchet MS";
font-size:12px;
padding-left:15px;
font-weight:bold;
}
#menu a span{
font-size:11px;
float:left;
cursor:pointer;
text-align:center;
display:block;
background-color:#666666;


color:#ffffff;
font-family:"trebuchet MS";
font-size:14px;
font-weight:bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span{float:both;}
/* End IE5-Mac hack */

#menu a:hover, #menu a.active{
/*background-position:0% -42px;*/
background-color:#CCCCCC;
color:#000000;
border-bottom-color:#000000;
}
#menu a:hover span, #menu a.active span{
/*background-position:100% -42px;*/
background-color:#CCCCCC;
color:#000000;
border-bottom-color:#000000;
}
#menu a.active span{
font-weight:bold;
background-color:#CCCCCC;
color:#000000;
border-bottom-color:#000000;
}
a.link_dark_green
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4F6A1B;
	font-weight:bold;
	text-decoration:none;
	
	
}
a.link_dark_green:hover
{
	text-decoration:underline
}
a.pro_menu_green
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4F6A1B;
	text-decoration:none;
	text-indent:20px;
	
}
a.pro_menu_green:hover
{
	text-decoration:underline;
	color:#000000;
	


}
a.pro_menu_green:active
{
	text-decoration:none;
	color:#4F6A1B;


}
a.link_dark_green_bottomlinks
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#026537;
	text-decoration:none;
}
a.link_dark_green_bottomlinks:hover
{
	text-decoration:underline
}
.content_green
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#026537;
	text-decoration:none;
}
/*
End Cross-Browser DHTML Menu
*/

