﻿/*
===================================
Header
===================================
*/
/* Container */
#header
{
    min-height: 112px;
    margin-top:10px;
}
#header h1
{
    float: left;
    margin: 20px 0 0 12px;
}

#header h1 img
{
    margin:0 0 15px -10px;
}

/* Search */
.inpSearch
{
    background: url(/Components/Design/GenericImages/bgd_repeat_x.png) 0 -80px repeat-x;
    width: 170px;
    height: 20px;
    float: right;
    margin-left: 10px;
}
.inpSearch .inpType
{
    border: none;
    background-color: transparent;
    float: left;
    width: 142px;
    
    padding: 2px 0px 0 5px;
    line-height:16px;
    font-size: 11px;
}

/* IE7 */
*:first-child+html .inpSearch .inpType 
{
    width: 132px;
}

.inpSearch .btnSearch
{
    border: none;
    background: url(/Components/Design/GenericImages/uiIcon.png) 0 0 no-repeat;
    width: 23px;
    height: 20px;
    text-indent:-9999px;
    text-transform:capitalize;
}
.inpSearch .btnSearch:hover
{
    background: url(/Components/Design/GenericImages/uiIcon.png) 0 -40px no-repeat;
}

/* ChooseCountry */
.chooseCountry
{
    text-align: left;
    z-index: 1000;
    float: right;
    text-align: left;
    margin: 0px 0px 0 0;
    position: relative;
}

/* IE7 */
*:first-child+html .chooseCountry
{
    margin-right: 30px;
}

.chooseCountry #secondary-nav
{
    height:auto !important;
    margin:0 !important;
    width:109px;
}
.chooseCountry a.countrySelectLink
{
    background: #009ddc url(/Components/Design/GenericImages/uiIcon.png) 100% -80px no-repeat;
    display: block;
    font: normal 11px Arial !important;
    height: 18px !important;
    line-height: 18px !important;
    padding: 0px 0 2px 7px !important;
    width: 109px !important;
    color: #fff;
    margin-top:0 !important;
    text-transform:none !important;
}
.chooseCountry .countryDropdown
{
    background: none repeat scroll 0 0 #C6168D;
    display: none;
    margin-top: 1px;
    padding: 5px 0;
    position: absolute;
    width: 160px;
    z-index: 99999;
}
.chooseCountry a.countrySelectLink:hover
{
    text-decoration: none;
    background-color: #009ddc;
}
.chooseCountry ul.countryDropdown li a
{
    display: block;
    height: auto;
    line-height: 10px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
    width: 143px;
    color: #fff;
    font-size: 0.688em;
}

/* ChooseLanguage */
.chooseLanguage
{
    text-align: left;
    z-index: 1000;
    float: right;
    text-align: left;
    margin: 0px 0px 0 0;
    position: relative;
}

/* IE7 */
*:first-child+html .chooseLanguage
{
    margin-right: 30px;
}

.chooseLanguage #secondary-nav
{
    height:auto !important;
    margin:0 !important;
    width:109px;
}
.chooseLanguage a.language-select-link
{
    background: #c6168d url(/Components/Design/GenericImages/uiIcon.png) 100% -80px no-repeat;
    display: block;
    font: bold 0.688em Arial !important;
    height: 20px !important;
    line-height: 18px !important;
    padding: 0px 0 2px 7px !important;
    width: 109px !important;
    color: #fff;
    margin-top:0 !important;
    text-transform:none !important;
}
.chooseLanguage .language-dropdown
{
    background: none repeat scroll 0 0 #C6168D;
    display: none;
    margin-top: 1px;
    padding: 5px 0;
    position: absolute;
    width: 160px;
    z-index: 99999;
}
.chooseLanguage a.language-select-link:hover
{
    text-decoration: none;
    background-color: #da26a0;
}
.chooseLanguage ul.language-dropdown li a
{
    display: block;
    height: auto;
    line-height: 10px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
    width: 143px;
    color: #fff;
    font-size: 0.688em;
}

/* Menu (ServiceMenu) */
.menu
{
    float: right !important;
    margin-top: 3px;
    margin-right: 20px;
}
.menu li
{
    float: left;
    font: normal 11px Arial, Helvetica, sans-serif !important;
    padding-left: 15px;
    padding-right: 8px;
    margin:0 !important;
}
#header .menu li a
{
    color: #fff;
    font-size: 11px !important;
    font-weight: 100 !important;
	font-family: arial,helvetica,sans-serif;
}
.menu li a:hover
{
    color: #c6168d;
    text-decoration: none;
}





