body {
	background: url(../img/background2.jpg) top center no-repeat;
}

.logo {
	position: absolute;
	margin: 40px 0 0 25px;
}

#primary-nav ul {
	list-style: none;
	padding-left: 20px;
	margin-top: 165px;
}
#primary-nav li {
	float: left;
	padding-right: 18px;	
	margin-bottom: -3px;
}
#primary-nav a {
	display: block;
	background: url(../img/buttonBg.png) top center no-repeat;
	width: 103px;
	height: 26px;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#primary-nav a:hover {
	color: #333333;
}
#primary-nav hr {
	clear: both;
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	width: 500px;
	margin-left: 22px;
}

.tagline {
	margin-top: -10px;
	padding-left: 20px;
}

#main {
	margin-top: -230px;
}
.content {
	padding-left: 2px;
	margin-top: 260px;
	height: 700px;
	background: url(../img/transparent.png);
}
.content h1 {
	color: #3f3f3f;
	padding-left: 10px;
	font-size: 20px;
}
.content h1, .content h4 {
	margin-bottom: 0;
	line-height: 20px;
}
.content p, .content h4, .content h3 {
	padding: 10px 10px 0 10px;
}
hr.seperator {
	margin-left: 3px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
}
.features {
	background: url(../img/pattern.jpg);
	border: 5px solid #6e6e6e;
	margin-left: 30px;
}
.features h1 {
	margin-left: 20px;
	color: red;
}
.features ul {
	list-style: none;
}
.features img {
	position: absolute;
	margin: 12px 0 0 490px;
}
.sidebar {
	position: absolute;
	background: #e6e7e8;
	margin-top: 545px;
	width: 236px;
	margin-left: -64px;
	padding: 0 10px 10px 10px;
	font-size: 12px;
}
.sidebar h3 {
	margin-top: 0;
	border-bottom: 1px solid #b2b2b2;
}
.form-horizontal .control-label {
	width: 70px;
}
.form-horizontal .controls {
	width: 100px;
	margin-left: 80px;
}
.checkboxes {
	margin-left: 80px;
}
.control-group {
  margin-bottom: 5px!important;
}
.sidebar label, .sidebar input {
	font-size: 12px;
}
.sidebar label {
	margin-bottom: 0;
}
input.submitButton {
	margin-bottom: 0;
}
.advert {
	
}

footer {
	width: 912px;
	height: 90px;
	margin-top: 30px;
	margin-left: 2px;
}
.contact {
	margin: 15px 0 0 20px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}
footer h1 {font-size: 24px; margin-bottom: 0;}