/** SPLASH PAGE **/
body {
	background: #010f3c;
	text-align: center;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
}

#flashWrapper {
	width: 750px; 
	float: left; 
	margin-top: 10px;
}

#splashContent{
  width: 225px;
  float: left;
  margin-top: 20px;
}
	
	#splashContent img{
	  margin: 0 15px;
	}
	
	
#siteLogo {
	background: url('/images/interface/splash_logo_new.gif') no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 66px;
	float: left;
	margin: 10px 0 30px;
}

#splashFlags {
	width: 225px;
	margin: 0;
	padding: 0;
}

	#splashFlags p {
		width: 200px;
		text-align: center;
	}	

	#splashFlags ul {
	  list-style-type: none;
		margin: 0 0 0 40px;
		padding: 0;
	}
	
		#splashFlags ul li {
			float: left;
			width: 15px;
			display: inline;
			padding: 0 5px 0 5px;
		}
		
			#splashFlags ul li a {
				display: block;
				text-indent: -9999px;
				height: 15px;
				width: 15px;
				background-position: 0 -15px;
				background-repeat: no-repeat;
			}
		  
			.flag_us{ background-image: url("/images/interface/flag_us_small.gif"); }
			.flag_uk{ background-image: url("/images/interface/flag_uk_small.gif"); }
			.flag_jp{ background-image: url("/images/interface/flag_jp_small.gif"); }
			.flag_fr{ background-image: url("/images/interface/flag_fr_small.gif"); }
			.flag_de{ background-image: url("/images/interface/flag_de_small.gif"); }

	#splashFlags form {
		width: 200px;
		text-align: center;
	}

	#splashFlags select {
	  margin-top: 10px;
  }


#homeList{
  font-size: 10px;
  width: 210px;
  background: #243561;
  margin: 30px 0 0 0;
  float: left;
}
	#homeList ul{
	  margin: 10px;
	}
	
	#homeList li{
	  list-style-type: disc;
	  list-style-position: inside;
	  text-align: left;
	  color: #fff;
	  line-height: 2em;
	}

/** END SPLASH PAGE **/