/* css author:songjianmin
 psd author:lilingjian songjianmin
 global.css ��index.html��news.html��list.html��gamedata.html�е�
 header(menu) footer(copyright) style*/
body {
    scrollbar-face-color: #7f624b;
    scrollbar-highlight-color: #e6e3d1;
    scrollbar-shadow-color: #e6e3d1;
    scrollbar-3dlight-color: #e6e3d1;
    scrollbar-arrow-color: #e6e3d1;
    scrollbar-track-color: #e6e3d1;
    scrollbar-darkshadow-color: #e6e3d1;
    background-color: transparent;
    width: 1004px;
    background: url(../img/headerbg.jpg) no-repeat top left;
    color: #403000;
    font-size: 12px;
} * {
    font-size: 12px;
    /*color: #403000;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

ul {
    line-height: 200%;
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

a:link, a:visited, a:active {
    color: #403000;
    text-decoration: none;
}

a:hover {
    color: #e45213;
    text-decoration: underline;
}#header {
    /*background:url(../img/headerbg.jpg) no-repeat top center;*/
    width: 1004px;
    height: 160px;
} #menu {
    width: 780px;
    padding-left: 200px;
    height: 100px;
} #nav {
    /*float: left;*/
    width: 780px;
    height: 100px;
    margin-top: 30px;
    margin-left: 40px;
} #nav li {
    float: left;
    background: url(../img/navlibg.gif) repeat-x top left;
    width: 95px;
    height: 45px;
    font-size: 14px;
    font-weight: bolder;
    color: #403000;
    padding-top: 10px;
    text-align: center;
} #nav .navimgleft {
    width: 21px;
    height: 54px;
    text-align: right;
    margin-top: -15px;
} #nav .navimgright {
    width: 21px;
    height: 54px;
    text-align: left;
    margin-top: -15px;
} #subguide {
    position: absolute;
    display: none;
    width: 500px;
    height: 35px;
    top: 76px;/*changed 2008-11-25 prev 65px*/
    left: 361px;/*changed 2008-11-25 prev 161px*/
} * html #subguide {
    /*left: 401px;*/
} #subguide li {
    float: left;
    background: url(../img/subnavlibg.gif) repeat-x;
    width: 80px;
    height: 35px;
} #subservice {
    width: 300px;
    height: 35px;
    position: absolute;
    display: none;
    top: 76px;/*changed 2008-11-25 prev 65px*/
    left: 456px;/*changed 2008-11-25 prev 256px*/
} * html #subservice {
    /*left: 496px;*/
} #subservice li {
    float: left;
    background: url(../img/subnavlibg.gif) repeat-x;
    width: 80px;
    height: 35px;
} #subplayer {
    width: 400px;
    height: 35px;
    position: absolute;
    display: none;
    top: 76px;/*changed 2008-11-25 prev 65px*/
    left: 646px;/*changed 2008-11-25 prev 446px*/
} * html #subplayer {
    /*left: 686px;*/
} #subplayer li {
    float: left;
    background: url(../img/subnavlibg.gif) repeat-x;
    width: 80px;
    height: 35px;
} #footer {
    text-align: left;
    background: url(../img/footerbg.jpg) no-repeat bottom center;
    width: 1004px;
    height: 170px;
    float: left;
} #copyright {
    width: 600px;
    text-align: left;
    color: #403000;
    padding-left: 340px;
} #copyrightimg {
    width: 106px;
    height: 50px;
    float: left;
    padding-top: 15px;
    margin-right: 10px;
} #copyrighcontent {
    width: 400px;
    height: 50px;
}

