﻿.header
{
    padding: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #7f7f7f;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #7f7f7f;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ededed;
    height: 85px;
}

.header-links
{
    border: solid 1px #9a9a9a;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    display: inline-table;
}

.header-links ul
{
    padding: 0;
    margin: 0;
}

.header-links ul li
{
    list-style: none;
    display: inline;
    padding-right: 2px;
}

.header-links a
{
    color: #FFFFFF;
    text-decoration: none;
}

.header-links a:hover
{
    color: #ff9933;
}

.header-logo
{
    float: left;
    text-align: left;
    width: 500px;
}



.header-login
{
    margin-right: 10px;
    text-align: right;
    float: right;
    font-size: 0.8em;
    font-family: Veranda, Arial, Serif;
    font-weight: bold;
    color: black;
    height: 85px;
    width: 510px;
    background: white;
}


#header-menu-bar
{
    padding: 0px;
    font-weight: bold;
    font-size: 1.0em;
    font-weight: bold;
    font-family: Arial, Serif;
    width: 100%;
    height: 34px;
    text-align: center;
    background: url(../../Images/Header/bar.gif);
    color: white;
    letter-spacing: 1px;
    vertical-align: middle;
}

.header-menu-link
{
    font-weight: bold;
    font-family: Arial, Serif;
    text-transform: uppercase;
    color: white;
}

.header-menu-link a
{
    text-decoration: none;
    color: white;
}


.header-selectors-wrapper
{
    text-align: right;
    float: right;
    width: 500px;
}


.header-links-wrapper
{
    float: right;
    text-align: right;
    width: 570px;
}


.header-menu
{
    color: #FFFFFF;
    background: #3a3a3a;
    text-align: center;
    height: 34px;
    vertical-align: middle;
    letter-spacing: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: silver; 
}

.header-menu ul
{
    padding: 0;
    margin: 0;
}

.header-menu li
{
    list-style: none;
    display: inline;
}

.header-menu a
{
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}



#searchPanel
{
    background-image: url( '../../Images/Banner/sp_bg.jpg' );
    height: 110px;
    background-repeat: repeat-x;
    text-align: left;
}


#searchPanel .search
{
    position: absolute;
}



#searchPanel .controls
{
    font-size: 14px;
    position: absolute;
    width: 1050px;
}

