#header
{
    margin-bottom: 10px;
    padding: 8px 10px 16px;
    background: #EEEDE2 url(../../images/header/bg_header.gif) repeat-x bottom;
}

#header_inner
{
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #D4D1C4;
    background-color: #FFFFFF;
}

#header .inner
{
    position: relative;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 31px;
    background-color: transparent;
    z-index: 2;
}

#header .inner div
{
    float: left;
    position: relative;
    margin-top: 10px;
    border-left: 1px solid #D4D1C4;
    padding: 1px 15px 0 15px;
    height: 14px;
    background-color: #FFFFFF;
    z-index: 2;
}

#header #customer_image_wrapper
{
    margin: 6px 0 0 1%;
    padding: 0;
    width: 14%;
    border-left: 0;
}

#header #current_user_header
{
    padding-top: 2px;
}

#current_user_header .symbol
{
    display: block;
    float: left;
    margin-right: 4px;
    position: relative;
    top: -1px;
    height: 16px;
    width:  12px;
    background: transparent url(../../images/colorthemes/default/sprite.png) no-repeat scroll -1088px 0;
}

#header #language_switch
{
    margin-top: 8px;
}

#header #stingraylogo
{
    float: right;
    margin-top: 0;
    height: 31px;
}

#header #stingraylogo img
{
    margin-top: 6px;
}