@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

@media (max-width : 640px)
  {
	div, section, header { width:100%; max-width:350px; }
	aside, img, .banner { display:none; }
  }

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 213px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	padding-top: 60px;
	padding-left: 15px;
}
footer a, .call-us span , nav ul li a:hover, nav ul li a.active{
	color: #ff9908;
}

nav {
	padding-top: 58px;
	padding-left: 20px;
}
nav ul {
}
nav ul li {
	display: inline-block;
	padding-right: 25px;
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
nav ul li a:active {
	color: #666;
}

.root {
	background-color: #012559;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

section {
	background-image: url(../images/section-repeat.jpg);
	background-repeat: repeat-y;
	width: 649px;
	float: left;
}
section .section-top {
	background-image: url(../images/section-top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 649px;
}
section .section-bottom {
	background-image: url(../images/section-bottom.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 649px;
}
section .section-main {
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-size: 19px;
	line-height: 26px;
	padding-bottom: 15px;
	font-weight: 500;
}
h2 {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 12px;
	font-weight: 500;
}
h3 {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 12px;
	font-weight: 500;
}
p {
	padding-bottom: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.free-quote {
	background-image: url(../images/contact-form-bg.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 561px;
	margin-top: 12px;
	font-size: 11px;
}
.free-quote .contact-form {
	display: block;
	padding-left: 151px;
	color: #FFF;
	padding-top: 15px;
}
.free-quote .contact-form input[type=text] {
	width: 120px;
}
.free-quote .contact-form input[type=submit] {
	font-weight: 500;
	color: #FFF;
	background-color: #cc0000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
}
aside {
	float: right;
	width: 210px;
	padding-right: 12px;
	padding-top: 20px;
	color: #FFF;
}
aside .call-us {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-bottom: 15px;
}
aside .call-us span {
	font-size: 22px;
}
footer {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
section h1, section h2 , section h3, a{
	color: #02398a;
}
