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

@media (max-width:1000px)  
{
#main {
    float: left;
    width: 100%;}
.wrapper{margin: 0 auto;
    width: 100%;}
	
.logo {
    width: 100% !important;
}

.banner{height: auto;width: 95%;}

.banner img{ width:100% !important;}
.left_article{width: 74%;}
.right-nav{padding: 10px 20px 10px 10px!important;
    width: 21%;}
.nav{background: #0098ff none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin: 5px 10px 5px 132px!important;
    padding: 10px!important;
    }
	
.res{ width:100%;}	
table{ width:95%;}
}



@media (max-width:800px)  
{
.left_article {
    width: 65%;}
	
.right-nav {
    padding: 10px 20px 10px 10px !important;
    width: 27%;}	
	
.wrapper img{width: 50%;height: auto;}
#footer li{float:inherit !important;}	
.logo {
    width: 74% !important;
}
table{ width:95%;}


}


@media (max-width:600px)  
{
.logo img{
    width: 69% !important;}
.left_article{ width: 55%;}
.right-nav{ width: 35%;}
.nav{width: 90% !important;line-height: 34px !important;}
table{ width:95%;}

}




@media (max-width:400px)  
{
.logo img{
    width: 100% !important;}
	
.nav{float: right!important;
    line-height: 35px!important;
    
    padding: 0!important;
    width: 90%!important;}		
.nav li a:hover { background:#093;}
.left_article{width: 90%;}
table{ width:95%;}
.right-nav {
    float: left;
    margin: 10% !important;
    width: 65% !important;
}
}




