/* =========================
GENERAL STYLING
========================= */

.12px {
	font-size: 12px !important;
}

body, html {
		font: 14px/22px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
		color: #666;
    }

a {
	color: #6c9d31;
	text-decoration: none;
	}
	
a.green {
	color: #a5bd79;
	text-decoration: none;
	}
	
a.gray {
	color: #666 !important;
	text-decoration: none;
	}
	
a.white {
	color: #fff;
	text-decoration: none;
	}
	
a.green:hover, a.white:hover, a.gray:hover {
	text-decoration: underline;
	}

a.contactbutton {
    background: url(../images/button_contactus.gif) no-repeat;
    height: 34px;
    width: 85px;
    border: none;
	display: block;
	margin: 0 0 0 15px;
	float: right;
}

a.contactbutton:hover
{
    background: url(../images/button_contactus.gif) -85px 0 no-repeat;
}
	
a#download
{
    background: url(../images/button_download.gif) no-repeat;
    height: 40px;
    width: 258px;
    border: none;
	display: block;
	margin: 0px auto;
}

a#download:hover
{
    background: url(../images/button_download.gif) -258px 0 no-repeat;
	color: #fff;
}

a#learnmore {
    background: url(../images/button_learnmore.gif) no-repeat;
    height: 40px;
    width: 271px;
    border: none;
	display: block;
}

a#learnmore:hover
{
    background: url(../images/button_learnmore.gif) -271px 0 no-repeat;
	color: #fff;
}

input#sendit
{
    background: url(../images/button_send.gif) no-repeat;
    height: 41px;
    width: 102px;
    border: 1px solid #fff !important;
	display: block;
}

input#sendit:hover
{
    background: url(../images/button_send.gif) -102px 0 no-repeat;
}

.article-image {
	margin-top: 40px;
	margin-bottom: 40px;
	min-height:40px;
  	height:auto !important;
	background: url(../images/loading.gif) 50% 50% no-repeat;
	}
	
.article-image-nopad {
	margin-top: 40px;
	min-height:40px;
  	height:auto !important;
	background: url(../images/loading.gif) 50% 50% no-repeat;
	}
	
.article-image img, article-image-nopad img {
	display: block;
	margin: 0 auto;
	}
	
.article-body {
	margin-top: 40px;
	}
	
#learnmore-wrap {
    float: left;
	display: inline;
	margin: 245px 0 0 8px;
}

#bottom {
  	padding: 0;
	width: 100%;
	height: 25px;
	background: url("../images/bottomstrip.jpg") repeat-x top left;
}

.border-bottom{
	border-bottom: 1px solid #e0e0e0;
	}	
		
.bottom15{
	padding-bottom: 15px;
	}
	
.bottom25{
	padding-bottom: 25px;
	}
	
.bottom50{
	padding-bottom: 50px;
	}		

.button_prev{
		float: left;
		display: inline;
		margin-top: 10px;
		margin-left: 13px;
	}
	
.button_next{
		float: right;
		display: inline;
		margin-top: 10px;
	}
	
.productheader{
	float:left;
	display: inline;
	}
	
.contactimage {
    margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
	width:960px;
	height: 286px;
    }

.contactform {
   text-align: left;
    }

.copyright {
    font-size: 11px;
	padding-bottom: 23px;
    }

#description {
  	display: none;
}

.download-brochure {
  	padding: 25px 0 25px 0;
	margin-bottom: 25px;
	background-color: #deeac1;
}

dl {
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1.0;
	background: #f6f6f6;

}

dl.grey {
	background: #efefef;
}

dt {
	padding: 12px 0 12px 0;
	float: left;
	display: inline;
	margin: 0 25px 0 0;
	width: 465px;
}

dt a:hover {
	color: #333;
}

dt img {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

dd {
	padding: 12px 0 12px 0;
	float: left;
	display: inline;
	margin: 0 0 0 0;
	width: 120px;
	
}

.error {
    margin-top: 75px;
	margin-bottom: 350px;
	padding: 0;
	width:960px;
	text-align: center;
    }

.floatright{
  	float: right;
	display: inline;
}

.loadingimg{
	float: left;
	display: inline;
	margin-top: 3px;
}

.floatright15{
  	float: right;
	display: inline;
	margin: 0 0 15px 25px;
}

.floatleft{
  	float: left;
	display: inline;
	margin: 0 0px 15px 0px;
}


.floatleft15{
  	float: left;
	display: inline;
	margin: 0 25px 15px 0px;
}


#footer{
  	background-color: #efefef;
	border-top: 1px solid #e0e0e0;
	padding: 25px 0 0 0;
}


h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
	line-height: 28px;
	color: #333;
}

h4 {
	font-size: 18px;
	line-height: 25px;
	color: #333;
	margin-bottom: 5px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 25px;
	width: 400px;
	float: left;
	display: inline;
	margin-bottom: 0;
}

hr {
	border-color:#e0e0e0;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
	margin:0 0 20px;
}

input#name {
		width: 195px;
		border: 1px solid #fff;
		font-size: 14px;
		color: #666;
		height: 18px;
		margin: 0px 0px 0px 20px;
		}
		
input#email {
		width: 195px;
		border: 1px solid #fff;
		font-size: 14px;
		color: #666;
		height: 18px;
		margin: 0px 0px 0px 22px;
		}
			
input#yourname, input#emailadd {
		font-size: 14px "helvetica", arial, sans-serif;
		width: 350px;
		border-top: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		padding: 5px;
		color: #666;
		}
		
textarea.zemTextarea {
		font: 14px/22px "helvetica", arial, sans-serif;
		width: 470px;
		border-top: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		padding: 5px;
		height: 200px;
		color: #666;
		}

input#Phone, input#Fax {
		font-size: 14px "helvetica", arial, sans-serif;
		width: 180px;
		border-top: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		padding: 5px;
		color: #666;
		}

.linklist {
	line-height: 18px;
}

.linklist li{
	padding: 0;
	margin-bottom: 15px
}

.linklist li.arrow {
	background: url("../images/bullet_arrow.gif") 0 2px no-repeat;
	padding: 0 0 0 20px;
}

#map{
 	border: 15px solid #efefef;
}

#nav {
 	float: right;
	display: inline;
	margin: 20px 0 0 0;
}

#nav li {
 	float: left;
	display: inline;
	margin: 0 0 0 15px;
	padding: 8px 0px 5px 30px;
}

#nav li.current {
	color: #414141;
}

#nav li a {
 	color: #a5bd79;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 2px 0;
}

#nav li a:hover {
 	border-bottom: 1px dotted #a5bd79;
}

#nav li a.current:hover {
 	border-bottom: 1px dotted #414141;
}

#nav li.current a {
 	color: #414141;
}

.nca-body {
	margin-top: 15px;
	}

.preloader {
  	display: none;
}
	
#prenav {
  	padding: 0;
	width: 100%;
	height: 43px;
	background: url("../images/topstrip.jpg") repeat-x top left;
	font-size: 12px;
}

#prenav-tab {
	float:right;
	display: inline;
  	padding: 0 0 0 0;
	color: #fff;
}
	
#prenav span.contact {
	background: url("../images/icons/email.gif") 0 50% no-repeat;
	padding: 0 0 0 23px;
	}

.rightcolumn img {
	margin-bottom: 10px;
}

.mainimage {
    margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
	width:960px;
	height: 342px;
	background: url("../images/mainimage.gif") no-repeat top left;
    }

.textright {
	text-align: right;
	}
	
.img-center img{
	margin: 0 auto;
	display: block;
	}
	
#top {
    width: 100%;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
    }

.top10{
	margin-top: 10px;
	}

.uploadcontainer1 {
	margin: 0 0 20px 0;
	padding: 10px;
	width: 598px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #efefef;
	border-top: 1px solid #e0e0e0;
    }

.uploadcontainer2 {
	margin: 0 0 20px 0;
	padding: 10px;
	width: 598px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #efefef;
	border-top: 1px solid #e0e0e0;
    }

.active-st, .active-ot {
	background-color: #efefef;
	border-top: 1px solid #e0e0e0;

    }

.upload-trigger1, .upload-trigger2 {
	float: left;
	display: inline;
	padding: 0 0 0 20px ;
	background: url("../images/icons/add.gif") 0 50% no-repeat;
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	}
	
.close1, .close2 {
	float: right;
	display: inline;
	padding: 0 0 0 0 ;
	margin: 0;
	}
	
.one {
	margin: 20px 0 0 10px;
	}
	
.two {
	margin: 10px 0 0 10px;
	}
	
	
.uploadform-st, .uploadform-ot {
	float: left;
	display: inline;
	width: 100%;
	}
	
#files-st, #files-ot {
	margin-bottom: 50px;
	}
	
p,hr,h1,h2,h3,h5,ol,ul,pre,table,address, fieldset {
	margin-bottom: 20px;
}

.zemError {
	color: #bf4228;
	}


/*********************************
CLEARFIX 
*********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */