/* 
===========================================================
====
===	Custom Colors, Widths, and Images for KFT
====
==============================================================
*/

body {
	background: #517388 url(/images/_kft/bg_body.jpg) center top repeat;
}
#wrapper {	
	background:url(/images/_kft/bg_wrapper.gif) left top repeat-y;
}
#container {
	background:#fff url(/images/_kft/bg_container.gif) left top repeat-y;
}

/*

Link and Header Colors

*/

a {
	color:#4B5D37;
}
a:hover {
	color:#942A1B;
}
h1, h2, h3, h4, h5, h6 {
	color:#666;
}
h1 {
	color:#34627a;
}
h2 {
	color:#942A1B;
}
h4 {
	color:#34627a;
}

/*

Primary Nav Bar

*/

#navbar ul#mainlinks {
	width:57%;
}
#navbar ul#companylinks {
	width:43%;
}
#navbar ul#mainlinks li a:hover {
	color: #A9BF5A;
}
#navbar ul#mainlinks li a.selected {
	background:#758643 url(/images/_kft/bg_mainlinks_on.gif) left top repeat-x;
	border-left:#A9Bf5A solid 1px;
	border-right:#384020 solid 1px;
}
#navbar ul#companylinks li a:hover {
	color:#A9BF5A;
}
#navbar ul#companylinks li a.selected {
	color:#A9BF5A;
}

/*

Left Bar

*/

#leftbar {
	background:#7D894B;
}
body #container #leftbar ul li.navheader,
body #container #leftbar ul li#seasonal_header,
body #container #leftbar ul li#worldofkenai_header,
body #container #leftbar ul li#foxisland_header,
body #container #leftbar ul li#difference_header {
	color: #d2e585;
}
#leftbar #promos .promowrap {
	background: #F3ECCB url(/images/_kft/bg_promo_top.gif) left top no-repeat;
}
#leftbar #promos .promo {
	background: url(/images/_kft/bg_promo_btm.gif) left bottom no-repeat;	
}
#featurettes_wrap {
	height:96px;
	background: #fff url(/images/_kft/bg_featurettes_wrap.gif) left top repeat-x;
	overflow:hidden;
	padding:15px 10px;
	margin-top:8px;
}
.featurette {
	width:83px;
	height:102px;
	background: transparent url(/images/_kft/bg_featurette.jpg) center top no-repeat;
	padding:9px 16px;
	text-align:center;
	float:left;
}
.featurette img {
	display:block;
	padding-bottom:12px;
}
#home .featurette p a {	
	color:#942a1b;
	background:url(/images/bullet_homelinks.gif) left .4em no-repeat;
	padding-left:8px;
	font-size:10px;
	font-weight:bold;
}
#deeplinks {
	background: #98A85C url(/images/_kft/bg_deeplinks.gif) left top no-repeat;
	height:78px;
}
#home #deeplinks {
	background: #98A85C url(/images/_common/bg_deeplinks_home.gif) left top no-repeat;
}
#deeplinks a {
	color:#4B4840;
}
#deeplinks a:hover {
	color:#fff;
}
#deeplinks ul {
	padding:28px 10px 10px 20px;	
	width:125px;
}
#maplink {
	width:313px;
}
#footerlinks {
	background:url(/images/_kft/bg_footerlinks.gif) left top no-repeat;
}
#footerlinks ul#leftlinks li.utility a {
	color:#86A4C3;
}
