/* @override 
	http://www.webdesign.gs/kh/kh.css
	http://webdesign.gs/kh/style/kh.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#cms_content{
	width: 500px;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#header{
	margin: 0px;
	padding: 5px;
	height: 143px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	color: #999;
	text-align: right;
}

#header a{
	color: #999;
	text-decoration: none;
}

#header a:hover{
	color: #5a0310
}

#nav {
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
}

#title{
	width: 247px;
	float: left;
	background-color: #360105;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 17px;
	padding-left: 10px;
	height: 32px;
	clear: both;
	margin-top: 1px;
}

#title2{
	width: 693px;
	float: right;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#title2 .text1{
	width: 205px;
	float: left;
	padding: 5px;
	padding-left: 15px;
	padding-right: 0px;
	margin-top: 12px;
	border-right: 1px solid #4b5157;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc33;
}

#title2 .text2{
	width: 450px;
	float: right;
	padding-left: 2px;
	padding-top: 8px;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #fae9b6;	
}

#flash{
	clear: both;
	width: 247px;
	height: 223px;
	float: left;
	background-image: url(../images/flash1_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

#top{
	margin: 0px;
	padding: 0px;
	padding-left: 85px;
	padding-top: 10px;
	padding-right: 15px;
	width: 593px;
	height: 223px;
	float: right;
	color: #fff;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#top p {
	margin: 0px 0px;
	padding: 4px 0px 2px 0px;
	font-size: 11px;
}

#top .heading{
	font-size: 19px;
	color: #fff;
	letter-spacing: 1px;
}

#flash2{
	clear: both;
	background-image: url(../images/flash2_bg.jpg);
	background-repeat: no-repeat;
	height: 137px;
	padding-top: 5px;
}

#middle{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/middle_back.jpg);
	background-repeat: repeat-y;
}

#sidebar{
	margin: 0px;
	padding: 10px;
	width: 237px;
	float: left;
	color: #fae9b6;
}

#sidebar h2{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fc3;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

#content{
	margin: 0px;
	padding: 10px;
	width:  673px;
	float: right;
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
}

#footer{
	clear: both;
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#footer a{
	color: #333;
	text-decoration: none;
}

#footer a:hover{
	color: #5a0310;
}

h1{
	font-size: 23px;
	color: #6d0c11;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-weight: normal;}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 14px;
	color: #cc8415;
}

h3{
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #9b9ea1;
	margin-bottom: 0px;
	padding-bottom: 1px;
	color: #424242;
	letter-spacing: 2px;
	margin-top: 25px;
}

a{
	color: #5a0310;
	text-decoration: none;
}

a:hover{
	color: #000;
}
/* NAV */

#nav ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
	list-style-type: none;
	padding: 0px 0px;
	margin:  0px 0px;
}

#nav a{
	height: 30px;
	margin-bottom: 8px;
	display: block;
	overflow: hidden;
	color: #facd2c;
	font-size: 13px;
	float: left;
	width: 70px;
	border-right: 1px solid #888;
	padding: 5px 10px 10px 10px;
}

#nav a:hover {
	background: transparent url(../images/nav-bg.png) no-repeat;
}

a.last-list {
	border: none !important;
}

a#home{
	background-position: 0px 0px;
	width: 120px;
}

a#home:hover{
	background-position: 0px -53px;
}

a#company{
	background-position:-120px 0px;
	width: 129px;
}

a#company:hover{
	background-position: -120px -53px;
}

a#staff{
	background-position: -249px 0px;
	width: 115px;
}

a#staff:hover{
	background-position: -249px -53px;
}

a#services{
	background-position: -364px 0px;
	width: 107px;
}

a#services:hover{
	background-position: -364px -53px;
}

a#shop{
	background-position: -471px 0px;
	width: 128px;
}

a#shop:hover{
	background-position: -471px -53px;
}

a#free{
	background-position: -599px 0px;
	width: 124px;
}

a#free:hover{
	background-position: -599px -53px;
}

a#resources{
	background-position: -723px 0px;
	width: 125px;
}

a#resources:hover{
	background-position: -723px -53px;
}

a#contact{
	background-position: -848px 0px;
	width: 102px;
}

a#contact:hover{
	background-position: -848px -53px;
}



