@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	padding-bottom: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 500;
}
h2 {
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: 500;
}
h3 {
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 500;
}
a {
	color: #DB2E20;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
}



p {
	padding-bottom: 12px;
}


.clear {
	clear: both;
}
.root {
	background-image: url(../images/root-repeat.png);
	background-repeat: repeat-y;
	max-width: 889px;
	width:100%;

	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 303px;
	max-width: 889px;
	width:100%;

}
.logo {
	float: left;
	padding-top: 20px;
	padding-left: 50px;
}
.call-us {
	color: #FFF;
	float: right;
	padding-top: 18px;
	padding-right: 50px;
	font-size: 19px;
	font-weight: 700;
}
nav {
	padding-top: 232px;
}
nav ul {
	padding-left: 20px;
}
nav ul li {
	display: inline-block;
	padding-right: 25px;
}
nav ul li a {
	color: #FFF;
}
nav ul li a:hover {
}
nav ul li a.active {
	color: #FC3;
}

section {
	padding: 20px;
	float: left;
	max-width: 606px;
	width:100%;

}
section .heading-01 {
	background-image: url(../images/heading-section.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #FFF;
	margin-left: -21px;
}
aside {
	float: right;
	max-width: 221px;
	width:100%;

	padding-top: 20px;
}
aside   p {
	background-image: url(../images/heading-aside.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	padding-left: 25px;
	font-size: 16px;
	padding-top:10px;
}
aside .widget {
	padding-bottom: 15px;
}
footer {
	font-size: 13px;
	padding: 12px;
}
