#nav {
	height: 24px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
}

#nav ul {
	margin: 0px 0px 0 13px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#nav a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

#gallery {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A82A00;
	height: 420px;
	position: relative;
	margin-left: 220px;
}
#gallery #overlay {
	position: absolute;
	z-index: 900;
	left: 0px;
	top: 0px;
}
#gallery #overlay2 {
	position: absolute;
	z-index: 900;
	left: 0px;
	top: 0px;
}
#sales {
	/*visibility:hidden; */
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/title.png) repeat-x scroll center top;
	position:absolute;
	right: 0px;
	height:56px;
	margin:0px 0 48px;
	opacity:0.5;
	padding:12px 15px 0 12px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 1000;
	display: none;
}
#sales h1 {
	font-size:16px;
	color:#A82A00;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 10px;
}
.firstLink {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sales p {
	font-size: 10px;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
}

#nav2 {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A82A00;
	float: left;
	width: 220px;
	z-index: 901;
}
#nav2 h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	background-color: #FFDB4D;
	background-image: url(../images/bg_nav_over.jpg);
	background-repeat: repeat-x;
}
#nav2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav2 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#nav2 .firstLink {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#nav2 li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #A82A00;
}
#nav2 a {
	color: #A82A00;
	text-decoration:underline;
}
#wrapper #features {
	background-color: #FFFFFF;
	margin: 0px;
	position: absolute;
	top: 400px;
	left: 0px;
	height: 328px;
}
.feature h2 {
	font-size: 18px;
	color: #A82A00;
	text-transform: uppercase;
}
.feature p {
	font-size: 14px;
}
#features a {
	color: #A82A00;
	text-decoration:none;
}
#features a:hover {
	text-decoration:underline;
}
#wrapper .feature {
	float: left;
	width: 330px;
	margin-left: 10px;
}
#features .ClearFeature {
	clear: both;
}
