/* Language selection page */
.cms-index-index {
	/*background: #fff url(/images/landing_image.jpg) no-repeat 0 0;*/
/*	background: #eeeef0 url(/images/landing_bg.jpg) repeat-x 0 0;*/
	background: white;
}
.splash_bg {
	background: url(/images/landingpage_umbrella.jpg) no-repeat 0 0;
	width: 1024px;
	height: 738px;
}

.language_splash { }
.language_logo { float: left; margin: 44px 0 0 77px; }
.language_options {
	clear: left;
	float: left;
	margin: 90px 0 0 80px;
}

.language_options ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.language_options li {
	padding: 10px 0 0 0;

}

.language_options a, .language_options a:link, .language_options a:active, .language_options a:visited {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}
.language_options a:hover { color: #999; }

.language_message {
	position: absolute;
	color: #666;
	left: 80px;
	top: 567px;
}

/*.cms-index-index .first { clear: both; border-right: 1px solid #c1c1c1; }

.cms-index-index h2 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.language_options a, .language_options a:link, .language_options a:active, .language_options a:visited {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 11px;	
	color: #333;
}
.language_options a:hover { color: #666; }
*/
