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


/* --------------------| BODY |-------------------- */

html, body {
font-size: 12px;
background:#949494;
width: 100%;
height: 100%;
}

body {
font-family:Verdana, Geneva, sans-serif;
color:#fff;
}

/* --------------------| GENERAL TEXT |-------------------- */



a {
color: #012d51;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

p{
	line-height:18px;
	margin-bottom:15px;}




/* --------------------| GENERAL CRAP |-------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear10 {height:10px; clear:both;}
.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear40 {height:40px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }


/* --------------------| MAIN CONTENT AREA |-------------------- */




#container{
	background: url(../images/bg.jpg) top right;
	width:987px;
	height:583px;
	border:solid 1px #012d51;
	margin:40px auto;}
	
	#mainArea{
		background: url(../images/swoosh.jpg);
		width:598px;
		padding:40px;
		height:413px;
		float:left;}
		
		.mainText{
			margin-left:30px;
			width:400px;}
		
		#logoArea{
			float:right;
			padding:30px 30px 0 30px;}
			
			.logos{
				margin:50px 80px 50px 20px;
				width:149px;
				}
				
/* --------------------| FOOTER |-------------------- */
			
			#footer{
				background:url(../images/footer.jpg);
				width:927px;
				height:30px;
				padding:30px;
				clear:both;
				float:left;}
				
			#footer p{
				
				float:left;
				margin-right:15px;}
				
				#footer a{
					color:#81a3be;
					text-decoration:none;}
					
					.ksLinks{ float:right;
					width:120px;
					height:40px;
					display:block;}

