/*body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}*/

.header-top {
    margin-top: 10px;
    height: 70px;
    background: #ffffff;
}

.logo {
    width: 30%;
    height: 70px;
}

.header-left {
    float: left;
    text-align: left;
    width: 30%;
    height: 60px;
    line-height: 60px;
}

.header-right {
    float: left;
    text-align: right;
    width: 70%;
    height: 60px;
    line-height: 60px;
}

#login {
    background-color: #ff8400;
    color: #ffffff;
    width: 80px;
    border-radius: 5px;
}

#login:hover {
    background-color: #ff6000;
}

.menu-bar {
    height: 26px;
    /*background-color: #080808;
    border-radius: 5px;*/
}

.menu-bar ul {
    margin-left: 0;
}

.menu-bar ul li {
    list-style-type: none;
    float: left;
    text-align: center;
    padding: 0 30px;
}

.menu-item {
    text-decoration: none;
    display: inline-block;
    line-height: 26px;
    color: #3e3e3e;
    padding: 0 10px;
    font-size: 0.7em;
    font-weight: 700;
    transition: background-color 300ms ease-out, color 300ms ease-out;
    border-radius: 5px;
}

.menu-item:hover {
    background-color: #ff8400;
    color: #ffffff;
    transition: background-color 200ms ease-out, color 200ms ease-out;
}

.menu-bar ul .first {
    padding-left: 0 !important;
}

.banner {
    margin-top: 10px;
}

