/* 
Title:		Overwrite and home specific styles for homepage
*/

#wrap {
	padding: 50px 70px 70px 70px;
	}
	

/* secondary navigation */

#secondnavhome {
	position: absolute;
	top: 70px;
	width: 808px;
	padding: 0 0 10px 0;
	left: 75px;
	z-index: 98;
}
ul#nav_secondary  {
	float: right;
	width: 600px;
	padding: 8px 8px 0 0;
	}
ul#nav_secondary li {
	float: right;
	margin: 0 6px 0 0;
	background: url(/_images/bg/bg_slash_home.gif) no-repeat 0 2px;
	}
ul#nav_secondary li.first {
	background: none;
	}
ul#nav_secondary li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 10px;
	}
	
ul#nav_secondary li a:hover {
	color: #b96816;
}

/* main styles 
--------------------------------------------- */

#mainphoto {
	float: left;
	width: 800px;
	height: 378px;
	background: #ffffff url(/_images/home/bg_mainphoto.jpg) top repeat-x;
}

#slideshow1 {
	float: left;
	width: 572px;
}

.pics { width: 572px; height: 378px; overflow: hidden; }
.pics img { width: 572px; height: 378px; top:0; left:0; }

img#estguide {
	position: absolute;
	top: 146px;
	left: 590px;
	z-index: 99;
}
#logos {
	float: right;
	padding-top: 54px;
	width: 220px;
}
#logos img {
	clear: right;
	float: right;
	padding-bottom: 25px;
}
img#belgard {
	padding-right: 26px;
}
img#masonry {
	padding-right: 26px;
}
img#srw {
	padding-right: 26px;
}



/* home navigation */

#homenav_outer {
	float: left;
	width: 800px;
	background: url(/_images/home/bg_nav.jpg) top repeat-x;
}
#homenav {
	}
#homenav ul {
	padding-top: 0;
	float: left;
	background: url(/_images/home/bg_nav_left.jpg) left top no-repeat;
	}
#homenav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url(/_images/home/nav_div.gif) no-repeat 0 5px;
	}
#homenav ul li.dbl {
	background: url(/_images/home/nav_div_dbl.gif) no-repeat 0 5px;
	padding-left: 6px;
}
#homenav ul li.first {
	background: none;
}
#homenav ul li a {
	display: block;
	padding: 13px 12px 11px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	}
#homenav ul li a:hover {
	background: url(/_images/home/bg_nav_o.jpg) repeat-x;
	z-index: -1;
}
#search {
	float: right;
	height: 41px;
	padding: 0 15px 0 0;
	background: url(/_images/home/bg_nav_right.jpg) no-repeat right;
	width: 262px;
}
.searchForm div {
	height: 31px;
width: 247px;
text-align: right;
float: right;
	background: url(/_images/home/nav_div.gif) no-repeat 0 5px;
padding-left: 20px;
padding-top: 10px;
position: relative;

}
.searchForm div input#searchtextbox {
width: 160px;
position: absolute;
left: 20px; top: 10px;
padding: 2px;
}

img#searchbtn {
	float: right;
	padding-right: 10px;
	}


/* gray area */

#graybox {
	float: left;
	width: 800px;
	height: 252px;
	background: #999999;
}
img#missionstmt {
	float: left;
}
img#showroomtour {
	float: right;
}
img#projecthighlight {
	float: right;
}

/* footer */
#footer {
	background: none;
	width: 800px;
	margin: 0;
}

	
