/**
 * Stylesheet for Jeka
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 */
/**
 * = Global reset
 * ----------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/**
 * = Splash page
 * ----------------------------------------------------------
 */
body {
	font: 12px/1.4 Arial, sans-serif;
	background: #C0E1EA;
	color: #3B3B3B;
}
#splashcontainer {
	width: 977px;
	margin: 20px auto;
	position: relative;
	padding: 44px 0 30px 0;
	background: url(../images/splash/splashtopbg.jpg) no-repeat 0 0;
}
h1 {
	text-indent: -9000px;
	height: 10px;
}
h2 {
	color: white;
	font-size:16px;
	position: relative;
	bottom: 40px;
	padding: 0 0 15px 60px;
}
#splashcontainer p {
	color: #0f384e;
	float: right;
	font-size: 12px;
	font-weight: 700;
	padding: 25px 255px 0 0;
	line-height: 1;
}
#splashcontainer #splashcontent ul {
	position: relative;
	bottom: 40px;
	padding-left: 86px;
}
#splashcontainer #splashcontent ul li {
	margin: 0 0 4px;
}
#splashcontainer #splashcontent ul li a:link,
#splashcontainer #splashcontent ul li a:visited {
	background: url(../images/splash/splashli.png) no-repeat 0 -31px;
	display: block;
	font-size: 14px;
	height: 30px;
	width: 150px;
	padding: 0 10px;
	color: white;
	text-decoration: none;
	line-height: 30px;
}
#splashcontainer #splashcontent ul li a:hover,
#splashcontainer #splashcontent ul li a:active {
	background: url(../images/splash/splashli.png) no-repeat 0 0;
	color: #164762;
}
#splashcontent {
	background: #2f6684 url(../images/splash/splashmiddlebg.jpg) repeat-x scroll top left;	
	width: 522px;
	margin-left: 209px;
	margin-top: 160px;
}
img {
	position: absolute;
	left: 505px;
	top: 134px;
}
#splashbottom {
	background: url(../images/splash/splashbottombg.jpg) no-repeat scroll top left;
	width: 522px;
	height: 7px;
	margin-left: 209px;
	position: relative;
	bottom: 7px;
}
#splashbottom ul li {
	font-size: 11px;
	float: left;
	padding: 0 7px;
	border-right: 1px solid #a1cad5;
	line-height: 11px;
	color: #45748f;
}
#splashbottom ul li a:link,
#splashbottom ul li a:visited {
	color: #45748f;
}
#splashbottom ul li a:hover,
#splashbottom ul li a:active {
	color: #000;
}
#splashbottom ul li.last {
	border: none;
}
#splashbottom ul {
	float: right;
	padding: 10px 0 0 0;
}
/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}