body {
	background-color: #b7af95;

	margin: 0;

	font-family: arial;
	font-size: 11px;
}

form {
	margin: 0;
}

img {
	border: 0;
}

#main_wrapper {
	float: left;

	width: 860px;

	position: absolute;
	left: 50%;

	margin-left: -430px;	
}

#body {
	float: left;

	width: 100%;
	
	-moz-box-shadow: 0 0 2em #7e7865;
	-webkit-box-shadow: 0 0 2em #7e7865;

	background-color: #fff;
}

#header {
	float: left;

	width: 100%;
	height: 104px;

	background-color: #3b3d34;

	border-bottom: 7px solid #e06d08;
	z-index:100;
}

#header .logo {
	width: 229px;
	height: 132px;

	background-image: url('../images/logo.png');
	background-position: center center;
	background-repeat: no-repeat;

	position: absolute;

	z-index: 1000;

	top: 17px;
	left: 20px;
}

#header .logo a {
	width: 229px;
	height: 132px;

	display: block;
}

#banner {
	float: left;

	width: 100%;
	height: 262px;
	z-index:1;
}

#banner img {
	position:absolute;
	width: 860px;
	z-index:2;
	opacity:0.0;
}

#banner img.active {
	z-index:10;
	opacity:1.0;
}

#banner img.last-active {
	z-index:9;
}

#marquee marquee, #marquee > div {
	float: left;

	width: 100%;
	height: 22px;

	background-image: url('../images/marquee_bg.png');
	background-position: center center;
	background-repeat: repeat;

	font-family: arial;
	font-size: 11px;

	margin-top: -30px;

	position: relative;
	z-index: 1000;

	color: #fff;

	padding-top: 7px;
	letter-spacing: 0.01em;
}

#marquee marquee a, #marquee > div a {
	font-family: arial;
	font-size: 11px;

	color: #fff;

	letter-spacing: 0.01em;

	text-decoration: none;

	margin-left: 10px; margin-right: 10px;
}

#marquee marquee a:hover, #marquee > div a:hover {
	border-bottom: 1px dotted #eee;
}


#content {	
	float: left;

	width: 100%;
	min-height: 340px;

	background-image: url('../images/content_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#content .wrapper {
	margin: 40px;
}

#content .left {
	float: left;

	width: 470px;
	min-height: 200px;
}

#content .left .wrapper {
	margin: 40px;
	margin-right: 25px;
	margin-bottom: 25px;
}

#content .right {
	float: right;

	width: 390px;
	min-height: 200px;
}

#content .right .wrapper {
	margin: 40px;
	margin-left: 25px;
	margin-bottom: 25px;
}

#content h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: 100;

	line-height: 19px;
	letter-spacing: -0.06em;

	color: #df6c08;

	text-transform: uppercase;

	padding: 0;
	margin: 0;
}

#content h2 {
	font-family: arial;
	font-size: 24px;
	font-weight: 100;

	line-height: 19px;
	letter-spacing: -0.06em;

	color: #b7af95;

	text-transform: uppercase;

	padding: 0;
	margin: 0;
}

#content h3 {
	font-family: arial;
	font-size: 20px;
	font-weight: 100;

	letter-spacing: -0.06em;

	color: #b7af95;

	text-transform: uppercase;

	margin-bottom: -5px;
	padding-bottom: 0px;
}

#content p {
	font-family: arial;
	font-size: 12px;

	line-height: 18px;
	letter-spacing: 0.00em;

	color: #515151;
}

#content ul, #content ol {
	margin-bottom: 25px;
}

#content li {
	font-family: arial;
	font-size: 12px;

	line-height: 18px;
	letter-spacing: 0.00em;

	margin-bottom: 8px;

	color: #515151;
}

#content p a, #content li a {
	font-family: arial;
	font-size: 12px;

	color: #df6c08;

	text-decoration: none;
}



#feature {	
	float: left;

	width: 100%;
	min-height: 200px;

	background-image: url('../images/feature_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;

	background-color: #4d4d48;
}

#feature .left {
	float: left;

	width: 470px;
	min-height: 200px;
}

#feature .left .wrapper {
	margin: 40px;
	margin-right: 25px;
	margin-top: 30px;
	margin-bottom: 25px;
}

#feature .right {
	float: right;

	width: 390px;
	min-height: 200px;
}

#feature .right .wrapper {
	margin: 40px;
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 25px;
}


#feature h2 {
	font-family: arial;
	font-size: 24px;
	font-weight: 100;

	line-height: 19px;
	letter-spacing: -0.06em;

	color: #e06d08;

	text-transform: uppercase;

	padding: 0;
	margin: 0;
}

#feature p {
	font-family: arial;
	font-size: 12px;

	line-height: 18px;
	letter-spacing: 0.00em;

	color: #dadace;
}

#feature p b {
	font-family: arial;
	font-size: 12px;

	color: #b7af95;
}

#feature p a {
	color: #dadace;

	text-decoration: none;
}



#footer {
	float: left;

	width: 100%;
	height: 38px;

	background-color: #3b3d34;

	border-top: 7px solid #e06d08;
}

#footer ul {
	float: right;

	list-style: none;

	margin: 0;
	margin-top: 10px;
	margin-right: 5px;

	padding: 0;
}

#footer ul li {
	float: left;

	margin: 0;
	margin-right: 15px;

	padding: 0;
}

#footer ul li a {
	font-family: arial;
	font-size: 12px;

	letter-spacing: 0.01em;

	color: #838872;

	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
}


#copyright {
	float: left;

	width: 100%;
}

#copyright span.site {
	float: left;

	font-family: arial;
	font-size: 11px;

	letter-spacing: 0.01em;

	color: #696453;

	padding: 10px;
	padding-left: 15px;
}

#unsquared {
	float: right;

	margin-top: 10px;

}
