@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	background-color: #090d13;
	padding-bottom: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 ,a{
	color: #4283c4;
}
h1 {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 15px;
}
h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}



p {
	padding-bottom: 12px;
}



.clear {
	clear: both;
}

.discount {
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.root {
	width: 889px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 9px #477a43;
	background-color: #FFF;
	position: relative;
}
.logo {
	float: left;
	padding-top: 25px;
	padding-left: 12px;
}
.banner {
	float: right;
	overflow: hidden;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	height: 133px;
	width: 587px;
}
.call-us {
	text-align: right;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.social {
	width: 32px;
	position: absolute;
	top: 190px;
	right: -40px;
}
.social a img {
	border-radius: 2px;
-moz-border-radius: 2px;

}



 
nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 899px;
	margin-left: -5px;
}
nav ul {
	padding-top: 4px;
	padding-left: 20px;
}
nav ul li {
	display: inline-block;
	padding-right: 30px;
	line-height: 36px;
}
nav ul li a {
	color: #FFF;
	font-size: 14px;
}
nav ul li a:hover {
	color: #ffca65;
}
nav ul li a:active {
	color: #000;
}
nav ul li a.active {
	color: #ffca65;
}
aside {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-left: 20px;
}
aside .widget {
	padding-bottom: 12px;
}

section {
	padding: 18px;
	width: 590px;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #cecdcd;
	float: right;
}
footer {
	padding: 12px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cecdcd;
}
footer a {
	color: #e43526;
}
