/* splash page CSS file */
HTML {height: 101%;padding: 0;margin: 0;}
BODY {
	background: #CFD0C3;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}
#splashContainer {
	width: 800px;
	height: 600px;
	background: URL(../images/lander_bg.gif) no-repeat;
	padding: 0 ;
	margin: 10px auto 0 auto;
}
#splashLeft {
	float: left;
	width: 105px; /* 201px wide - 96px margin*/
	padding: 393px 0 0 96px; /* match left margin to above comment */
}
#splashRight {
	float: right;
	text-align: left;
	width: 575px;
	padding: 245px 0 0 0;
}
#countryLanguage { /* language selector container */
	padding: 0 7px 8px 6px; 
	color: #fff;
}
div#footer {color: #666; width:800px;margin:0 auto;padding: 0 0 5px 0; clear:both;}
   #footer p {margin:0; padding:5px 0; font-size:8px;font-weight:normal;color:#949383;text-align:right;}
   #footer a {color: #666;}
   #footer a:hover {color: #333;}

/* classes */
.welcomeTextEn {
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
   	width: 180px;
   	height: 55px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("../images/landertext_en.gif") no-repeat;	
}
.welcomeTextFr {
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
   	width: 180px;
	height: 55px;
	margin: 0 0 20px 0;
	padding: 0;	
	background: url("../images/landertext_fr.gif") no-repeat;	
}
.country {
	text-align: right;
	background: #46166B;
	text-transform: uppercase;	
	font-size: 8pt;
	margin: 6px 0 0 0;
	padding: 2px 6px 2px 6px;
	border: 1px solid #B093B6;
}
.country A {
	text-decoration: none;
	color: #fff;
}
.country A:hover {
	text-decoration: underline;
}
.language {
	text-align: right;
	text-transform: lowercase;	
	font-size: 7pt;
	padding: 3px 8px;
}
.language A {
	text-decoration: none;
    color: #fff;
}
.language A:hover {
	text-decoration: underline;
}


