﻿* {margin:0;padding:0}
a:link {color:#093e07;text-decoration:none;font-weight:bold}
a:hover {text-decoration:none;color:#000;font-weight:bold}
a:visited {color:#093e07;font-weight:bold}

body {background-color:#F9F7EC;font:1.05em fantasy;color:#464646;margin:0;padding:0}
#content {width:960px;text-align:left; margin:0 auto; }
#mainContainer {width:960px;clear:both;}
#header {height:253px;width:960px; 	background-image: url(../images/mainhead.png); background-repeat:no-repeat;}
.inner_copy {border:0;color:#f00;float:left;width:50% !important;margin:-100% 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:11px}
#container {width:960px;}
#container H4 {font-family:fantasy;font-size:18px;font-weight:normal;color:#093e07;height:20px;padding-top:18px;margin-bottom:20px; text-transform:uppercase;
background-image:url(../images/line.png);background-repeat:repeat-x;background-position: bottom left; padding-bottom:3px;}
#container p {margin:0;padding:0;padding-bottom:10px;}
#container h2 {margin:0;padding:0;padding-top:10px;color:#196050}

#footer {height:30px;clear:both;margin:0 auto;padding-top:12px;background:url(../images/footer.gif) repeat-x top}
#footer div {padding:0 25px}
#footer p {margin:0;font-size:11px;text-align:center;#494836;}
#footer a {color: #494836;}
.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

/* -------------------------------------- */
.wrapper {
	position: relative;
	/*max-width: 840px;*/
	/*width: 100%;*/
	padding: 0px;
	margin: 0 auto;
}

.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	/*display: none;*/
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}
