body {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
    background-image: url('/files/webcms5/images/bg_top.png');
    background-repeat: repeat-x;
    color: #131313;
}

#top {
    height: 165px;
    width: 870px;
    position: relative;
}

#top>div {
    width: 868px;
    margin: 0 auto;
}

#breadcrumb {
    height: 29px;
    border-top: 1px dotted #E9EAEB;
    border-bottom: 1px dotted #E9EAEB;
    border-spacing: 3px;
    clear: both;
    color: #959697;
}
#breadcrumb a {text-decoration: none; font-weight: normal;color:inherit}

#wrapper {
    width: 870px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
#wrapper>#top>#bar {height: 35px;color: #C5C5C5;}
#wrapper>#top>#bar a {text-decoration: none; color:inherit}


#wrapper>#top>#logo {
    width: 230px;
    float: left;
}
#wrapper>#top>#banner {
    height: 112px;
    width: 610px;
    float: left;
}
#wrapper>#top>#banner>img {margin: 26px 0px 23px 70px}

#wrapper>#top>ul {
    list-style: none;
    display: inline;
    margin: 0 0 0 76px;
    position: relative;
    float: left;
    width: 524px;
    padding: 0;
    clear: none;
}
#wrapper>#top>ul>li{float:left;padding-right:24px;text-transform: uppercase;}
#wrapper>#top>ul>li>a {color: #68696A;text-decoration: none;}



#content {
    width: 655px;
    position: relative;
    float: left;
}
#content>h1 {font-size: 16px;text-transform: uppercase;}

#contact {
    width: 200px;
    position: relative;
    float: left;
    margin-left: 15px;
}
#contact>img {margin: 0 0 10px 0;}

#contact>ul {
    list-style: none;
    display: block;
    margin: 10px 0 0 0;
    position: relative;
    float: left;
    padding: 0;
    /*width: 524px;
    
    clear: none;*/
}
#contact>ul>li{width: 205px; float: left; margin-bottom: 3px;}
#contact>ul>li>a {background-color: #FAFAFA; color: #000000;text-decoration: none; display: block; padding: 5px 5px 5px 15px;}


#ftop, #fbottom {
    clear: both;
    width: 100%;
}
#ftop {
    background-color: #F5F5F5;
}

#ftop>div {
    width: 940px;
    height: 166px;
    border-bottom: 1px solid #EAE8E8;
    margin: 0 auto;
}
#ftop>div a {
    color: #747474;
    text-decoration: none;
    font-weight: bold;
}
#ftop>div a:hover {
    color: #747474;
    text-decoration: underline;
}
#ftop>div>#info {
    border: 1px solid #ECECEC;
    background-color: #FAFAFA;
    color: #000000;
    position: relative;
    float: left;
    padding: 0 12px;
    width: 660px;
}

#ftop>div>ul.fmenu {
    list-style: none;
    display: inline;
    margin: 10px 0;
    position: relative;
    float: left;
    width: 940px;
    padding: 0;
}
#ftop>div>ul.fmenu li {
    float:left;
    height: 23px;
}
#ftop>div>ul.fmenu li a {
    color:#747474;
    display:block;
    padding:0 12px; 
    line-height: 23px;
    font-weight: normal;
}
#ftop>div>ul.fmenu li a:hover {
    text-decoration: underline;
}


#fbottom>div {
    width: 940px;
    height: 166px;
    margin: 0 auto;
}
#fbottom>div a {
    color: #747474;
    text-decoration: none;
    font-weight: bold;
}