@charset "utf-8";
/* General Settings */
body {
    padding-bottom: 10px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #5b5b5b;
    text-align: center;
    background: url(../images/bg.gif) center top no-repeat #fff;
}
.clear {
    clear: both;
}
a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #5b5b5b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #5b5b5b;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
/* Page Layout */
#container {
    margin: 0 auto;
    width: 980px;
    height: auto;
    background: url(../images/main-bg.gif) top center repeat-y;
}
/* Header */
#header {
    width: 980px;
    height: 140px;
    background: url(../images/header-bg.gif) top center no-repeat;
}
#header-links{
    margin: 0 10px;
    padding: 7px 0 0 0;
    width: 958px;
    height: 23px;
    color: #fff;
    text-align: right;
    background: url(../images/header-links-bg.gif) top center repeat-x;
    border-left: solid 1px #d22229;
    border-right: solid 1px #d22229;
}
#header-links a, #footer-links a {
    margin: 0 5px;
    font-size: 11px;
    color: #fff;
}
#banner {
    margin: 0 10px;
    width: 958px;
    height: 79px;
    background-color: #ebebeb;
    border-left: solid 1px #d8d9da;
    border-right: solid 1px #d8d9da;
    border-bottom: solid 1px #d8d9da;
}
#logo {
    display: block;
    float: left;
    width: 286px;
    height: 79px;
    background: url(../images/logo.jpg) -1px 0 no-repeat;
}
#banner-text{
    padding: 8px 5px 0 5px;
    margin: 0 10px;
    width: 950px;
    height: 22px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
/* Navigation */
#navigation {
    padding-bottom: 5px;
    margin: 0 10px;
    width: 958px;
    height: auto;
    background: url(../images/nav-bg.jpg) no-repeat center bottom;
    border-left: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}
.main-menu {
    margin: 0 -1px;
    width: 960px;
    height: 28px;
    border-top: solid 1px #009742;
    border-bottom: solid 1px #009742;
}
.main-menu li {
    position: relative;
    width: 191px;
    height: auto;
    float: left;
}
.main-menu li.indent {
    width: 1px;
    height: 28px;
    background: #009742;
    float: left;
}
.main-menu li.first {
    width: 190px;
}
.main-menu li a {
    display: block;
    padding-top: 7px;
    width: 191px;
    height: 21px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    text-indent: 30px;
    background: url(../images/main-nav-bg.gif) top left repeat-x;
    cursor: default;
}
.main-menu li.first a {
    width: 190px;
}
.main-menu li a:hover, .main-menu li a.active, .main-menu li a.active:hover {
    text-decoration: none;
    background-position: bottom;
}
.main-menu li a span {
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    width: 20px;
    height: 20px;
}
/* Vertical Menu */
#submenu {
    margin: 0 -1px;
    width: 960px;
    height: auto;
    text-align: left;
}
.v-menu {
    margin-left: -1px;
    float: left;
    font-size: 0px;
    width: 191px;
    height: auto;
    border-top: solid 1px #d5d5d5;
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
}
.v-menu.first {
    width: 190px;
    margin-left: 0px;
}
.v-menu li {
    width: 191px;
    border-bottom: solid 1px #d5d5d5;
}
.v-menu.first li {
    width: 190px;
}
.v-menu li.title {
    width: 181px;
    padding: 5px 5px 0 5px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #e1696c;
    border-color: #d86063;
}
.v-menu li a {
    /*height: 18px;*/
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #858585;
    padding: 5px 5px 5px 5px;
    display: block;
    background: url(../images/v-menu-bg.gif);
}
.v-menu li a.normal {
    font-weight: normal;
}
.v-menu li a:hover, .v-menu li a.active, .v-menu li a.active:hover {
    color: #5B5B5B;
    text-decoration: none;
    background-position: bottom;
}
.v-menu li a.active img {
    margin: 1px 3px 0px 0px;
    vertical-align: top;
}
/* Page Content */
#content {
    padding: 10px 0;
}
#left-content {
    padding: 0 5px 0 10px;
    width: 205px;
    height: auto;
    float: left;
    text-align: left;
}
.v-spacer {
    font-size: 0px;
    height: 10px;
}
.box {
    width: 200px;
    height: auto;    
}
.box-title {
    padding: 6px 6px 0 30px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 162px;
    height: 22px;
    border: solid 1px #878787;
    background: url(../images/box-title-bg.gif) top left repeat-x;
}
.page-title {
    padding: 6px 6px 0 30px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    border: solid 1px #878787;
    background: url(../images/box-title-bg.gif) top left repeat-x;
}
.search-ico {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/search-icon.gif) no-repeat;
}
.box-ico {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/box-icon.gif) no-repeat;
}
.box-content {
    padding: 5px;
    width: 188px;
    border: solid 1px #d5d5d5;
    background: url(../images/box-bg.gif) repeat-x bottom left #fff;
}
input.input-text {
    margin: 5px 0;
    width: 176px;
    padding: 5px;
    border: solid 1px #d5d5d5;
    background: url(../images/input-bg.gif) repeat-x top left #fff;
}
input.submit {
    cursor: pointer;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    background: #e36b6f;
    border: solid 1px #d5d5d5;
}
input.submit:hover{
    background: #D72C31;
}
.v-nav {
    width: 198px;
    border-top: solid 1px #d5d5d5;
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
}
.v-nav li {
    width: 198px;
    border-bottom: solid 1px #d5d5d5;
}
.v-nav li a {
    /*height: 18px;*/
    font-size: 12px;
    text-align: left;
    color: #858585;
    padding: 5px;
    display: block;
    background: url(../images/v-menu-bg.gif);
}
.v-nav li a:hover {
    background-position: bottom;
    text-decoration: none;
    color: #5B5B5B;
}
#main-content {
    padding: 0 10px 0 5px;
    width: 745px;
    height: auto;
    float: left;
    text-align: left;
    overflow: hidden;
    line-height: 1.2;
}
/* Footer */
#footer-links a{
    color: #5b5b5b;
}
#footer {
    width: 980px;
    height: 35px;
    background: url(../images/footer-bg.gif) top center repeat-x;
}
#footer-left, #footer-right {
    width: 5px;
    height: 35px;
}
#footer-left{
    background: url(../images/footer-left.gif) top center no-repeat;
    float: left;
}
#footer-right{
    background: url(../images/footer-right.gif) top center no-repeat;
    float: right;
}

#footer-cr {
    padding: 8px 0 0 5px;
    float: left;
    width: 395px;
    height: 27px;
    font-size: 11px;
    text-align: left;
}
#footer-cr a{
    font-size: 11px;
}
#footer-links {
    padding-top: 8px;
    float: left;
    width: 570px;
    height: 27px;
    text-align: right;
}
/* jQuery lightBox plugin - Gallery style */
#gallery{
    float: left;
    width: 130px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #BFBFBF;
    padding: 1px;
    margin: 2px;
}
#gallery div{
    width: 130px;
    height: 80px;
    overflow: hidden;
}
.contact-table-td {
    background: #F4F4F4;
    color: #747474;
    padding: 5px;
    border-bottom: 1px solid #ffffff;
}
.contact-table-td a{
    text-decoration: none;
    color: #008F3F;
}
.contact-table-td a:hover{
    text-decoration: underline;
    color: #01AB4B;    
}
.contact, .contact-focus, .contact-msg, .contact-msg-focus {
    background: #ededed url(../images/form-box.jpg) left top repeat-x;
    border: 1px solid #b7b7b7;
    width: 420px;
    padding: 7px 5px 7px 5px;
    color: #878787;
    font-family: "Verdana",sans-serif;
    font-size: 12px;
    margin: 2px 0 10px 0;
}
.contact-msg, .contact-msg-focus {
    background: #ededed url(../images/form-box.jpg) left top repeat-x;
    height: 136px;
}
.contact-msg-focus, .contact-focus{
    color: #5B5B5B;
}
.contact-btn{
    background: url(../images/button.gif) top left no-repeat;
    width: 117px;
    height: 30px;
    border: none;
    cursor: pointer;
    padding-left: 30px;
}
.contact-btn:hover{
    background: url(../images/button.gif) bottom left no-repeat;
}

/*news styles*/
.td_news_title{
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}
td.td_news_shrot_cont{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}
a.more_btn, a.more_btn:hover {
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #6f6f6f;
    text-decoration: none;
    padding: 3px 18px 0 5px;
    display: block;
    float: right;
    height: 17px;
    width: 48px;
    background: url(../images/more_btn.gif) no-repeat top left;
}

a.more_btn:hover {
    text-decoration: none;
    background-position: bottom;
}
.td_pade{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #6f6f6f;    
}
.paging-nolink{
    color: #E60004;    
}
a.page_link{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #6f6f6f;    
    text-decoration: none; 
    padding: 5px;   
}
a.page_link:hover{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #E60004;    
    text-decoration: none;    
}
a.tender{
    color: #008F3F;    
}

.time_title{
    padding: 6px 6px 2px 6px;
    font-weight: bold;
}
.time_title img{
    vertical-align: top;
}
.title-time-table{
    vertical-align: middle;
    font-weight: bold;
    height: 28px;
}
.time-table{    
    padding: 4px;
    border: 1px solid #ffffff;
    background: #EFEFEF;
}
.search_link{
    font-weight: bold;
    display: block;
    padding: 5px 0px 5px 0px;
}
.slideshow{
    width: 672px;
    height: 79px;
    overflow: hidden;
}
.map_list{
    margin-left: 30px;
    list-style-type: circle;
}
.map_list li{
    padding: 3px;   
}
.map_list li.title{
    list-style-type: none;
    font-weight: bold;
    margin-left: -10px;
}
hr.gray_hr{
    border: 0px;
    background: #5B5B5B;
    color: #5B5B5B;
    height: 1px;
}
.lowercase{
    text-transform: lowercase;
}
.gallery_page{
    text-align: center;
    padding: 10px;
    display: block;
}
a.page, .current-page {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    padding: 3px 5px;
    color: #5B5B5B;
    background: #F1F1F1;
    border: solid 1px #878787;
}
a.page:hover {
    background: #fff;
    text-decoration: none;
}
.current-page {
    vertical-align: middle;
    background: #fff;
    color: #E1696C;
}
.page_title {
    FONT-WEIGHT: bold; FONT-FAMILY: Verdana,Helvetica,Sans-Serif,Arial; FONT-SIZE: 11px; COLOR: #747474; TEXT-DECORATION: none
}