html,body{
	background-color: #424243; padding: 0; margin: 0; width: auto; height: 100%; min-height: 100%;
}
body{
	background: url(../images/bkg_head.png) repeat-x center top;
}
p{
	font-size: 13px;
	color: gray;
	padding-bottom: 10px;
}
h1{
	font-size: 21px;
	color: #81aa44;
	padding-bottom: 15px;
}
a{
	color: #92c04f;
}
img{
	display: block;
}
/* WRAP ELEMENTS */
#wrapper{
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: white;
}
#masthead{
	width: 100%;
	background-color: white;
	padding-top: 20px;
}
#contact, #nav, #masthead img, #masthead, #nav li, #gallery, #gallery li, #nav ul, #contactform li, #contactform{
	float: left;
	position: relative;
}
#nav{
	width: 100%;
	padding-top: 15px;
	/*margin-bottom: 10px;*/
}
.clrfix{
	clear: both;
}
.level1{
	font-size: 21px;
	line-height: 1.1em;
	color: black;
	font-weight: bold;
}
.level2{
	font-size: 16px;
	padding-bottom: 0;
}

/* SPECIFICS */
#masthead img{
	padding-left: 20px;
}

#contact{
	background: url(../images/bkg_seprator_lg.png) no-repeat 0 center;
	padding: 0 0 5px 20px;
	margin: 10px 0 0 20px;
}
#nav ul{
	width: 100%;
	background-color: #f4f4f4;
	margin: 0 0 2px 0;
}
#nav li{
	
}
#nav li a, .tabs li a{
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: gray;
}
.tabs li a{
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
#nav li.active a{
	background-color: #d9d9d9;
	color: black !important;
}
#nav li a:hover{
	color: black;
}

#gallery{
	width: 100%;
	/*width: 560px;
	padding: 0 20px 10px 20px;*/
}

#gallery li{
	padding-right: 10px;
	padding-bottom: 10px;
}
#gallery li.end{
	padding-right: 0;
}


/* TABS*/
.panes{
	float: left;
	padding-left: 25px;
	width: 750px;
}
.panes div{
	display: none;
	width: 750px;
	height: 280px;
	margin-bottom: 14px;
	/*overflow: hidden;*/
}
.panes div div{
	display: block;
	height: 280px;
}
ul.tabs{
	float: left;
	width: 100%;
	background-color: #89b745;
	margin-bottom: 10px;
}
.tabs li{
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
a.current{
	color: black !important;
	background-color: white;
}
.scrollable{
	width: 560px;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.scrollable .items{
	width: 20000em;
	position: absolute;
}
.items div {
	float:left;
}
a.browse{
	display: block;
	width: 14px;
	height: 60px;
	background-color: #000000;
	position: absolute;
	cursor: pointer;
	color: white;
	line-height: 60px;
	padding-left: 6px;
}
a.left{
	top: 46px;
	left: 0;
}
a.right{
	top: 46px;
	right: 0;
}
a.disabled{
	cursor: auto;
}
#blockinner{
	clear: left;
	padding: 10px 20px 20px;
}
#blockinner:after{
	content: "";
	clear: both;
	display: block;
}
.col-main{width: 460px; float: left;}

.col-side{width: 290px; margin-left: 10px; float: left;}
/* FORM */
#contactform{
	width: 560px;
	margin: 20px 0;
}
#contactform li{
	width: 100%;
	margin: 0 0 10px 0;
}
#contactform li.halffield{
	width: 49.8%;
}
input, textarea{
	border: 1px solid #d1d1d1;
	padding: 5px;
}
input.submit{
	padding: 5px 40px;
	border: none;
	float: right;
	cursor: pointer;
	margin-right: 10px;
}
.halffield input{
	width: 180px;
}
label{
	float: left;
	width: 70px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 30px;
	color: #aaa;
	font-weight: bold;
}
textarea{
	width: 460px;
	height: 110px;
}
b {
    font-weight: 800 !important;
}

