p {
	margin: 10px 0;
}
ul, ol {
	margin-left: 10px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #936535;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4 { color: #936535; margin: 0 0 20px;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 70%;
	height: 1px;
	margin: 20px;
	text-align: center;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
blockquote {
	width: 64%;
	margin: 10px 0 10px 40px;
	padding: 10px;
	font-style: italic;
	background: #fafafa;
	border: 1px solid #ddd;
}
body {
	margin: 0 auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	background: #c6966b;
	text-align: center;
}
#skip {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 986px;
	background: url(../img/bg.gif) repeat-y;
	overflow: hidden;
}
#header {
	width:986px;
	height:450px;
	background: url(../img/header.jpg) no-repeat;
}
/* --- navigation --- */
ul#nav {
	position: relative;
	top: 50px;
	right: 40px;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	float: right;
}
ul#nav li {
	list-style-type: none;
	float: left;
}
ul#nav a {
	margin: 0 14px;
	list-style-type: none;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
}
ul#nav a:visited {
	color: #000;
}
ul#nav a:hover {
	color: #88582f;
	border-bottom: 2px solid #88582f;
}
#content {
	width: 866px;
	padding: 40px 60px;
	font-size: 1.4em;
	line-height: 1.6em;
	float: left;
}
div#social {
	margin: 0 0 20px 40px;
	padding: 4px;
	float: right;
	clear: right;
}
div.video {
	margin: 20px 0 20px 40px;
	padding: 4px;
	float: right;
	clear: right;
}
.imageright {
	margin: 0 0 20px 40px;
	padding: 4px;
	float: right;
	clear: right;
}
p.noleader {
	padding-bottom: 0;
	margin-bottom: 0;
}
p.customer {
	font-weight: bold;
	font-style: italic;
}
.cartbutton {
	font-size: 1em;
	border: 1px solid #88582f;
	background: #f5ebe2;
}
div.promo {
	width: 826px;
	padding: 20px;
	background: #f5ebe2;
	border: 1px solid #88582f;
	clear: both;
}
#footer {
	margin: 0 auto;
	position: relative;
	width: 986px;
	padding: 5px 0;
	font-size: .8em;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #444;
}
#footer h2 a, #footer h2 a:visited {
	color: #444;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #fff;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #88582f;
}
#footer h3 a, #footer h3 a:visited {
	color: #88582f;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #fff;
}