body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #B68E45;
	font: normal 11pt Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: underline;
	color: #306600;
}

a:hover {
	color: #52921a;
}

a.external {
	background: url(/images/external-link.gif) right center no-repeat;
	padding-right: 13px;
}

a.manufacturer {
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-decoration: none;
}

a.productList img {
	border:0;
}

a img {
	border: 0;
}

#bgHolder {
	background: url(/images/background.jpg) top center repeat-y;
}

#wrapper {
	width: 710px;
	margin: 0 auto;
	border-left: 1px #684F1B solid;
	border-right: 1px #684F1B solid;
}

#header {
	border-bottom: 1px #684F1B solid;
}

#nav {
	width: 710px;
	height: 30px;
	border-bottom: 1px #684F1B solid;
	background: #2A0B05;
}

.navItem {
	float: left;
}

#contentBox {
	width: 710px;
	padding-top: 20px;
	border-bottom: 1px #684F1B solid;
	background: #130502;
}

#content {
	position: relative;
	padding: 10px 20px 104px 0;
}

#logo {
	position: absolute;
	top: -10px;
	right: 30px;
}

.divider {
	width: 310px;
	height: 1px;
	margin: 10px 0;
	background: url(/images/divider.jpg) no-repeat;
}

.titleFirstLetter {
	float: left;
	margin: 0 0 0 50px;
	font: normal 70px "Times New Roman", Times, serif;
}
.title {
	margin: 29px 0 0 0;
	font: normal 40px "Times New Roman", Times, serif;
	margin-top: 27px;
}

.contentText {
	padding-left: 30px;
}

.navBackLink {
	margin-left: 24px;
	font-size: 0.8em;
}

.clear {
	clear: both;
}

#slideshow {
	position: relative;
	width: 710px;
	height: 200px;
}
#contactSlideshow {
	position: relative;
	width: 600px;
	height: 200px;
	margin: 0 auto;
}
#slideshow img, #contactSlideshow img {
	position: absolute;
	top: 0;
	left: 0;
}

#copyright {
	height: 160px;
	padding: 0 0 0 0;
	text-align: center;
	font: normal 10pt "Times New Roman", Times, serif;
}

#bottomFade {
	background: url(/images/copyrightBg.png) bottom repeat-x;
	height: 104px;
	margin-top: -104px;
}

