body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: georgia, garamound, serif;
	margin: 0;
	padding: 0;
}

/* Shadow */

.shadow {
	-moz-box-shadow: 5px 5px 10px #222;
	-webkit-box-shadow: 5px 5px 10px #222;
}

/* Links */
a {
	color: #95502C;
	outline: none;
}

/* Button */

a.button {
	border-radius: 20px;
	color: #d2c49f;
	display: block;
	font-size: 12px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

a.button {
	background-image: -moz-linear-gradient(top, #95502c, #161719); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #95502c),color-stop(1, #161719)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95502c', endColorstr='#161719'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95502c', endColorstr='#161719')"; /* IE8 */
}

/* Paragraph */

p {
	clear: both;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	margin-top: 10px;
}

/* Wrapper */

div.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Auxilary */
ul#auxilary_nav {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 15px;
}

ul#auxilary_nav li {
	float: left;
}

/* Header */

div#header_wrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 135px;
	width: 100%;
}

div#header {
	clear: both;
	height: 135px;
}

/* Logo */
a#logo {
	float: left;
}

a#logo img {
	border: 0;
}

/* Navigation */

ul#nav {
	background-color: #d2c49f;
	border: 10px solid #4c5660;
	border-radius: 40px;
	float: right;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	margin: 0;
	margin-top: 37px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

ul#nav li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

ul#nav li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav li a:hover {
	color: #4c5660;
}

ul#nav li.active a {
	color: #4c5660;
	font-weight: bold;
}

/* Bar */

div#bar {
	background-image: url(../images/bar_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 50px;
	width: 100%;
}

/* Body */

div#body_wrapper {
	background-image: -moz-linear-gradient(top, #c6b182, #ffffff); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c6b182),color-stop(1, #ffffff)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c6b182', endColorstr='#ffffff'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c6b182', endColorstr='#ffffff')"; /* IE8 */
}

div#body_wrapper {
	float: left;
	padding-bottom: 80px;
	padding-top: 30px;
	width: 100%;
}

div#body {
	
}

div#body .image {
	border: 3px solid #000;
}

div.left {
	float: left;
	width: 310px;
}

div.left p {
	margin-top: 20px;
	text-align: center;
	width: 200px;
}

div.right {
	float: right;
	width: 560px;
}

div.right h1 {
	clear: both;
	color: #95502c;
	font-size: 30px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
}

div.right h3 {
	clear: both;
	color: #95502c;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}

/* Floorplan Thumbs */

ul#fp_thumbs {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

ul#fp_thumbs li {
	border: 3px solid #000;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul#fp_thumbs li.clear {
	clear: both;
}

ul#fp_thumbs li div {
	
}

ul#fp_thumbs li a {
	color: #d2c49f;
	text-decoration: none;
}

ul#fp_thumbs li a span {
	display: block;
	font-size: 11px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 85px;
}

ul#fp_thumbs li a span {
	background-image: -moz-linear-gradient(top, #95502c, #161719); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #95502c),color-stop(1, #161719)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95502c', endColorstr='#161719'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95502c', endColorstr='#161719')"; /* IE8 */
}

ul#fp_thumbs li.diamond {
	border: 0;
	left: -155px;
	position: relative;
	top: -52px;
	z-index: 10;
}

ul#fp_thumbs li.diamond a {
	background-image: url(../images/diamond.png);
	background-repeat: no-repeat;
	color: #d2c49f;
	display: block;
	font-size: 10px;
	height: 97px;
	line-height: 97px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 98px;
}

ul#fp_thumbs li img {
	border: 0;
	display: block;
}


/* Bottom Bar */

div#bottom_bar {
	background-image: url(../images/bottom_bar_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 15px;
	width: 100%;
}

ul#bottom_nav {
	float: right;
	list-style-type: none;
	margin: 0;
	margin-top: -42px;
	margin-right: 100px;
	padding: 0;
}

ul#bottom_nav li {
	float: left;
	margin-left: 40px;
}


ul#bottom_nav li a {
	background-image: url(../images/diamond.png);
	background-repeat: no-repeat;
	color: #d2c49f;
	display: block;
	font-size: 11px;
	height: 97px;
	line-height: 97px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 98px;
}

/* Footer */

div#footer_wrapper {
	
}

ul#footer {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-top: -30px;
	padding: 0;
	padding-bottom: 30px;
	width: 960px;
}

ul#footer li {
	color: #d2c49f;
	float: left;
	margin-right: 20px;
}

ul#footer li a {
	color: #d2c49f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#footer li a:hover {
	text-decoration: underline;
}

ul#footer li#eoh_logo {
	float: right;
}

/* Inventory Table */

table.inventory {
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}

table.inventory th {
	background-color: #95502c;
	border: 1px solid #95502c;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

table.inventory td {
	background-color: #fff;
	border: 1px solid #666;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
}

/* Floorplans */

div.floorplan_left {
	float: left;
	width: 225px;
}

div.floorplan_left h2 {
	font-size: 16px;
	margin-top: 0px;
}

div.floorplan_right {
	float: right;
	width: 300px;
}

div.floorplan_right img {
	width: 300px;
}

/* Gallery */

a.gallery {
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}