/*
* =============================================================================
* HEADER
* =============================================================================
*/
div#header
{
	padding: 50px 0 0 0;
	text-align: center;
}
div#header a.root
{
	color: #d8c7a9;
	display: block;
	margin: 0 auto;
	width: 138px;
}
div#header a.root img
{
	display: block;
	margin-bottom: 11px;
}

/*
* MAIN MENU
* -----------------------------------------------------------------------------
*/
div#header ul#mainMenu
{
	display: table;
	font-size: 10pt;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
div#header ul#mainMenu li
{
	background: url('../img/diamond.gif') center right no-repeat;
	display: table-cell;
	margin: 0;
}
div#header ul#mainMenu li.last
{
	background: none;
}
div#header ul#mainMenu li a
{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #D8C7A9;

}
div#header ul#mainMenu li a:hover
{
	text-decoration: underline;
}
div#header ul#mainMenu li a#home
{
	width: 90px;  /*136*/ 
}
div#header ul#mainMenu li a#restore-your-home
{
	width: 157px;  /*171*/
	margin-left:0px;
}
div#header ul#mainMenu li a#for-sale
{
	width: 142px;   /*171*/
	margin-left:0px;
}
div#header ul#mainMenu li a#unique-process
{
	width: 136px;   /*186*/
	margin-left:0px;
}
div#header ul#mainMenu li a#past-projects
{
	width: 123px;   /*161*/
	margin-left:0px;
}
div#header ul#mainMenu li a#about-us
{
	width: 90px;  /*146*/
	margin-left:0px;
}
div#header ul#mainMenu li.on a
{
	background: url('../img/mainmenu-on.gif') center center no-repeat;
	color: #669999; /*#55938e;*/
}


/*
* =============================================================================
* FOOTER
* =============================================================================
*/
div#footer
{
	font-size: 8pt;
	padding: 18px 0;
	position: absolute; bottom: 0; left: 0;
	text-align: center;
	width: 800px;
}
div#footer a
{
	color: #d8c7a9;
}


/*
* =============================================================================
* BODY
* =============================================================================
*/
div#body
{
	margin-top: 15px;
}
div#body div.container
{
	margin: 0 50px;
	position: relative;
	zoom: 1;
}
div#body ul.menu
{
	color: #91b8b5;
}
div#body ul.menu li
{
	margin: 0.4em 0;
}

/*
* PAGE SPECIFIC
* -----------------------------------------------------------------------------
*/
body.home div#intro {
	background: #004d43;
	position: absolute;
	top: 0;
	right: 0;
	left: 240px;
	padding: 2px;
  z-index: 100;
  
}
body.home div#intro h1
{
	background: url('../img/home/h1-passionate-restoration.gif') no-repeat top left;
	text-indent: -9999px;
}

body.for-sale div#wrapper
{
	background-image: url('../img/for-sale/bg.gif');
	background-repeat: no-repeat;
}
body.for-sale .intro
{
	float: left;
	width: 320px;
}
body.for-sale .map
{
	float: right;
	width: 340px;
}
body.for-sale .overview
{
	margin: 0 0 0 362px;
}
body.for-sale h1
{
	background: url('../img/for-sale/h1-for-sale.gif') no-repeat top left;
	text-indent: -9999px;
}


body.restore-your-home div#wrapper
{
	background-image: url('../img/restore-your-home/bg.gif');
	background-repeat: no-repeat;
}
body.restore-your-home .intro
{
  float:left;
	width:343px;
}
body.restore-your-home h1
{
	background: url('../img/restore-your-home/h1-give-your-home.gif') no-repeat top left;
	text-indent: -9999px;
	margin-left:-9px;
	margin-top: -2px;
	padding-bottom:12px;
}
body.restore-your-home div.show {
margin-top:18px;
}

body.unique-process h1
{
	background: url('../img/unique-process/h1-our-unique-6-stage-process.gif') no-repeat top left;
	line-height: 33px;
	text-indent: -9999px;
}

body.past-projects div#wrapper
{
	background-image: url('../img/past-projects/bg.gif');
	background-repeat: no-repeat;
}

body.about-us h1
{
	background: url('../img/about-us/h1-ron-katrina-tremmel.gif') no-repeat top left;
	text-indent: -9999px;
}
body.about-us .slideshow
{
	float: left;
	width: 220px;
}
body.about-us .slideshow img
{
}
body.about-us .overview
{
	margin: 0 0 0 240px;
}
body.about-us div#wrapper
{
	background-image: url('../img/about-us/bg.gif');
	background-repeat: no-repeat;
}


/*
* PROCESS OVERVIEW
* -----------------------------------------------------------------------------
*/
body.for-sale ul.process
{
	list-style: none;
	margin: 3.0em 0;
	margin-left: -1px;
	padding: 0;
}
body.for-sale ul.process li
{
	float: left;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}
body.for-sale ul.process li.last
{
	margin-right: 0;
}
body.for-sale ul.process li a
{
	background-color: #d8c7a9;
	border: 2px solid #d8c7a9;
	color: #004d42;
	display: block;
	position: relative;
}
body.for-sale ul.process li a:hover
{
	text-decoration: none;
}
body.for-sale ul.process li img.highlight
{
	position: absolute;
	left: 0;
	z-index: 55;
}
body.for-sale ul.process li a div.caption
{
	margin: 2px auto;
	overflow: hidden;
	white-space: nowrap;
	width: 96px;
}