
body {
	background: #efefef;
	font: 12px 'OpenSans', Arial, sans-serif;
	text-shadow: 0px 1px 1px #858585;	
}

input {
	background:url(../img/input.png) no-repeat;
	border:none;
	width:211px;
	height:34px;
	padding:0 0 0 15px;
	margin-left:10px;
	margin-bottom:7px;
	color:#1ba9ce;
	font-size:14px;
}

textarea {
	background:url(../img/textarea.png) no-repeat;
	border:none;
	width:206px;
	max-height:121px;
	max-width:206px;
	height:121px;
	margin-left:10px;
	padding:10px;
	color:#1ba9ce;
	font-size:14px;
	font-family: 'OpenSans', Arial, sans-serif !important;
}
	
.submit {
	width:228px;
	height:40px;
	background:url(../img/submit.png) 0 0;
	border:none;
	cursor:pointer;
	margin-top:10px;	
}

.submit:hover {
	background:url(../img/submit.png) 0 -40px;
}

.submit:active {
	background:url(../img/submit.png) 0 -80px;
}

#wrapper {
	width:960px;
	margin:0 auto;	
}

.header {
	width:900px;
	height:174px;
	margin:0 0 0 0;
	background:url(../img/header.png) no-repeat 0 0;
	overflow:hidden;	
	
}

.logo {
	float:left;
	width:228px;
	height:119px;
	background:url(../img/logo.png) no-repeat 0 0;
	margin:20px 0 0 50px;
	
		
}

.phone {
	background:url(../img/phone.png) no-repeat;
	float:right;
	padding:0 0 3px 30px;
	color:#fff;
	font-size:28px;
	margin:30px 70px 0 0;	
}

.quote {
	float:right;
	clear:right;
	margin:35px 20px 0 0;
	background:url(../img/quote.png) no-repeat;
	padding: 3px 0 5px 50px;
	font-style:italic;
	color:#fff;
	font-size:14px;
}

.quote span {
	font: 12px 'OpenSansBold', Arial, sans-serif;
	padding-left:270px;	
}

.illustration {
	background:url(../img/illustration.jpg) no-repeat;
	width:830px;
	margin:0 auto;	
	padding: 56px 0 92px 110px;
}

.illustration ul li a {
	font: 20px 	'OpenSansLight', Arial, sans-serif;
	line-height:72px;
	color:#fff;
	text-decoration:none;
}



.content {
	width: 810px;
	margin: 0 0 0 40px;
	background: #1aaacd;
	overflow:hidden;
	padding:40px 0 40px 40px;	
}

.text {
	float:left;
	width: 520px;
	font-size:14px;
	margin-right:30px;
	color: #fff;	
}

#footer {
	background: #20a1bf;
	width:100%;
	height:580px;
	border-top: 8px solid #0d809c;	
}

.footercontent {
	width:900px;
	margin:0 auto;
	padding:30px 0 0 20px;
	overflow:hidden;
	background:url(../img/footer.png) no-repeat;	
}

.footercontent img {
	float:left;	
	margin-right:17px;
}

.footercontent h1 {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	clear:both;
	text-align:center;
	padding:30px 0 0 0;	
	width:850px;
}

.footercontent p {
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:20px 0 20px 0;	
	width:850px;	
}

.bottom {
	background:url(../img/bottom.png) repeat-x;
	margin:40px 0 0 0;	
	text-align:center;
	padding-top:50px;
	color:#fff;
	height:58px;
}