/*common css*/
body {
    color: #555;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
strong {
    font-weight: bold;
}
.hidden {
    display: none;
}
#main a.more:link,
#main a.more:visited {
    color: #249DC8;
}
#main {
    _text-align: center;
    line-height: 1.5;
    background: url("../images/bg.gif") repeat-x scroll center top #4483B6;
}
#main-wrap {
    text-align: left;
    width: 940px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}
#head {
    height: 75px;
    width: 940px;
    position: relative;
}
#head a.add:link,
#head a.add:visited {
    text-decoration: none;
    position: absolute;
    right: 50px;
    bottom: 0;
    display: block;
    padding-left: 18px;
    background: url("../images/addfav.gif") no-repeat left center transparent;
}
#head a.add:hover {
    text-decoration: underline;
}
#logo {
    background: url("../images/logo.jpg") no-repeat left center transparent;
    height: 75px;
    width: 530px;
}
#logo a:link,
#logo a:visited {
    text-indent: -9999em;
    display: block;
    height: 75px;
    width: 530px;
}
#lang {
    position: absolute;
    top: 11px;
    right: 10px;
}
#lang a:link,
#lang a:visited {
    _zoom: 1;
    display: inline-block;
    line-height: 15px;
    padding-left: 25px;
    text-decoration: none;
    margin-right: 8px;
}
#lang a:hover {
    text-decoration: underline;
}
#lang a.en {
    background: url("../images/en.gif") no-repeat scroll left top transparent;
}
#lang a.cn {
    background: url("../images/cn.gif") no-repeat scroll left top transparent;
}
#menu {
    margin-top: 10px;
    height: 37px;
    width: 940px;
    overflow: hidden;
    background: url("../images/navbg.jpg") no-repeat scroll left top transparent;
}
#menu a:link,
#menu a:visited {
    font-family: "Microsoft YaHei", Arial;
    float: left;
    display: inline-block;
    text-decoration: none;
    height: 37px;
    line-height: 37px;
    color: #fff;
    padding: 0 14px;
    background: url("../images/navlink.jpg") no-repeat scroll left top transparent;
    _display: block;
    zoom: 1;
}
#menu a.home:link,
#menu a.home:visited {
    margin-left: 50px;
}
#menu a:hover {
    background: url("../images/navhover.jpg") no-repeat scroll left top transparent;
}
#menu a.on {
    background: url("../images/navhover.jpg") no-repeat scroll left top transparent !important;
}
.banner {
    background: #acacac;
    margin-top: 5px;
}
.banner-inner {
    width: 940px;
    height: 280px;
    position: relative;
}
.banner-inner-img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    display: none;
}
.banner-inner-img.active {
    display: block;
}
#content {
    width: 940px;
    margin: 8px 0;
    overflow: hidden;
    font-size: 12px;
}
#content .bartitle {
    height: 25px;
    line-height: 25px;
    width: 175px;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    padding-left: 10px;
    background: url("../images/bar_title.jpg") no-repeat scroll left top transparent;
}
#content .barimg {
    display: block;
    margin-top: 1px;
    width: 185px;
    height: 60px;
}
#content .barlist {
    display: block;
    width: 185px;
    background: url("../images/ul_bg.jpg") no-repeat scroll center bottom transparent;
    padding-bottom: 30px;
}
#content a:link,
#content a:visited {
    text-decoration: none;
    color: #000;
}
#content a:hover {
    text-decoration: underline;
    color: #0000EE;
}
#leftside {
    width: 185px;
    margin-right: 10px;
    float: left;
}
#category {
    margin-bottom: 8px;
}
#category ul li {
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    background: url("../images/listbg.jpg") no-repeat scroll left top transparent;
}
#contact ul {
    padding-top: 8px;
}
#contact ul li {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
}
#rightside {
    float: left;
    width: 745px;
    overflow: hidden;
}
#rightside .infotitle {
    font-family: "Microsoft YaHei", Arial;
    font-size: 15px;
    color: #4691BB;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dotted #acacac;
}
#friendlnks {
    height: 35px;
    background: url("../images/friendlnks_bg.gif") no-repeat scroll left top transparent;
    line-height: 35px;
    width: 940px;
    overflow: hidden;
    margin-bottom: 10px;
}
#friendlnks a:link,
#friendlnks a:visited {
    text-decoration: none;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    padding: 0 18px;
}
#friendlnks a:hover {
    text-decoration: underline;
    color: #0000EE;
}
#footer {
    border-top: 1px solid #0099CC;
    text-align: center;
    padding-top: 12px;
}
#footer a:link,
#footer a:visited {
    text-decoration: none;
    color: #000;
}
#footer a:hover {
    text-decoration: underline;
    color: #0000EE;
}

/*right section for main content*/

#mainhd {
    border-bottom: 1px dotted #000;
    height: 30px;
    line-height: 30px;
    padding: 0 12px 0 6px;
    overflow: hidden;
}
#mainhd .maintt {
    height: 30px;
    color: #4691BB;
    font-size: 14px;
    float: left;
    font-family: "Microsoft YaHei", Arial;
}
#mainhd .navinfo {
    height: 30px;
    float: right;
}
#mainbd {
    padding: 8px 10px;
}
