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

body {
	background: #000;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

#header {
	background: url(images/bg/header_home.jpg) repeat-x bottom center #FFF;
	height: 370px;
	width: 100%;
}

	.logo_large {
		position: absolute;
		top: 40px;
		left: -40px;
	}
	
	.home_car {
		position: absolute;
		top: 218px;
		right: 10px;
	}
	
	.home_nav {
		position: absolute;
		top: 55px;
		right: 10px;
	}
	
		.home_nav img {
			margin: 0px 12px;
			border: 0;
		}
	
	.home_text {
		width: 425px;
		position: absolute;
		top: 200px;
		left: 10px;
	}
	
		.home_text p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 19px;
			line-height: 24px;
			color: #333;
		}
	
		.home_text h1 {
			color: #60ABCB;
			font-family: "Helvetica Neue", Helvetica, Arial;
			font-size: 32px;
			margin: 0px 0px 0px 0px;
			font-weight: 300;
		}
		
		.coming_soon {
			position: absolute;
			top: 300px;
			left: 250px;
		}
		
#universal {
	background: url(images/bg/header.jpg) repeat-x top #fff;
	width: 100%;
	overflow: hidden
}

	#universal h1 {
		color: #509EFF;
			font-family: "Helvetica Neue", Helvetica, Arial;
			font-size: 32px;
			margin: 10px 0px 25px 0px;
			font-weight: 300;
	}
	
	#universal h2 {
		color: #254061;
			font-family: "Helvetica Neue", Helvetica, Arial;
			font-size: 30px;
			margin: 10px 0px 10px 0px;
			font-weight: 300;
	}
	
	#universal h3 {
		color: #254061;
			font-family: "Helvetica Neue", Helvetica, Arial;
			font-size: 23px;
			font-weight: 300;
	}
	
	#universal p {
		font-size: 16px;
		font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
		line-height: 25px;
		margin: 15px 0px;
		}
	

#body {
	background: #FFF url(images/bg/body.jpg) repeat-x top;
	width: 100%;
	height: 500px;
}

#footer {
	width: 100%;
	padding: 20px 0px 30px 0px;
	color: #FFF;
}

	#footer h1 {
		font-size: 20px;
		margin: 10px 0px;
		color: #FFF;
	}
	
	#footer h1 a {
		font-size: 20px;
		margin: 10px 0px;
		color: #FFF;
		text-decoration: none;
		border-bottom: 1px #900 solid;
	}
	
	
	#footer p {
		font-size: 16px;
		margin: 8px 0px;
		line-height: 22px;
		color: #fff;
	}
	
	#footer p.legal {
		font-size: 12px;
		color: #999;
	}
	
		#footer p.legal a {
		font-size: 12px;
		color: #999;
		text-decoration: none;
		border-bottom: 1px solid #999;
	}