.menu {
    position: relative;
    margin-top: 7px;
}

.menu-div {
    margin-top: 7px;
    font-size: 18px !important;
    background: #da1421;
    width:100%;
    padding: 0 !important;
    margin-bottom: 0 !important;
    min-width: 778px !important;
}

.menu-div a {
    display: inline-block;
    font-size: 16px !important;
    color: #f6f5f5 !important;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    margin-right: 70px;
}
.nav li a:hover {
    color: #da1421 !important;
    background: #FFFFFF !important;
}

.menu-left a {
    margin-right: 84px;
}

.menu-right a {
    margin-right: 25px;
}

.menu-left {
    float: left;
}

.menu-right {
    float: right;
}
.nav-box {
    padding-left: 0 !important;
    #margin-left: 0 !important;
}
.search {
    height: 40px;
    background: #fff;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.search p {
    word-wrap: break-word;
    word-break: break-all;
    display: block;
}

.search-box {
    float: left;
    width: 326px;
    height: 36px;
    padding: 0 11px;
}

.search-btn {
    float: left;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 20px;
    background: url('../images/search.png') no-repeat center center #da1421;
    position: absolute;
    cursor: pointer;
}
.login-reg {
    color: #0c0c0c;
}
.logo {
    margin-top: 6px;

}


.my-header {
    margin-top: 7px !important;
}
.login-link {
    float:right !important;
    margin-top: 10px;
}