// Credit to flashmo.

body {
	margin: 0px;
	padding: 0px;
	color: #e7e0cf;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #ebe8dd;
	background-image: url(../images/knk_body.png);
	background-repeat: repeat-x;
}
p{
	color: black;
}
.hear_font{
        font-family: 'Tangerine', serif;
        font-size: 48px;}

a, a:link, a:visited {
	color: #904914;
	text-decoration: none;	
}

a:hover {
	color: #f80835;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #fff; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #fff; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #e2d8bd; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }



.knk_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.knk_list li {
	background: transparent url(../images/knk_list.png) no-repeat scroll 0 0px;
	margin:0 0 20px;
	padding:0 0 0 25px;
	line-height: 1em;
}

.button a {
	clear: both;
	display: block;
	width: 102px;
	height: 25px;
	padding: 3px 0 0 0;
	margin-top: 15px;
	background: url(../images/knk_button.png) no-repeat;
	color: #fefbfc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #000;
	background: url(../images/knk_button_hover.png) no-repeat;
}


#knk_wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
	margin-top:-10px;
	background: url(../images/knk_wrapper.png) repeat-y;
}

#knk_header {
	width: 970px;
	height: 205px;
	background: url(../images/knk_header.jpg) no-repeat;
}

#knk_menu {
	width: 910px;
	height: 39px;
	padding: 10px 30px;
	background: url(../images/knk_menu.png) repeat-x;
}

#knk_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#knk_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#knk_menu ul li a {
	float: left;
	display: block;
	width: 102px;
	height: 24px;
	padding: 3px 10px 0 0;
	margin: 0 5px 0 0 ;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #333;	
	font-weight: bold;
	outline: none;
	border: none;
}

#knk_menu ul li a:hover, #knk_menu ul li .current {
	background: url(../images/knk_menu_hover.png) no-repeat;
}

#knk_header  #site_title {
	clear: both;
	float: left;
	width: 260px;
	padding: 120px 0 0 30px;
}

#knk_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#knk_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#knk_header  #site_title h1 a strong {
	color: #FFFF33;
}

#knk_header  #site_title a span {
	display: block;
	font-size: 14px;
	color: #2e2c27;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Helevetica,Arial,sans-serif;
}

#knk_main {
	width: 910px;
	padding: 30px;
	border-bottom: 1px solid #7a766d;
	background: #fbf8ee url(../images/content_top.png) top repeat-x;
}

#knk_main_contact {
	width: 910px;
	padding: 30px;
	border-bottom: 1px solid #7a766d;
	background: url(../images/content_top.png) top repeat-x;
}

#knk_content {
	float: left;
	width: 560px;
}

#knk_sidebar {
	float: right;
	width: 280px;
}

.three_column {
	float: left;
	width: 265px;
	padding-right: 25px;
	margin-left: 10px;
}

.margin_r35 { margin-right: 10px; }

.horizon_divider { background: url(../images/horizontal_divider.png) bottom repeat-x; }
.news_box {
	margin-bottom: 20px;
}
.news_box .date {
	color: #FF9900;
}

#contact_form {
	float: left;
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 350px;
	padding: 5px 0;
	background: #3f3d38;
	border: 1px solid #000;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 350px;
	height: 200px;
	background: #3f3d38;
	border: 1px solid #000;
}

#contact_form form .submit_btn {
	margin-right: 100px;
	padding: 5px 10px;
	background: #3f3d38;
	border: 1px solid #000;
	color: #FFFFFF;
}

#knk_footer_bg {
	background-color:#fffbef;
}
#knk_footer {
	width: 910px;
	height: 19px;
	padding: 20px 30px;
	text-align: center;
	color: #26231c;
	background: #297db5 url(../images/knk_footer_line.png) top center no-repeat;
}
#knk_footer a {
	color: #26231c;
	text-decoration:none;
	
}
#knk_footer .wwm{
	color:#fd631f;
	text-decoration:none;
}

/* slider */

#knk_slider {
	clear: both;
	width: 938px;
	height: 280px;
	background: #72abd5 url(../images/knk_slider.png) no-repeat;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
}



/* end of slider */

#ajax-contact-form div{width: 100%; padding: 5px 0 5px 0;}
#ajax-contact-form input{padding: 7px; margin: 5px 0 15px 0; border: 1px solid #e5e3e3; background-color: #f8ffff; width: 270px; font-size: 1.1em; font-weight: normal; font-style: italic; color:#9a9a9a;}
#ajax-contact-form textarea{border: 1px solid #e5e3e3; background-color: #f8ffff; padding: 7px; width: 430px; height: 130px; font-size: 1.3em; font-weight: normal; font-style: italic; color:#9a9a9a;}


#ajax-contact-form input#send {
	clear: both;
	display: block;
	width: 103px;
	height: 30px;
	padding: 3px 0 0 0;
	margin-top: 15px;
	background: url(../images/knk_button.png) no-repeat;
	color: #fefbfc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;	
}

#ajax-contact-form input#send:hover {
	color: #000;
	background: url(../images/knk_button_hover.png) no-repeat;
}

 /* Contact Form */
 .notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
color: black;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
color: black;
}