/*MAIN*/
body{
    background: rgb(141, 141, 141);    
}

#Contayn{
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}

/*HEADER*/
.wrapHeader{
    height: 83px;
}

/*LOGO*/
.logoHeader{
    display: block;
    width: 200px;
    height: 25px;
    margin-left: 137px;
    margin-top: 25px;
    margin-right: 70px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
}

.logoHeader{
    display: block;
    width: 150px;
    height: 83px;
    margin-left: 137px;
    margin-right: 70px;
    background-image: url(../images/weboff.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    float: left;
}

/*MENU*/
.navigationHeader{
    height: 83px;
    width: 690px;
    float: left;
}

.navigationHeader ul li{
    float: left;
    position: relative;
}

.navigationHeader ul li a{
    padding: 0 10px;
    color: #3E5468;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    line-height: 83px;
    display: block;
    height: 83px;
}

.navigationHeader ul li a:hover{
    color: #fff;
    background: #B1BBCA;
}

.navigationHeader .sub-menu{
    position: absolute;
    top: 100%;
    width: 100%;
    background: #B1BBCA;
    display: none;
    z-index: 9000;
}

.navigationHeader li:hover .sub-menu{
    display: block;
}

.navigationHeader .sub-menu li{
    line-height: 50px;
    width: 100%;
}

.navigationHeader .sub-menu li a{
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 15px;
}

/*SEARCH*/
#search {
    float: right;
    position: relative;
    top: 28px;
    right: 50px;
}

#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #3E5468;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #fff;
    width: 140px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
}

/*SLIDESHOW*/
ul#slideshow {
    list-style: none;
    margin: auto;
    width: 640px;
    height: 480px;
    overflow: hidden;
}

#fssList {
    list-style: none;
    width: 646px;
    margin: auto;
    padding: 5px 0 0 45%;
}

#fssList li {
    display: inline;
    padding-right: 10px;
}

#fssList li a {
    color: #999;
    text-decoration: none;
}

#fssList li.fssActive a {
    font-weight: bold;
    color: #333;
}

#top {
    background: #3b5998;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#top h1 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 7px 0 0 15px
}




















