h1.sectionName{
	display:none;
}

#mainContentContainer{
	width:100%;
	margin-top:100px;
	height:500px;
}
#countrySelector{
	width:750px;
	_width:790px;
	background:url(/images/countryselector/worldmap.png) transparent no-repeat center 0px;
	margin:0px auto;
	padding-top:225px;
	height:700px;
	color:#636363;
}
#countrySelector div{
	float:left;
	margin-left:41px;
}
#countrySelector div.asia{
	width:128px;
}
#countrySelector div.america{
	width:162px;
}
#countrySelector div.europe{
	width:335px;
}
#countrySelector h3{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e7e7e7;
}
#countrySelector div ul{
	float:left;
}
#countrySelector div.asia ul{
	width: 125px;
}
#countrySelector div.europe ul{
	width: 125px;
}
li.japan a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-japan.png);
}
li.korea a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-korea.png);
}
li.japan a,
li.korea a {
  font-weight: normal;
}

li.usa a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-usa.png);
}
li.canada a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-canada.png);
}
li.mexico a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-mexico.png);
}
li.brazil a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-brazil.png);
}



li.belgium a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-belgium.png);
}
li.germany a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-germany.png);
}
li.spain a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-spain.png);
}
li.france a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-france.png);
}
li.italy a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-italy.png);
}
li.netherlands a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-netherlands.png);
}
li.uk a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-uk.png);
}
li.ireland a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-ireland.png);
}
li.uk_ireland a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-uk-ireland.png);
}
li.australia a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-australia.png);
}
li.newzealand a{
	padding-left:33px;
	background-image:url(/images/countryselector/flag-newzealand.png);
}


li.netherlands a,
li.norway a,
li.austria a,
li.finland a,
li.sweden a,
li.italy a,
li.uk a,
li.ireland a,
li.uk_ireland a{
	margin-left:70px;
}

#countrySelector div.europe li a{
_width:128px;
}
#countrySelector div.europe li.belgium a{
_width:135px;
}
#countrySelector div.asia li a,
#countrySelector div.america li a{
_width:100%;
}
li a{
	display:block;
	_display:inline-block;
	background-position: 0px -15px;
	background-repeat:no-repeat;
	height:15px;
	overflow:hidden;
	margin-bottom:6px;
	color:#636363;
}
li a:hover{
	background-position: 0px 0px;
	background-repeat:no-repeat;
	color:#000000;
	
}
.privacyNotice{
padding-top:180px;
text-align:center;

_padding-top:0;
_margin-top:0;
_position:relative;
_top:-166px;


}
/*Cross browser fixes */
#mainContentContainer{
	#overflow:hidden;
	_margin-left:87px;
}
strong{
	font-weight:900;
}
/* OPERA 9 ONLY */
@media all and(min-width:0px){
	#mainContentContainer{
		margin-top: 50px;
}



