body {
	background: url(../images/bg.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	font: 17px/19px 'Rokkitt', serif;
	color: #ffffff;
	}

a {
	color: #0b9444;
}

a:hover {
	color: #f7901e;
}

p {
	color: #ffffff;
	margin-bottom: 5px;
	font-weight: 400 !important;
}

h1 {
	color: #ffffff;
	margin: 0 0 5px;
}

#container {
	width: 765px;
	margin: 0 auto;
}

#header-container {
	height: 150px;
}

#header {
	height: 145px;
	position: absolute;
}

#nav {
	height: 125px;
	text-align: center;
	margin-top: 45px;
	position: absolute;
}

#nav a {
	color: #ffffff;
}

a.logo {
	position: absolute;
	margin-left: 298px;
}

.button {
	padding: 10px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	width: 109px;
	text-align: center;
}

.home {
	background-color: #0b9444;
}

.my-story {
	background-color: #a48176;
}

.range {
	background-color: #ee3642;
}

.buy {
	background-color: #c88e52;
}

.contact {
	background-color: #f7901e;
}

#social {
	width: 200px;
	height: 30px;
	margin-top: 10px;
	text-align: left;
	position: absolute;
	color: #868686;
	background: url(../images/facebook.png) no-repeat;
	padding-top: 20px;
	padding-left: 55px;
}

#home {
	width: 40px;
	height: 40px;
	text-align: right;
	position: absolute;
	padding-top: 0;
	padding-left: 0;
	float: right;
	margin: 15px 0 0 730px;
}

#banner {
	width: 765px;
	height: 245px;
	clear: both;
}

#icons {
	width: 100px;
	height: 300px;
	float: left;
	position: fixed;
	background-color: #414144;
	padding: 10px 10px 10px 0;
	margin-top: 100px;
}

#copy {
	width: 765px;
	clear: both;
	margin-top: 20px;
}

#footer {
	clear: both;
	margin: 25px 0;
	font-size: 12px;
	color: #868686;
}

#footer a {
	color: #868686;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


#one-third {
	float: left;
	width: 33%;
}

#two-third {
	float: right;
	width: 63%;
}

.clearfix {
	clear: both;
}

input {
	width: 215px;
	padding: 8px;
	border-width: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 10px;
	background-color: #f7901e;
}

textarea {
	width: 460px;
	padding: 8px;
	border-width: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 10px;
	background-color: #f7901e;
}

input.submit, #form2 input.submit {
	float: right;
	background: none;
	color: #ffffff;
	width: 100px;
	font: 26px/17px 'Rokkitt', serif;
}

#form2 input {
	width: 215px;
	padding: 8px;
	border-width: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 10px;
	background-color: #c88e52;
}

#form2 textarea {
	width: 460px;
	padding: 8px;
	border-width: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 10px;
	background-color: #c88e52;
}

.extend {
	margin-bottom: 50px;
}

/* Slider */

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:245px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background: none;
	position: absolute;
	margin-left: -30px;
}
    div#rotator ul li.show {
	z-index:500
}






