@charset "utf-8";
/* CSS Document */

body{margin:0;
     padding:0;
	 background-color:#b5db5b;}
	 
	
.header_line{width:100%;
              height:3px;
			  background-color:#0acb0f;}
			  
.header_area{width:100%;
             height:165px;
			  background:url(../img/header-Background.jpg) repeat-x;}
			 
.header_container{width:960px;
                   height:165px;
				   margin:auto;
				   background-color:;}	
				   
.header_top{width:262px;
             height:30px;
			 float:right;
			 border-radius:0px 0px 10px 10px;
			 background-color:#558637;}
			 
.header_icon{width:26px;
              height:26px;
			  margin:3px 0px 5px 18px;
			  background-color:;
			  float:left;}
			  
.header_text{width:198px;
                height:24px;
				background-color:;
				margin:3px 0px 5px 10px;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
			   font-size:16px;
			   padding:3px 0px 0px 0px;
			   color:#FFF;}	
			   
.logo{width:960px;
        height:98px;
		background-color:;
		margin:auto;
		margin-top:0px;}
		
.clear{clear:both;}

.nav_area{width:960px;
        height:38px;
		background-color:;
		margin:auto;
		margin-top:0px;}	
		
.content{width: 939px;
  height: auto;
  background-color: #FFF;
  float: left;
  margin: 10px 0px 10px 10px;
  -moz-box-shadow: 1px 1px 2px 1px #e6e6e6;
  -webkit-box-shadow: 3px 3px 5px 6px #e6e6e6;
  box-shadow: 1px 1px 2px 4px #e6e6e6;
}
		
 
	 ul{
margin:0;
padding:0;
}

li{
display:inline;
list-type:none;
}

.nav div.link{float:left; position:relative;
height:40px;}	

a.glidebutton{
display: inline-block;
position: relative;
color:#FFF; /* default color */
background: #489315; /* default bg color */
text-decoration: none;
font: bold 14px Arial; /* font settings */
letter-spacing: 2px; /* font settings */
overflow: hidden;
margin:8px;
height: 28px; /* height of each button */
text-align: center;
border-radius: 5px; /* border radius */
-moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.glidebutton > span:first-child{ /* first span inside button */
position: relative;
display: block;
height: 100%;
padding:8px; /* padding of button */
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 0.3s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a.glidebutton > span:first-child:after{ /* CSS generated content */
content: attr(data-text); /* Duplicate text of span markup */
display: block;
width: 100%;
height: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: inherit;
position: absolute;
top:100%;
left:0;
}

a.glidebutton:hover{
color:#FFFFFF; /* color of button on hover */
background: #65d819; /* bg color of button on hover */

}

a.glidebutton:hover > span:first-child{
-moz-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
} 			
	/*
.down{display:none;}
.nav div.link:hover .down{display:block;}


.nav div.link .down{width:176px; 
                     padding-top:0px; 
					 background:#339ee1; 
					 position:absolute; 
					 left:-25px;
					 top:46px;
					 z-index:1000;}
					
					 
.nav div.link .down a{font-family: 'Arimo', 'sans-serif';
                     font-size:16px;
					 line-height:18px; 
					 color:#000000; 
					 display:block; 
					 text-decoration:none;
					 margin:0 3px 3px ; 
					 padding:3px; 
					 text-align:center;
					 border-bottom:1px solid #FFFFFF;
					 width:164px;
					 background:none;}
					 
.nav div.link .down a:hover{background:#4483b9; color:#fff; } 	
	
	*/
.header_bottom{width:252px;
             height:33px;
			 float:right;
			 margin:3px 0px 0px 0px;
			 border-radius:10px 10px 0px 0px;
			 background-color:#558637;}
			 
			 
.bottom_line{width:100%;
         height:3px;
			  background-color:#0acb0f;}
			  

			 
			 /*
.ban_line{width:960px;
              height:8px;
			  background-color:#FFF;
			   margin:auto;} */
		
.wrapper{width:960px;
         height:auto;
          background-color:#FFF;
margin:auto;
border-radius:9px 6px 0px 0px;}		  
			   
.banner{width:955px;
              height:280px;
			  background-color:#FFF;
			   margin:auto;
			   border-left:5px solid #3C3;
			   border-bottom:5px solid #3C3;
			   border-right:5px solid #3C3;
			   border-radius:10px;}			   			 
	
.main_container{width:960px;
                height:auto;
				background-color:;
				margin:auto;
				margin-top:0px;}


.content_area{width:960px;
               height:auto;
			   background-color:#FFF;
			   margin:auto;
			   margin-top:0px;
			   overflow:hidden;
			   margin-bottom:10px;}
			   
.content_text{width:950px;
              height:auto;
			  margin:auto;
			   margin-top:0px;
			   background-color:;}
			   
.content_left{width:645px;
              height:auto;
			  background-color:#FFF;
			  float:left;
			  margin:10px 0px 10px 10px;
			  -moz-box-shadow:    1px 1px 2px 1px #e6e6e6;
  -webkit-box-shadow: 3px 3px 5px 6px #e6e6e6;
  box-shadow:         1px 1px 2px 4px  #e6e6e6;}


.content_left1 {
  width: 488px;
  height: auto;
  background-color: #FFF;
  float: left;
  margin: 10px 0px 10px 10px;
  -moz-box-shadow: 1px 1px 2px 1px #e6e6e6;
  -webkit-box-shadow: 3px 3px 5px 6px #e6e6e6;
  box-shadow: 1px 1px 2px 4px #e6e6e6;
}  
			  
.text1{font:Arial, Helvetica, sans-serif;
       font-size:22px;
	    color:#090;
		line-height:25px;
		padding:10px 10px 0px 5px;}
		
		
.headding {
  font: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #EE1124;
  
  padding: 10px 10px 0px 5px;
}		
		
.text2{font:Arial, Helvetica, sans-serif;
       font-size:15px;
	   line-height:22px;
	    color:#000;
		padding:6px 14px 0px 14px;
		text-align:justify;}
		
		
.content-right{width:285px;
               height:auto;
			    background-color:#c3e096;
				float:right;
				margin-top:10px;
			  margin-right:10px;
			  -moz-box-shadow:    1px 1px 2px 1px #e6e6e6;
  -webkit-box-shadow: 3px 3px 5px 6px #e6e6e6;
  box-shadow:         1px 1px 2px 4px  #e6e6e6;}
  
  
  .content-right1{width:442px;
               height:auto;
			    background-color:#c3e096;
				float:right;
				margin-top:10px;
			  margin-right:10px;
			  -moz-box-shadow:    1px 1px 2px 1px #e6e6e6;
  -webkit-box-shadow: 3px 3px 5px 6px #e6e6e6;
  box-shadow:         1px 1px 2px 4px  #e6e6e6;}
			  
.product_img{width:240px;
              height:30px;
			  background-color:#389012;
			  border-radius:8px;
			  margin:auto;
			  margin-top:8px;}
			  
.product-list{width:328px;
               height:auto;
			   margin:auto;
			   margin-top:3px;
			   background-color:;}	
			   
.product_icon{width:15px;
              height:15px;
			  background-color:red;
			  float:left;
			  margin:19px 0px 10px 60px;}
			  
.product_list1{width:200px;
              height:20px;
			  background-color:;
			  float:left;
			  margin:14px 0px 10px 0px;}	
			  
.product_list2{width:130px;
              height:20px;
			  background-color:;
			  float:left;
			  margin:0px 0px 6px 80px;}	
			  
			  
.img{width:250px;
     height:228px;
	 background-color:;
	 margin:0px 3px 6px 6px;}	
	 
.marquee_box{width:620px;
              height:250px;
			   background-color:;
			   margin:3px 3px 0px 6px;}	 	  			  		  			   		  			  							  		   			   
			 		 
			 			  		 
			 
.footer{width:960px;
        height:25px;
		 background:;
		 margin:auto;}
		 
.footer_left{width:400px;
             height:20px;
			 float:left;
			 margin:4px 0px 0px 6px;
			 background:;}	
			 
.footer_right{width:300px;
             height:20px;
			 float:right;
			 margin:4px 6px 0px 0px;
			 background:;}
			 
.footer_text{font-family:Arial, Helvetica, sans-serif;
             font-size:14px;
			 color:#2c530a;
			 padding-right:4px;
			 }			 			 	    
			  			   								
							