body {
	padding: 0px;
	margin: 0px;
	background: url(../images/pageBg.jpg);
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
a:link, a:active, a:visited {
	color: black;
}
.clear {
	clear: both;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1.pageName {
	margin-bottom: 20px;
	font-size: 24px;
}
h2.galleryHeading {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	color: #827163;
}
h3.gallerySubHeading {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	color: #827163;
}
h4.productOptionName {
	font-size: 14px;
	font-weight: bold;
}

/** BACKGROUNDS **/

#bgWrapper {
	background: url(../images/pageBgTop.jpg) left top repeat-x;
}
#bg1 {
	background: url(../images/sideShadow2_5.gif) right top repeat-y;
}
#bg2 {
	background: url(../images/sideShadow3_5.gif) left bottom repeat-x;
}
#bg3 {
	background: url(../images/sideShadow4_5.gif) left top repeat-y;
}
#bg4 {
	background: url(../images/sideShadowCorner1.gif) left top no-repeat;
}
#bg5 {
	background: url(../images/sideShadowCorner2.gif) right top no-repeat;
}
#bg6 {
	background: url(../images/sideShadowCorner3.gif) right bottom no-repeat;
}
#bg7 {
	background: url(../images/sideShadowCorner4.gif) left bottom no-repeat;
}

/** STRUCTURE STUFF **/

#wrapper {
	width: 930px;
	margin: 0px auto;
}
#contentWrapper {
	padding: 0px 15px 15px 15px;
}
#innerWrapper {
	background: #eae2d4;
	height: 100%;
}
#mainContentWrapper {
	background: url(../images/contentBg.gif) left top repeat-x #eae2d4;
}
#mainContent {
	background: url(../images/logo3.gif) left top no-repeat;
}
#leftColumn {
	float: left;
	width: 210px;
	padding-left: 30px;
	_padding-left: 20px;
	padding-top: 110px;
}
#rightColumn {
	float: right;
	width: 590px;
	padding: 30px 30px 0px 30px;
}

/** HEADER **/

#header {
	height: 100px;
	background: url(../images/headerBg.gif) left top repeat-x;
}
.headerDivider {
	float: left;
	margin: 0px 20px;
}
#titleOnTheTrail {
	float: left;
}
#titleContact {
	float: left;
}
#logo {
	float: left;
}

/** TOP NAV **/

#topNav {
	background: url(../images/logo2.gif) left top no-repeat #000;
	height: 40px;
	padding-left: 220px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
}
#topNav ul li a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	white-space: pre;
}
#topNav ul li a:hover {
	background: url(../images/topNavOver.gif) center bottom no-repeat;
	color: #eae2d4;
}

/** FOOTER **/

#footer {
	padding: 15px;
	background: black;
	color: #959595;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}
#footer a {
	color: #959595;
	text-decoration: none;
}

/** LEFT NAV **/

#leftNav {
	margin-bottom: 30px;
}
#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
	float: left;
}
#leftNav ul li a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	display: block;
	width: 200px;
}
#leftNav ul ul li {
	padding-left: 20px;
}
#leftNav ul ul li a {
	font-size: 10px;
}
#leftNav a:hover {
	text-decoration: none;
}
.leftNavHeading {
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}

/** GALLERY **/

.image {
	float: left;
	margin: 0px 16px 20px 0px;
	border: 2px solid white;
}
.lastImage {
	margin-right: 0px;
}

/** PRODUCTS **/

.itemPrice {
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
}
.productDivider {
	border-top: 1px solid #d7c8b0;
	border-bottom: 1px solid #ffffff;
	height: 0px;
	line-height: 0px;
	margin-bottom: 20px;
	clear: both;
}