body {
	background: #294629 url(../img/ksw2_bgtop.gif) repeat-x top left;
	color: black;
	margin: 0;
	}

body, td, form {
	font: normal 12px/1.5em georgia, verdana, sans-serif;
	}
	
#bg {
	width: 100%;
	float: left;
	margin: 14px auto 0px auto;
	background: #fff6eb url(../img/ksw2_bgbottom.gif) repeat-x bottom left;
	}

#leftNav {
	z-index: 100;
	position: absolute;
	left: 50%;
	margin-left: -430px;
	margin-top: 40px;
	width: 122px;
	background: transparent: url(../img/ksw2_navbottom.gif) no-repeat bottom left;
	float: left;
	}

#leftNav img {
	display: block;
	margin: 0px auto;
	}

/*****************
*** NAV STYLES ***
*****************/

a.homebtn {
	display: block;
	font-size: 11px;
	margin-left: 12px;
	color: white;
	width: 78px;
	text-decoration: none;
	background: transparent url(../img/ksw2_navbullet.gif) no-repeat 4px 6px;
	padding-left: 16px; 
	}

a.homebtn:hover {background-color: #294629;}
	
#nav {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	}
	
#nav a {
	display: block;
	font-size: 11px;
	margin-left: 12px;
	color: white;
	width: 78px;
	text-decoration: none;
	background: transparent url(../img/ksw2_navbullet.gif) no-repeat 4px 6px;
	padding-left: 16px; 
	}
	
#nav a:hover {
	background-color: #294629;
	}

#nav li {
	position: relative;
	}

#nav ul {
	z-index: 20;
	position: absolute;
	display: none;
	top: 0em;
	left: 106px;
	width: 140px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #294629;
	background-color: #5d855d;
	}

#nav ul li {
	padding: 0px;
	margin: 0px;
	}

#nav ul li a {
	display: block;
	margin: 0px;
	width: 121px;
	padding-right: 3px;
	}	

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.sfhover ul {	display: block;	}

#nav ul li ul {display:none;}
#nav li:hover ul ul, #nav li.sfhover ul ul {display: none;}

/*********************
*** END NAV STYLES ***
*********************/

#leftNavContent {
	width: 122px;
	float: left;
	padding-bottom: 10px;
	background: transparent url(../img/ksw2_navmid.gif) repeat-y top left;
	}

#wrap {
	width: 700px;
	margin: 0px auto 16px auto;
	padding: 20px 0 0 0;
	}

#viewcart {
	float: left;
	width: 700px;
	margin: 0px auto;
	height: 16px;
	text-align: right;
	}
	
#viewcart a {
	font-size: 11px;
	line-height: 12px;
	background-color: #5d855d;
	padding: 2px;
	border: 1px solid #294629;
	}
	
#contentWrap {
	padding-left: 50px;
	background: transparent url(../img/ksw2_contentbg.gif) repeat-y top left;
	float: left;
	}
	
#content {
	width: 620px;
	float: left;
	}

#content p {
	margin-left: 10px;
	}	

#contentBottom {
	margin: 0;
	width: 660px;
	float: left;
	border: 1px solid red;
	background: transparent url(../img/ksw2_contentbottom.gif) no-repeat bottom left;
	}

#footer {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: white;
	padding: 10px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	}
	
#footer a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #5d855d;
	}
	
#footer a:hover {
	border-bottom: 1px solid #0f0;
	}
	
 /*awards styles*/
 /* Style Definitions */

 .top {
	float: right;
	margin-right: 10px;
	}
 
 .Arial10 {
	font-size: 10px; 
	font-family: Arial,sans-serif;
	}

 .Arial11 {
	font-size: 11px; 
	font-family: Arial,sans-serif;
	}

 .Arial12Bold {
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial,sans-serif;
	}

 .Arial12BoldMaroon {
	color: maroon; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial,sans-serif;
	}

 .Arial12Bronze {
	font-weight: bold;
 	color: #A0522D;
 	font-size: 12px;
 	font-family: Arial,sans-serif;
	}

 .Arial12Silver {
	font-weight: bold;
	color: #4682B4;
 	font-size: 12px;
 	font-family: Arial,sans-serif;
	}

 .Arial12Gold {
	font-weight: bold;
 	color: #B8860B;
 	font-size: 12px;
 	font-family: Arial,sans-serif;
	}
	
	/* *************** PRODUCT DETAIL POP OVER STYLES ************ */

#popoverBanner {
text-align: center;
border-bottom: #336666 solid 1px;
	}
	
#popoverContent {
	background: #fff6eb url(../img/ksw2_bgbottom.gif) repeat-x bottom left;
	margin: 10px 0 0 0;
	}
}	
	
.popoverProductName {
	/*float: left;*/
	text-align: left; 
	padding: 5px 0px 5px 10px;	
}	

.popoverDescription {
	margin: 10px;
}

.popoverPrice {
	/*float: right;*/
	text-align: right; 
	padding: 5px 5px 5px 0px;
}

.residual {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#336666;
}

.closeWindow {
	text-align: center;
}

HR.detail_hr {
	display: none;
}

/* *************** END PRODUCT DETAIL POP OVER STYLES ************ */

