@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000;
	margin: 0 auto;
	padding-top: 50px;
font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	line-height: 16px;
	}
	
 a:visited  {	color: #a4c285;	text-decoration: none;}
 a:link {	color: #a4c285;	text-decoration: none;}
 a:hover {	color: #FFCC66;	text-decoration: underline;}
 
	.handcursor{
cursor:hand;
cursor:pointer;
}
img {
	border:0;
}
#clear {
clear: both;
}

#container {
	background-image:url(../images/mainBack.gif);  
 /*background-image:url(mainBack.gif);	   */
 background-repeat: repeat-y;
	height:auto;	
	width:864px;
	margin: 0px auto;
	text-align: left;

	}
	#logoClick {
	margin: 0;
	width: 385px;
	height: 40px;

}
	#header {
	background-image:url(../images/header.png);
 	/*background-image:url(header.png);  */
background-repeat: no-repeat; 
	}
	
	#footer{	
	margin: 0 auto; 
background: url(../images/footer.gif) 0 0 no-repeat; 
		/* background: url(footer.gif) 0 0 no-repeat; */
	height: 31px;
	padding: 30px 0 0 0;	
	font-size: 11px;
	color:#FFFFFF;
	width: 884px;
	}
	
#footer a:visited  {	color: #FFFFFF;	text-decoration: none;}
#footer a:link {	color: #FFFFFF;	text-decoration: none;}
#footer a:hover {	color: #FFCC66;	text-decoration: underline;}
	
	#right {
	margin-left: 520px;
	padding: 140px 55px 135px 0;
	line-height: 20px;	
	}
	
	#left {
	float: left;
	width: 455px;
	padding: 50px 0 0 55px;
	}
	
	
	#topNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 10px 0 10px 0;
	}
	#topNav ul {
	margin: 0;
	
	}
	
	#topNav li {
display: inline;
list-style-type: none;
padding-right: 20px;
}


	#topNav li a#current
{color: #68652f; text-decoration: none; background:none;}

#topNav a:visited  {	color: #FFFFFF;	text-decoration: none;}
#topNav a:link {	color: #FFFFFF;	text-decoration: none;}
#topNav a:hover {	color: #FFCC66;	text-decoration: none;}

	
	#mainContent {
	padding: 20px 15px 0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	#mainContent a:visited  {	color: #FFFFFF;	text-decoration: none;}
	#mainContent a:link {	color: #FFFFFF;	text-decoration: none;}
	#mainContent a:hover {	color: #FFCC66;	text-decoration: none;}
	
		
	#mainContent  h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style:normal;
	
	}
		#mainContentHead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0 200px 10px 200px;
	}
	
	/* cart nav */
	#shopNavCon {	
	padding: 0 20px 0 0px;
margin: 0;
float: right;
	}	
	
	#shopNav {	
	list-style: none;
	margin: 0;
	overflow: hidden;
	}	
	
#shopNav li {
display: inline;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	}

#shopNav a {
	float: left; 	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	}	
	
#shopBasket a  {width: 125px; background: url(../en-US/mmui/kh-but_basContents.gif) top left no-repeat; }
#shopBasket a:hover { background-position: -129px 0;}

#shopCO a  {width: 89px; background: url(../en-US/mmui/ks-but_checkout.gif) top left no-repeat;}
#shopCO a:hover { background-position: -91px 0;}
	/* cart nav */
	
	
	#prodDetails {
padding: 5px 5px 5px 350px;
text-align:left;

}
#prodDetails h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
font-size:19px;
font-style:normal;
font-weight:normal;
color: #ccd7a7;
margin: 0;
margin-bottom: 15px;

}

	#cartPic {
padding: 5px 5px 5px 5px;
border: 1px solid #44443d;
float:left;
margin-left: 100px;
}


#cartNavButton {
padding-left: 350px;
	
	
}

#cartPrevButton {
float: left;
padding: 0 15px 0 350px;

}
#cartNextButton {
	
}

#cForm {
padding: 50px 0 0 100px;
margin-left: 300px;
	}


.underline {
border-bottom: 1px solid #fff;
padding: 0 0 0 0;
}

<!-- form 2 -->


#cFormWrapper {
padding: 50px 0 0 0px;
margin-left: 450px;
}

.feedbackform{
	float: left;
	width: 210px;
	margin: 50px 0 0 150px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #44443d;
	background-color:#222222;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 200px; /*width of form rows*/
overflow: hidden;
padding: 3px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float:	 left;
width: 0px; /*width of label (left column)*/
/*margin-right: 15px; spacing with right column*/
color:#FFFFFF;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 5px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 200px;

}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 200px;
height: 150px;
}


div.thefield input:focus { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
border: 2px solid #b2bb1c;

}

div.thefield textarea:focus {
	border: 2px solid #b2bb1c;
}



div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	margin: 5px 0 0 0;
	width: 100px;
	background-color: #45A3D7;
	color:#FFFFFF;
}

<!-- form 2 -->

