.TopMenu {
   padding: 5px 0 8px;
}
.TopMenu,
.TopMenu a {
    background: transparent;
}

#Header {
    background: url('../images/tk-header-bg.jpg') center no-repeat;
    height: 232px;
}

#Header .container {
    position: relative;
}

#Header .container .header-logo {
    width: 100%;
}

#Header .container .header-logo a {
    position: relative;
    left: 24px;
    margin-bottom: 20px;
    display: inline-block;
    top: 3px;
    outline: none !important;
    ;
}

#Header .container .header-logo a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-image:before {
    border-top: 1px solid #fa2d01;
    height: 1px;
    width: 320px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    content: "";
    margin-top: 493px;
}

@media (min-width: 768px) {
    #Header .container .TopCart {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    #SearchForm {
        margin: 0;
    }
    #Header .container .header-logo {

    height: 172px;
    display: table;
}
    #Header .container .header-logo a {
        margin-bottom: 0;
        left: 0;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }
    .header-logo img {

       max-width: 90%;
    }
}

.required {
font-size:2em !important;
}

.FormField .box {border:none;}

#CreateAccountForm .borderB {
border:none!important;}
