/* 
	Project:  KBTEK
	Author:   Chris Ton @KBTEK   
*/


*{
	margin: 0;
	padding: 0;
}* 
html {
	overflow:scroll;
}
body {
	line-height: 1.6em;
	background: #fff url(../images/bg.gif) repeat-x;
	color: #444;
	font-family: Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.8em;
	overflow:scroll;
}

a {	color: #999;	background: inherit; text-decoration: none; }
a:hover {
	color: #0B0D57;
	background: inherit;
}

img
{  border-style: none;
}

p {
	/* margin: 0 0 15px 0; */
	padding-bottom:15px;
	font-family: Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
}
h1 { font: bold 1.7em Arial, Sans-Serif;  margin: 20px 0 0; }
h1 a { color: #fff; background: inherit; }
h1 a:hover {color: #E4FFD3;
	background: inherit;
}
h2 {
	margin: 0 0 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
h4 {
	color: #999;
	background: inherit;
	font-weight: normal;
	font-size: 0.9em;
}

#content {
	width: 893px;
	margin: 0 auto;
}

#logo {
	margin: 10px 0 0 0;
	height: 60px;
	width: 220px;
	float: left;
	background: url(../images/test.png) no-repeat bottom;
	text-align: left;
}

#menu {
	float: right;
	padding: 48px 0 0;
	margin: 0 0 0px;
}
#menu li { font-size: 1.0em; display: inline; }
#menu li a {
	padding: 5px 20px 0px 0;
	margin: 0 0 0 20px;
	color: #ccc;
}
#menu li a:hover {
	background: #505050 url(images/tabhover.gif) no-repeat right bottom;
	color: #03F;
}

#navigation{
	width:100%;
	padding-top:0px;
	overflow:hidden;
	position:relative;
	z-index:10;
	position:relative;
}
	#navigation ul{ }
	#navigation li{ display:inline; float:left; margin:0 1px; height:38px; background:#55585a url(../images/nav_off_right.gif) right bottom no-repeat;}
	#navigation li a:link,
	#navigation li a:visited{ float:left; height:38px; overflow:hidden; text-decoration:none; font-size:1.2em; line-height:230%; color:#fff;
							  background:url(../images/nav_off_left.gif) left bottom no-repeat; padding:0 15px;}
	#navigation li.on{ height:43px; background:#309dcf url(../images/nav_on_right.gif) right bottom no-repeat; position:relative; top:-4px;}
	#navigation li.on a:link,
	#navigation li.on a:visited{ height:43px; background:url(../images/nav_on_left.gif) left bottom no-repeat;}

#intro {
	clear: both;
	background: #fff url(../images/intro.jpg) no-repeat;
	color: #4C8734;
	height: 170px;
	margin: 0 0 20px;
	padding: 45px 40px 0 0;
	text-align: right;
}
	#intro h1 { margin: 0; }
	#intro p { margin: 0; }
	
	#login { font-size: .9em; margin: 82px 0 0; }
	#login a { color: #fff; background: #8BE1FA; padding: 4px 20px 6px;}
	#login a:hover { color: #fff; background: #8BE1FA url(../images/loginhover.gif) no-repeat; }

#left { clear: left; float: left; width: 240px; padding: 0 34px 0 15px; font-size: .9em; margin: 0 0 15px; }
	#leftmenu { list-style: none; margin: 0 0 20px 0; }
	#leftmenu li { padding: 0 0 0 12px; background: #fff url(../images/bullet.gif) no-repeat center left; color: #46852F; }
	#leftmenu li a { background: #EAFFE3; color: #46852F; }

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 550px;
}
	#notice { padding: 12px 14px 1px; background: #f4f4f4 url(../images/noticebg.gif) no-repeat bottom right; color: #999; }
	#left a, #right a {
	color: #00F;
	background-color: #f4f4f4;
}

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }

#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 0; margin: 0 0 15px; font-size: .9em; color: #999; background: #fff; }
	#footer a { color: #4CA031; background: #fff; }
	#col1 {
	float: left;
	width: 276px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
	#col2 {
	float: left;
	width: 400px;
	border-left: 1px solid #ccc;
	padding: 7px 0 0 40px;
}
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }

.light_text {
	color: #999999;
	font-size: .7em;
}
