/**************************************************
 *                      body                      *
 **************************************************/
body {
	background:#004489;
	color:#999;
	font:100.1%/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:50px 0;
	text-align:center;
}

/**************************************************
 *                    general                     *
 **************************************************/
a {
	text-decoration:none;
}
a:hover {
}
img {
	border:0;
}

/**************************************************
 *                    container                   *
 **************************************************/
#container {
	background:#fff url('../img/background/splash-container.jpg') no-repeat;
	background-position:bottom left;
	color:#004489;
	font-size:.7em;
	height:580px;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:900px;
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#container h1 {
	border-bottom:1px solid #e6e6e6;
	font:400 4.1em/40px "Century Gothic", "Avant Garde", sans-serif;
	margin:0;
	padding:0 0 15px;
	position:absolute;
	right:31px;
	top:28px;
	width:402px;
}
#container h1 span {
	color:#ee801b;
	display:block;
	font-size:.6em;
}
#container h2 {
	font:400 2em/25px "Century Gothic", "Avant Garde", sans-serif;
	margin:0;
	padding:0;
	position:absolute;
	right:32px;
	top:135px;
}
	#container h2 span {
		color:#ee801b;
	}
#container h3 {
	color:#999;
	font:1.6em/50px "Century Gothic", "Avant Garde", sans-serif;
	margin:0;
	padding:0;
	position:absolute;
	right:28px;
	text-align:center;
	top:460px;
	width:410px;
}
#container p {
	color:#999;
	font:1.9em/50px "Century Gothic", "Avant Garde", sans-serif;
	margin:0;
	padding:0;
	position:absolute;
	right:84px;
	text-align:center;
	top:196px;
	width:310px;
}
#container ol {
	background:#004489 url('../img/background/splash-container_ol.jpg') no-repeat;
	background-position:0 0;
	height:196px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	right:89px;
	top:246px;
	width:300px;
}
#container ol li {
	line-height:40px;
	margin:0 0 12px;
}
#container ol li a {
	color:#fff;
	display:block;
	font:1.7em/40px "Century Gothic", "Avant Garde", sans-serif;
	text-indent:57px;
	width:300px;
}
#container ol li a:hover {
	text-decoration:underline;
}
#container ul {
	font:1.1em/25px "Century Gothic", "Avant Garde", sans-serif;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:116px;
	top:516px;
}
#container ul li {
	float:left;
	text-align:center;
	width:77px;
}
#container ul li a {
	color:#004489;
}
#container ul li a:hover {
	text-decoration:underline;
}
#container ul li img {
	border:1px solid #000;
	display:block;
	height:13px;
	margin:0 auto;
	width:21px;
}
