/**
 *  Styles for the page heading that appears at the top of every page.
 *  Page width: 850 pixels
 */

.heading_main {
    position: relative;
    display: block;
    clear: both;
    width: 660px;
    height: 66px;
    margin-bottom: 4px;
}

.heading_main_logo {
    position: relative;
    display: block;
    margin-left: 4px;
}

.heading_main_search_text_field {
    display: none;
    visibility: hidden;
}

.heading_main_search_button {
    display: none;
    visibility: hidden;
}

.heading_main_contact_us {
    display: none;
    visibility: hidden;
}
