#HeaderWrapper {
    width: 100%;
    background-color: #fafafa;
}

#HeaderContent {
    height: 140px;
    position: relative;
    max-width: 1014px;
    margin:0 auto;
}

.SolarLogo {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 340px;
}

#MobileShoppingCart {
    display:none;
}

#MobileMenu {
    display: none;
}

#TopNavigation {
    position: absolute;
    right: 35px;
    top: 58px;
    text-align: center;
    margin-bottom: 10px;
}

#TopNavigation a {
    display: inline-block;
    color: #000;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

#TopNavigation a:nth-child(4) {
    margin: 0px;
}

#SignInRegister {
    position: absolute;
    right: 35px;
    top: 10px;
}

#SignInRegister a:hover {
    text-decoration: none;
    background-color: #af5a07;
}


#SignIn, #Register {
    display: inline-block;
    line-height: 35px;
    background-color: #f6891f;
    font-size: 16px;
    width: 100px;
    text-align: center;   
    color: #FFF; 
}

#SignedInOnly {
    position: absolute;
    right: 35px;
    top: 10px;
}

#SignedInOnly a:hover {
    text-decoration: none;
    background-color: #af5a07;
}

#SignedInOnly a, #SignedInOnly a:active, #SignedInOnly a:visited {
    color: #fff !important;
    display: block;
}

#MyAccount, #ShoppingCart, #LogOff, #OrderPad, #SignOut {
    display: inline-block;
    background-color: #f6891f;
    font-size: 16px;
    width: 130px;
    text-align: center;
    line-height: 35px;
}

#SearchBar {
    position: absolute;
    right: 35px;
    bottom: 10px;
    background-color: #FFF;
    border: 1px solid #000;
    width: 40%;
}

#NewSearch {
    height: 30px;
    width: 100%;
}

.Search {
    border: none;
    outline : none;
    height: 28px;
    width: 80%;
    display: inline-block;
    padding-left: 5px;
}

.SearchButton {
    float: right;
}



#SubHeaderWrapper {
    background-color: #e6e7e9;
    border-bottom: 5px solid #c3c3c3;
}

#SubHeader {
    min-width:768px;
    margin:0 auto;
    max-width:1014px;
    list-style:none;
    padding:0px;
    height: 53px;
}

#SubHeader li {
    display:inline-block;
    margin:0px;
    padding:0px;
    text-align:center;
    vertical-align: top;
}

#SolarWater:hover, #SolarElectric:hover, #Plumbing:hover, #Products:hover {
    background-color: #cececf;
}

#SolarWater {
    width: 27.99% ;
}

#SolarElectric {
    width: 21.99% ;
}

#Plumbing {
    width: 14.99% ;
}

#Products {
    width: 22.99% ;
}

#Banner {
    width: 7.99%;
    position:absolute;
    z-index: 9999;
}

#SubHeader a {
    color: #FFF;
    display: block;
    text-decoration: none;
}

#SubHeader li a {
    line-height: 53px;
    text-transform:capitalize;
    color: #000;
    display: block;
    font-size: 19px;
}

.ReturnToMobile {
    display: none;
}









