body {
	background: #FFFFFF;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #565959;
	text-align: left;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/* KIRK TEMPLATE STYLES */
#container {
	width: 879px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	float: left;
}
#mainContent {
	padding:20px 0 20px 10px;
	/*margin:0 0 0 198px;*/
	/*min-height:475px;*/
	html height:475px;
	font-size:.9em;
	margin:20px 0 0 218px;
}
*html #mainContent {
	padding:20px 0 30px 0px;
	margin:0 0 0 218px;
	height:475px;
	vertical-align:top;
}
#breakHome {
    clear: both;
    position:absolute;
    left:0px;
    top:430px;
}
#leftNav, #leftNavHome {
	background-color:#565959;
    height: 271px;
	width:155px;
    margin-left: 20px;
    z-index:10;
    position:absolute;
    left: 20px;
    top:128px;
    margin: 0;
    padding: 20px 11px 20px 21px;
}
#leftCol {
    float: left;
    width: 177px;
    margin-left: 20px;
    padding: 20px 0;
    text-align: center;
}
#leftNav *, #leftNavHome * {
    color: #FFFFFF;
    text-decoration: none;
    text-indent: -10px;
}
#leftNav *:hover, #leftNavHome *:hover {
    color: #FFE716;
}
#leftCol * {
    color: #565959;
    text-decoration: none;
}
#mainCol {
    float: left;
}
.clear {
    clear: both;
    height: 0px;
}
.sub_bg {
    background:url('/images/sub_bg.gif');
}
#graphicsHome {
    width: 100%;
    height: 337px;
}
#header {
	padding:16px 0 0 0;
	font-size:.7em;
	height:75px;
}
#logo {
	width:210px;
	height:75px;
	background:url(/images/logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left: 20px;
	float:left;
}
#hdrTopLine {
	width:auto;
	height:50px;
	float:right;
	text-align:right;
	vertical-align:bottom;
	padding-right: 10px;
}
#hdrTopLine div {
    float: right;
	display:inline;
}
#hdrTopLine *, .txtContentTitle {
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #565959;
	text-transform: uppercase;
}
.txtContentTitle {
    font-size: 12px;
} 
#hdrShoppingCart {
	width:auto;
	height:30px;
	margin:0px;
	padding:3px 10px;
	vertical-align:bottom;
	margin-top: 25px;
	text-align: right;
	border: 1px solid #565959; 
}
#hdrSession {
	width:auto;
	height:30px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	margin-top: 30px;
	padding-right: 10px;
}
#hdrSearchForm {
	width:auto;
	height:30px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	margin-top: 40px;
	padding-right: 40px;
}
#hdrTopLine form .searchBtn {
	background:url(/images/button-search.gif);
	background-repeat:no-repeat;
	width:82px;
	height:21px;
	padding:0px;
	margin:0 0 2px 0;
	border:0px;
	vertical-align:middle;
}
#hdrTopLine .searchField {
	width:260px;
	height:19px;
	margin:0 10px 0 17px;
	padding:0px;
	vertical-align:middle;
}
#logo a {
	display:block;
	height:100%;
}
#mnav {
	background:#565959;
	width:100%;
	height:27px;
	float:left;
	padding:0px;
	margin-top: 16px;
}
#subnav {
	height:22px;
	width:587px;
	background-color:#565959;
	margin:1px 0 0 20px;
	float:right;
	padding:0 0 0 213px;
	text-align:right;
}
#categories {
	float:right;
}
#footer {
	border-top:3px solid #565959;
	font-size:.7em;
	color:#565959;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
.clear {
	clear:both;
}
#homeProd {
	padding:30px 0 30px 0;
}
#homeProd01 {
	margin:0 20px 0 0;
}
#homeProd02 {
	margin:0 20px 0 0;
}
#homeProd03 {
	margin:0 20px 0 0;
}
#FMAd {
	padding:12px 0 0 0;
	width:196px;
	text-align:center;
}
#BreadCrumb {
	font-size:.8em;
	margin:5px 0 0 0;
	float: left;
	/*position: absolute;
	z-index: 10;
	left: 218px;
	top: 75px;
	text-transform: uppercase;
	color: #FFFFFF;*/
}
/* KIRK TEMPLATE STYLES */

/* CUBECART TEMPLATE STYLES */
#pageSurround {
	width: 95%;
	margin: 0px auto;
	padding: 5px;

}
#topHeader {
	text-align: right;
	height: 46px;
	padding-right: 0px;
	padding-top: 68px;	
	width: 95%;	
	margin: 0px auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=KitaBlue);
	background-repeat: no-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: #70cdcc;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #E1E1E1;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.boxCategories {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	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 {
	/*position: inherit;*/
	vertical-align:top;
	font-size:.9em;
}



/* 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: 0;
	padding-bottom: 0;
	float: right;
	margin:5px 0 0 0;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 3px;
	width:586px;
	display:block;
}
.subCat {	
	text-align: center;
	padding: 8px;
	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: 19%;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	overflow: hidden;
	border: 1px solid #565959;
	position: relative;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	/*padding-left: 3px;*/
	margin:0;
	
}

.li-nav a {
	/*padding: 2px 1px;
	background-color: #ffffff;
	width: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: 2px;*/
	margin:0 0 0 0;
}
.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;*/
	text-align: left;
	font-family: verdana;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #565959;
	text-transform: uppercase;
}

.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 #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
*/
