body {
	background: #ee9515 url(../images/global_bkgnd.jpg) repeat-x;
}

h2, h3 {
	color: #5a390c;
	font-weight: bold;
	margin-bottom: 10px;
}

#wrapper {
	background: #fff url(../images/sidebar_background.png) repeat-y right;
	border: 4px solid #dbb341;

}

#nav {
	background-color: #EEC752;
	padding: 5px 0 5px 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	
}
#nav ul li {
	float: left;
	position: relative;
	
}
#nav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	
	padding: 5px;
}
#nav ul li a:hover {
	color: #5a390c;
}
#nav ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	left: 0;
	top: 2em;
	background: #f0d78d;
}
#nav ul li ul li a {
	width: 125px;
}
#nav ul li ul li a:hover {
	color: #b6912b;
}
#nav li > ul {
	top: auto;
	left: auto;
}
#nav ul li.over ul {
	display: block;
}



#banner {
	border-bottom: 2px solid #dbb341;
	height: 123px;
}
#top-banner {
	float: right;
}

.tan-bar {
	background-color: #ddddb9;
	text-align: center;
	padding: 4px;
}
.higher {
	height: 25px;
}
.green-text {
	color: #149d41;	
}
.white-text {
	color: #fff;
}
.red-text {
	color: #e43530;
}
.gold-text {
	color: #d2a019;
}
.bold-heading {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;	
}

.dk-tan-bar {
	background-color: #a1a050;
}
.border-right {
	border-right: 2px solid #dbb341;
}
.border-left {
	border-left: 2px solid #dbb341;
}
.border-top {
	border-top: 2px solid #dbb341;
}
.border-bottom {
	border-bottom: 2px solid #dbb341;
}
.internal-padding{
	padding: 7px;
}
.column {
	height: 100%;
}
#footer {
	background-color: #ddddb9;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#footer ul li {
	display: inline;
	padding: 10px;
}
#footer ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.rotate img{
	display: none;
}
.home-logo {	
	text-align: center;
}
.sub-nav {
	background: url(../images/sub_nav_background.jpg) repeat-x;
	padding-top: 12px;
	height: 27px;
	font-weight: bold;
	color: #e5d097;
}
.sub-nav .current {
	color: #5a390c;
}
.sub-nav a {
	color: #d3ab37;
	text-decoration: none;
}
.sidebar {
	background-color: #faefd0;
	text-align: center;
	color: #d5ae3e;

}
.sidebar .section {
	padding-bottom: 10px;
}
.sidebar .section.top .heading {
	background: #eec752 url(../images/sidebar_top_background.jpg) repeat-x;
	
}
.sidebar .section .heading {
	height: 39px;
	background-color: #eec752;
	color: #755319;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sub-heading {
	color: #b6912b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
.product-sidebar {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 215px;	
}
.product-sidebar .box {
	padding: 7px;
	background-color: #eec752;
	margin-bottom: 10px;
}
.product-main {
	width: 365px;
}
table p {
	margin:0;
}
.retail-logo {
	float: left;
}
.contact-form {
	float: left;
	width: 300px;
}
input[type="text"], textarea {
	width: 250px;
}
input[type="text"].error, textarea.error {
	background:none repeat scroll 0 0 #FBE3E4;
	border-color:#FBC2C4;
	color:#8A1F11;
}
.contact-form p {
	margin-bottom: 5px;
}
#recaptcha_widget_div {
	display: block;
}
.req {
	font-size: .8em;
	color: #999;
}
