.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix
{
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix
{
    zoom: 1;
}

/* BROTHER GLOBAL HEADER */

#bgh-container {
    height: 59px;
    width: 960px;
    background: url('/images/global-header/brother_header_bg.png') no-repeat;
    overflow:hidden;
}
#bgh-container #bgh-logo-container {
    float: left;
    padding-top: 11px;
    margin-left: 18px;
}
#bgh-container #bgh-content {
    float: right;
    margin-right: 18px;
    padding-top: 8px;
    text-align: right;
}
#bgh-container #bgh-content #bgh-network {
    color: white;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 10px;
}
#bgh-container #bgh-content #bgh-network a {
    color: white;
    text-decoration: none;
}
#bgh-container #bgh-content #bgh-network #bgh-country {
    font-weight: bold;
}
#bgh-container #bgh-content #bgh-search {
    margin-top: 5px;
}
.ie8 #bgh-container #bgh-content #bgh-search {
    margin-top: 2px;
}

#bgh-container #bgh-content #bgh-search input[type="text"] {
    width: 150px;
    height: 17px;
    font-size: 10px;
    border: 0;
    background: url('/images/global-header/input_off.gif') no-repeat;
    outline: none;
    position: relative;
    z-index: 1;
}
#bgh-container #bgh-content #bgh-search input[type="text"]:focus, #bgh-container #bgh-content #bgh-search .ieFocus {
    background-image: url('/images/global-header/input_on.gif') !important;
}
#bgh-container #bgh-content #bgh-search input[type="submit"]
{
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 30px;
    width: 17px;
    height: 17px;
    background: url("/images/global-header/spacer.png") repeat;
    border: 0;
    z-index: 100;
}

/* RTL support -- must add .rtl to container */

#bgh-container.rtl #bgh-logo-container {
    float: right;
    margin-left: 0;
    margin-right: 18px;
}
#bgh-container.rtl #bgh-content {
    float: left;
    text-align: left;
    margin-right: 0;
    margin-left: 18px;
}
#bgh-container.rtl #bgh-content #bgh-search input[type="text"] {
    background-image: url('/images/global-header/input_ar_off.gif');
    text-align: right;
}
#bgh-container.rtl #bgh-content #bgh-search input[type="text"]:focus, #bgh-container.rtl #bgh-content #bgh-search .ieFocus {
    background-image: url('/images/global-header/input_ar_on.gif') !important;
}
#bgh-container.rtl #bgh-content #bgh-search input[type="submit"] {
    right: auto;
    left: 18px;
}