/* General reset */
html{height:100%;}
body{
	margin:0;
	font:12px/14px Arial, Verdana, sans-serif;
	color:#000;
	height:100%;
	background:#010101 url(../images/bg-body-m.jpg) repeat-y 50% 0;
	min-width:945px;
}
* + html{min-height:100%; height:auto;}
img{border:0;}
a{
	color:#86bc3d;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* General settings */
/* wrapper */
#wrapper{
	width:100%;
	height:100%;
	display:table;
	background:url(../images/bg-body-b.png) no-repeat 50% 100%;
}
.w1{
	width:100%;
	height:100%;
	display:table;
	background:url(../images/bg-body-t.jpg) no-repeat 50% 0;
}
.w2{
	width:100%;
	height:100%;
	display:table;
	background:url(../images/bg-header.png) repeat-x;
}
.w3{
	width:815px;
	padding:0 65px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	min-height:700px;	
}
* html .w3{height:700px;overflow:visible;}
.idustrial{
	position:absolute;
	background:url(../images/text-industrial-grade.gif) no-repeat;
	top:360px;
	left:0;
	height:239px;
	width:64px;
	text-indent:-9999px;
	overflow:hidden;
}
/* header */
#header{
	height:102px;
	padding:62px 0 0 0;
	position:relative;
	z-index:999;
}
#header:after{
	display:block;
	clear:both;
	content:"";
}
/* logo */
.logo{
	float:left;
	margin:-20px 25px 0 -2px;
}
.logo a{
	display:block;
	width:237px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.slogan{
	float:left;
	height:20px;
	width:359px;
	background:url(../images/text-slogan.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/* navigation */
#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
	font:bold 16px/28px Arial, Verdana, sans-serif;
	position:absolute;
	bottom:14px;
	left:0;
	background:url(../images/separator01.gif) no-repeat 100% 0;
}
#nav li{
	float:left;
}
#nav li:hover,
#nav li.hover{position:relative;}
#nav a{
	display:block;
	color:#000;
	text-align:center;
	background:url(../images/bg-nav-link.gif) no-repeat 100% 0;
}
#nav li:hover a,
#nav li.hover a,
#nav li a:hover{
	text-decoration:none;
	background-position:100% -28px;
}
#nav li a span{
	display:block;
	padding:0 5px;
}
#nav li.first-child span{
	background:url(../images/separator02.gif) no-repeat;
}
#nav li.first-child.hover span,
#nav li.first-child:hover span,
#nav li.first-child a:hover span{background-position:0 -28px;}
#nav li ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background:url(../images/bg-subnav.png) repeat;
	overflow:hidden;
}
#nav li ul li{
	float:none;
	font-size:0;
	line-height:0;
	margin:0 0 0 -1px;
	padding:0 0 0 1px;
	position:static !important;
	display:block;
	background:url(../images/separator03.gif) repeat-x;
	overflow:hidden;
}
#nav li:hover .drop,
#nav li.hover .drop{display:block;}
#nav .drop {
	position:absolute;
	left:0;
	top:28px;
	z-index:999;
	width:999px;
	display:none;
	padding:0;
}
#nav .drop div{
	float:left;
	position:relative;
}
#nav li ul li a{
	text-align:left;
	color:#fff;
	font:bold 12px/14px Arial, Verdana, sans-serif;
	position:relative;
}
#nav li.hover ul li a,
#nav li:hover ul li a,
#nav li ul li a:hover{
	background:url(../images/separator03.gif) repeat-x;
}
#nav li ul li a span{
	padding:10px 18px 8px;
}
#nav li.first-child ul li span{
	background:none !important;
}
#nav li.first-child a:hover span span,
#nav li ul li a:hover span{
	background:url(../images/arrow01.gif) no-repeat 0 50% !important;
}
/* form-holder */
.form-holder{
	height:1%;
	margin:0;
	padding:0;
	list-style:none;
}
.form-holder:after{
	display:block;
	clear:both;
	content:"";
}
.form-holder li{
	float:left;
	width:100%;
	padding:0 0 4px;
}
.form-holder .cell{
	float:left;
	padding:0 3px 0 0;
}
.form-holder .text{
	float:left;
	margin:0;
	padding:1px 5px;
	border:1px solid #66902c;
	background:#fff;
	font:11px/14px Arial, Verdana, sans-serif;
}
.form-holder label{
	display:block;
	font:10px/14px 'Times New Roman', Times, serif;
}
.submit-button{
	display:block;
	padding:0;
	border:0;
	cursor:pointer;
}
/* main */
#main{
	margin:0 -11px 0 -11px;
	padding:0 11px 5px 11px;
}
#main:after{
	display:block;
	clear:both;
	content:"";
}
/* content */
#content{
	width:100%;
	position: relative;
}
.twocolumns #content{
	float:left;
	width:524px;
}
#content p{
	margin:0 0 15px;
}
.holder{
	width:100%;
}
.holder:after{
	display:block;
	clear:both;
	content:"";
}
.content-box{
	padding:5px;
	background:#fff;
	height:1%;
}
.box{
	background:#3a3a3a;
	padding:9px 8px;
	margin:0 0 5px;
}
.box .inner{
	background:#fff;
	overflow:hidden;
	width:100%;
}
.green-box{
	background:#fff url(../images/bg-gbox.gif) repeat-y;
	width:100%;
}
.green-box .box-t{background:url(../images/bg-gbox-t.gif) no-repeat;}
.green-box .box-b{
	background:url(../images/bg-gbox-b.gif) no-repeat 0 100%;
	padding:28px 32px 30px 37px;
}
.heading{
	background:#7cbb42;
	padding:8px 25px;
	color:#fff;
	border-bottom:5px solid #fff;
	height:1%;
	overflow:hidden;
}
.heading h1{
	font:36px/40px Arial, Verdana, sans-serif;
	margin:0;
}
.green-box .heading{
	border-bottom:3px solid #000;
	background:none;
	color:#000;
	padding:0;
	margin:0 0 12px;
}
.green-box .heading h1{
	font-size:30px;
	line-height:36px;
}
.image img{
	display:block;
}
/* gallery */
.gallery{
	width:837px;
	margin:-1px -11px 0;
	position:relative;
	overflow:hidden;
}
.gt,
.gb{
	width:100%;
	overflow:hidden;
}
.gt{
	background:url(../images/bg-gallery-t.png) no-repeat;
	height:18px;
}
.gb{
	background:url(../images/bg-gallery-b.png) no-repeat;
	height:20px;
}
.gm{
	width:797px;
	padding:0 20px;
	overflow:hidden;
	background:url(../images/bg-gallery-m.png) repeat-y;
}
.gc{
	width:100%;
	overflow:hidden;
	position:relative;
}
.gallery .gc div{
	width:797px;
	overflow:hidden;
	position:relative;
}
.gallery .gc ul{
	position:relative;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.gallery .gc ul li{
	width:797px;
	float:left;
}
.gallery .gc ul li a{
	display:block;
	position:relative;
	color:#fff;
}
.gallery .gc ul li a:hover{
	text-decoration:none;
}
.gallery .gc ul li img{
	display:block;
}
.gallery .prev-arrow,
.gallery .next-arrow{
	width:42px;
	height:82px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:150px;
	display:none;
}
.gallery .gc:hover .prev-arrow,
.gallery .gc:hover .next-arrow,
.gallery .hover .prev-arrow,
.gallery .hover .next-arrow{display:block;}
.gallery .prev-arrow{
	left:-1px;
	background:url(../images/btn-prev.png) no-repeat;
}
.gallery .next-arrow{
	right:0;
	background:url(../images/btn-next.png) no-repeat;
}
.gallery .label{
	position:absolute;
	left:0;
	bottom:0;
	border-top:1px solid #fff;
	font:16px/20px Verdana, Arial, sans-serif;
	width:100%;
	text-align:right;
	cursor:pointer;
}
.gallery .label strong{
	background:url(../images/bg-label.png);
	display:block;
	height:1%;
	padding:25px 20px 23px;
	cursor:pointer;
}
.gallery .label span{position:relative;}
/* intro */
.intro{
	padding:24px 10px 12px 25px;
	height:1%;
	line-height:17px;
	overflow:hidden;
	color:#282217;
}
.intro h1{
	font:bold 14px/16px Arial, Verdana, sans-serif;
	margin:0;
	color:#7cbb42;
}
.intro p{
	margin:0 0 17px !important;
}
/* content-text */
.content-text{
	float:left;
	width:380px;
	text-align:justify;
}


.content-text h3{
	font:bold 18px Arial, Verdana, sans-serif;
	margin:0;
	color:#7cbb42;
}
.content-text .image{
	margin:-8px 0 0 -2px;
}
.aside{
	float:right;
	display:inline;
	margin:-5px -4px 0 0;
	width:338px;
	position:relative;	
}
/* fbox */
.fbox{
	background:#414141 url(../images/bg-fbox-t.gif) repeat-x;
	width:100%;
}
.fbox .b{background:url(../images/bg-fbox-b.gif) repeat-x 0 100%;}
.fbox .l{background:url(../images/bg-fbox-l.gif) repeat-y;}
.fbox .r{background:url(../images/bg-fbox-r.gif) repeat-y 100% 0;}
.fbox .tl{background:url(../images/bg-fbox-tl.gif) no-repeat;}
.fbox .tr{background:url(../images/bg-fbox-tr.gif) no-repeat 100% 0;}
.fbox .bl{background:url(../images/bg-fbox-bl.gif) no-repeat 0 100%;}
.fbox .br{
	background:url(../images/bg-fbox-br.gif) no-repeat 100% 100%;
	padding:8px;
}
/* request-trial */
.request-trial{
	color:#fff;
	padding:4px 0 5px 9px;
	height:1%;
	overflow:hidden;
}
.request-trial h2{
	font:bold 23px/28px Verdana, Arial, sans-serif;
	margin:0;
}
.request-trial p{
	font:16px/20px Verdana, Arial, sans-serif;
	margin:0 0 10px !important;
}
.form-trial .form-holder{
	padding:0 0 4px;
}
.form-trial .text{
	width:293px;
}
.form-trial .middle{
	width:139px;
}
.form-trial .small{
	width:31px;
}
.form-trial .zip{
	width:92px;
}
.form-trial select{
	float:left;
	width:44px;
	line-height:14px;
	height:18px;
	font-size:11px;
}
.form-trial .textarea{
	width:298px;
	height:101px;
	max-height:101px;
	max-width:298px;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	border:1px solid #66902c;
	background:#fff;
	font:11px/14px Arial, Verdana, sans-serif;
	overflow:auto;
}
.form-trial .submit-button{
	width:67px;
	height:21px;
	background:url(../images/btn-submit.png) no-repeat;
	float:right;
	color:#fff;
	font:10px/20px 'Times New Roman', Times, serif;
	padding:0 0 4px;
	margin:0 10px 0 0;
	display:inline;
}
/* sidebar */
#sidebar{
	float:right;
	width:284px;
}
.employee{
	border:2px solid #fff;
	font:bold 13px/23px Arial, Verdana, sans-serif;
	background:#525350 url(../images/bg-employee.gif) no-repeat 0 100%;
	min-height:162px;
	color:#fff;
}
* html .employee{height:162px;}
.employee .heading{
	padding:8px 10px;
	border-bottom:2px solid #fff;
	background:url(../images/bg-employee-heading.png) repeat-x;
}
.employee .heading h2{
	font:bold 21px/25px Arial, Verdana, sans-serif;
	margin:0;
	position:relative;
}
.employee p{
	margin:0 0 10px;
}
.employee .frame{
	height:1%;
	overflow:hidden;
	padding:13px 16px 0;
}
.trial-box{
	border:3px solid #86bc3d;
	overflow:hidden;
	background:#fff;
	height:1%;
	text-align:right;
	padding:2px 8px 2px 8px;
}
.trial-box h2{
	font:bold 17px/22px Verdana, Arial, sans-serif;
	color:#86bc3d;
	margin:0;
	padding:0 0 20px;
}
.trial-box h2 span{
	display:block;
	font-size:24px;
}
.trial-box img{
	float:left;
	margin:0 -60px 0 0;
}
.trial-box .button{
	margin:0 8px 0 0;
}
.trial-box div{
	height:1%;
	overflow:hidden;
}
.button{
	float:right;
	color:#fff;
	font:bold 8px/18px Verdana, Arial, sans-serif;
	display:inline;
}
.button:hover{
	text-decoration:none;
}
.button span{
	cursor:pointer;
	float:left;
	padding:2px 8px 3px 15px;
	background:url(../images/bg-btn-h.png) no-repeat;
}
.button:hover span{background:url(../images/bg-btn.png) no-repeat;}
.button em{
	float:left;
	height:23px;
	width:7px;
	overflow:hidden;
	background:url(../images/bg-btn-rh.png) no-repeat;
}
.button:hover em{
	background:url(../images/bg-btn-r.png) no-repeat;
}
/* description */
.description{
	background:#d6d6d6 url(../images/bg-description.gif) repeat-y;
	text-align:justify;
}
.description .inner{
	height:1%;
	position:relative;
	overflow:hidden;
	padding:54px 324px 20px 31px;
	background:url(../images/bg-description.jpg) no-repeat 0 100%;
	min-height:224px;
}
* html .description .inner{height:224px;}
.description .trial-box{
	position:absolute;
	bottom:0;
	right:0;
	width:250px;
	height:auto;
	text-align:right;
}
/* product */
.product{
	background:#000 url(../images/bg-product.jpg) no-repeat;
	width:100%;
}
.product .inner{
	padding:28px 43px 0 38px;
	overflow:hidden;
	min-height:389px;
	background:url(../images/bg-product-bottom.gif) no-repeat 0 100%;
}
* html .product .inner{height:389px;}
.product img{
	float:right;
	margin:0 0 0 -70px;
}
.product h2{
	margin:0;
	padding:0 0 10px;
	font:24px/30px Arial, Verdana, sans-serif;
}
.product h2 a{
	color:#fff;
	text-decoration:underline;
}
.product h2 a:hover{text-decoration:none;}
.subnav{
	padding:0;
	margin:0 0 0 -18px;
	list-style:none;
	font:bold 12px/18px Arial, Verdana, sans-serif;
}
.subnav li{
	padding:0 0 14px;
}
.subnav li a{
	color:#fff;
	padding:0 0 0 18px;
}
.subnav li.active a,
.subnav li a:hover{
	text-decoration:none;
	background:url(../images/arrow01.gif) no-repeat 0 2px;
}
/* footer */
#footer{
	color:#8b8b8b;
	text-align:center;
	font:bold 10px/14px Verdana, Arial, sans-serif;
	padding:10px;
	clear:both;
}
.g-bar{border-top:19px solid #86bc3d;}
.w-bar{border-top:19px solid #fff;}
#footer p{
	margin:0;
}
#footer ul{
	margin:0;
	padding:0 0 8px; 
	list-style:none;
	font-size:9px;
}
#footer ul li{
	display:inline;
	padding:0 4px 0 8px;
	background:url(../images/separator02.gif) no-repeat;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a{
	color:#8b8b8b
}

/* popup */
#popup {
	position: absolute;
	top: 230px;
	left: 300px;
	display: none;
}

#popup > TABLE, #popup > DIV {
	float: left;
}

#popup TABLE.message {
	width: 230px;
}

#popup .middleTop {
	border-top: 3px solid #FFF;
	background: #7bbb41;
	width: 3000px;
}

#popup .middleBottom {
	border-bottom: 3px solid #FFF;
	background: #7bbb41;
	width: 262px;
}

#popup .content {
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	background: #7bbb41;
	padding: 0 5px;
	color: #FFF;
	font-size: 1em;
	line-height: 1.5em;
}

#popup .arrowRight IMG {
	position: relative;
	margin: 20px 0 0 0;
	left: -3px;
}

#popup .arrowLeft IMG {
	position: relative;
	margin: 20px 0 0 0;
	left: 3px;
}

#popup .image {
	margin: -10px 0 0 0;
	overflow: hidden;
	position: relative;
	left: 5px;
	top: 16px;
}
#popup .image IMG {
	float: right;
}
