body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #E3E3E3
}

.logo {
    width: 600px;
    height: 62px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    float: left;
    background-image: url('images/logo600.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media (min-width: 900px) {
    .logo {
        width: 684px;
        height: 62px;
        padding: 0px;
        margin: 0px;
        border: 0px;
        float: left;
        background-image: url('images/full-logo.png');
        background-size: 100% 100%;
        background-repeat: no-repeat
    }
}

.menu {
    width: auto;
    margin-left: 600px;
    height: 62px;
}

@media (min-width: 900px) {
    .menu {
        width: auto;
        margin-left: 684px;
        height: 62px;
    }
}

.navigation {
    width: 150px;
    height: 62px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    float: right;
    background-image: url('images/add.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 900px) {
    .navigation {
        width: 200px;
        height: 62px;
        padding: 0px;
        margin: 0px;
        border: 0px;
        float: right;
        background-image: url('images/full-add.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.nav-stretch {
    width: auto;
    margin-right: 150px;
    height: 62px;
    background-image: url('images/menu-left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 900px) {
    .nav-stretch {
        width: auto;
        margin-right: 200px;
        height: 62px;
        background-image: url('images/full-menu-stretch.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.menu10 {
    float: right;
    border:0px;
    padding:0px;
    margin: 0px;
    width: 161px; 
    height: 62px; 
    background-image: url('images/add.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.menu-button {
    height: 75%;
    z-index: 999;
    float: right
}

@media (min-width: 900px) {
    .menu-button {
        height: 90%;
        z-index: 999;
        float: right
    }
}

.cart {
    height: 75%;
    z-index: 999;
    float: right
}

@media (min-width: 900px) {
    .cart {
        height: 90%;
        z-index: 999;
        float: right
    }
}

.search-bg-left {
    border:0px solid #000000;
    padding:0px;
    margin: 0px;
    width: 12%;
    height: 44px;
    float: left;
    background-image: url('images/search-bg-left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.search-area {
    width: 88%;
    margin-left: 12%;
    padding: 0px;
    border: none;
    height: 44px;
}

.search-bg {
    border:0px solid #000000;
    padding:0px;
    margin: 0px;
    width: 88%;
    height: 44px;
    float: left;
    background-image: url('images/search-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.add {
    text-align: center;
    border:0px;
    padding:0px;
    margin: 0px;
    width: 12%;
    height: 44px;
    float: left;
    background-image: url('images/add.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

h1 {
    border: 0px;
    margin: 2px;
    padding: 1%;
    font-family: 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
    font-size: 90%;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.add-item {
    text-decoration: none;
    color: #FF0004;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
}

@media (min-width: 900px) {
    .add-item {
        text-decoration: none;
        color: #FF0004;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 2.5em;
    }
}

.email-link {
    text-decoration: none;
    color: #cc0000;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2.1em;
}

.contact-left {
    width: 11%;
    height: 44px;
    float: left;
    background-image: url('images/contact-left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.contact-bg {
    border:0px;
    padding:0px;
    margin: 0px;
    width: 62%;
    height: 44px;
    background-image: url('images/contact.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
}

.contact-right {
    width: 27%;
    height: 44px;
    float: left;
    background-image: url('images/contact-right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.headline {
    border: 0px;
    padding: 2em;
    padding-bottom: 0.2em;
    font-family: 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
    font-size: 1.8em;
    color: blue;
    text-align: center;
    font-style: italic;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.content {
    border: 0px;
    padding-left: 2em;
    padding-right: 2em;
    font-family: 'Arial', 'sans-serif';
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    text-align: center;
}