@CHARSET "UTF-8";

/**
 * Standard website header
 *
 * @section     header
 * @subsection  *
 */

#header {
    background:             transparent url('../images/media/header.png') repeat-x top center;
    width:                  100%;
}

#header .header-inner {
    width:                  980px;
    margin:                 0 auto;
    position:               relative;
    height:                 90px;
}


/**
 * Navigation inside header
 *
 * @section     header
 * @subsection  navigation
 */

#header .header-inner .header-navigation {
    width:                  620px;
    background:             transparent url('../images/media/top_navigation.png') no-repeat left top;
    height:                 50px;
    position:               absolute;
        top:                    0;
        right:                  0;
}

#header .header-inner .header-navigation .header-navigation-inner {
    width:                  410px;
}

#header .header-inner .header-navigation .header-navigation-inner .where span,
#header .header-inner .header-navigation .header-navigation-inner .request span {
    display:                none;
}

#header .header-inner .header-navigation .header-navigation-inner,
#header .header-inner .header-navigation .header-navigation-checkout {
    float:                  left;
}

#header .header-inner .header-navigation .header-navigation-checkout a {
    width:                  180px;
    height:                 37px;
    font-size:              12px;
    padding:                13px 30px 0 0;
    display:                block;
    text-align:             center;
    color:                  #fff;
}

#header .header-inner .header-navigation .header-navigation-inner .where {
    display:                block;
    height:                 50px;
    width:                  235px;
    float:                  left;
}

#header .header-inner .header-navigation .header-navigation-inner .request {
    display:                block;
    height:                 50px;
    float:                  left;
    width:                  175px;
}


/**
 * The "Buy More" link
 *
 * @section     header
 * @subsection  backlink
 */

#header .header-inner .header-backlink {
    position:               absolute;
        bottom:                 2px;
        left:                   350px;
    color:                  #9a9a9a;
    font-size:              12px;
    padding-left:           10px;
    background:             transparent url('../images/media/arrow_left_mini.png') no-repeat left center;
    text-decoration:        none;
}


/**
 * H1 logo
 *
 * @section     header
 * @subsection  logo
 */

#header .header-inner .header-logo {
    width:                  343px;
    height:                 57px;
    margin:                 20px 0 0 15px;
}

#header .header-inner .header-logo a,
#header .header-inner .header-logo a span {
    display:                block;
    width:                  100%;
    height:                 100%;
}

#header .header-inner .header-logo a span {
    visibility:             hidden;
}


/**
 * Override on certain pages, do not show backlink
 *
 * @section     header
 * @subsection  backlink
 */

body.catalog-product-view #header .header-inner .header-backlink {
    display:                none;
}
