*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


body  {
	
	background: #747679;
	text-align: center;
	padding:10px 0 0;
}

#container { 
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	border:2px solid #666;
} 

#header { 
position:relative;
	background:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:181px;
	
	} 

#header h1 span {
margin-left:-1000em;
}

#menu
{
	position:absolute;
	top:150px;
	width:950px;
}

#menu li
{
	display:inline;
}

#menu li a
{
	padding:0 20px 0 15px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	border-right:1px solid #8a8220;
	text-decoration:none;
}

#menu li a:hover
{
	text-decoration:underline;
}

#menu .home a
{
	border-left:1px solid #8a8220;
	float:right;
	font-variant:small-caps;
border-right:none;
}


#photo
{
	position:relative;
}

.index
{
background:url(images/photo1.jpg);
background-position:top left;
background-repeat:no-repeat;
	height:270px;
}

.services
{
	height:100px;
		background:url(images/header-services.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.about{
	height:100px;
	background:url(images/header-about.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.contact{
	height:100px;
		height:100px;
	background:url(images/header-contact.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.estimate{
	height:100px;
		background:url(images/header-estimate.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#photo #promo
{
	position:absolute;
	width:250px;
	right:22px;
	top:10px;
}

#photo #promo p
{
	margin:10px 0;
	text-align:center;
}

#promo h1, #promo h2
{
		font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#004414;
	letter-spacing:1px;
}


#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	margin:0 20px 0 0;
	
}

#sidebar p
{
	font-size:11px;
	color:#666;
	margin:10px 0;
}

#text { 
width:650px;
_width:600px;
margin:20px 0 20px 30px;
padding:0 20px 0 0;
border-right:1px dotted #ccc;
} 

#text p
{
	font-size:12px;
	line-height:18px;
	color:#333;
	margin:10px 0 15px;
}

#text p.large
{
	font-size:15px;
	color:#625d00;
	margin:5px 0 20px;
}

#text a
{
	color:#625d00;
}

#text a:hover
{
	color:#413e00;
}

#text h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#004414;
	letter-spacing:1px;
}


#text h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#004414;
	letter-spacing:1px;
}


#text h3, #sidebar h3
{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#004414;
	letter-spacing:1px;
}

#text .drake
{
	color:#07501e;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
}

#text ul
{
	margin:10px 0 10px 30px;
}

#text ul li
{
	font-size:13px;
}


form#estimate
{
	padding:10px 0;
}

#estimate ul
{
	list-style:none;
}

#estimate li
{
	/*height:40px;*/
	list-style:none;
	margin:0 0 15px;
}

#estimate li span
{
	width:100px;
	display:block;
	float:left;
	color:#666;
	font-size:12px;
}

#estimate.promo li
{
	/*height:30px;*/
	margin:0 0 5px;
}

#estimate.promo li span
{
	width:70px;
	color:#000;
}

#estimate li input, #estimate li textarea
{
	padding:2px 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}


#footer { 
	padding: 10px 20px;
	background:#004918 url(images/footer-back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 

#footer p {
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#eee;
}

#footer a
{
	color:#ddd;
}

#footer .drake
{
	/*color:#07501e;*/
	font-size:15px;
	padding:0 7px 0 0;
	font-family:"Times New Roman", Times, serif;
}


.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat, .clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   /* height:0;*/
    /*font-size: 1px;*/
    /*line-height: 0px;*/
}

