@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lobster);
.clear {
	clear: both;
}
body {
	background-image: url(../images/bg-repeat.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #eaeaea;
	padding-bottom: 25px;
}
h1 {
	color: #d67731;
	font-family: "Lobster", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 15px;
}
h2 {
	color: #d67731;
	font-family: "Lobster", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 10px;
}
h3 {
	color: #d67731;
	font-family: "Lobster", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
}
p {
	padding-bottom: 12px;
}

a {
	color: #d67731;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type=submit] {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	background-color: #afafaf;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	cursor: pointer;
}
input[type=submit]:hover {
	text-decoration: underline;
}






header {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	height: 106px;
}
.wrap-center {
	padding-right: 12px;
	padding-left: 12px;
}
.contact-info {
	font-family: "Lobster", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	text-align: right;
	float: right;
	padding-top: 18px;
	padding-right: 15px;
}
.contact-info span {
	color: #d67731;
}

.logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
.root-content {
	background-image: url(../images/main-repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
aside {
	float: left;
	width: 195px;
}
section {
	float: right;
	width: 680px;
}
.nav {
	font-family: "Lobster", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 35px;
	color: #FFF;
}
.nav ul li {
	padding-top: 8px;
	list-style-type: none;
}
.nav ul li a {
	text-decoration: none;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 180px;
	padding-left: 13px;
	color: #FFF;
}
.nav ul li a:hover {
	color: #000;
}
.nav ul li a:active {
	text-decoration: underline;
}






.nav ul li a.active {
	color: #000;
}
aside .widget {
	padding-top: 10px;
	padding-left: 10px;
}
aside .widget-blank {
	padding-top: 10px;
}
aside input[type=text] {
	width: 142px;
}
.contact-form td {
	padding-bottom: 3px;
}
.main-wrap {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 2px;
}

.main-content {
	background-color: #2c3032;
	box-shadow: 5px 5px 9px #272727;
	padding: 15px;
	color: #b9bdbf;
}

footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.root-bottom {
	background-image: url(../images/main-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
