html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background: #fff url(/img/bg.png) repeat-y center;
}
table {
    margin: 0;
    border-collapse: collapse;
}
td {
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    vertical-align: top;
}
a {
    
}
h1 {
    color: #197fa5;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}
h2 {
    color: #197fa5;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}
h3 {
    color: #197fa5;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.base {
    width: 980px;
}
.head {
    height: 486px;
    background: url(/img/head.jpg) no-repeat;
}
.head_r {
    height: 486px;
    background: url(/img/head_r.jpg) no-repeat;
}
.head_u {
    height: 486px;
    background: url(/img/head_u.jpg) no-repeat;
}

.left {
    width: 275px;
    padding-top: 23px;
}
.right {
    width: 705px;
    padding-bottom: 25px;
}
.bottom_left {
    height: 25px;
}
.bottom_right {
    height: 25px;
    padding-bottom: 3px;
}
.bottom_right a {
    color: #000;
}

.text_block {
    width: 640px;
}

.top_menu {
    width: 980px;
    height: 33px;
    margin: 0;
    text-align: center;
    padding-top: 33px;
    padding-left: 15px;
    white-space: nowrap;
}
.top_menu .marker {
    border: none;
    position: relative;
    top: -1px;
}
.top_menu a {
    color: #0f4e66;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 90%;
    
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 20px;
    font-weight: normal;
}
.top_menu a:hover {
    text-decoration: underline;
}
.top_menu a.active {
    /*text-decoration: underline;*/
}

.lan {
    margin: 310px 0 0 20px;
}
.lan a {
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}
.lan a.active {
    /*text-decoration: underline;*/
}
.lan a:hover {
    text-decoration: underline;
}
.lan img {
    border: none;
}

.service_menu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.service_menu img {
    border: none;
    margin-right: 30px;
}

.rounded {
    width: 212px;
    background: url(/img/rounded_menu_bg.png);
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fad38e;
    padding: 3px;
    line-height: 22px;
    position: absolute;
    display: none;
}
.rounded a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0;
    margin-left: 3px;
}
.rounded .trangle {
    margin: 5px;
}
.rounded a:hover {
    text-decoration: underline;
}
#rounded_menu_1 {
    
}
#rounded_menu_2 {
    
}
#rounded_menu_3 {
    
}

.article_title {
    color: #000;
    display: block;
    margin-bottom: 3px;
}
.article_date {
    font-size: 10px;
    margin-bottom: 5px;
}
.article_desc {
    margin-bottom: 10px;
    height: 55px;
}

a.more {
    color: #000;
}

.clients {
    
}
.clients img {
    display: block;
    margin-bottom: 10px;
}

.msg_snd {
    width: 636px;
    height: 174px;
    background: url(/img/form_bg.jpg) no-repeat;
    text-align: left;
}
.msg_snd input {
    width: 297px;
    height: 21px;
    margin-top: 14px;
    border: none;
    margin-left: 13px;
    
}
.msg_snd textarea {
    width: 610px;
    height: 84px;
    margin-top: 17px;
    margin-left: 13px;
    border: none;
}
.msg_snd .btn {
    width: 85px;
    margin-left: 550px;
    margin-top: 12px;
    background: #fffcef;
}

.error {
    color: #cc0000;
    font-size: 16px;
}
.ok {
    color: #db6807;
    font-size: 16px;
}
.msg {
    width: 636px;
    height: 45px;
    margin-bottom: 15px;
}
.msg .cnt {
    text-align: center;
    vertical-align: middle;
    width: 624px;
    height: 45px;
    padding: 0;
    background: url(/img/menu_bg.png) repeat-x;
}
.msg .left {
    width: 6px;
    background: url(/img/menu_left.png) no-repeat right;
}
.msg .right {
    width: 6px;
    background: url(/img/menu_right.png) no-repeat left;
}

.home_more {
    color: #000;
    float: right;
    display: block;
}
.left .home_more {
    float: left;
    margin-left: 55px;
}

.banner {
    margin-top: 10px;
}

.home_link {
    text-align: center;
}
.home_link img {
    width: 100px;
    height: 80px;
    position: relative;
    top: -70px;
    left: -40px;
    border: none;
}

.copy {
    float: left;
}
.counter {
    float: right;
    position: relative;
    top: -15px;
    margin-right: 75px;
}
