@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


.welcome   span, .call-us, nav ul li a, h1, h2, h3, a {
	color: #e90000;
}
p {
	padding-bottom: 12px;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: 400;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: 400;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
	font-weight: 400;
}
input[type=submit] {
	color: #FFF;
	background-color: #e00c0c;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	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;
}
input[type=submit]:hover {
	text-decoration: underline;
}
input[type=submit]:active {
	color: #000;
}





.clear {
	clear: both;
}

.call-us {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.call-us span {
	color: #000;
}



.root-top {
	background-image: url(../images/root-top.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
.root-content {
	background-image: url(../images/root-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
.root-bottom {
	background-image: url(../images/root-bottom.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
header {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.logo {
	float: left;
}
nav {
	text-align: right;
	float: right;
}
nav ul {
}
nav ul li {
	display: inline-block;
	background-image: url(../images/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 18px;
	padding-right: 14px;
	padding-left: 5px;
}
nav ul .last {
	background-image: none;
	padding-right: 0px;
}

nav ul li a {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
nav ul li a:hover {
	color: #000;
}
nav ul li a:active {
	text-decoration: underline;
}
nav ul li a.active {
	color: #000;
}

.social {
	float: right;
	clear: right;
	text-align: right;
	padding-top: 5px;
}
.banner {
	padding-left: 25px;
}
.welcome {
	font-size: 27px;
	line-height: 30px;
	color: #505050;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.welcome .left {
	text-align: left;
	float: left;
	width: 45%;
}
.welcome .right {
	text-align: right;
	float: right;
	width: 45%;
}
.main-content {
	background-color: #f7f6ee;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e3e2db;
	border-bottom-color: #e3e2db;
	padding: 25px;
}
section {
	background-color: #FFF;
	padding: 15px;
	width: 570px;
	box-shadow: 1px 1px 2px #dbdad3;
	float: left;
}
aside {
	float: right;
	width: 210px;
}
aside .widget {
	padding-bottom: 12px;
}
aside   td {
	padding-bottom: 6px;
}



footer {
	text-align: center;
	padding-top: 5px;
}
