/**
 * Page header style sheet
 */

/* The company logo at the upper left-hand corner */
#header {
    position: relative;
    width: 100%;
    height: 73px;
    display: block;
    background-image: url('../images/shadow.bg.middle.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

#headerProductLogo {
    height: 60px;
    width: 170px;
    background-image: url('../images/revisions/header.svg');
    display: block;
    position: absolute;
    top: 0px;
    left: 8px;
}

#headerBackground {
    background-image: url('../images/revisions/header.bg.svg');
    display: block;
    height: 67px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    min-width: 140px;
}

#headerCompanyLogo {
    background-image: url('../images/revisions/header.singlewire.svg');
    display: block;
    position: absolute;
    right: 5px;
    top: 14px;
    width: 122px;
    height: 28px;
}

#headerCompanyLogo span {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
}
