body{
    background: url("../images/bg.png");
}
.col-md-12{
    width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    color: #EF6423;
}
a:hover{
    color: #FC6925;
}
.btn-success {
    background-color: #EF6423;
    border-color: #FC6925;
}
.btn-success:hover {
    background-color: #FC6925;
    border-color: #EF6423;
}
.star{
    background: url("../images/star-big.png") no-repeat 0 50%;
    padding-left: 30px;
}
.star-small{
    background: url("../images/star-small.png") no-repeat 0 50%;
    padding-left: 30px;
}
#outer-banner{
    background: #FFF;
    box-shadow: 0px -3px 5px #AEAEAE;
    overflow: hidden;
    margin-top: 10px;
}
#outer-banner ul.menu{
    padding-left: 50px;
}
#outer-banner ul.menu li{
    margin-top: 13px;
}
.banner-right{
    width: 360px;
    margin: 25px 0;
}
.banner-right a.name h1{
    font-family: 'Anton', sans-serif;
    font-size: 100px;
}
.banner-right a.name:hover{
    text-decoration: none!important;
}
.rccar-img img{
    margin-right: 40px;
    border: 5px solid #C7C3BB;
}
.rccar-img img:last-child{
    margin-right:0;
}
.rccar-img{
    padding-bottom: 25px;
    border-bottom: 2px dotted #E1533C;
}
.outer-bottom{
    margin: 20px 0;
    overflow: hidden;
}
.menu-bottom{
    width: 500px;
    height: 201px;
    background: url("../images/bg-menu.jpg") no-repeat left center;
}
.menu-bottom img{
    border: 5px solid rgba(225,83,60,0.5);
    margin: 21px;
}
.menu-bottom ul.menu{
    width: 270px;
    height: 184px;
}
.menu-bottom ul.menu li{
    margin-top: 16px;
}
.text-bottom{
    width: 460px;
    height: 190px;
    overflow: hidden;
}
.text-bottom h3{
    margin-top: 5px;
}
.inner{
    width: 980px;
    margin: 0 auto;
}
#wrap{
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
}
#main, .navigation, #rss_content{
    margin: 10px 0;
    padding: 10px 0;
    border-radius: 10px;
    position: relative;
}
#main h2, #rss_content h3,.media h4,.text-bottom h3{
    font-family: 'Anton', sans-serif;
}
ul.navigation li{
    margin-left: 100px;
    line-height: 30px;
}
/*---------- Add advertising----------------*/
.ad-top,.ad-right,.ad-bottom{
    color: black;
}
.ad-right{
    position: absolute;
    right: -172px;
    top: 200px;
    height:600px;
    width: 160px;
}
.ad-top{
    height: 90px;
    width: 780px;
    margin: 0 auto;
    float: none;
}
.ad-bottom{
    margin: 10px auto;
    float: none;
    height: 250px;
    width: 300px;
}
/*----------CSS home----------------*/
#content .home1-right{
    border-left: 2px dotted #E1533C;
}
#content .home1-right img{
    box-shadow: 2px 2px 2px #666;
}
/*----------Footer----------------*/
#footer{
    padding-top: 15px;
    height: 60px;
    background: #EF6423;
    box-shadow: 0px -2px 3px #9A9A9A;
    color: #FFF;
}

ul.menu a.active{
    color: #000;
}
