body {
	font-family: Verdana, Geneva, sans-serif;
	background:#1d40f1 center bottom  repeat-x url('/images/bg.jpg');
	font-size:13px;
	color:#333;
	margin:0;
	padding:0;
}


/**************************************************** GLOABAL STYLES ****/
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
h1,h2,h3,h4,h5,h6{ color:#728E00;}
small{ font-size:10px;}
b, strong{ font-weight:bold;}
a{ color:#728E00;}
a:hover{ color:#666; text-decoration:none }
p{ padding:15px 0 5px 0px; line-height:20px;}
#main_container{	
	display:block;
	position:relative;
	width:960px;
	margin:0px auto;
	}


/****************************************************  HEADER ****/


#header{
	display:block;
	position:relative;
	width:960px;
	height:117px;
	margin:0px auto;
	}

#logo{
	display:block;
	position:absolute;
	top:5px;
	left:0px;
	width:960px;
	height:117px;
	background:top  center no-repeat url('/images/logo.png');
	}
#phone{
	display:block;
	position:absolute;
	bottom:30px;
	right:10px;
	width:960px;
	height:34px;
	text-align:right;
	font-size:15px;
	color:#FFF;
	}
	
.ngia {
	padding-right: 11px;
	padding-bottom: 4px;
}

/****************************************************  MENU ****/


#menu_wrap{
	display:block;
	position:relative;
	width:960px;
	text-align:center;
	height:48px;
	margin:0px auto;
	background:top center no-repeat url('/images/menu_bg.png');
	z-index:99;
	}
	
#menuBG{
	display:block;
	position:relative;
	width: 960px;
	text-align:center;
	height: 48px;
	background:top center no-repeat url('/images/menu_bg.png');
	z-index:99;
	}
.mn {
	margin-bottom: 1px;
	margin-left: 10px;
	z-index:99;
}
/****************************************************   BANNER ****/

#banner_wrap{
	display:block;
	position:relative;
	width:960px;
	height:300px;
	background:no-repeat url('/images/banner_bg.jpg');
	z-index:1;
	}

/****************************************************   STRAP LINE ****/

#strap_line{
	display:block;
	position:relative;
	width:960px;
	height:50px;
	margin-left: 0px;
	padding-top: 0px;
	background-color: #a3c800;
	z-index:1;
	color:#FFF;
	}
.line_title{ position:absolute; top:19px; left:60px;}
#news_line li a{ text-decoration:none; color:#fff; }
#news_line li a:hover{ color:#4C5E00; }

/****************************************************   CONTENT ****/
#content{
	width:640px;
	min-height: 400px;
	padding:0px 30px 30px 0px;
	float:right;
	}
	
.breadcrumb{ font-size:11px; padding:0px 0px 5px 10px;}

#content_wrap{
	display:block;
	position:relative;
	width:930px;
	margin:0px auto 40px auto;
	padding:30px 0px 0px 30px;
	background:top center repeat-y url('/images/content_bg.jpg');
	z-index:1;
	}
	
#content_wrap1{
	display:block;
	position:relative;
	width:930px;
	margin:0px auto 0px auto;
	padding:30px 0px 0px 30px;
	background:top center repeat-y url('/images/content_bg.jpg');
	z-index:1;
	}	
#corners_bottom{
	display:block;
	position:absolute;
	left:0px;
	bottom:-14px;
	width:960px;
	height:14px;
	background:center bottom no-repeat url('/images/rcorners_home.png');
	}
/*.clear{ display:block; width:930px; height:5px; clear:both;}*/
.clear2{ display:block; width:930px; height:5px; clear:both;}
/****************************************************   FEATURE BLOCKS ****/
.feature_block{
	width:174px;
	padding:15px 30px 0px 96px;
	min-height:212px;
	float:left;
	display:block;
	}
.box1{background:top left no-repeat url('/images/front_hydrocell.jpg');}
.box2{background:top left no-repeat url('/images/front_gloves.jpg');}
.box3{background:top left no-repeat url('/images/front_lsg.jpg');}


/**************************************************** NEWS / BLOG ****/
.post{
	border-bottom:1px #999 dotted;
	padding-bottom:20px;
	margin-bottom:35px;
	}

.postmeta{
	border-bottom:1px #CCC solid;
	padding:15px 0px;
	width:100%;
	font-weight:normal;
	font-size:10px;
	margin-bottom:15px;
	}
.postmeta a{
	font-weight:normal;
	font-size:10px;
	text-transform:none;
	color:#393939;}
.entry{}

#spacer { height: 40px; width: 620px; }

#navigation a{ display:block; float:left; padding:4px 8px; margin-right:4px; border:1px #999 solid; color:#ccc; text-decoration:none;  margin-top: 50px;}
#navigation a:hover, #navigation a.on{ 
	display:block; 
	float:left; 
	padding:4px 8px; 
	margin-right:4px; 
	border:1px #999 solid; 
	color:#FFF; 
	background-color:#b1b1b1; 
	text-decoration:none;
	margin-top: 50px;
	}
/***************************************************** PORTFOLIO ****/
ul#portfolio-list li { 
	float:left;
	display:block;
	/* width:280px;*/
	padding:10px; 
	margin:10px 0px;
	width: 550px;
	border:1px #dddddd solid;
	background-color:#F5F5F5;
	}

ul#portfolio-list li:hover{ border:1px #A3C800 solid; background-color:#6BA500; }
ul#portfolio-list li:hover .content_block img{ float:left; margin-right:20px; }
ul#portfolio-list li:hover .content_block h2 a{ font-size:16px; text-decoration:none; padding-top:10px; display:block; color:#FFF;	}
ul#portfolio-list li:hover .content_block p{ font-size:12px; line-height:18px; color:#fff;}
ul#portfolio-list li:hover .content_block p a{ color:#FFF;}

ul#portfolio-list li .content_block img{ float:left; margin-right:20px; }
ul#portfolio-list li .content_block h2 a{ font-size:16px; text-decoration:none; padding-top:10px; display:block; color:#2B4700;}
ul#portfolio-list li .content_block p{ font-size:12px; line-height:18px;}
ul#portfolio-filter a{ 
	display:block;
	padding:10px 0px 10px 20px;
	color: #999;
	border-bottom:1px #CCC dotted;
	width:170px;
	text-decoration:none;
	font-size:13px;
	background: no-repeat url('/images/menu_arrow.jpg') 0 15px;
	}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{  
	display:block;
	padding:10px 0px 10px 20px;
	color: #6C436F;
	border-bottom:1px #6C436F solid;
	width:170px;
	text-decoration:none;
	font-size:13px;
	background: no-repeat url('/images/menu_arrow_on.jpg') 0 15px;
	}
	
.prodImage {
	width: 190px;
	padding-bottom: 20px;
}

.imgL {
	padding-right: 12px;
	padding-bottom: 7px;
	float:left;
}

.imgR {
	padding-left: 12px;
	padding-bottom: 7px;
	float:right;
}

#prodInfo {
	float:right;
	width: 405px;
	height:auto;
	padding: 15px;
}

#prodImage {
	float:left;
	width: 190px;
	height:auto;
	padding-top: 15px;
}
	

/***************************************************** GALLERY ****/
ul#gallery-list li { 
	float:left;
	display:block;
	width:193px;
	padding:5px; 
	margin:5px 10px 10px 10px;
	border:1px #dddddd solid;
	background-color:#EEEEEE;
	}
#gallery_menu{
	display:block;
	width:900px;
	padding:5px;
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
	margin:20px 0px 10px 0px;
	}
	


ul#gallery-list li .content_block img{ clear:both; display:block; margin-bottom:10px;  }
ul#gallery-list li .content_block h2 a{ font-size:13px; text-decoration:none; padding-top:5px; display:block; color:#6C436F;}
ul#gallery-list li .content_block p{ font-size:10px; line-height:18px; padding-top:4px;}

ul#gallery-list li:hover{ border:1px #CCC solid; background-color:#25163D; }
ul#gallery-list li:hover .content_block h2 a{  color:#FFF;	}
ul#gallery-list li:hover .content_block p{  color:#ccc;}
ul#gallery-list li:hover .content_block p a{ color:#FFF;}
ul#gallery-list li:hover .content_block p a:hover{ color:#FFF; text-decoration:none;}

ul#gallery-filter{ margin: -20px 0; padding: 0; height: 64px;  line-height: 64px; background: transparent url(../images/icon-tag-green.html) left no-repeat; }
ul#gallery-filter li{ display: inline; }
ul#gallery-filter a{ margin-right: 0.5em; padding: 0.5em 1em; color: #AAA;  text-decoration: none; }
ul#gallery-filter a:hover, ul#gallery-filter a.current{ color: #6C436F; }
ul#gallery-filter a.current{ background-color: #6C436F; color:#FFF; }


/***************************************************** CONTACT FORM ****/
span.red{
	color:#F00;}
.message{
	display:block;
	width:90%;
	padding:10px;
	margin:0px auto;
	color:#FFF;
	background-color:#2E3138;
	border:1px #999 solid;
	text-align:center;
	font-size:16px;
	}	
#contactForm { 
	width: 563px;
	}
#contactForm label.error { 
	width: 250px; text-align:left;  color: #F00; font-size:10px; padding:5px 0px 0px 0px!important;
	}
#contactForm label.error{
	display:block;
	}

#contactForm input.submit:hover { 
 	background-color:#497000;
	}	

label{ clear:both; display:block; padding:2px 0px 0px 0px;}

input, select, textarea{
	width:100px;
	background-color:#FFFFFF;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
select{
	width:342px;
	background-color:#FFFFFF;
	}
textarea{
	width:100%;
	height:150px;
	background-color:#FFFFFF;
	border:1px #C5C5C5 solid;
	padding:5px;
	}

.submit{
	width:200px;
	height:30px;
	display:block;
	border:0px;
	padding:0px;
	background-color:#315000;
	color:#FFF;
	cursor:pointer;
	}
.submit:hover{
	background-color:#000;	
	}	
/****************************************************   SIDEBAR ****/
#sidebar{
	width:220px;
	padding:0px;
	float:left;
	}
.menu_box{
	width:190px;
	padding:10px 30px 20px 0px;
	margin-bottom:20px;
	border-right:1px  #CCC solid;
	background:top right no-repeat url('/images/menu_top_line.jpg');
	font-size:13px;
	}
.menu_box p{font-size:12px;	color: #999;}
.menu_box ul{ 
	padding:20px 0 0 0; 
	width:190px;	
	}
.menu_box ul li{
	display:block;
	}
.menu_box ul li a{
	display:block;
	padding:10px 0px 10px 20px;
	color: #666;
	border-bottom:1px #CCC dotted;
	width:170px;
	text-decoration:none;
	font-size:13px;
	background: no-repeat url('/images/menu_arrow.jpg') 0 15px;

	}
.menu_box ul li a:hover{
	color:#728E00;
	border-bottom:1px #728E00 solid;
	background: no-repeat url('/images/menu_arrow_on.jpg') 0 15px;
	}
/****************************************************   FOOTER ****/

#footer_wrap{
	display:block;
	position:relative;
	width:900px;
	padding:20px 30px;
	margin-top:30px;
	background:#1F1F1F center top repeat-y url('/images/footer_bg.jpg');
	font-size:12px;
	margin-bottom:50px;
	}
#footer_corners_top{
	display:block;
	position:absolute;
	left:0px;
	top:-9px; /* IE6 -15px */
	width:960px;
	height:9px;
	background:center bottom no-repeat url('/images/rcorners_top_footer.png');
	}
#footer_corners_bottom{
	display:block;
	position:absolute;
	left:0px;
	bottom:-10px;
	width:960px;
	height:10px;
	background:center bottom no-repeat url('/images/rcorners_bottom_footer.png');
	}
#footer_wrap a{ color:#deff46;}
#footer_wrap a:hover { background-color: #5b7001; color:#FFF; }
	
#get_in_touch{ color:#ffffff; width:380px; }
#get_in_touch h3{ font-size:18px; color:#FFF;}
#copyright{ 
	position:absolute;
	top:0px;
	right:30px;
	text-align:right;
	color:#ffffff;
	}

span{margin:0px;padding:0px;}

#overlay{
background: #4E8C0F;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
