*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

a{
    color: #0066FF;
    text-decoration: none;
}

img{
    border: none;
}

.float-left{
	float: left;
}

.float-right{
    float: right;
}

.clear-both{
    clear: both;
}

#header{
	background-image: url(../images/header.jpg);
	height: 91px;
    min-width: 1157px;
	width: 100%;
}

#logo{
    margin: 0 auto;
    text-align: right;
    width: 1157px;
}

#content{
    background-color: #1A1A1A;
	background-image: url(../images/bg.jpg);
	background-position: center;
	height: 827px;
    min-width: 1157px;
    position: relative;
	width: 100%;
}

#footer{
	background-image: url(../images/footer.jpg);
    background-repeat: repeat-x;
    font-size: 11px;
	height: 84px;
    min-width: 1157px;
    position: relative;
	width: 100%;
}

#footer_group{
    margin: 0 auto;
    width: 1157px;
}

#footer-left{
    /* margin-left: 130px; */
    margin-left: 20px;
    position: relative;
    top: 40px;
}

#footer-left ul li{
    color: #868580;
    float: left;
    list-style-type: none;
    margin: 0 10px;
}

/* #footer-left ul li a{
    color: #66CCFF;
} */

#footer-right{
    color: #5D656D;
    margin-right: 20px;
    position: relative;
    top: 40px;
}

#main-content{
    margin: 0 auto;
    position: relative;
    top: 20px;
    width: 1157px;
}

#main-content-header{
    background-image: url(../images/mainBorder-top.png);
    background-position: bottom;
    height: 14px;
}

#main-content-mid{
    background-image: url(../images/mainBorder-inside.png);
    height: 744px;
}

#main-content-footer{
    background-image: url(../images/mainBorder-bottom.png);
    background-position: top;
    height: 24px;
}

#sidebar_left{
    margin-left: 15px;
    position: relative;
    width: 106px;
}

#sidebar_left_top{
    background-image: url(../images/sidebarLeft-top.png);
    background-position: bottom;
    height: 23px;
}

#sidebar_left_mid{
    background-image: url(../images/sidebarLeft-inside.png);
    background-position: center;
    height: 700px;
}

#sidebar_left_bottom{
    background-image: url(../images/sidebarLeft-bottom.png);
    background-position: top;
    height: 25px;
}

#sidebar_right{
    margin-left: 15px;
    position: relative;
    width: 237px;
}

#sidebar_right_top{
    background-image: url(../images/sidebarRight-top.png);
    background-position: bottom;
    height: 41px;
}

#sidebar_right_mid{
    background-image: url(../images/sidebarRight-inside.png);
    background-position: center;
    height: 670px;
}

#sidebar_right_bottom{
    background-image: url(../images/sidebarRight-bottom.png);
    background-position: top;
    height: 45px;
}

#middle{
    top: 6px;
    margin-left: 15px;
    position: relative;
    width: 760px;
}

#navigation{
    background-image: url(../images/nav_bar.png);
    font-size: 14px;
    height: 45px;
}

#navigation ul li{
    float: left;
    height: 30px;
    list-style-type: none;
    position: relative;
    margin: 15px 23px 0;
    z-index: 90;
}

#navigation ul li a{
    color: #FFFFFF;
}

#navigation ul li a:hover{
    color: #A9810F;
}

.navigation-sub{
    background-image: url(../images/hover_bar.png);
    color: #FFFFFF;
    display: none;
    font-size: 10px;
    height: 125px;
    left: -20px;
    position: absolute;
    top: 25px;
    width: 390px;
    z-index: 100;
}

.navigation-sub-02{
    background-image: url(../images/hover_bar2.png);
    color: #FFFFFF;
    display: none;
    font-size: 10px;
    height: 125px;
    position: absolute;
    right: -24px;
    top: 25px;
    width: 390px;
    z-index: 100;
}

.navigation-sub div, .navigation-sub-02 div{
    left: 10px;
    position: relative;
    top: 10px;
}

#home_banner{
    height: 429px;
    width: 760px;
}

#home_banner img{
    display: none;
}

#home_banner img.current{
    display: inline;
}

#partners_logo{
    position: relative;
    top: 15px;
}

#partners_logo li{
    list-style-type: none;
    margin-bottom: 35px;
    text-align: center;
}

#home_news{
    width: 760px;
}

#home_news_top{
    background-image: url(../images/top_box.png);
    background-position: bottom;
    height: 13px;
}

#home_news_mid{
    background-image: url(../images/middle_box.png);
    background-position: center;
    height: 240px;
}

#home_news_bottom{
    background-image: url(../images/bottom_box.png);
    background-position: top;
    height: 16px;
}

.home-news-row{
    font-size: 12px;
    margin: 0 auto;
    width: 98%;
}

.home-news-image{
    background-color: #979797;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    width: 120px;
}

.home-news-title{
    background-color: #303030;
    height: 45px;
    line-height: 50px;
    padding-left: 20px;
    width: 600px;
}

.home-news-title a, #read_all_news a, #all_news a, #footer-left ul li a{
    color: #66CCFF;
}

.home-news-title a:hover, #read_all_news a:hover, #footer-left ul li a:hover{
    color: #66FFFF;
}

#read_all_news{
    background-color: #000000;
    font-size: 12px;
    line-height: 30px;
    margin: 0 auto;
    padding-right: 20px;
    text-align: right;
    width: 720px;
}

.height-seperator-01{
    height: 5px;
}


.height-seperator-02{
    height: 30px;
}

.height-seperator-03{
    height: 20px;
}

#sub_page_mid{
    background-image: url(../images/middle_box.png);
    background-position: center;
    height: 680px;
}

#sub_page_bottom{
    background-image: url(../images/bottom_box.png);
    background-position: top;
    height: 16px;
}

.header-01{
    color: #A9263A;
    font-weight: bold;
    margin: 0 0 20px 30px;
}

.header-02{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 20px;    
}

.header-03{
    color: #A9263A;
    font-weight: bold;
    margin-left: 30px;
}

.header-04{
    font-size: 11px;
    margin-left: 30px;
}

.header-05{
    color: #A9263A;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 30px;
}

.header-06{
    font-weight: bold;
    margin-bottom: 10px;
}

.bg-01{
    background-image: url(../images/bg_1.png);
    background-repeat: repeat-y;
    height: 450px;
}

.content-01{
    font-size: 12px;
    height: 250px;
    margin: 20px auto;
    overflow: auto;
    padding: 0 5px;
    width: 95%;
}

.content-02{
    font-size: 12px;
    height: 500px;
    margin: 0px auto 20px;
    overflow: auto;
    padding: 0 5px;
    width: 95%;
}

.content-03{
    font-size: 12px;
    height: 500px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 5px;
    width: 480px;
}

.content-04{
	margin-top:180px;
    border-left: 5px #333333 solid;
    font-size: 12px;
    height: 400px;
    padding: 0 10px 0 30px;
    overflow: auto;
    width: 480px; 
}

.content-05{
    font-size: 12px;
    height: 300px;
    margin: 0 auto;
    overflow: auto;
    width: 90%;
}

.content-06{
    font-size: 12px;
    height: 580px;
    margin: 20px auto;
    overflow: auto;
    width: 95%;
}

.content-07{
    font-size: 12px;
    height: 400px;
    margin: 20px auto;
    overflow: auto;
    width: 95%;
}

.content-08{
    font-size: 12px;
    height: 550px;
    margin: 20px auto;
    overflow: auto;
    padding: 0 5px;
    width: 95%;
}

.content-09{
    font-size: 12px;
    height: 500px;
    margin: 0px auto 20px;
    overflow: auto;
    padding: 0 5px;
    width: 95%;
}

.content-09 ul li{
    margin: 5px 0 5px 30px; 
}

.content-08 h3{
    margin-bottom: 10px;
}

.content-01 p, .content-02 p, .content-03 p, .content-04 p, .content-05 p, .content-07 p, .content-08 p{
    margin-bottom: 20px;
    text-align: justify;
    /* text-indent:30px; */
}

.no-indent{
    text-indent: 0px ! important;
}

.group-01{
    margin-bottom: 30px;
}

.group-02{
    /* margin-bottom: 3px; */
    margin-left: 15px;
}

.group-03{
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.group-04, .group-04 p{
    margin-bottom: 5px;
}

.info-01{
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    width: 200px;
}

.info-01 ul li{
    list-style-type: none;
}

.driver_pic{
    margin: 0 20px;
    width: 200px;
}

.team-profile-nav{
    width: 200px;
}

.team-profile-nav ul{
    color: #A9263A;
    font-size: 14px;
    font-weight: bold;
    margin-left: 30px;
}

.team-nav ul{
    margin-left: 10px;
}

.team-profile-nav ul li{
    list-style-type: none;
    margin-bottom: 5px;
}

.team-profile-nav ul li ul li{
    color: #333333;
    cursor: default;
    list-style-image: url();
    list-style-type: none ! important;
    margin-bottom: 3px;
    width: 320px;
}

.team-profile-nav ul li ul li a{
    font-size: 11px;
    color: #333333;
}

.team-profile-nav ul li ul li a:hover{
    color: #999999;
}

.team-profile-info{
    width: 510px;
}

.team-profile-pic{
    height: 172px;
}

.team-profile-pic div{
    font-weight: bold;
}

.minus-li{
    cursor: pointer;
    list-style-image: url(../images/minus_sign.png);
}

.plus-li{
    cursor: pointer;
    list-style-image: url(../images/plus_sign.png);
}

.sidebar-right-title, .widgettitle{
    color: #0066FF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.partners-logo{
    text-align: center;
    width: 30%;
}

.partners-description{
    margin-left: 5px;
    width: 65%;
}

.img-thumb ul{
    list-style: none;
}

.img-main{
    margin-top: 20px;
    text-align:center;
}

.desc{
    font-size: 12px;
    padding: 20px;
    text-align:justify;
}

.img-thumb{
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 680px;
    z-index: 2;
}

.img-thumb ul{
    position: relative;
}

.img-thumb ul li{
    float: left;
}

.arrow-left{
    cursor: pointer;
    margin-left: 5px;
    width: 24px;
}

.arrow-right{
    cursor: pointer;
    width: 24px;
}

.thumbs, .arrow-right{
    margin-left: 20px;
}

.arrow-right, .arrow-left{
    margin-top: 28px;
}

.images-thumb{
    position: relative;
    width: 1200px;
    z-index: 1;
}

.key-people li{
    list-style-type: circle;
    margin-left: 20px;
}

.img-view{
    margin-top: 20px;
}

.ngg_images{
    list-style: none;
    margin-left: 15px;
}

.video-01{
    margin-bottom: 30px;
}

.video-title{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
}

.other-driver {
    border-top:2px solid #CCCCCC;
    font-size:12px;
    margin:0 auto;
    padding-top:14px;
    text-align:center;
    width:100%;
}

.other-news ul li{
    font-size: 12px;
    list-style: none;
    margin-left: 30px;
}

.other-news ul li a{
    color: #0066FF;
    font-size: 11px;
}

.other-news ul li a:hover{
    text-decoration: underline;
}

.vgallery{
    color: #CCCCCC;
    font-weight: bold;
    font-size: 12px;
}

.vgal{
    margin-bottom: 14px;
}

.label-01{
    font-weight: bold;
    width: 300px;
}

.label-02{
    width: 300px;
}