@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, img, form {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	text-align: center;
	background: #45321b;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	margin: 0 auto;
	background: url(images/bg.gif) repeat-y left top;
	width: 660px;
	text-align: left;
	}

body#gallery #wrapper {
	background: url(images/bg_gal.gif) repeat-y left top;
	}

a.header {
	height: 100px;
	width: 620px;
	margin: 0 20px;
	display: block;
	overflow: hidden;
	}
	
a.header h1, 
a.header h2 {
	display: none;
	}
	
ul#nav {
	background: url(images/nav.gif) no-repeat left top;
	height: 50px;
	margin: 0 10px 0 20px;
	border-bottom: 10px solid #e0d6af;
	}
	
ul#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#nav li a {
	float: left;
	height: 50px;
	background-position: left top;
	}
	
ul#nav li.n_home a {
	background-image: url(images/n_home-73.gif);
	width: 73px;
	}

ul#nav li.n_construction a {
	background-image: url(images/n_construction-129.gif);
	width: 129px;
	}
	
ul#nav li.n_gallery a {
	background-image: url(images/n_gallery-84.gif);
	width: 84px;
	}	
	
ul#nav li.n_testimonials a {
	background-image: url(images/n_testimonials-127.gif);
	width: 127px;
	}

ul#nav li.n_about a {
	background-image: url(images/n_about-97.gif);
	width: 97px;
	}
	
ul#nav li.n_contact a {
	background-image: url(images/n_contact-110.gif);
	width: 110px;
	}
	
ul#nav li a:hover,
ul#nav li a.on {
	background-position: left bottom;
	}

ul#nav li a span {
	display: none;
	}	

#content {
	float: left;
	padding: 10px 0 5px 20px;
	width: 410px;
	background: url(images/content.gif) no-repeat right top;
	}

body#gallery #content {
	float: none;
	width: 640px;
	background: url(images/content_gal.gif) no-repeat 20px top;
	}

h3 {
	height: 30px;
	background: no-repeat left top;
	}

h3 span {
	display: none;
	}
	
h3.h3_welcome { background-image: url(images/h3_welcome.gif); }
h3.h3_properties { background-image: url(images/h3_properties.gif); }
h3.h3_testimonials { background-image: url(images/h3_testimonials.gif); }
h3.h3_construction { background-image: url(images/h3_construction.gif); }
h3.h3_gallery { background-image: url(images/h3_gallery.gif); }
h3.h3_gallerys { background-image: url(images/h3_gallerys.gif); }
h3.h3_about { background-image: url(images/h3_about.gif); }
h3.h3_contact { background-image: url(images/h3_contact.gif); }
h3.h3_contacts { background-image: url(images/h3_contacts.jpg); }

h4 {
	font: bold 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #45321b;
	margin: 0 15px 10px;
	}
	
h5 {
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #45321b;
	margin: 0 15px 3px;
	}

p,
#content ul,
#content ol {
	font: normal 13px/19px Georgia, "Times New Roman", Times, serif;
	margin: 0 15px 10px;
	}

#gallery #content p {
	margin-right: 35px;
	}
	
#content li {
	margin: 0 25px;
	}

#content a {
	color: #60800a;
	}

.address {
	text-align: center;
	padding: 5px 0 0;
	}

#sidebar {
	float: right;
	width: 200px;
	padding: 10px 20px 5px 0;
	background: url(images/sidebar.gif) no-repeat left top;
	}
	
#sidebar h4,
#sidebar p {
	color: #fff;
	margin: 0 10px 5px 15px;
	}

#sidebar p {
	font: normal 12px/17px Georgia, "Times New Roman", Times, serif;
	}
	
#sidebar p.more {
	text-align: right;
	font-weight: bold;
	}

#sidebar p a {
	color: #fff;
	}

#content img.left {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	border: 5px solid #e0d6af;
	}

#content img.right {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	border: 5px solid #e0d6af;
	}

#content p img {
	border: 5px solid #e0d6af;
	display: block;
	margin: 0;
	padding: 0;
	}

#content ul.gallery {
	margin: 0 0 0 10px;
	}
	
#content ul.gallery li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#content ul.gallery li a {
	padding: 0 5px 10px;
	float: left;
	width: 190px;
	}
	
#content ul.gallery a img {
	display: block;
	padding: 0;
	border: 5px solid #e0d6af;
	}

#content ul.gallery a:hover img {
	border: 5px solid #bcad71;
	}

#sidebar ul.gallery {
	margin: 0 10px;
	}
	
#sidebar ul.gallery li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul.gallery img {
	display: block;
	margin: 0 0 5px;
	}
	
#feature {
	background: #45321b url(images/feature_footer.gif) no-repeat left bottom;
	text-align: center;
	padding: 0 0 3px;
	margin: 0 0 10px;
	}

#feature h3 {
	background: url(images/feature_header.gif);
	height: 43px;
	}
	
#feature img {
	display: block;
	margin: 0 auto;
	border: none;
	}
		
#footer {
	clear: both;
	height: 27px;
	background: url(images/footer.gif) no-repeat left bottom;
	padding: 13px 0 0;
	}
	
body#gallery #footer {
	background: url(images/footer_gal.gif) no-repeat left bottom;
	}
	
#footer p {
	font: normal 10px/10px Helvetica, Arial, sans-serif;
	padding: 0 35px;
	margin: 0;
	color: #45321b;
	}
	
#footer p a {
	color: #45321b;
	}
	
p.links {
	padding: 15px 0;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	color: #685a48;
	text-align: center;
	}

p.links a {
	color: #685a48;
	margin: 0 3px;
	}