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


body {
    background: url("../images/body_bg.jpg") repeat-x scroll 0 0 #000000;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#wrap_total {
    height: 610px;
    margin: auto;
    width: 981px;
}
#header {
    float: left;
    padding: 0 22px 0 0;
    width: 961px;
}
#header_site_map {
    float: right;
    padding: 21px 0 0;
}
#header_site_map ul li {
    float: left;
}
#header_site_map ul li a {
    color: #ADE407;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;
}
#header_site_map ul li a:hover {
    text-decoration: underline;
}
#header_site_map ul li span {
    color: #ADE407;
    padding: 0 8px;
}
#header_content {
    float: left;
    width: 961px;
}
#header_content a#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 154px;
    text-indent: -9999px;
    width: 204px;
}
#header_content #menu {
    float: right;
    padding: 24px 7px 0 0;
}
#header_content #menu ul li a {
    color: #92C0FF;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none;
}
#header_content #menu ul li a.active {
    color: #E3EEFD;
}
#header_content #menu ul li a:hover {
    color: #E3EEFD;
}
#wrap_footer {
    margin: auto;
    width: 981px;
}
#footer {
    float: left;
    padding: 18px 24px 18px 33px;
    width: 908px;
}
#footer_left {
    float: left;
}
#footer_left ul li {
    float: left;
    padding: 0 23px 0 0;
}
#footer_left ul li a {
    color: #C8B9B9;
    font-size: 9px;
    line-height: 13px;
    text-decoration: none;
}
#footer_left ul li a:hover {
    color: #92B6F1;
    text-decoration: underline;
}
#footer_right {
    float: right;
    padding: 4px 0 0;
}
#footer_right p {
    color: #C9C9C9;
    font-size: 9px;
    line-height: 10px;
}


