@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#cce69b;
}



h1 {
	margin:0 0 0 -8px;
}


p {
	text-align:left;
}


img {
	border:0px none;
}

a:link {
  color:#fff;
}

a:hover {
  text-decoration:none;
}

h4 {
	color:#d8e8a6;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	margin-top:0;
}

#wrapper {}



#header_wrapper {
	background-image:url(../images/bg_header_wrapper.gif);
	background-repeat:repeat-x;
	height:135px;
}


#header {
	width:960px;
	margin:0 auto;
	position:relative;
}


img#logo {
	position:absolute;
	left:40px;
	top:39px;
}



ul#nav_top {
	position:absolute;
	top:28px;
	left:680px;
	padding:0;
	display:inline;
}

* + html ul#nav_top {
	width:280px;
}

ul#nav_top li {
	float:left;
	display:inline;
	background-image:url(../images/bg_nav_top_li.gif);
	background-repeat:no-repeat;
	width:117px;
	height:44px;
	line-height:44px;
	vertical-align:middle;
	margin-right:16px;
}

ul#nav_top li a:link,
ul#nav_top li a:visited {
color:#d27d18;
text-decoration:none;
display:block;
width:100%;
height:100%;
}

ul#nav_top li a:hover {
	color:#f8c486;
}

ul#nav_top li.active {
	float:left;
	display:inline;
	background-image:url(../images/bg_nav_top_li_on.gif);
	background-repeat:no-repeat;
}

ul#nav_top li.active a:link,
ul#nav_top li.active a:visited {

}






#content_wrapper {
	background-color:#3b4148;
	background-image:url(../images/bg_content_wrapper.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	padding-top:34px;
}



#content {
	position:relative;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}



#col_main {
	width:61.23%;
	float:left;
	display:inline;
	padding-left:2%;
	padding-right:5%;
	padding-top:20px;
}

#col_right {
	width:28.77%;
	float:left;
	display:inline;
	padding-left:3%;
	padding-top:20px;
	background-image:url(../images/bg_col_right.gif);
	background-repeat:no-repeat;
	background-position:left 20px;
	min-height:555px;
}




#footer_wrapper {
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-color:#cce69b;
	padding-top:56px;
	padding-bottom:100px;
}



#footer {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#footer p.copyright {
	color:#3b4148;
	font-size:13px;
}

/* Custom divs  */



/* panel  */

.panel {
	background-image:url(../images/bg_panel_top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:960px;
	padding-top:23px;
}


.panel .bottom {
	background-image:url(../images/bg_panel_bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:23px;
}


.panel .row {
	background-image:url(../images/bg_panel.gif);
	background-repeat:repeat-y;
	background-position:center;
}



.panel strong {}

.panel p {
	text-align:left;
	color:#878787;
	padding:0 20px 0 40px;
	font-size:15px;
	margin-bottom:30px;
}

/* products  */


#products {
}

#products p {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding-top:30px;
	line-height:130%;
}

#products hr {
	border:0px none;
	background-color:#738737;
	clear:both;
	height:1px;
	margin:0 0 35px 0;
}




img.product {
	float:left;
	margin-right:12px;
}



/* div1  */

.div1 {
	background-image:url(../images/bg_div1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:30px;
	padding-left:10px;
	margin-top:15px;
	width:604px;
}

.div1 h3 {
	color:#d8e8a6;
	font-size:30px;
	margin-bottom:0;
	text-align:left;
}

.div1 p {
	color:#FFF;
	font-size:18px;
	margin-top:0;
	line-height:130%;
}









/* contact form  */


#form_contact {
	text-align:left;
}


#form_contact label {
	clear:both;
	display:block;
	color:#FFF;
	text-transform:uppercase;
	font-size: 12px;
	margin:25px 0 7px 0;

}

#form_contact input.text {
	clear:both;
	display:block;
	width:180px;
	background-color:#2c3339;
	border:1px solid #474747;
	font-size:16px;
	padding:3px;
}

#form_contact input.checkbox {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}


#form_contact h3 {
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	margin-top:0;
}



#form_contact .note {
	color:#d8e8a6;
	font-size:16px;
	line-height:125%;
}

.text {
  color:#a2a2a2;
  font-family:arial, helvetica, sans-serif;
}

/* form results  */

div.form_results {
}

div.form_results p {
	color:#FFF;
}




/* Columns */

.row {}


.cols3 {
	display:inline;
	float:left;
	width:33%;
}

.cols3:first-child {
}

/* Clearfix */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Clearfix applied to div */

div:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div {
	display: inline-block;
}

html[xmlns] div {
	display: block;
}

* html div {
	height: 1%;
}