body,html {
	margin: 0px;
	overflow: scroll;
	overflow-x:hidden;

	font-family: Arial, Verdana;
	font-size: 11px;
}

body {
	overflow: hidden;
	overflow-x:hidden;
}

* html #container{height:100%;}/* ie 3 pixel jog*/ 

.bodylight { background-image:none; background-color:#fef6e3;}
.bodyentrance { background-color: #e96010; background:url(../img/layout/bg_body_kb.jpg) bottom right  no-repeat #e96010; }


/*---------------container-----------------*/

#container {	
	height: 100%;
	width: 100%;
}

#bannerContainer{position:absolute; width:140; left: 800px;top:150px;}

#main {
	position:relative;
	width: 900px;
	text-align:center;
	margin:auto;
}

#content {
	text-align:center;
	width: 800px;
	margin:0;
	margin-top: 50px;
}

.mainbox  {
	float:left;
	background: url(../img/layout/bg_boxes_kb.png) no-repeat;
	width: 118px;
	height: 130px;
	padding: 0px;
	margin: 5px;
	font-size:0px;
	text-align:left;
}

.contentbox  {
	width: 113px;
	font-size: 10px;
	margin: 1px;
	padding: 0px;
}

/*---------------text-----------------*/
.title {text-align:center; font-size:11px; font-weight: bold;}
.price {background-color:df441d;text-align:center; font-size:11px; font-weight: normal;}
.titleevent {font-size:11px; font-weight: bold;}
a {font-size:11px; color: #996600; text-decoration: none;}
.takecare {font-size:11px; color: #FF0000; text-decoration: none;}
.copyright {font-size:11px; color: #ffffff; font-weight: bold; text-decoration: none;}

/*---------------misc-----------------*/
p {padding:0px;margin:0px;}
.hand{cursor:pointer;}
.whitebg {width: 90%; background-color:#FFFFFF; border: #99CC00 solid 1px;}
.errors {width: 90%; background-color: #99CC00; color:#ffffff; border: #99CC00 solid 1px; text-align:left;}
.padding10px {padding: 10px;}

/* ---------------------------- tooltip  -----------------------------*/
.tool-title {font-weight:bold; font-size:11px; margin:0; color:#cc7b29; padding:8px 8px 4px; background:url(../img/layout/bubble.png) top left;}
.tool-tip {color:#ffffff; width:350px; z-index:13000;}
.tool-text {font-size:11px; padding:4px 8px 8px; background: url(../img/layout/bubble.png) bottom right;}

/* ---------------------------- forms  -----------------------------*/
.forms100 { width:330px; font-size: 11px;}
.formsnosize { font-size: 11px;}
.formbutton { width:100px; color: #FFFFFF; background-color: #996600; font-size: 11px;}

.print{text-align:right; margin-right:15px; margin-top:20px; margin-bottom:20px;}
.print a{text-decoration:none; color:#E96010; text-align:right;}
.print a:hover{text-decoration:underline}
