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


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

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:16px;
	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 */

	}

/*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 {
	float:left;
	width:283px;
	height:289px;
	padding-top:8px;
	overflow:hidden;
	background:#ccc;	
	text-align:center;
	margin-top:20px;
	margin-right:40px;
	margin-bottom:15px;
	border:1px solid #ccc;
	color:inherit;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	
}



.product_image {

}

.product_text {
	float:left;
	width:283px;
	border-right:1px solid #ccc;

}

p.tet {
	word-wrap:break-word;
	width:530px;
}

.gallery_button a {
	float:left;
	margin:70px 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;
	
}




/*subcategory*/

.product_popup
{
	float:left;
	width:100%;
	background:#FFFFFF;
	padding:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
}
.popup_product_image
{
	float:left;
	width:285px;
	height:245px;
	border:solid 1px #CCCCCC;
	overflow:hidden;
}
.popup_product_details
{
	float:left;
	width:530px;
	padding-left:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.popup_product_title
{
	font-weight:normal;
	font-size:20px;
	margin:10px 0 10px 0;
	word-wrap:break-word;
	color:#0E3D5B;
}
.popup_product_description
{
	float:left;
	width:100%;
	color:#484848;
	margin:10px 0 20px 0;
}
.popup_product_specifications
{
	float:left;
	width:100%;
	color:#484848;
}
.popup_product_specifications td
{
	vertical-align:top;
	padding:2px 0;
}
.popup_product_specifications td label
{
	font-weight:bold;
	float:left;
	width:200px;
	padding:0px 5px 0 0 ;
}
.popup_product_specifications label span
{
	float:right;
}
.product_popup_close
{
	position:absolute;
	top:10px;
	right:10px;
	text-decoration:none;
	color:inherit;
}
.lightbox_content
{
	float:left;
	width:100%;
	display:none;
}
.product_type
{
	border-bottom:solid 1px #CCCCCC;
	float:left;
	width:100%;	
}
.product_type a
{
	color:inherit;
	text-decoration:none;
	font-size:17px;
	float:left;
	padding:10px;
	background:#E0EBF1;
	border:solid 1px ##BFD1DF;
}
.product_type a:hover,
.product_type a:active,
.product_type a.active
{
	background:#B5D1E6;
}
.product_category_items
{
	display:none;
}

/*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-left: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;
}
.site_info li.last_child {
    margin-top: 11px !important;
    padding-left: 15px;
}

.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;
}


















