@charset "utf-8";
/* CSS Document */
/********************** Reset **********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, re, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0;padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption, th {text-align:justify;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
q:before, q:after {content:'';}
abbr, acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input, textarea, select {font-size:100%;}
legend {color:#000;}
.left{float:left;}
.clear{clear:both;}
.clear-left{clear:left;}
.clear-right{clear:right;}
.right{float:right;}
span.noshow {display:none;margin:0;}
a{outline:none;}
/********************** style **********************/
body{
	background-color:#f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
}
#header
{
	/*background-image: url(images/headerbg.png); */
/* background-repeat: repeat; */
	width:100%;
	height:66px;
	display:block;
	border-bottom:1px solid #333;
	overflow:hidden;
	background: -webkit-linear-gradient(#ffffff, #f0F0F0);
	background: -o-linear-gradient(#ffffff, #f0F0F0);
	background: -moz-linear-gradient(#ffffff, #f0F0F0);
	background: linear-gradient(#ffffff, #f0F0F0);
}
.header_container
{
	height:66px;
	width:1000px;
	display:block;
	margin:auto;
}
.logo
{
	height:auto;
	width:190px;
	padding-top:12px;
	float:left;
	margin-right:15px;
	overflow:hidden;
	display:block;
	
}
.menu
{
	width:775px;
	height:46px;
	overflow:hidden;
	display:block;
}
.menu ul
{
	width:743px;
	margin-top:26px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}
.menu ul li
{
	padding:0px 18px;
	border-right:1px solid #999;
	cursor:pointer;
	float:left;
}
.menu ul li a
{
	color:#333;
	text-decoration:none;
}
.menu ul li a:hover
{
	font-weight:bold;
	color:#195905;
	text-decoration:underline;
}
#banner
{
	width:100%;
	height:294px;
	display:block;
	overflow:hidden;
}
.banner_img
{
	background-image:url(images/banner1.png);
	background-size:cover;
	background-position:center;
	height:240px;
}
.banner_cntr
{
	width:1000px;
	height:auto;
	margin:auto;
}
.banner_left
{
	width:475px;
	height:auto;
	margin-left:25px;
	float:left;
	display:block;
	overflow:hidden;
}
.banner_right
{
	width:330px;
	height:169px;
	padding-top:38px;
	padding-left:65px;
	display:block;
	overflow:hidden;
}
.banner_right span
{
	background-image:url(images/textright.png);
	background-repeat:no-repeat;
	width:327px;
	height:169px;
	display:block;
	overflow:hidden;
}
.banner_right span h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	text-align:center;
	text-shadow:1px 1px #000;
	color:#fff;
	padding-top:8px;
	display:block;
}
.banner_right span h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-shadow:1px 1px #000;
	text-align:center;
	color:#fff;
	display:block;
}
.banner_right span h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow:1px 1px #000;
	line-height:16px;
	font-weight:500;
	text-align:left;
	padding:8px;
	color:#fff;
	display:block;
}
.banner_right span img
{
	padding: 0px 125px;
	cursor:pointer;
}
.split_bg
{
	background-image:url(images/splithorizontal.png);
	background-repeat:no-repeat;
	width:448px;
	height:2px;
	display:block;
}
#content
{
	background-color:#f3f3f3;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.content_cntr
{
	width:1000px;
	height:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	overflow:hidden;
}
.content_cntr_left
{
	width:680px;
	height:auto;
	display:block;
	float:left;
	overflow:hidden;
}
.content_cntr_left  h1
{
	
	font-size:21px;
	font-weight:bold;
	text-shadow: 0 0 3px #f8feeb;
	color:#5a5a5a;
}
.content_cntr_left h1 img
{
	padding-right:5px;
	float:left;
}
.content_cntr_left h2
{
	font-size:18px;
	font-weight:bold;
	text-shadow: 0 0 3px #f8feeb;
	color:#5a5a5a;
	overflow:hidden;
}
.content_cntr_left h2 img
{
	padding-right:7px;
	float:left;
}
.content_cntr_left h3
{
	font-size:14px;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:4px;
	line-height:18px;
	color:#5a5a5a;
}
.content_cntr_left h6
{
	padding-top:7px;
	padding-bottom:4px;
	line-height:18px;
	margin-left:8px;
}

.content_cntr_left ul
{
	width:660px;
	margin:8px 0px;
	display:block;
	overflow:hidden;
}
.content_cntr_left ul li
{
	padding:5px 0px;
	line-height:20px;
}
.content_cntr_left ul li img
{
	padding-right:8px;
	padding-top:7px;
	float:left;
}
.split_bg2
{
	background-image:url(images/splithorizontal.png);
	background-repeat:repeat;
	width:660px;
	height:2px;
	display:block;
	margin-top:8px;
}
.news_date
{
	width:100px;
	height:auto;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4e940c;
	display:block;
	float:left;
	overflow:hidden;
}
.news_date i
{
	font-size:11px;
}
.news_description
{
	margin:10px;
	float:left;
	overflow:hidden;
}
.news_photos
{
	margin:10px;
	cursor:pointer;
	overflow:hidden;
}
.content_cntr_right
{
	width:318px;
	border-left:1px solid #eaeaea;
	height:auto;
	display:block;
	overflow:hidden;
}
.content_cntr_right h1
{
	font-size:18px;
	font-weight:bold;
	text-shadow: 0 0 3px #f8feeb;
	text-align:center;
	color:#5a5a5a;
}
.content_cntr_right ul
{
	width:275px;
	margin:10px;
	display:block;
	overflow:hidden;
}
.content_cntr_right ul li
{
	padding:5px 35px;
	line-height:20px;
}
.content_cntr_right ul li img
{
	padding-right:8px;
	padding-top:7px;
	float:left;
}
.slider
{
	width:320px;
	display:block;
	padding:10px 30px;
	cursor:pointer;
	overflow:hidden;
}
.slider img
{
	margin-left:40px;
}
#footer
{
	width:100%;
	height:50px;
	background-color:#52980d;
	margin-top:20px;
}
.footercntr
{
	width:1000px;
	height:auto;
	margin:auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-top:20px;
	overflow:hidden;
}
.copyrights
{
	float:left;
	display:block;
	overflow:hidden;
}
.powered
{
	float:right;
	display:block;
	overflow:hidden;
}
.powered span a
{
	text-decoration:none;
	color:#fff;
}
.powered span a:hover
{
	text-decoration:underline;
}
.columnunder_cntr
{
	background-image:url(images/bg%20split.png);
	width:679px;
	height:auto;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.columnunder
{
	width:226px;
	float:left;
	display:block;
	
}
.columnunder h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
	text-align:center;
	padding-top:19px;
}
.columnunder h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	padding-top:19px;
}


.columnunder img
{
	padding-left:70px;
	padding-top:2px;
	cursor:pointer;  
}

.products_decription ul
{
	width:430px;
	float:left;
	display:block;
	overflow:hidden;
}
.type_image
{
	width:199px;
	height:180px;
	margin-top:35px;
	margin-left:25px;
	display:block;
	overflow:hidden;
}
.type_image img
{
 overflow:hidden;
}
.type_image p
{
	padding-left:0px;
	margin-left:0px;
	text-decoration:none;
	cursor:pointer;
}
.type_image p:hover
{
	text-decoration:underline;
}
.product_display
{
	width:640px;
	height:auto;
	display:block;
	margin:auto;
	padding-bottom:15px;
	overflow:hidden;
}
.product_display ul
{
	width:645px;
	height:auto;
	display:block;
}
.product_display ul li
{
	background-image:url(images/products_list_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	width:207px;
	height:auto;
	display:block;
	float:left;
	margin-right:8px;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.content_cntr_left p
{
	width:650px;
	padding:10px;
	line-height:20px;
}
.products_decription_sprinkler
{
	width:430px;
	float:left;
	display:block;
	overflow:hidden;
}
.content_cntr_left1
{
	width:680px;
	height:auto;
	display:block;
	float:left;
	overflow:hidden;
}
.content_cntr_left1  h1
{
	
	font-size:21px;
	font-weight:bold;
	text-shadow: 0 0 3px #f8feeb;
	color:#5a5a5a;
}
.content_cntr_left1 span
{
	float:left;
	display:block;
	margin-right:30px;
	line-height: 20px;
}
.contactusform
{
	background-color:transparent;
	width:550px;
	height:auto;
	margin-bottom:10px;
	padding:10px 0px;
	display:block;
	overflow:hidden;
}
.contactusform form
{
	width:430px;
	border:0px solid #d6d6d6;
	margin-top:25px;
	display:block;
}
.lbl
{
	width:150px;
	height:auto;
	margin-bottom:20px;
	font-size:13px;
	line-height:18px;
	float:left;
	display:block;
	overflow:hidden;
}
.txtfeild
{
	width:200px;
	height:28px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	padding:0px 6px;
}
.textmessage
{
	width:213px;
	height:50px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}
.submitbutton
{
	background-color:#6a6a6a;
	width:100px;
	height:34px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	color:#ffffff;
	border:0px;
}
.submitbutton:hover
{
	background-color:#52980D;
	color:#fff;
}
.resetbutton
{
	background-color:#6a6a6a;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width:100px;
	height:34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	color:#ffffff;
}
.resetbutton:hover
{
	background-color:#cc0000;
	color:#fff;
}
.mission_vision_values_description
{
	margin:10px;
	float:none;
	overflow:hidden;
	padding-top:20px;
	
}
.mision_vision_values_photos
{
	margin:10px;
	cursor:pointer;
	overflow:hidden;
	float:left;
}
.mission_vision_values_description1
{
	margin:5px;
	float:left;
	overflow:hidden;
	padding-top:5px;
	width:500px;
}
.popup_box { 
    display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    height:auto;  
    width:643px;  
    background:#FFFFFF;  
    left: 300px;
    top: 20px;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
    
    /* additional features, can be omitted */
    border:2px solid #52980d;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #52980d;
    -webkit-box-shadow: 0 0 5px #52980d;
    box-shadow: 0 0 5px #52980d;
    
}

/* This is for the positioning of the Close Link */
.popupBoxClose {
    font-size:20px;  
    line-height:15px;  
    right:-13px;  
    top:25px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500;      
	cursor:pointer;
}
.popup_box h1
{
	background-color:#52980D;
	width:642px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
	color:#fff;
}
.popup_box ul
{
	background-color:#CCC;
	padding:5px;
	display:block;
	overflow:hidden;
}
.popup_box ul li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}
.popup_box ul li img
{
	padding-right:10px;
}
.values-img {
	margin:20px 0px 0px 0px;
}
.values-p {
	font-size:14px;
	font-weight:bold;
	padding-left:0px !important;
}
.products-filter {
	height:32px;
}
.selectfield {
	height: 32px;
width: 216px;
}
.search-btn {
	background-image:url(images/search.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 32px;
	background-color: #ffffff;
	border: 1px solid #abadb3;
	background-position: 6px 7px;
	margin-left: -1px;
	margin-right: 21px;
}
.search-btn:hover{
	background-image:url(images/search-hover.png);
	background-color:#52980D;
}
.product-filter-cntr {
	margin-top:20px;
	margin-right:20px;
}
:-moz-any(.txtfeild) {        
    width: 200px;
    height: 30px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    padding: 0px 6px;
}
:-moz-any(.selectfield) {        
    height: 32px;
	width: 213px;
}
.products-showcase ul li  {
	float:left;
	margin:10px 25px 10px 0px;
	text-align:center;
	WIDTH:195PX;
	height:300px;
}
.products-showcase ul li img {
	width:160px;
	height:145px;
	background-color:#ffffff;
	border:1px solid #e3e2e2;
	padding:18px;
	margin-bottom:10px;
}
.products-showcase ul li label {
	color:#333333;
	font-size:14px;
}
.products-showcase ul li .rate {
	color: #4E940C;
	font-size: 12px;
	font-weight: bold;
	PADDING-TOP: 10PX;
	DISPLAY: BLOCK;
}
.products-showcase ul li .rate span {
	width: 120px;
	display: inline-block;
	float: left;
}
.products-showcase ul li a {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	width: 100px;
	height: 26px;
	background-color: #6A6A6A;
	border: 1px solid #e3e2e2;
	margin-top: 15px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	margin-left: 47px;
}
.products-showcase ul li a:hover {
	color:#ffffff;
	background-color:#51980c;
	border:1px solid #51980c;
	}
.productpopupimg {
	width:642px;
}
.product-buy-form label {
	width: 100px;
	color: #333333;
	padding-top: 8px;
	float: left;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 100;
	}
.banner_left div img {
	margin-bottom:30px;
}
.infrastructure-img {
border:1px solid #e1e1e1 !important;
margin-right:20px;
margin-bottom:20px;
}
.event-img {
	margin:10px 0px;
	border:1px solid #e1e1e1 !important;
	width:100%;
}
.pull-right {
	float:right;
}
.buyform-rdbtn {
	margin:10px 0px 14px -12px;
	FONT-SIZE: 14PX;
	FONT-WEIGHT: 100;
}
.buyform-rdbtn input[type=radio] {
	margin-left:12px;
}
/*product onpageload */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  height: 1200px !important;
}  
#boxes .window {
  position:absolute;
  left:0;
  top: 50px !important;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:auto; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
#popupfoot {
	padding:0px 20px;
}
#popupfoot a{
	text-decoration: none;
	color: rgb(51, 51, 51);
	display: block;
	font-size: 14px;
	border: 1px solid rgb(225, 225, 225);
	padding: 6px;
}
.agree:hover{
  background-color: #e1e1e1;
}

#popUpDiv {
    position: absolute;
    background: url(images/automaticdripirrigation.jpg) no-repeat!important;
    width: 800px!important;
    height: 655px!important;
    border: 1px solid #e1e1e1;
    z-index: 9002;
    display: block;
    top: 10%;
    left: 50%!important;
    margin-left: -400px!important;
}

#popUpDiv a {
    position: relative;
    top: 39px!important;
    left: 620px!important;
}

.header_container .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
}

.header_container .menu ul {
    display: flex;
    padding-left: 0;
    margin: 0;
}

.header_container .menu li a {
    white-space: nowrap;  /* Prevents text from wrapping */
}

/*product onpageload */
