/*****************************************************************************/
/* = Header (Images, menus, ...)											 */
/*****************************************************************************/

#menus a, #menus a:visited, #menus a:active, #menus a:link {
	color: #FFF;
	text-decoration: none;
	border: none;
}

#menus a:hover {
	border-bottom: 2px solid #5FBEF3;
}


#menus a.active, #menus a.active:visited {
	color: #F48000;
}

#header {
	height: 90px;
	margin-bottom: 20px;
}

#logo {
	width: 372px;
	height: 78px;
	margin-left: 5px;
	margin-top: 17px;
	display: block;
	float: left;
	cursor: pointer;
}

#menusOverlay {
	width: 587px;
	height: 80px;
	position: relative;
	float: right;
	top: 0px;
	margin-top: -81px;
	z-index: 999;
}

#menus {
	width: 580px;
	height: 100%;
	font-weight: bold;
	float: right;
	text-align: right;
}

#topMenu {
	margin-top: 30px;
}

#bottomMenu {
	margin-top: 10px;
	padding-top: 3px;
}

#topMenu, #bottomMenu {
	height: 20px;
	margin-right: 10px;
	color: #FFF;
}

#header #globe {
	width: 18px;
	height: 18px;
	margin-top: -1px;
	float: right;
	display: block;
	background: url(../img/globe.png) bottom no-repeat !important;
	background: none;
	border: none;
}

.selectDown {
	width: 13px;
	height: 14px;
	margin-left: 5px;
	margin-top: 1px;
	float: right;
	display: block;
	background: url(../img/selectDown2.gif) bottom no-repeat !important;
	border: none;
}

#languageSelect {
	width: 200px;
	color: #000;
	text-align: left;
	margin-top: 2px;
	border: 1px solid #AAA;
	background: #F5F5F5;
	position: absolute;
	visibility: hidden;
}

a#freeCoupon {
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	background: url(../img/coupon.gif) no-repeat center center;
}

a#freeCoupon:hover {
	border: none;
}

/*****************************************************************************/
/* = Countryselector														 */
/*****************************************************************************/

#countrySelectOptions {
	width: 360px;
	height: 200px;
	position: absolute;
	overflow: auto;
	border: 1px solid #AAA;
	border-top: none;
	margin: 0px;
	background: #FFF;
	display: none;
}

#countrySelectOptions .countryImage, #countrySelectOptions .countryName {
	float: left;
	margin: 0px;
}

#countrySelectOptions .countryImage {
	width: 22px;
	height: 20px;
	line-height: 20px;
}

#countrySelectOptions .countryName {
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}

.countrySelectOption {
	height: 20px;
	margin: 0px;
}

#countrySelectOptions .hover {
	background: #5FBEF3;
	cursor: default;
}

#languageSelect a, #languageSelect a:link, #languageSelect a:visited {
	display: block;
	padding: 2px;
	color: #000;
	font-weight: normal;
	border: none;
}

#languageSelect a:hover {
	display: block;
	padding: 2px;
	background: #7C99B5;
	border: none;
}
