/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

#s5_header_wrap {
    background: #FFF;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

#s5_menu_wrap {
    background: #044b81;
}

#s5_nav li {

    display: block;
    list-style: none;
    position: relative;
    float: left;
    height: 52px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 17px;
    overflow: hidden;
    border-right: solid 1px #fff;

}

#s5_shape5_logo {
    width: 82px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    /* background: url(../images/shape5_logo.png); */
    cursor: pointer;
    display: block;
}

