/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	
}
body {
	position:relative;
	height:100%;
	margin:0px;
	background-color:#ffffff; 
	background-image:url(images/background/footerbg.gif);
	background-repeat:repeat;
}

#top {
	height:8px;
	background-color:#a5c941;
	}
	
#main {
	position:relative;
	background-color:#ffffff;
	background-image:url(images/background/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:1px solid #b0b997;
	margin:0px;
	padding-bottom:30px;
	}
	
#header {
	position:relative;
	width:960px;
	margin:0px auto;
	text-align:left;
	}
		
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	border:1px solid #cfcece;
	background-color:#f7f6f6;
	background-image:url(images/logo/kv_bglogo.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#container_4 {
	position:relative;
	margin:10px;
	padding:0px;
	clear:both;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:500px;
	height:32px;
	text-align:left;
	padding-top:20px;
	padding-bottom:0px;
	color:#FFFFFF;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	z-index:10;
	margin-bottom:8px;
}
/* ***************************************************************************** */
/* FEATURED CONTENT */

#featured {
	position:relative;	
	padding-top:0px;
	margin:0px;
	width:940px;
	}
	
#banner_box {
	position:relative;
	float:left;
	width:292px;
	height:233px;
	background-color:#b1ee05;
	background-image:url(images/gn_comb.jpg);
	background-repeat:no-repeat;
	margin-right:7px;
	padding-top:17px;
	padding-left:13px}

#banner_frame {
	position:relative;
	border:3px solid #ffffff;
	width:275px;
	}
	
#video_box {
	position:relative;
	float:left;
	width:310px;
	height:233px;
	background-color:#b1ee05;
	background-image:url(images/gn_leaf.jpg);
	background-repeat:no-repeat;
	margin-right:7px;
	padding-top:17px;
	}
	
#video_box a:link,
#video_box a:visited,
#video_box a:hover {
	color:#000000;
	font-size:10px;
	}
	
#news_box {
	position:relative;
	float:left;
	width:310px;
	height:233px;
	background-color:#b1ee05;
	background-image:url(images/gn_wall.jpg);
	background-repeat:no-repeat;
	padding-top:17px;
	line-height:18px;
	}
/* ***************************************************************************** */
/* CONTENT */
#content {
	position:relative;
	clear:both;
	padding:15px 0px;
	width:950px;
	}

#content p	{line-height:24px;}

#connect {
	height:33px;
	width:960px;
	margin:0px auto;
	text-align:right;
	color:#8cbc07;
	font-size:14px; 	
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	letter-spacing:1px;
	padding-top:10px;
	}
/* ***************************************************************************** */
/* FOOTER */
#footer_container {
	position:relative;
	margin:0 auto;
	width:960px;
	}
	
#footer {
	position:relative;
	padding-top:10px;
	height:50px;
}
#plujo {
	float:right;
	color:#9a6d18;
	font-size:11px;
	padding-top:3px;
		}

/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}

/* ******************************************************* */
/* MISCEllANEOUS */
:focus {outline:none;}
#contact {float:left; width:350px;padding-right:10px;line-spacing:normal;border:1px solid red;}
#contact p{line-height:18px;margin:0}
h1 {font-weight:normal;letter-spacing:2px;}