html,body{
    padding: 0px;
     margin: 0px;
     background: #f6f6f6;
     font:Arial;
}
a{
    text-decoration: none;
    color: #000;
}
.li{
	color:#FFF;
}
.li:hover{
	color:#e30000;
}
.linkgold{
color:#0099FF;
}
.main{
    float: left;
    min-height: 700px;
    height:700px!important;
    height: auto;
    width:910px;
}
.left{
    width: 350px; 
    height: 700px;
    float: left;
}
.banner{
    width:350px;
    height:550px;
    float:left;
    background:url(../images/left-bg.png) no-repeat top left;
}
.menu-top{
    
}
.menu-mid{
    width: 350px;
    height: 20px;
    background:#3991cd;
    float:left;
}
.menu-mid-div{
    width:73px;
    height:16px;
    float:left;
    text-align:center;
    padding-top:4px;
    border-right: 1px solid #FFF;
}
.menu-mid a{
    text-transform:uppercase;
    color:#FFF;
    font-weight:bold;
    font-size:10px;
}
.lang{
    width:70px;
    height:16px;
    border:0px;
    float:left;
    text-align:center;
    padding-top:4px;
}
.menu-mid img{
    margin-top:2px;
    border: 1px solid #FFF;
}
.menu-bottom{
    width:350px;
    height:98px;
    background:#f6f6f6 url(../images/icon.png) no-repeat;
    float:left;
}
.menu-bottom div{
    float: left;
    width:75px;
    height:23px;
    padding-left:10px;
    padding-top:60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
	color:#e30000;
}
.menu-bottom a{
     color:#e30000;
}
.menu-bottom img{
    border:0px;
}
.right{
    width:560px;
    height: auto;
	overflow:hidden;
    background: transparent url(../images/right-bg.png) repeat-y top right;
    float:left;
}
.header{
    width: 520px;
    height:35px;
    background:url(../images/header.png) no-repeat top left;
    float:left;
    padding:68px 0px 0px 30px; 
    text-transform: uppercase;
    font-size:12px;
    color:#e30000;
    font-weight: bold;
}
.content{
    width:540px;
	height:auto;
    background:#FFF;
    float:left;  
	overflow:hidden;
	padding:5px;
}
.footer{
    height:48px;
    width:536px;
    float:left;
    background:url(../images/footer.png) no-repeat top right;
    color:#666666;
    font-size:12px; 
    padding:10px 0px 0px 17px;
}
.footer a{
    text-decoration: none;
    color:#666666;
}
.footer a:hover{
    text-decoration:underline;
}
.support{width:100%;height:50px;float:left}
.support img {border:0px}
