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

* {
margin:0 auto;
padding:0;
}


body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.wrapper{
width:800px;
height:100%;
margin:0 auto;
background: url(image/background.jpg) no-repeat;
}

.wrapper01{
width:800px;
height:100%;
margin:0 auto;
background-color:#d8e5b5;
}

.main_container{
height:100%;
display:table-cell;
}


.header{
height:100px;
}

.logo{
width:275px; 
height:72px; 
float:left; 
padding-top:18px;
}

.header_text{
width:200px; 
height:55px; 
float:left; 
padding-top:35px; 
padding-left:75px;
}

.home_icon{
width:25px; 
height:80px; 
float:right; 
padding-top:10px; 
padding-right:10px;
}

.header_shadow{
width:800px; 
height:10px; 
float:left; 
clear:both; 
background:url(image/header_shadow_bg.jpg) repeat-x;
}
.menu{width:220px; height:auto;  margin-top:25px; margin-left:25px;padding-left:20px; background:url(image/menu-line-bg.jpg) repeat-y;}
.menu a{ text-decoration:none; color:#000}
.menu_banner{
width:800px;
height:220px;
float:left;
}

.menu_bg{
width:266px;
height:220px;
float:left;
border:solid #e1e1e1 1px;
opacity:0.8;
filter:alpha(opacity=80);
background-color:#94b74e;

}

.menu_line{
width:10px; 
height:160px; 
background-color:#FFFFFF; 
float:left; 
margin-top:25px; 
margin-left:25px;
}

.menu_link{
width:220px; 
height:160px; 
float:left; 
line-height:22.6px; 
margin-top:30px; 
margin-left:10px;
color:#000;
}

.banner{
width:530px;
height:220px;
float:left;
}

.content{width:710px; height:auto; padding-left:20px;  text-align:justify; text-align:justify;}
.content li{ list-style-type:inherit; margin-left:35px;}
img{ border:none;}
.content a{ color:#00F; line-height:20px;}

