@charset "utf-8";
/* CSS Document */

a {color:#2e4155; text-decoration:none;}

body, html {
	width:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#siteWrapper {
	width:100%;
	height:inherit;
}

.headerWrapper {
	height:75px;
	width:100%;
	display:block;
	background-color:#000000;
}

.headerWrapper .header {
	width:950px;
	height:75px;
	margin:0 auto;
	position:relative;
}

.headerWrapper .header .leftLogoes {
	width:202px;
	height:75px;
	float:left;
	background:url(../images/header_logo_left.jpg) no-repeat;
}

.headerWrapper .header .rightLogoes {
	width:205px;
	height:34px;
	float:right;
	background:url(../images/header_logo_right.jpg);
}

.headerWrapper .header .countrySelector {
	width:125px;
	height:20px;
	position:absolute;
	right:0;
	bottom:10px;
	z-index:10;
}

.headerWrapper .header .countrySelector .txt {
	font-size:11px;
}

.bodyWrapper {
	height:393px;
	width:100%;
	display:block;
	background:url(../images/blue_bg.jpg) no-repeat top center;
	background-color: #4f9bea;	
}

* { outline: none; }

.bodyWrapper .splashWrapper {
	width:inherit;
	height:inherit;
	text-align:center;
	
}


.splashWrapper .splashContent {
	width:990px;
	height:393px;
	margin:0 auto;
	text-align:left;
	display:inline;
	outline: none;
	
}


.footerWrapper {
	height:145px;
	width:100%;
}

.footerWrapper .footer {
	width:950px;
	height:145px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-top: 8px;
	position:relative;
}

.footerWrapper .shareSection {
    z-index:100;
	width:125px;
	height: 16px;
	float:right;
}

.footerWrapper .nuffnangLogo{
	width:128px;
	height:37px;
	position:absolute;
	left:0;
	top:30px;
}
