#d24_1stHdrBar,
#d24_2ndHdrBar,
#d24_3rdHdrBar {
    position: fixed;
    display: block;
    width: 100%;
}
#d24_1stHdrBar {
    background-color: #fff;
    top: 0px;
    z-index:1000;
}
#d24_2ndHdrBar {
    top: 23px; /* depending on your logo height, this may need to be adjusted */
}
#d24_3rdHdrBar {
    top: 108px; /* depending on your logo height, this may need to be adjusted */
}
#appMainBody {
    position:absolute;
    top: 142px; /* depending on your logo height, this may need to be adjusted */
    width: 100%
}
.d24-logo-bar .shopping-cart {
    right: 25px;
}

#d24_2ndHdrBar span form.search {
    float: left
    margin: 10px 25px 0 60px;
}

.d24-logo-bar span {
    display: block;
}

.search span {
    display: inline-block;
}

img.d24-main-logo {
    float: left;
    height: inherit;
    padding: 12px 0 0;
    width: 375px;
}

#d24_2ndHdrBar {
    height: 85px;
}

.advanced-search-link {
    float: left;
    margin: 3px 0 0 50px;

}

.d24-logo-bar .search-field {
    color: #000;
    font-size: 10px;
    font-weight: bold;
    width: 374px;
    padding: 0 0 0  10px;
    height: 40px;
    line-height: 25px;
    margin: 5px 0 0 45px;
}

::-moz-placeholder {
    opacity: 1;
    color: #000;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #000;
}

::-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

:-moz-placeholder {
    opacity: 1;
    color: #000;
}

#d24_2ndHdrBar span form.search input[type="text"] {
    border: 1px solid #000000;

}

.d24-main-menu li ul {
    overflow-y: scroll;
    max-height: 506px;
}
