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

html,body,div,h1 {
	margin:0px;
	padding:0px;
	border:0;
	vertical-align:baseline;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:24px;
	margin:0;
}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:18px;
	margin:0;
}

.product_text h5 {
	margin-bottom:10px;
}

h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:14px;
	margin:0;
}

div {
	display:block;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:22px;
}

/*header*/

.header_wrap {
	width:100%;
	height:107px;
	background:#092C48;
	
}


.header{
	  width:980px;
	  height:107px;
      overflow:hidden;
	  color:white;
	  margin:0 auto;
  }
  
  
.header a{
	color:white;
	font-family:Verdana, Geneva, sans-serif;
}

.header h1{
	margin-top:22px;
	width:200px;
	float:left;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
}


h1.logo a{
	background:url(../img/logo.png) no-repeat;
	margin-top:10px;
	float:left;
	width: 200px; 
	height: 76px; 
	display: block; 
	color: transparent; 
	background-color: transparent; 
}

ul {
	overflow:hidden;
	margin-left:0;
}

li {
	list-style:none;
}

li a {
	text-decoration:none;
}


.header .nav {
	float:right;
	margin-top: 22px;
}

.header li {
	float:left;
	margin-right:40px;
	margin-top:6px;
}

.nav ul {
	float:left;
	padding-left:0;
}

.header .nav li.last_child{
	margin-right:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 8px;
	border:1px solid #3AA00E;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#ffffff;
	margin-top:0px !important;
	
	background: #0b8f05; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b8f05 10%, #3da320 49.9%, #079004 50%, #079004 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#0b8f05), color-stop(49.9%,#3da320), color-stop(50%,#079004), color-stop(100%,#079004)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8f05', endColorstr='#079004',GradientType=0 ); /* IE6-9 */

	}
.header .nav li.back{
	height:2px;
	background: #0b8f05; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b8f05 10%, #3da320 49.9%, #079004 50%, #079004 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#0b8f05), color-stop(49.9%,#3da320), color-stop(50%,#079004), color-stop(100%,#079004)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8f05', endColorstr='#079004',GradientType=0 ); /* IE6-9 */

}

/*banner*/

.banner_wrap {
	background:url(../img/Home/banner_bg.jpg) repeat-x;
	width:100%;
	height:434px;
}

.banner_content {
	margin:0 auto;
	width:980px;
	clear:both;
}

.banner_text {
	width:620px;
	padding-top:55px;
}

p.btn  {
	padding:15px 0;
	
}

.btn button {
	margin-right:15px;
	cursor:pointer;
}


.banner_thumb {
	margin:30px 3px 0 5px;
}

.banner_thumb li{
	float:left;
}

.banner_thumb a img {
	border:0;
}

.banner_thumb ul {
	padding-left:0;
}

.banner_thumb li:nth-child(1) {
	padding:25px 15px 0 0;
}

.banner_thumb li:nth-child(6) {
	padding:25px 0px 0 15px;
}

.banner_image {
	float:right;
	width:300px;
	margin-top:55px;
}

/*about*/

.about_wraper {
	width:100%;
	height:350px;
	background:url(../img/Home/agsquare.png) repeat;
}

.about_content {
	margin:0 auto;
	width:980px;
	padding-top:50px;
}

.about_image {
	float:left;
	width:300px;
}

.about_text {
	float:right;
	width:680px;
	
}

.about_text h2 {
	margin-top:0px;
}

.about_text blockquote {
	margin-left:0px;
}



/*product*/

.product_wraper {
	width:100%;
	background:url(../img/Home/agsquare.png) repeat;
}

.product_heading {
	margin:0 auto;
	width:980px;
	padding:35px 0px 20px 0px;
}

.product_content_wrapper {
	margin:0 auto;
	width:980px;
	overflow:hidden;
}

.product_content {
	
	padding-top:8px;
	border-top:1px solid #CCC;
	overflow:hidden;
	
	
}



.product_image {
	float:left;
	padding:4px 20px 15px 5px;
}

.product_text {
	float:left;
	width:450px;
	/*height:260px;*/
	border-right:1px solid #ccc;
	padding:6px;
	margin-bottom:6px;
}



p.tet {
	word-wrap:break-word;

	margin:0 0 4px 0;
}

.font_bold {
	font-weight:bold;
}

.gallery_button a {
	float:left;
	margin:88px 0px 68px 50px;
	
	background:#0B8F05;
	background:-webkit-gradient(
	linear, 
	left top, left bottom, 
    from(#0B8F05),
	color-stop(10%,#0B8F05),
	color-stop(49.9%,#3DA320),
	color-stop(50%,#079004),
	to(#079004)
	);
	
	background:-moz-linear-gradient(
	top,
	#0B8F05 10%,
	#3DA320 49.9%,
	#079004 50%,
	#079004
	);
	
	background:linear-gradient(
	top,
	#0B8F05 10%,
	#3DA320 49.9%,
	#079004 50%,
	#079004
	);
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:6px 12px;
	border:1px solid #3AA00E;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	
}



/*contact*/

.contact_wrapper {
	width:100%;
	background:url(../img/Home/agsquare.png) repeat;
}

.contact_heading {
	margin:0 auto;
	width:980px;
	padding:35px 0px 20px 0px;
}

#contact_content {
	margin:0 auto;
	width:980px;
	padding:15px 0px;
	border-top:1px solid #CCC;
	overflow:hidden;
}

#google_map_address {
	overflow:hidden;
	margin-bottom:35px;
}

#google_map_address #gmap_canvas {
	float:left;
	height:351px;
	width:632px; 
	border-radius:4px;
	margin-top:15px;
}


#contact_info {
	float:right;
	margin-right:32px;
	width:283px;
}


.address {
	float:left;
	border-bottom:1px solid #ccc;
	margin-top:18px;
	width:300px;
}

.address h6 {
	
	font-size:16px;
}
.address p {
	margin-bottom:21px;
	color:#666666;
}


#contact_form {
	overflow:hidden;
}

#contact_form p{
	margin-bottom:20px;
}

.title_wrapper{
	width:980px;
	float:left;
	margin-bottom:10px;
}

.form_left {
	float:left;
	width:456px;
}


.form_left input, textarea {
	width:456px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#666666;
}
	


.form_left input {
	
	height:35px;
	padding:0 0 0 5px;
	margin-bottom:20px;
	
}

textarea {
	float:right;
	height:144px;
	margin-right:15px;
	padding:10px 0 0 10px;
	
}

.submit_row {
	float:right;
	margin-top:15px;
}

.submit_row input[type="submit"] {
	margin-right:15px;
}


































/*footer*/

.footer_wrap{
	width:100%;
}

.footer {
	margin:0 auto;
	width:980px;
	padding-bottom:25px;
}

.brands {
	float:left;
	width:305px;
	margin-right:15px;
}

.brands li {
	float:left;
	padding:20px 10px 0 0;
}


.brands ul {
	padding-left:0;
}

.b_icon {
	background:url(../img/Home/Our_brands.png) no-repeat;
	background-position:left center;
	padding:15px 0px 10px 40px;
	border-bottom:1px solid #CCC;
}

.our_products {
	float:left;
	width:305px;
	margin-right:15px
}

.p_icon {
	background:url(../img/Home/products.png) no-repeat;
	background-position:left center;
	padding:15px 0px 10px 40px;
	border-bottom:1px solid #CCC;
}

.our_products img {
	float:left;
	padding-top:18px;
}

.our_products p {
	float:left;
	width:220px;
	margin:13px 0px 13px 13px;
}

.our_products button {
	float:right;
	margin-right:5px;
}

.contact_us {
	float:left;
	width:305px;
	margin-right:15px;
	margin-bottom:30px;
}

.contact_us p {
	margin-top:30px;
}

.c_icon {
	background:url(../img/Home/contacts.png) no-repeat;
	background-position:left center;
	padding:15px 0px 10px 50px;
	border-bottom:1px solid #CCC;
}

.mail_icon {
	background:url(../img/Home/mail.png) no-repeat;
	background-position:left center;
	padding-left:25px;
	margin-top:13px !important;
}

.phone_icon {
	background:url(../img/Home/cell.png) no-repeat;
	background-position:left center;
	padding-left:25px;
	margin-top:13px !important;
}

.siteinfo_bg {
	clear:both;
	width:100%;
	height:50px;
	background:#005D84;
}

.site_info {
	width:980px;
	margin:0 auto;
	color:#8EB7CA;
}

.site_info a {
	color:#8EB7CA;
}

.site_info a:hover {
	color:#8EB7CA;
	text-decoration:underline;
}

.site_info p {
	float:left;
}

.nav_footer li {
	float:left;
	margin-top:13px;
}

.site_info ul {
	padding-left:0px;
}

.nav_footer{
	float:right;
	margin:0px;
}

.site_info li.last_child {
	padding-left:15px;
	margin-top:11px !important;
}

button {
	
	background:#0B8F05;
	background:-webkit-gradient(
	linear, 
	left top, left bottom, 
    from(#0B8F05),
	color-stop(10%,#0B8F05),
	color-stop(49.9%,#3DA320),
	color-stop(50%,#079004),
	to(#079004)
	);
	
	background:-moz-linear-gradient(
	top,
	#0B8F05 10%,
	#3DA320 49.9%,
	#079004 50%,
	#079004
	);
	
	background:linear-gradient(
	top,
	#0B8F05 10%,
	#3DA320 49.9%,
	#079004 50%,
	#079004
	);
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:6px 8px;
	border:1px solid #3AA00E;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#ffffff;
}

