/* --------------------

@import 'screen.css' screen;
@import 'print.css' print;

Gold	#c3b48b
Gold 2	#ab944f
Grey	#555
Grey 2	#333

----------------------- */


.hideText {
	display: none;
}

.clear {
	clear: both;
}

/* -------------------- */


body {
	background: #ede8dc url(../images/bkgd-belmont.jpg) no-repeat;
	text-align: center;
	font: normal normal normal 11px/14px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #555;
	}

#container {
	width: 960px;
	margin: auto;
	}


/* ---------- HEADER/LOGO ---------- */


#header {
	height: 330px;
	background: url(../images/headerHouse.jpg) no-repeat top left;
	position: relative;
	}

h1.logo {
	height: 70px;
	width: 320px;
	background: url(../images/belmont_logo-320.jpg) no-repeat top center;
	margin: 0px auto 28px;
	}

h2.logo a {
	height: 35px;
	width: 160px;
	background: url(../images/belmont_logo-160.jpg) no-repeat top center;
	margin: 14px auto 14px;
	display: block;
	}


/* ---------- MAIN NAV ---------- */


ul#mainNav {
	position: absolute;
	bottom: 0px;
	}

#mainNav li {
	display: inline;
	}

#mainNav a {
	width: 240px;
	height: 45px;
	background: no-repeat 0 0px;
	float: left;
	}
#mainNav a.plat {
	background-image: url(../images/mainNav-plat.jpg);}
#mainNav a.price {
	background-image: url(../images/mainNav-price.jpg);}
#mainNav a.gallery {
	background-image: url(../images/mainNav-gallery.jpg);}
#mainNav a.return {
	background-image: url(../images/mainNav-return.jpg);
	}

#mainNav a:hover {
	background-position: 0 -45px;
	}

body#plat #mainNav a.plat, body#price #mainNav a.price, body#gallery #mainNav a.gallery {
	background-position: 0 -45px;}


/* ---------- CONTENT ---------- */


#content {
	background: white url(../images/contentBottom.png) no-repeat bottom;
	margin: 0px auto 25px;
	padding: 25px 0px 25px 0px;
	position: relative;
	overflow: hidden;
	}

#content h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#content h1 {
	font-size: 36px;
	line-height: 56px;
	}

#content h2 {
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	}

#content h3 {
	font-weight: bold;
	font-style: italic;
	}

#content p {}

#content a {
	text-decoration: none;
	color: #ab944f;
	}

#content a:hover {
	color: #c3b48b;
	}

#content ul.offers {
	width: 60%;
	margin: 0px auto 28px;
	}

#content ul.offers li {
	margin: 14px 0px;
	}

#content strong.phone {
	font: italic normal bold 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #333;
	}

/* ---------- PRICE SHEET ---------- */


#price dl {
	width: 400px;
	text-align: left;
	margin: 0px auto 0px;
	overflow: hidden;
	}

#price span.left {
	width: 195px;
	margin: 0px 5px 0px 0px;
	float: left;
	}

#price span.right {
	width: 195px;
	margin: 0px 0px 0px 5px;
	float: left;
	}

#price dt {
	width: 50px;
	float: left;
	padding: .5em;
	border-top: 1px solid #eee;
	}

#price dd {
	width: 400px;
	padding: .5em;
	border-top: 1px solid #eee;
	}

#price dd.sold {
	color: #c3b48b;
	}

/* ---------- PHOTO GALLERY ---------- */

body#gallery div#content {
	width: 800;
	padding: 28px;
	text-align: center;
	}

body#gallery div#content img {
	margin: 5px;
	padding: 1px;
	border: 1px solid #ab944f;
	}

body#gallery div#content img:hover {
	border: 1px solid black;
	}

#wenrickLogo {}

/* ---------- FOOTER ---------- */


#footer {
	padding: 0px 0px 25px 0px;
	}

ul#footer {}

#footer li {
	display: inline;
	margin: 0px 0.7em;
	}

#footer a {
	color: #aa934f;
	text-decoration: none;
	}

#footer a:hover {
	color: white;
	}

#footer h6.copyright {}
