/* CSS document that contains common elements for both homepage and subpages */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#AA051A;
	background-image:url(../Images/Background_Page.gif);
	background-repeat:repeat-y;
	background-position:center;
	font:12px Times, Georgia, serif;
}

body * {
	text-align:left;
}

#siteContainer {
	width:739px;
	position:relative;
	margin:0 auto;
}

#topNav {
	background-image:url(../Images/Background_TopNav.gif);
	background-repeat:repeat-x;
	height:25px;
	border-bottom:1px solid #6F6745;
}
#topNav ul {margin:0; padding:0; white-space:nowrap; text-align:center;}
#topNav li {display:inline; list-style-type:none;}
#topNav a {color:#000000; text-decoration:none; padding:10px 8px; border-right:1px solid #6F6745; border-left:1px solid #FFF;}
#topNav a:link, #topNav a:visited {background-color:transparent;}
#topNav a:hover, #topNav a:active, #topNav a.selected, #topNav a.selected:hover {background-image:url(../Images/Background_TopNav_Over.gif);}
#topNav a.first, #topNav a.first:visited {border-left:none;}
#topNav a.last, #topNav a.last:visited {border-right:none;}
#header {
	position:relative;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:245px;
	height:240px;
}

#tagline {
	position:absolute;
	top:0px;
	left:246px;
	width:493px;
	height:161px;

}

#miniPhotos {
	position:absolute;
	top:187px;
	left:246px;
	width:246px;
	height:79px;
	background-color:#900;
	border-right:1px solid #BBAB77;
}

#miniCustom {
	position:absolute;
	top:187px;
	left:493px;
	width:246px;
	height:79px;
	background-color:#900;
}

#miniSuperior {
	position:absolute;
	top:266px;
	left:0px;
	width:354px;
	height:190px;
	border-right:1px solid #6F6745;
	background:url(../Images/Mini_House.jpg) no-repeat bottom right;
	background-color:#EDEBD6;
}

#miniPricing {
	position:absolute;
	top:266px;
	left:355px;
	width:191px;
	height:190px;
	background:url(../Images/Mini_Money.jpg) no-repeat bottom right;
	background-color:#EDEBD6;
	border-right:1px solid #6F6745;
}

#miniQuality {
	position:absolute;
	top:266px;
	left:547px;
	width:192px;
	height:190px;
	background:url(../Images/HardhatSuit.jpg) no-repeat bottom right;
	background-color:#EDEBD6;
}

#footer {
	position:absolute;
	top:456px;
	left:0px;
	width:739px;
	background-image:url(../Images/Footer_Gradient.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
}

.redSection {
	padding:5px;
	color:#FFFFFF;
}

.tanSection {
	padding:10px;
	color:#000000;
}

.redSection h1, .tanSection h1 {
	font-size:12px;
}

.redSection p, .tanSection p {
	font-size:11px;
	margin:0 30px 0 0;
}

.redSection h1 {
	margin:0;
}

.tanSection h1 {
	color:#990000;
	margin:0 0 5px 0;
}

.redSection a {
	color:#FFFFFF;
}
