
#header {
    margin-top: 120px;
    display: table;
    width: 100%;
    
}

#header-left {
    float: left;
    display: table-cell;
    margin-top: 10px;
}

#header-right {
    float: right;
    text-align: right;
	display: table-cell;
	margin-top: 10px;
}

#header-right-languageSelector {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #8F8F8F;
    padding-top: 12px;
    padding-left: 8px;
}

#header-right-languageSelector a {
    text-decoration: none;
    color: #8F8F8F;
}

#header-right-languageSelector a:hover {
    text-decoration: underline;
    color: #8F8F8F;
}

#header-right-languageSelector a:visited {
    color: #8F8F8F;
}



.menu-top {
    list-style: none;
    color: #8F8F8F;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
}

.menu-top li {
    display: inline;
    padding-left: 10px;
    padding-right: 8px;
    background-image: url('/images/menu-top_separator.jpg');
    background-position: right center;
    background-repeat: repeat-y;
}

.menu-top li:last-child {
    background-image: none;
}

.menu-top a {
    text-decoration: none;
    color: #8F8F8F;
}

.menu-top a:hover {
    text-decoration: underline;
    color: #8F8F8F;
}

.menu-top a:visited {
    color: #8F8F8F;
}

#top-search-input {
    border: 1px solid #E5E5E5;
    width: 226px;
    height: 20px;
    background-image: url('/images/top-search-input_background.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

#top-search-input[type = text] {
    padding-left: 36px;
    color: #40BBFF;
    text-transform: uppercase;
    font-size: 12px;
}

#top-search-button {
    background-image: url('/images/top-search-button_background.jpg');
    border: none;
    width: 58px;
    height: 20px;
    color: #FFF;
    text-transform: uppercase;
}