body {
    font-size: 9pt;
    font-family: ËÎÌå, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #707070;
    background: url("Images/bj.jpg") repeat;
    margin: 0px;
}

a, a:visited, a:active {
    color: #707070;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    margin: 0.5em 0;
    padding: 0px;
    line-height: 1.5em;
}

ul, ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: 0;
}

#page {
    width: 980px;
    margin: 0px auto;
}

#header #logo {
    height: 100px;
    background: url("Images/logo.jpg") no-repeat 10px center;
}

#header #nav {
    height: 44px;
    background: url("Images/nav-bg.gif") repeat-x center;
    text-align: center;
    margin-bottom: 5px;
}

#header #nav ul {
    height: 44px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 980px;
}

#header #nav ul li.horz {
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}
#header #nav li ul li {
    background: url("Images/nav-bg.gif") repeat-x center;
    position: relative;
    /*display: inline-block;
    *display: inline;
    *zoom: 1;*/
    display: block;
    /*min-width: 85px;*/
    text-align: left;
}

#header #nav ul li ul {
    display: none;
    position: absolute;
    z-index: 1;
}
#header #nav ul li.horz ul {
    display: none;
    position: absolute;
    /*width: 90px;*/
    left: 0px;
    top: 44px;
    z-index: 1;
}
/*#header #nav ul li ul li ul {
    display: none;
    position: absolute;
    width: 90px;
    left: 90px;
    top: 0px;
    z-index: 1;
}*/
/*#header #nav ul li ul li ul li {
    background: url("Images/nav-bg.gif") repeat-x center;
}*/

#header #nav a,
#header #nav a:visited,
#header #nav a:active {
    color: #fff;
    line-height: 44px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /*width: 90px;*/
    padding: 0px 20px;
    text-decoration: none;
    outline-style: none;
    white-space: nowrap;
}
#header #nav a:hover {
    color: #ff0;
    text-shadow: 0 0 5px #fff;
    margin: 0px;
}

#footer {
    background: url("Images/buttin_bj.jpg") repeat-x left top;
    padding: 10px 0px;
    position: relative;
}
#footer p {
    line-height: 2em;
    padding-left: 80px;
}
#footer a.biaoshi,
#footer a.biaoshi:hover,
#footer a.biaoshi:visited,
#footer a.biaoshi:active {
    position: absolute;
    display: block;
    background: url("Images/biaoshi.jpg") no-repeat center;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 10px;
}

.clear {
    display: block;
    clear: both;
}

/*body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}*/

/* Styles for basic forms
-----------------------------------------------------------*/

/*fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}*/


/* Styles for validation helpers
-----------------------------------------------------------*/
/*.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}*/
