@charset "utf-8";
/* styles for the 'footer' module */

#footer {
	width:560px;
	float:left;
	margin-top:10px;
	padding:8px 183px 14px 212px;
	background-color:#efefef;
	text-align:center;
	font-size:63%;
}

#footer a {
	display:inline;
	padding:0 6px 0 6px;
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---------- styles specific to the homepage and location selector page ---------- */

#footerHomepage {
	width:560px;
	float:left;
	margin-top:10px;
	padding:8px 183px 14px 212px;
	text-align:center;
	font-size:63%;
      background-color:#efefef;
}


/* ---------- added background-color for  ---------- */

#footerHomepage a {
	display:inline;
	padding:0 6px 0 6px;
	color:#333;
	text-decoration:none;
}

#footerCountrySelectorpage {
	width:560px;
	float:left;
	margin-top:10px;
	padding:8px 183px 14px 212px;
	text-align:center;
	font-size:small;
      background-color:#d1e3ef;
}


#footerHomepage a:hover {
	text-decoration:underline;
}

