@import url("styles.css");

#container {background-color:#E7DBCF;}


#banner {background:url(../breckenridge-manor/images/bg_banner_man.jpg) no-repeat top 350px;}

/* Main banner setting are in styles.css */
body#man-location #banner h2 {background:url(../breckenridge-manor/images/banner_location.png) no-repeat;}
body#man-siteplan #banner h2 {background:url(../breckenridge-manor/images/banner_siteplan.png) no-repeat;}
body#man-pricing #banner h2 {background:url(../breckenridge-manor/images/banner_pricing.png) no-repeat;}
body#man-ownersdec #banner h2 {background:url(../breckenridge-manor/images/banner_owndec.png) no-repeat;}
body#man-gallery #banner h2 {background:url(../breckenridge-manor/images/banner_gallery.png) no-repeat;}
body#man-index #banner h2 {background:url(../breckenridge-manor/images/banner_index.png) no-repeat;}

#banner p#xlink {background-color:#22406A;}
#banner p#xlink a {background:url(../breckenridge-manor/images/xlink_est.png) no-repeat;}



body#man-location #content {
	padding:30px;
	float:left;
	clear:left;
	width:190px;
}



/* Main table settings are in styles.css */
table#pricing {
	border-right:solid 1px #22406A;
	border-left:solid 1px #22406A;
}
table#pricing th {
	background-color:#22406A;
	border-bottom:solid 2px #FFF;
}
table#pricing tr td {
	border-bottom:solid 1px #22406A;
	background-color:#BCB1A7;
}
table#pricing tr.odd td {
	background-color:#FFF;
}

/* PHOTO GALLERY */

div.pic {
	float:left;
	height:130px;
	width:130px;
	padding:15px;
	margin:5px 10px;
	background:url(../breckenridge-manor/images/slide_ls.png) no-repeat center;
}
div.pt {background-image: url(../breckenridge-manor/images/slide_pt.png);}
div.pic img {
	border:1px solid;
	border-color: #444 #AAA #AAA #444;
}
div.ls img {
	height: 96px;
	width: 128px;
	margin: 16px 0;
}
div.pt img {
	height: 128px;
	width: 96px;
	margin: 0 16px;
}

div.photo {
	margin:0 auto;
	width:640px;
	text-align:center;
}
div.photo img {
	border:8px solid #FFF;
}

