/* Basic Stuff */

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

#conash3D0 {height:0px; top:-1px;}

body
{
    font-size: 12px;
    font-family: Verdana,Arial, sans-serif;
    background:#000 url(../images/bg.png) no-repeat top center;
}
/*wrap*/
#wrap {
    margin: 0 auto;
    text-align: left;
}
#content-wrap {
    width: 1024px;
    clear: both;
    margin: auto;
    padding: 0;
    padding-top:5px;
}
#wrap_header,#div_header_left_bar{
    width:1024px;
    margin:auto;
}
/* Header */

#header
{
    width:20%;
    height:90px;
    margin-top:102px;
    background:url(../images/logo/logo.png) no-repeat;
}

.header_menu, .menu_left{
    width:1024px;
    height:22px;
    font-weight:bold;
    font-size:13px;
    line-height:22px;
}
.header_menu a, .menu_left a, .menu_div a{
    color:#fff;
    line-height:22px;
}
.header_menu a:hover, .menu_left a:hover, .menu_div a:hover{
    color:#999;
}
.header_menu span, .menu_left span{
    margin-left:22px;
    font-size:13px;
}
.header_menu ul
{
    float:right;
    list-style: none;
}
.menu_left ul
{
    list-style: none;
}
.header_menu li, .menu_left li
{
    float: left;
    text-align:left;
    color: #f08119;
    border-top: 1px solid #605A56;
    border-bottom: 1px solid #605A56;
    background-color: #1E2222;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 80);
    opacity: 0.8;
    padding:0 10px 0 10px;
}

.header_menu li a, .menu_left li a, .menu_div li a
{
    margin-left: 0.1em;
    display: block;
    text-decoration: none;
}

.header_menu li a:hover, .menu_left li a:hover, .menu_div li a:hover
{
    line-height:22px;
    color: #999;
}

.li_active a{
    color: #999;
    text-transform: uppercase;
}
.version_bar{
    float:right;
    width:160px;
    margin-top:-25px;
}
.version_bar span
{
    color: #666;
    padding:0 12px 0 12px;
    font-weight: bold;
}

.version_bar span a
{
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
}

.version_bar span a:hover
{
    color: #999;
}

/* Main */
#main
{
    float: left;
    margin-left: 0px;
    padding: 0;
    width: 1024px;
    padding-top:0px;
    font-size:12px;
    filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity: 0.85;
    z-index: 1;
}

.main_content{
    padding:20px 5px 30px 5px;
    margin:15px 0 20px 0;
    border: 1px solid #605A56;
    background-color: #1E2222;
    color:#fff;
    line-height:20px;
}

.title{
    font-size:22px;
    font-weight:bold;
    text-align:center;
    text-transform: uppercase;
    color:#fff;
}

.eaars_logo{
    background:url('/images/b_4.png') no-repeat;
    margin-top:280px;
    margin-left:48px;
    height:120px;
    cursor:pointer;
}

/* Footer */

#footer
{
    width: 1024px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    height:63px;
    clear: both;
    font-weight:normal;
    font-size:12px;
    color:#fff;
    line-height:25px;
    padding-top:15px;
    margin-bottom:102px;
}
#footer .footer-left{
    float: left;
    width: 55%;
    text-align:left;
    /*margin-left:20px;    */
}
#footer .footer-right{
    float: right;
    width: 45%;
    text-align:right;
    /* margin-right:20px;*/
}

.empty_div{
    clear: both !important;
    height: 0px;
}

.separate_div_border{
    clear: both !important;
    border-bottom:1px solid #fff;
    height:1px;
}

.link_a a{
    color:#f08119;
}
.link_a a:hover{
    color:#fff;
}

.menu_div{
    margin-top:-1px;
    position:absolute;
    border: 1px solid #605A56;
    background-color: #1E2222;
    font-size:13px;
    padding:16px 12px 12px 12px;
    z-index:999;
    visibility: hidden;
}
.menu_div a{
    width: auto;
    display: block;
    text-decoration: none;
    color:#fff;
}
.menu_div a:hover{
    color:#999;
}

.margin_space{
    margin-left:50px;
    margin-right:50px;
}
.img_right{
    float:right;
    margin:0 90px 41px 0;
    z-index:9999;
}
.left_space{
    margin-left:200px;
}

