/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

html {
	/*background: url(../images/html_bg.gif) repeat-x top left;*/
	}
body {
	font: 79% Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #6f6c60;
	background:#fff;
}
/* Put it back on certain elements */
h1, h2, h3, h4, p { margin: 1em 0; }
p { line-height: 1.4; }
blockquote{
	margin:0px;
	padding:0px 15px;
}
/* Class for clearing floats */
.clear { clear:both; }

/* Remove border around linked images */
img { border: 0; }

/* Layout */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 830px;
	min-height:700px;
	height:auto;
	overflow:auto;
}
#page #wrapper {
	overflow:auto;
}
#nav-top{
	height:68px;
}
#content-main {
	color: #6F6C60;
	padding-bottom: 100px;
	margin-left: 390px;
	position: relative;
	/*top: 80px;*/
	margin-top:80px;
	width: 400px;	
}

.nav {
	z-index: 100;
	position: absolute;
	margin: 50px 0 0 0 !important;
	/*margin-top: 50px !important;*/
	right: 50px;
}
.navCart{
	margin: 10px 0 0 0 !important;
}
.subnav {
	z-index: 100;
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
}
.subnav ul li {
	background: #f5f5e9;
	width: 150px;
	padding: 15px;
}
p.description {
	font-size: 0.9em;
	line-height: 2em;
}
#footer {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #B4928A;
	width: 830px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 15px;
	height: 18px;
}
#footer ul {
	margin-left: 40px;
}

#footer li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
a, #footer a {
	color: #B4928A;
	text-decoration: none;
	border-bottom: 1px solid #F6F3E8;
}
a:hover, #footer a:hover {
	border-bottom: 1px solid #B4928A;
}
#footer p {
	float: right;
	padding-right: 80px;
	margin: 0px;
}
a.purchaseBtn, a.genericBtn {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	/*letter-spacing: .1em;*/
	border-style: none;
	border-bottom: none;
}
a.purchaseBtn:hover, a.genericBtn:hover{
	border-style: none;
}
a.genericBtn{
	background: #C7B277;
}
a.noBorder{
border-bottom: none;
}
h1 {
	/*margin: 50px 0px 0px;*/
	margin: 0 0 0 0;
	color: #a8a140;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1em;
	padding-top: 10px;
	/*font-weight: normal;*/
}
h3 {
	font: normal 1.25em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.productImage{
	border-top: 1px solid #EFEFEF;
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 10px;
}
