@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
body {
	background-image: url(../images/bg-repeat.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #f8f8f8;
	padding-bottom: 25px;
}
h1, h2, h3, a, nav ul li a:hover {
	color: #ee6500;
}
input[type=submit] {
	background-color: #ee6500;
	color: #FFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	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;
}


h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 15px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding-bottom: 10px;
}
h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}
p {
	padding-bottom: 12px;
}



.clear {
	clear: both;
}

header {
	text-align: center;
	padding-top: 21px;
	padding-bottom: 15px;
}
.call-us {
	font-size: 21px;
	line-height: 28px;
	color: #262626;
	font-weight: 700;
}
nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 32px;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
	padding-right: 21px;
	padding-left: 21px;
}
nav ul li a {
	line-height: 52px;
	font-size: 15px;
	color: #f7f7f7;
	text-transform: lowercase;
}
.root-content {
	padding: 16px;
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 4px 5px #e5e5e5;
}
section {
	float: left;
	width: 596px;
	padding-top: 12px;
}
section .styled {
	background-image: url(../images/heading-section.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 584px;
	line-height: 36px;
	color: #FFF;
	padding-left: 12px;
}

aside {
	float: right;
	width: 238px;
	padding-top: 12px;
}
aside .widget {
	padding-bottom: 12px;
}

aside   .styled {
	line-height: 36px;
	color: #FFF;
	background-image: url(../images/heading-side.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 226px;
	padding-left: 12px;
}
