/* Home */

#wrapper{
	background: url(../images/bg-oils.jpg) no-repeat left top;
	}
#content-main {
	float: left;
	color: #6f6c60;
	position: relative;
	top: 80px;
	left: 390px;
}
.nav {
	z-index: 100;
	position: absolute;
	margin-top: 50px;
	right: 50px;
}
.subnav {
	z-index: 100;
	position: absolute;
	margin-left: 25px;
	margin-top: 25px;
}
a.purchaseBtn {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	background: #a8a140;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .1em;
}
p.description {
	font-size: 0.9em;
	line-height: 2em;
}
p.price {
	font-size: 0.9em;
	line-height: 2em;
	color:#a8a140;
}
.subnav ul li {
	background: #f5f5e9;
	width: 150px;
	padding: 15px;
}
h1 {
	color: #a8a140;
}
/*h1 {
	margin: 50px 0px 0px;
	color: #a8a140;
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1em;
	padding-top: 10px;
	font-weight: normal;
}*/

