a, ul, ol, li, p, h1, h2, h3, h4, h5, h6,span,img{
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: none;
}

article, footer, header, nav, section{
	display: block;
}

body{
	background: url(../images/bg.jpg) top center repeat-x #fff;
	color:#444;
	font-family: 'Exo 2', sans-serif;
	font-size:12px;
	line-height: 16px;
	margin:0 auto;
}

header{
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	width: 900px;
}

header .logo{
	float: left;
}

header .phone{
	background: url(../images/phone.png) center left no-repeat;
	float: right;
	font-size: 18px;
	margin-top: 15px;
	padding-left: 52px;
	text-align: right;
}

header .phone span{
	color: #bf000e;
	display: block;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2em;
}

section#container{
	margin: 0 auto;
	width: 900px;
}

section#container article.content{
	display: inline-block;
	#display: inline;
	_display: inline;
	zoom: 1;
	position: relative;
	vertical-align: top;
	width: 550px;
}

section#container article.content .image{
	background: url(../images/car-man.png) center no-repeat;
	height: 330px;
	width: 540px;
	z-index: -1;
}

section#container article.content h2{
	color: #333;
}

section#container article.content h2 span{
	color: #333;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

section#container article.content h2 span.first{
	font-size: 20px;
	line-height: 1em;
}

section#container article.content h2 span.second{
	color: #bf000e;
	font-size: 26px;
	line-height: 1em;
}

section#container article.content h1{
	color: #002c70;
	font-size: 36px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

section#container article.content .phone{
	background: url(../images/phone.png) top left no-repeat;
	color: #666;
	font-size: 14px;
	height: 42px;
	line-height: 18px;
	margin-top: 240px;
	padding-left: 48px;
	text-transform: uppercase;
}

section#container article.content .phone span{
	color: #004d95;
	display: block;
	font-size: 31px;
}

section#container article.quote{
	background: #bf000e;
	behavior: url(PIE.htc);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: #fff;
	display: inline-block;
	#display: inline;
	_display: inline;
	zoom: 1;
	margin-left: 26px;
	padding: 30px;
	vertical-align: top;
	width: 260px;
}

section#container article.quote h3{
	color: #fff;
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	text-align: center;
}

section#container article.quote form{
	text-align: center;
}

section#container article.quote ul li{
	margin-bottom: 10px;
	text-align: left;
}

section#container article.quote .field{
	background: #fff;
	behavior: url(PIE.htc);
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: 240px;
}

section#container article.quote .submit{
	background: #002c70;
	border: none;
	behavior: url(PIE.htc);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 12px 12px;
	width: auto;
}

section#container article.quote .field.phone{
	width: 30px;
}

section#container article.quote .field.phone.code{
	margin-left: 8px;
	width: 20px;
}


section#container article.quote .thanks{
	font-size: 14px;
	text-align: center;
	padding: 30px 0 40px;
}

section#container article.quote .thanks h3{
	margin-bottom: 10px;
	font-size: 30px;
}


section#container article.quote .thanks h4{
	font-size: 24px;
	margin-bottom: 15px;
}

section#container article.quote .thanks a{
	background: #002c70;
	behavior: url(PIE.htc);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 12px 12px;
	margin-top: 10px;
	width: auto;
}




footer{
	background: url(../images/bg_footer.jpg) top center repeat-x;
	font-size: 11px;
	margin: 10px auto 40px;
	padding: 30px 0;
	text-align: right;
	width: 900px;
}

footer a{
	color: #bf000e;
	font-size: 12px;
}

footer a:hover{
	text-decoration: underline;
}