@charset "utf-8";
body {
	background-image: url(../images/klareco_repeat.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #678A20;
	margin: 0;
	padding: 0;
}
body, td, div, input, a, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#klarecoStart {
	background-image: url(../images/klareco_start.jpg);
	background-repeat: no-repeat;
	height: 366px;
	width: 478px;
	position: absolute;
	top:0;
	right:0;
}
#contentSpacer {
	position:relative;
	width: 786px;
	margin: 50px auto 20px;
	z-index:1;
}
#contentHeader {
	background-image: url(../images/contentHeader.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 786px;
	padding:0;
}
#contentFill {
	background-image: url(../images/contentFill.png);
	padding: 0px 30px;
	width: 726px;
	background-repeat: repeat-y;
}
#contentFill h1 {
	font-size: 15px;
	color: #252525;
	font-weight:bold;
}
#contentFooter {
	background-image: url(../images/contentFooter.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 786px;
}
#contact {
	width: 180px;
	float: left;
	font-size:11px;
	line-height:16px;
	color:#464646;
	border-right: 1px solid #cccccc;
}
#content {
	width: 525px;
	float: left;
	font-size: 13px;
	line-height:16px;
	color: #464646;
	padding-left:20px;
}
#credits {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding-right: 13px;
	font-style: normal;
}
#credits a {
	color:#364c07;
}
#credits a:hover {
	color:#ffffff;
}
#breakContent {
	clear:both;
}
.smallHeader {
	font-size:12px;
	font-weight:bold;
	color:#252525;
}
#contactForm {
	margin:0;
	padding:0;
}
#contactForm input, #contactForm textarea {
	background: #ffffff;
	border: 1px solid #898989;
	padding: 3px;
	font-size:11px;
}
.inputClass {
	width: 155px;
	color: #464646;
	margin-top:2px;
	font-style:italic;
}
.textareaClass {
	width: 155px;
	height: 100px;
	margin-top:2px;
	color: #464646;
	font-style:italic;
}
#sendForm {
	width:161px;
	text-align:right;
	margin-top:10px;
}
#sendForm a {
	color:#252525;
	font-size:11px;
	font-weight:bold;
}
#menu {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	padding-left:20px;
	height:26px;
	background-image: url(../images/startNormal.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:2px;
}
#menu li a {
	padding: 8px 20px 0px 0px;
	height:18px;
	background-image: url(../images/fillNormal.png);
	background-repeat: no-repeat;
	background-position: top right;
	display:inline-block;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}
#menu li.active {
	background-image: url(../images/startActive.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li.active a {
	background-image: url(../images/fillActive.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#fixMenu {
	position:absolute;
	width: 499px;
	height:26px;
	margin:149px 0px 0px 287px;
	clear:both;
}
