/* =========================================================
	site classes
*/
#pageHolder {
	width: 850px;
	margin: 10px auto;
	position: relative;
}


/* =========================================================
	page banner classes
*/
div.pageBanner {
	height: 177px;
	background: #ddb14e url(../images/banner-background.png) repeat-x;
}

div.footerBanner {
	height: 177px;
	background: #ddb14e url(../images/footerbanner-background.png) repeat-x;
	border-top: 9px solid #8e0610;
}

/* =========================================================
	page classes
*/
#pageContent {
	background: #fff;
	}

#subContent {
	padding: 25px;
}

/* =========================================================
	footer item classes
*/
#siteFooter {
	background: url(../images/footer-background.png) no-repeat bottom #fff;
	height: 16px;
	text-align: center;
	padding: 10px 0;
}
#siteFooter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#siteFooter ul li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 12px;	
}

#siteNav {
	margin: 10px 0;
	padding: 0;
	float: right;
	list-style: none;
}
#siteNav li {
	font-size: 1.1em;
	font-weight: bold;
	width: 132px;
	text-align: right;
	padding: 11px 5px 9px 0px;
}
#siteNav li.home {
	background: url(../images/button-home.png) no-repeat;
}
#siteNav li.howitworks {
	background: url(../images/button-howitworks.png) no-repeat;
}
#siteNav li.whatwebuy {
	background: url(../images/button-whatwebuy.png) no-repeat;
}
#siteNav li.testimonials {
	background: url(../images/button-testimonials.png) no-repeat;
}
#siteNav li.track {
	background: url(../images/button-track.png) no-repeat;
}

#goldprice {
	margin: 10px 0;
}
#goldprice h4 {
	text-align: left;
	font-size: 1.1em !important;
	margin: 0 0 5px 0;	
}
#goldprice p {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em !important;
	margin: 5px 0 5px 0 !important;	
}

