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


/*

DEFAULTS
LAYOUT
UNIVERSAL
NAV
COMMUNITIES
CONTACT FORM
EXPAND
CONTACT
AWARDS
MODEL HOMES
CUSTOM / GALLERY
HOME PLANS EXPAND
*/

/* ----- DEFAULTS ----- */
html, body {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
i, .gone {
	display:none;
}
img {
	border:none;
}
div {
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}
h4 a {
	text-decoration:none;
	color:#FFF;
}
p {
	margin-bottom:15px;
	line-height:1.4em;
}
h1 {
	font-size:2em;
	margin-top:0;
}
	h1 span {
		font-size:.6em;
	}
h2 {
	font-size:1.8em;
}
	h2 span {
		font-size:.8em;
		color:#E9D992;
	}
h3 {
	font-size:1.6em;
}
h4, .col1 h1 {
	font-size:1.4em;
	margin-top:15px;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
hr {
	border: 1px solid #703507;
	height:1px;
}


/* ----- LAYOUT ----- */
body {
	background:#e8d389 url(images/background.png);
	margin:0;
	padding:0;
	font: 13px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color:#FFF;
}
input, textarea, select {
	font: 13px 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
#flourish {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background: url(images/background2.gif) no-repeat center;
	z-index:1;
	height:156px;
}
#main {
	width:980px;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	z-index:2;
}
	.brown, .content {
		background: url(images/trans-brown.png);
		/*background:rgba(123,58,0,.9);*/
	}
	.shadow {
		margin:10px;
	}
#logo, #logo a {
	width:191px;
	height:141px;
}
	#logo {
		background: url(images/logo-rinaldi-homes.png) no-repeat;
		position:absolute;
		z-index:3;
		top:7px;
		left:30px;
	}
	#logo a {	
	display:block;
	}
#slideshow {
	position:relative;
	padding:0;
	height:354px;
}
	#sl-community {
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		z-index:3;
		height:100px;
	}
	#sl-community h4 {
		background: url(images/index-communities.png) no-repeat 10px center;
		height:39px;
		margin:0;
		padding:0;
	}
		#sl-community a {
			display:inline;
		}
		#sl-community a:hover, #sl-community a:active {
			opacity:0.8;filter:alpha(opacity=80)
		}
		
#header {
	overflow:visible;
}

.specialheader {	
	position:relative;
	padding:0;
	height:150px;
	overflow:visible;
}
	#header_modelhomes {
		background: url(images/back-modelhomes.jpg);
	}
	#header_homedesigns {
		background: url(images/back-homedesigns.jpg);
	}
	#header_customhomes {
		background: url(images/back-customhomes.jpg);
	}
	#header_gallery {
		background: url(images/back-gallery.jpg);
	}
	#header_renovations {
		background: url(images/back-renovations.jpg);
	}
	#header_company {
		background: url(images/back-company.jpg);
	}
#innerheadline {	
	position:relative;
	padding:0;
	height:55px;
	overflow:visible;
}
	#banner {
		position:absolute;
		top:0;
		left:0;
		right:0;
		background: url(images/slideshowbanner.png);
		height:55px;
		overflow:visible;
	}
	#innerheadline #banner {
		background: url(images/back-innerheadline.jpg);
	}
		#facebook {
			float:right;
			margin:12px 12px 0 0;
		}
		#facebook a {
			margin-left:10px;
		}
		#facebook a:hover, #facebook a:active {
			opacity:0.5;filter:alpha(opacity=50)
		}
#footer {
	background:#5c2406;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c2406', endColorstr='#361504'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5c2406), to(#361504)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5c2406,  #361504); /* for firefox 3.6+ */
	clear:both;
	color:#FFF;
	height:32px;
	text-align:center;
	padding:10px;
}
	#footer p {
		margin:0;
		padding:0;
	}
	#footer p:first-child {
		margin-bottom:3px;
	}
	#footer span {
		margin: 0 10px;
	}
	#copyright {
		color:#c5bab4;
		font-size:.8em;
	}
	#footer a {
		color:#c5bab4;
	}
#middle {
	margin:10px 0;
}
	#index .content div {
		background:url(images/back-content.png) no-repeat;
		padding:0 0 0 25px;
	}
	#index .content {
		width:655px;
	}
	#inner .content {
		padding:5px;
		margin:10px 0;
	}
	#ads3 {
		float:right;
		width:315px;
	}
		#ads3 img {
			margin:0 10px 7px 10px;
		}
		#ads3 a:first-child img {
			margin-top:10px;
		}
#homepageimg {
	float:right;
	margin:0 0 0 15px;
	border:1px solid #8a4712;
}
.col1, .col2 {
	float:left;
}
.col1 {
	width:200px;
	margin-right:5px;
	float:left;
	padding:5px;
}
.col2 {
	width:750px;
	margin:5px 0 5px 0;
}
.col3 {
	width:256px;
	float:right;
	margin:0 0 10px 10px;
}
.pagecontent {
	padding:5px 10px;
	background:#FFF;
	border:1px solid #5c2406;
}
.getpacking-full {
	border:1px solid #5c2406;
	margin-top:10px;
	display:block;
	width:418px;
	padding:0;
	background:#FFF;
}
.getpacking-full img {
	margin:0;
	padding:0;
}
.pagecontent * {
	color:#501c00;
}
/* ----- HEADERS ----- */
#banner {
	z-index:2;
	border-bottom:1px solid #000;
}
#innerheadline #banner {
	border:none;
}
	#tagline {
		width:342px;
		background: url(images/tagline.png) 0 5px ;
	}
#banner h3 {
	top:12px;
	left:220px;
	position:absolute;
	background-repeat:no-repeat;
	height:50px;
	width:500px;
	margin:0;
	padding:0;
}
	#h_communities {
		background: url(images/h_communities.png);
	}
	#h_courtland {
		background: url(images/h_courtland.png);
	}
	#h_coyle {
		background: url(images/h_coyle.png);
	}
	#h_lock3 {
		background: url(images/h_lock3.png);
	}
	#h_oldmill {
		background: url(images/h_oldmill.png);
	}
	#h_settlement {
		background: url(images/h_settlement.png);
	}
	#h_tetherwood {
		background: url(images/h_tetherwood.png);
	}
	#h_companyprofile {
		background: url(images/h_companyprofile.png);
	}
	#h_renovations {
		background: url(images/h_renovations.png);
	}
	#h_customhomes {
		background: url(images/h_customhomes.png);
	}
	#h_homedesigns {
		background: url(images/h_homedesigns.png);
	}
	#h_modelhomes {
		background: url(images/h_modelhomes.png);
	}
	#h_gallery {
		background: url(images/h_gallery.png);
	}
	#h_gallery {
		background: url(images/h_gallery.png);
	}
		
/* ----- UNIVERSAL ----- */
.clear {
	clear:both;
}
.warn {
	border:1px solid #E5D892;
	padding:5px;
	background:#91591b;
	margin-bottom:10px;
}
	.warn * {
		margin:0;
		padding:0;
	}
.left {
	float:left;
	margin:0 10px 10px 0;
}
.right {
	float:right;
	margin:0 0 10px 10px;
}
.highlight {
	background:#703507;
	padding: 0 10px;
	border:1px solid #000;
}


.b-interested, .b-explore, .b-choose, .b-expert, .b-inspiring {
	width:200px;
	margin-top:10px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position: top center;
}
.b-interested {
	background-image: url(images/b-interested.png);
	height:144px;
}
.b-explore {
	background-image: url(images/b-exploremodels.png);
	height:180px;
}
.b-choose {
	background-image: url(images/b-choose.png);
	height:181px;
}
.b-expert {
	background-image: url(images/b-needexpert.png);
	height:183px;
}
.b-inspiring {
	background-image: url(images/b_inspiring.png);
	height:166px;
}
.h1inner {
	margin-top:0;
	background:#501c00;
	padding:2px 5px;
}

#homepageimg, .shadow, .ads3img {
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.5);
 	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.5);
  	box-shadow:0px 0px 10px rgba(0,0,0,.5);
}
#commslideshow  {
	border:1px solid #5c2406;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
	margin:5px 5px 10px 5px;
}
.homespriced {
	width:252px;
	height:80px;
	padding:9px 0 7px 0;
	font-size:1.8em;
	font-weight:bold;
	line-height:140%;
	color:#e7dab4;
	background: url(images/pricedfrom.png) no-repeat center;
	text-align:center;
}
	.homespriced span {
		font-size:2em;
	}
#commslideshow {
	height:155px;
	width:244px;
}
.fadein {
	width:960px;height:354px;
}
.fadein, #commslideshow{ position:relative;z-index:1; }
.fadein img, #commslideshow img { position:absolute; left:0; top:0; }
.b-expand {
	float:right;
	display:inline-block;
	background:url(images/b-expand.png) no-repeat left center;
	height:27px;
	padding-left:27px;
	line-height:21px;
	text-decoration:none;
	margin-top:10px;
}
.b-expand:link, .b-expand:visited {
	color:#ede2c1;
}
.b-expand:hover, .b-expand:active {
	color:#fff;
}
/* ----- NAV ----- */
#nav {
	height:46px;
	background:#FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ededed); /* for firefox 3.6+ */
}
	#nav ul {
		list-style-type:none;
		margin:0 0 0 210px;
		padding:0;
	}
	#nav li {
		margin:0;
		padding:0;
		display:inline;
	}
		#nav a {
			line-height:46px;
			display:inline-block;
			text-decoration:none;
			color:#63360a;
			padding:0 8px;
			font-weight:bold;
		}
		#nav a:hover, #nav a:active {
			background:#D9CCC1;
		}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:#D9CCC1;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 100%;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url(images/trans-brown2.png);
width: 140px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss div {
	display:none;
}
.anylinkcss li {
	margin:0;
	padding:0;
}
.anylinkcss ul li a{
width: 100%;
display: block;
padding: 6px 3px 6px 10px;
text-decoration: none;
font-size:.9em;
}
.anylinkcss ul li a span {
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
}
.anylinkcss a:link, .anylinkcss a:visited { /*hover background color*/
color: #fff;
}
.anylinkcss a:hover, .anylinkcss a:active { /*hover background color*/
background:rgba(91,35,5,1);
color: #fff;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
display:none;
}

/* ----- COMMUNITIES ----- */
.headline {
	margin-top:0;
	padding-top:0;
}
#communities h3 {
	background:#5c2406;	
	color:#e7dab4;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	font-size:2em;
	margin:0 0 5px 0;
	padding:0;
	border:1px solid #3e1403;
 -moz- box-shadow: 0 0 3px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
  box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#communityhead {
	padding:5px;
	background:#5c2406;	
	overflow:hidden;
	display:block;
	text-decoration:none;
	border:1px solid #3e1403;
 -moz- box-shadow: 0 0 3px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
  box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#communityhead2 {
	border:3px solid #5c2406;
	background:#FFF;
	text-align:center;
	overflow:hidden;
	display:block;
	padding:2px;
	border:1px solid #3e1403;
 -moz- box-shadow: 0 0 3px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
  box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#communityhead h4 {
	color:#e7dab4;
	display:block;
	font-size:1em;
}
.ch-tetherwood {
	text-align:center;
}
.ch-lock3{	
	margin:30px 0 0 0;
}
.ch-coyle {	
	margin:5px 0 0 0;
}
.ch-oldmill {	
	margin:20px 0 0 0;
}
.ch-courtland {	
	margin:5px 0 0 0;
	line-height:120%;
}
#communityhead img {
	margin-right:5px;
	float:left;
}
#communityhead h4 span {
	text-transform:uppercase;
	font-size:1.2em;
}
#communities ul, #communities li, #community, #community li {
	margin:0;
	padding:0;
	list-style-type:none;
}
	#communities a, #tabs a {
		line-height:100%;
		position:relative;
		margin-top:4px;
		display:block;
		font-size:1.1em;
		text-decoration:none;
		color:#63360a;
	}
	#communities a {
		padding:9px 5px 0 83px;
		height:47px;
	}
	#communities a:link, #communities a:visited, #tabs a:link, #tabs a:visited {
		background: url(/images/communities1.png) no-repeat;
	}
	#communities a:hover, #communities a:active, #tabs a:hover, #tabs a:visited {
		background: url(/images/communities2.png) no-repeat;
	}
	#comm-lock3 a, #comm-oldmill a {
		padding-top:15px;
		height:41px;
	}
	#communities a span {
		display:block;
		height:17px;
		line-height:17px;
		font-size:.8em;
		display:inline-block;
		position:absolute;
		bottom:0;
		right:0;
		background:url(images/back-communitiesspan.png) no-repeat;
		color:#a64002;
		padding:0 5px 0 10px;
	}
	#communities div {
		width:78px;
		height:57px;
		position:absolute;
		top:0;
		left:0;
		background-position:center;
	}
	#comm-lock3 div {
		background-image: url(images/comm-lock3.png);
	}
	#comm-courtland div {
		background-image: url(images/comm-courtland.png);
	}
	#comm-settlement div {
		background-image: url(images/comm-settlement.png);
	}
	#comm-oldmill div {
		background-image: url(images/comm-oldmill.png);
	}
	#comm-coyle div {
		background-image: url(images/comm-coyle.png);
	}
	#comm-tetherwood div {
		background-image: url(images/comm-tetherwood.png);
	}
	
	
.tabs a {
	width:170px;
	line-height:29px;
	text-align:center;
	display:block;
	font-size:1.3em;
	text-decoration:none;
	color:#63360a;
	float:left;
}
	.tabs a:link, .tabs a:visited {
		background: url(images/b-tab.png) no-repeat;
	}
	.tabs a:hover, .tabs a:active {
		background: url(images/b-tab2.png) no-repeat;
	}
#community {
	margin:5px 0 10px 0;
}
	#community a, .b-big, .b-big2 {
		width:190px;
		height:39px;
		line-height:39px;
		display:block;
		font-size:1.3em;
		text-decoration:none;
		padding:0 0 0 12px;
		color:#63360a;
	}
	.b-big2 {
		width:260px;
	}
	.b-big, .b-big2 {
		padding:0 6px;
		text-align:center;
		cursor:pointer;
	}
	#community a:link, #community a:visited, .b-big:link , .b-big:visited {
		background: url(images/b-comm1.png) no-repeat;
	}
	#community a:hover, #community a:active, .b-big:hover, .b-big:active {
		background: url(images/b-comm2.png) no-repeat;
	}
	.b-big2:link , .b-big2:visited {
		background: url(images/b-big.png) no-repeat;
	}
	.b-big2:hover, .b-big2:active {
		background: url(images/b-big2.png) no-repeat;
	}	
	.current {
		font-style:italic;
		text-shadow:1px 1px 2px #bbb;
	}
input.b-big {
	border:none;
	background: url(images/b-comm1.png) no-repeat;
	width:202px;
}
	

#map_canvas, .walkscore, #map {
	width:748px;
	border:1px solid #5c2406;
	height:540px;
	margin-bottom:5px;
}
.walkscore {
	background:#FFF;
}
#map_canvas *, #map * {	
	overflow:visible;
}
	#map_canvas * {
		color:#63360a;
		margin:0;
		padding:0;
	}
#expand {
	background:#FFF;
}
/* ----- COMMUNITIES ----- */	
.bpdf {
	width:64px;
	height:65px;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:5px;
}
	.bpdf:hover, .bpdf:active {
		opacity:0.8;filter:alpha(opacity=80)
	}
.pl {
	background-image: url(images/b-price-list.png);
}
.pl-town {
	background-image: url(images/b-price-list-townhome.png);
}
.pl40{
	background-image: url(images/b-price-list-40.png);
}
.pl50 {
	background-image: url(images/b-price-list-50.png);
}
.lp {
	background-image: url(images/b-lot-premiums.png);
}
.lp40 {
	background-image: url(images/b-lot-premiums-40.png);
}
.lp50 {
	background-image: url(images/b-lot-premiums-50.png);
}
.lf {
	background-image: url(images/b-luxury-features.png);
}
.lf40 {
	background-image: url(images/b-luxury-features-40.png);
}
.lf50 {
	background-image: url(images/b-luxury-features-50.png);
}
.lf-town {
	background-image: url(images/b-luxury-features-townhome.png);
}
.bro {
	background-image: url(images/b-community-brochure.png);
}
.pdf {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	line-height:95%;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	height:60px;
	width:56px;
	padding:51px 18px 0 18px;
	overflow:hidden;
}
.pdf:link, .pdf:visited {
	color:#63360a;
}
.pdf:link, .pdf:visited {
	color:#000;
}


#photos {
	background:#703507;
	clear:both;
	padding:5px;
	margin:20px 5px 0 0;
	clear:both;
}
	#photos h2 {
		margin:2px 0 10px 5px;
		background: url(images/h_photos.png) no-repeat;
		line-height:42px;
		padding-left:60px;
		clear:both;
	}
	#photos a, .inv-images a {
		padding:3px;
		display:inline-block;
	}
	#photos a {	
		height:98px;
		margin:0 0 10px 5px;
	}
	.inv-images a {
		height:40px;
		margin:0 0 3px 2px;
	}
	#photos a img, .inv-images a img {
		margin:0;
		padding:0;
	}
	#photos a:hover, #photos a:active, .inv-images a:hover, .inv-images a:active {
		background:#ddac05;
	}
#tabs {
	float:right;
	margin:30px 5px 0 0;
}
#tabs a {
	display:inline-block;
	width:100px;
	padding:5px;
	margin:0 0 0 10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align:center;
}
	.active {
	font-weight:bold;
	}
	
/* ------- CONTACT ------- */
.facebook {
	background:#FFF;
	width:418px;
	margin-top:10px;
	border:1px solid #5c2406;
}
#contactinfo td {
	vertical-align:top;
	width:150px;
}
#contactinfo strong {
	font-size:1.2em;
}
#contactmap {
	margin-top:10px;
	width:417px;
	height:500px;
	border:1px solid #3E1403;
}
.contactcol3 {
	width:320px;
	float:right;
	margin-left:10px;
}
.contactform {
	background:#5C2406;
	padding:10px;
	font-weight:bold;
	margin-bottom:10px;
}
	.contactform table {
		float:right;
		margin-right:3px;
	}
	.contactform tr td:first-child {
		text-align:right;
		padding-right:10px;
	}
	.contactform td {
		padding-bottom:5px;
	}
	.contactform table input, .contactform textarea {
		width:190px;
	}
	.contactform textarea {
		height:200px;
	}
	.contactform h3 {
		margin:0 0 10px 0;
		padding:0 0 5px 0;
		text-align:center;
		border-bottom:1px solid #FFF;
		line-height:120%;
		
	}
		.contactform h3 strong {
			display:block;
			font-size:1.4em;
		}
.formsubmit {
	margin-top:10px;
	clear:both;
}
	.formsubmit span {
		float:left;
		font-size:.8em;
		font-style:italic;
	}
	.formsubmit input {
		float:right;
	}
.googlemap {
	width:318px;
	height:350px;
	border:1px solid #5c2406;
	margin-bottom:10px;
}
/* ----- EXPAND ------ */
#expand, #expand-page {	
	width:100%;
	height:100%;
}
#expand-page {
	margin:10px auto;
}
#expand h1 {
	color:#854709;
	margin:0 0 0 10px;
	padding:0;
}
#expand #map_canvas {
	width:100%;
	height:90%;
}
.b-reset, .b-back {
	display:inline-block;
	float:right;
	width:60px;
	height:29px;
	line-height:26px;
	color:#854709;
	padding-left:22px;
	text-decoration:none;
	margin-left:5px;
}
	.b-reset {
		background:url(images/b-reset.png) no-repeat;
	}
	.b-back {
		background:url(images/b-back.png) no-repeat;
	}
	
/* -------- AWARDS ------- */
.awards {
	border-bottom:1px solid #703507;
	padding:5px 10px;
	margin:0 0 5px 0;
}
.noborder {
	border:none;
}
	.awards h3 {
		margin-top:0;
	}
	.awards img {
		float:left;
		margin:5px 15px 5px 5px;
		border:1px solid #000;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
 	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
  	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	}
	.awards div {
		float:left;
		display:inline-block;
		max-width:500px;
	}
	#partners .awards div:first-child {
		width:120px;
	}
	#partners  .awards img {
		padding:5px;
		background:#FFF;
	}
/* ------ MODEL / INVENTORY HOMES ------ */
.model {
	background: #FFF url(images/model-homes-back.gif) repeat-y;
}
.inventory {
	background: #FFF;
}
.inventory, .model {
	padding:5px;
	border:1px solid #000;
	margin-bottom:20px;
}
	.model h2, .model h3, .model p, .inventory h2, .inventory h3, .inventory p {
		margin:0;
		padding:0;
		line-height:100%;
	}
	.model div, .inventory div {
		float:left;
	}
.model1 {
	width:133px;
	text-align:center;
	padding:20px 0;
	display:block;
	float:left;
	text-decoration:none;
	color:#FFF;
}
	.model1 h2 {
		font-size:1em;
		margin-top:10px;
	}
.model2 {
	text-align:center;
	padding:5px 10px;
}
  .model2 h2 {
	  color:#501c00;
  }
  .model2 img {
	  margin:5px;
	 border:1px solid #000;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
 	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
  	box-shadow:0px 0px 5px rgba(0,0,0,.5);
  }
.model3 {
	width:320px;
}
.inventory .model3 {
	width:450px;
}
.model h3, .inventory h3 {
	padding: 5px;
	color:#dda134;
	font-size:1.2em;
	margin-top:5px;
}
.construction {
	background:#511d00;
}
.model p, .inventory p {
	font-size:1.4em;
	color:#501c00;
}
.model td, .inventory td {
	color:#501c00;
	font-size:1.2em;
}
.model p, .model table, .inventory p, .inventory table {
	margin-left:20px;
}
	.mtd1 {
		text-align:right;
		padding-right:5px;
		color:#7b3a00;
		font-weight:bold;
	}
.model3 a, .model4 {
	float:right;
}
.model4 {
	width:154px;
	padding-top:5px;
}
.inventory {
	position:relative;
}
.inv-images {
	position:absolute;
	right:0;
	bottom:0;
	width:210px;
	height:100px;
	padding:12px 0 12px 8px;
	background-color:#703507;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-o-border-top-left-radius:20px;
	border-top-left-radius:20px;
}
	.inv-images a {
		float:none;
	}
	.inv-images img{
		height:40px;
		width:40px;
	}
	.inv1 {
		width:110px;float:left;
	}
	.inv2 {
		width:150px;float:left;
	}
/* --------- CUSTOM / GALLERY ------ */ 
.custom {
overflow:hidden;
margin:0 auto;
text-align:center;
}
	.custom img {
	margin:0 5px 10px 5px;
	padding:0;
	}
	.custom hr {
		margin:30px 0;
	}
/* ----- HOME PLANS ----- */
#homedesigns h1 {
	text-align:center;
	margin:10px 0 0 0;
}
.homeplan {	
	background: url(images/back-shadow.jpg) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}
.hp-image {
	width:128px;
	float:left;
}
	.hp-image img {
		margin:5px;
		border:1px solid #000;
		-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
		-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
		box-shadow:0px 0px 5px rgba(0,0,0,.5);
		width:116px;
		height:75px;
	}
.hp-details {
	float:left;
	width:590px;
	padding-left:10px;
}
	.hp-details p {
		margin:0;
		padding:0;
	}
	.hp-details h3 {
		border-bottom:1px solid #cebaa1;
		margin-top:0;
		display:block;
		padding-left:5px;
	}
	.hp-details strong {
		font-weight:bold;
		font-size:1.4em;
	}
	.hp-details h3 a {
		text-decoration:none;
		display:block;
	}
		.hp-details a:hover, .hp-details a:active {
			background:#cebaa1;
		}
	.hp-st, .hp-el, .hp-lo {
		float:left;
	}
	.hp-st {
		width:265px;
		padding-left:5px;
	}
	.hp-el {
		width:160px;
		margin-left:5px;
		text-align:right;
	}
	.hp-lo {
		width:140px;
		margin-left:5px;
	}
		.hp-el img {
			vertical-align:top;
			margin:0 2px 2px 0;
		}
		.hp-lo strong {
			vertical-align:top;
		}
/* ----- HOME PLANS EXPAND ----- */
#expandhome {
	margin-top:16px;
}
#homeimages {
	float:left;
	width:430px;
	margin-right:10px;
}
	#homeimages img {
		margin:5px;
		border:1px solid #000;
		-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
		-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
		box-shadow:0px 0px 5px rgba(0,0,0,.5);
	}
#homeimages a {
	position:relative;
	text-decoration:none;
	display:inline-block;
	overflow:hidden;
}
	#homeimages a span, .galleryimages a span {
		display:block;
		position:absolute;
		background: url(images/slideshowbanner.png);
		left:6px;
		right:6px;
		bottom:10px;
		padding:3px 10px 5px 10px;
		border-top:1px solid #000;
		color:#FFF;
	}
	.mainimg {
		width:418px;
	}
	.secondaryimg {
		width:202px;
	}
	.galleryimages img{
		width:132px;
		height:98px;
	}
#expandhome h3 {
	margin-top:0;
}
#expandhome p {
	margin:0 0 5px 20px;
}
.expandbuttons {
	margin:10px 0;
}
	.expandbuttons h4 {
		margin:3px 0;
		display:inline-block;
	}

