@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(../images/kcbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cfb897;
	background-attachment: fixed;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {color: #000;text-decoration: none;}
a:visited {text-decoration: none;color: #000;}
a:hover {text-decoration: underline;color: #000;}
a:active {text-decoration: none;color: #000;}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
}
p {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	float: left;
	width: 850px;
	height: 83px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
}
.titleR {
	float: right;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	margin-top: 30px;
	margin-right:10px;
	text-decoration:none;
}

.titleR a {
	color: #fffed8;
	text-decoration:none;
}

.titleR hover:{
	color: #FFF;
	text-decoration:none;
}
.titleL {
	background-image:url(../images/kctitletxt.png);
	background-repeat:no-repeat;
	margin-top:8px; 
	float:left;
	width: 590px;
	height: 80px;
}
.numberText {
	font-size: 18px;
	color: #FFF;
}
#container {
	float: left;
	width: 850px;
}


.cartWrap {
	float: left;
	width: 650px;
	min-height:500px;
	background-color:#FFF;
	padding:10px;
	
}

.head1 {
	font-size: 24px;
	color: #333;
}
.footer {
	float: left;
	width: 850px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #2A3624;
	text-align: center;
	background-image:url(../images/botnavbg.png)
}

.thumbnail{
        padding:5px; 
		margin:5px; 
		border-width:1px; 
		vertical-align: top; 
		border-color: #A6A6A6;  
		float: left;
		border-style:solid; 
		font-size:9px; 
		background-color:#fff;  
		text-align:center;
}

.gallery {
	text-align:center; margin:auto;
}
a:link  img.thumbnails {border: none}
a:visited  img.thumbnails {border: none}
a:active   img.thumbnails {border: none}
a:hover    img.thumbnails {border: none}

#navbarcont {
	height: 22px;
	width: 850px;
	background-image:url(../images/navbarbg.png);
}
.navwrap {
	float: left;
	width: 180px;
	min-height:500px;
}
#navMenu {
	float: left;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:center;
	min-height:480px;
	list-style-type: none;
	color: #FFF;
	padding-top: 20px;
}


 ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

<!-- #navMenu li a:link, #navMenu li a:visited, #navMenu li a:hover, #navMenu li a:active {color:#FFF; text-decoration:none} -->
#navMenu li {border-bottom: 1px solid #3D578D;}

#navMenu li a:link, #navMenu li a:visited  {
 font-size: 90%;
 display: block;
 padding: 0.4em 0 0.4em 0.5em;
 border-left: 12px solid #000;
 border-right: 12px solid #000;
 background-color: #69F;
 color: #FFFFFF;
 text-decoration: none;
}
#navMenu li a:hover {
	border-left: 12px solid #FFF;
 	border-right: 12px solid #FFF;
	background-color: #6582BC;
}
#navMenu li {
	padding-top: 5px;
	padding-bottom: 5px;
}