@CHARSET "UTF-8";
/*
 *	
 *	Layout	
 *
 */
body{
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #f8faf9;
	background: url('../gfx/bg_main.gif') repeat-x;
}
img{
	border: 0;
	}
p{
	margin: 0;
	}
h3{
	margin: 0;
	padding: 0;
	}
ul{
	list-style-image: url('../gfx/bullet.png');
	}
div#wrapper{
	width: 960px;
	margin: auto;
	}
div#header{
	position: relative;
	width: 960px;
	height: 120px;
	background: url('../gfx/bg_header.png');
	}
div#logo{
	margin: 9px 0 0 15px;
	float: left;
	}
div#menu{
	height: 92px;
	margin: 28px 50px 0 0;
	float: right;
	}
div#mainContent{
	position: relative;
	top: 10px;
	width: 960px;
}
div.contentFront{
	background: url('../gfx/bg_eagle.png') no-repeat;
	background-position: 385px 180px;
	}
div.contentAboutus{
	background: url('../gfx/bg_eagle.png') no-repeat;
	background-position: right top;
	}
div.contentServices{
	height: 501px;
	background: url('../gfx/bg_eagle.png') no-repeat;
	background-position: right top;
	}
div.contentContact{
	background: url('../gfx/bg_eagle.png') no-repeat;
	background-position: right top;
	}
	
div#footer{
	position: relative;
	top: 20px;
	width: 960px;
	height: 250px;
	background: url('../gfx/bg_footer.png');
	}
/*
----MENUBUTTON-----------------------------------------------------
*/
div.menuButton{
	height: 92px;
	float: left;
	cursor: pointer;
	}
div.menuButton .left{
	width: 15px;
	height: 92px;
	float: left;
	/*background: url('../gfx/btn_left.jpg');*/
	}
div.menuButton .middle{
	height: 92px;
	float: left;
	/*background: #e5e5b0;*/
	}
div.menuButton .right{
	width: 15px;
	height: 92px;
	float: left;
	/*background: url('../gfx/btn_right.jpg');*/
	}
div.active .left{
	background: url('../gfx/btn_left.jpg');
	}
div.active .middle{
	background: #e5e5b0;
	}
div.active .right{
	background: url('../gfx/btn_right.jpg');
	}
div.menuText{
	margin: 25px 0 0 0;
	}
div.menuButtonSplitter{
	width: 1px;
	height: 20px;
	margin: 25px 0 0 0;
	float: left;
	background: #cccccc;
	}
/*
----FOOTER CONTENT-------------------------------------------------
*/	
div#footerLeft{
	width: 262px;
	margin: 20px 18px 0 19px;
	float: left;
}
div#footerMiddle{
	width: 280px;
	margin: 20px 20px 0 19px;
	float: left;
	}
div#footerRight{
	width: 300px;
	margin: 20px 0 0 19px;
	float: left;
	}
div#footerContactInfo{
	margin: 5px 0 0 0;
	}
div#googleMap{
	width: 300px;
	height: 180px;
	margin: 3px 0 0 0;
	/*background: #cdcdcd;*/
	}	

/*
----FOOTER CONTACT FORM--------------------------------------------
*/	
div#footerContactForm{
	width: 262px;
	margin: 6px 0 0 0;
	}
div#fieldNames{
	width: 110px;
	margin: 10px 0 0 0;
	float: left;
	}
div#fields{
	width: 152px;
	margin: 10px 0 0 0;
	float: left;
	}
textarea#footerTextarea{
	width: 253px;
	height: 55px;
	margin: 0 0 0 5px;
	border: 0;
	/*background: #000000;*/
	}
input.footerInput{
	margin: 3px 0 9px 5px;
	border: 0;
	/*background: #000000;*/
	}
/*
----FRONT PAGE CONTENT---------------------------------------------
*/	
div#contentCalculatorBig{
	width: 300px;
	height: 560px;
	float: left;
	background: url('../gfx/bg_calculator_big.png');
	}
div#contentRight{
	width: 640px;
	float: right;
	margin: 15px 0 0 0;
	}
div#contentFront{
	width: 640px;
	float: right;
	
	}
div#contentFrontBottom{
	width: 960px;
	height: 200px;
	margin: 10px 0 0 0;
	background: url('../gfx/bg_front_bottom.png');
	}
div.frontBottomItem{
	width: 200px;
	height: 160px;
	float: left;
	margin: 20px 20px 0 20px;
	/*background: #000000;*/
	}
div#calculatorForm{
	width: 260px;
	height: 270px;
	margin: 20px 0 0 20px;
	/*background: #000000;*/
	}
div#calculatorForm table{
	width: 260px;
	}
div#calculatorForm table td{
	padding: 4px 0 4px 0;
	}
div#newsletterForm{
	width: 260px;
	height: 210px;
	margin: 30px 0 0 20px;
	/*background: #000000;*/
	}
div#newsLetterNames{
	width: 108px;
	margin: 10px 0 0 0;
	float: left;
	}
div#newsLetterFields{
	width: 152px;
	margin: 14px 0 0 0;
	float: left;
	}
#ServiceDd,#FurnishDd,#BedroomDd,#ExtraDd{
	width: 150px;
	}

div#apip{
        position: absolute;
        }
/*
----ABOUT US-------------------------------------------------------
*/
div#contentCalculatorSmall{
	width: 300px;
	height: 310px;
	float: left;
	background: url('../gfx/bg_calculator_small.png');
	}
div#contentAboutusBottom{
	width: 960px;
	height: 261px;
	margin: 10px 0 0 0;
	background: url('../gfx/bg_aboutus_bottom.png');
	}
div#aboutusNewsLetterForm{
	width: 260px;
	height: 210px;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	}

/*
----SERVICE PAGE---------------------------------------------------
*/
div#serviceMenu{
	position: absolute;
	width: 960px;
	height: 65px;
	}
div.serviceMenuButton{
	float: left;
	cursor: pointer;
	}
div.serviceBtnLeft{
	width: 30px;
	height: 65px;
	float: left;
}
div.serviceBtnMiddle{
	height: 65px;
	float: left;
	}
div.serviceBtnRight{
	width: 30px;
	height: 65px;
	float: left;
	}
div.active .serviceBtnLeft{
	background: url('../gfx/btn_service_left.png');
}
div.active .serviceBtnMiddle{
	background: #e5e5b0;
	}
div.active .serviceBtnRight{
	background: url('../gfx/btn_service_right.png');
	}
div.serviceBtnText{
	margin: 10px 0 0 0;
}
		
div#serviceContent{
	position: absolute;
	top: 50px;
	width: 960px;
	height: 451px;
	background: url('../gfx/bg_services.png');
	}
div#serviceTopLeft{
	width: 570px;
	height: 230px;
	float: left;
	margin: 30px 20px 20px 20px;
}
div#serviceTopRight{
	width: 300px;
	height: 170px;
	float: right;
	margin: 30px 20px 0 0;
	
	color: #000000;
}
div#serviceBottomLeft{
	width: 600px;
	height: 140px;
	float: left;
	margin: 13px 20px 0 20px;
	
	color: #000000;
	}
div#serviceBottomRight{
	width: 300px;
	height: 110px;
	float: right;
	margin: 30px 20px 0 0;
	}
	
div#requestText{

}
div#requestFieldnames{
	width: 100px;
	float: left;
	margin: 17px 0 0 0;
}
div#requestFields{
	width: 200px;
	float: right;
	margin: 16px 0 0 0;
}
input.requestInput{
	width: 190px;
	margin: 3px 5px 8px 0;
	border: 0;
	}

table#priceTable{
	border-collapse: collapse;
	}
tr.evenPricetable{
	background: #eeeecc;
	}
table#priceTable td{
	padding: 0 16px 0 16px;
	vertical-align: bottom;
	}
/*
----CONTACT PAGE---------------------------------------------------
*/	
div#contentContact{
	width: 960px;
	height: 441px;
	background: url('../gfx/bg_contact.png');
	}
div#contactsLeft{
	width: 260px;
	float: left;
	margin: 15px 20px 0 19px;
}
div#contactsRight{
	width: 620px;
	float: left;
	margin: 15px 0 0 20px;
}
h3#contactFormHeader{
	margin-top: 18px;
	}
div#contactsLeft div#footerContactForm{
	/*margin: 25px 0 0 0;*/
	}
div#googleMapBig{
	width: 620px;
	height: 360px;
	margin: 20px 0 0 0;
	/*background: #cdcdcd;*/
	}
/*
----OVERALL CLASSES------------------------------------------------
*/	
.clear{
	clear: both;
	}
.center{
	text-align: center;
	}
/*
 *	
 *	Typogrhaphy	
 *
 */
 body{
 	font-family: times new roman, sans serif;
 	/*font-size: 0.9em;*/
 	text-align: center;
 	color: #ffffff;
 }
 h1{
 	margin: 4px 0 4px 0;
 	font-size: 2.2em;
 	font-weight: normal;
 }
 h2{
 	margin: 4px 0 4px 0;
 	font-size: 1.8em;
 	font-weight: normal;
 }
 h3{
 	font-size: 1.4em;
 	font-weight: normal;
 }
 a:link, a:visited, a:hover{
 	text-decoration: none;
 	outline: 0;
 }
 div#wrapper{
 	text-align: left;
 }
 div.menuButton a{
 	color: #9e9e9e;
 }
 div.active a{
 	color: #4c4a3b;
 }
 /*	FRONT PAGE*/
 div#calculatorForm{
 	color: #4c4a3b;
 }
 div#calculatorForm table{
 	font-size: 1.2em;
 }
 div#newsletterForm{
 	color: #a7a7a7;
 }
 div#aboutusNewsLetterForm{
 	color: #a7a7a7;
 }
 span#totalCost{
 	font-weight: bold;
 }
 p#newsletterBig{
 	font-size: 3.0em;
 	color: #a69a4e;
 	line-height: 90%;
 }
 p.description{
 	font-size: 0.9em;
 }
 div#newsLetterNames{
 	color: #929292;
 }
 div.frontBottomItem h3,a{
 	color: #a69a4e;
 }
 div.frontBottomItem p{
 	margin: 5px 0 5px 0;
 	font-size: 0.9em;
 	line-height: 1.0;
 	color: #929292;
 }
 p#phoneBig{
 	font-size: 3.0em;
 	font-weight: bold;
 }
 /*	CONTACT SUB PAGE*/
 div#contentContact{
 	color: #a0a19b;
 }
 div#contentContact h3{
 	color: #e5e4b6; 
 }
 /*	SERVICE SUB PAGE*/
 div.serviceMenuButton a{
 	color: #ffffff;
 }
 div.active a{
 	color: #4C4A3B;
 }
 div.serviceMenuButton{
 	font-size: 1.3em;
 }
 div#serviceContent p{
 	color: #929292;
 }
 div#serviceContent h2{
 	color: #a69a4e;
 }
 p#pricetableInfo{
 	font-size: 0.8em;
 }
 div#requestFields{
 	text-align: right;
 }
 span#phoneMiddle{
 	margin: 0 0 5px 0;
 	font-size: 2.2em;
 	font-weight: bold;
 	color: #a69a4e;
 }
 table#priceTable{
 	font-size: 1.1em;
 	color: #4C4A3B;
 }
 span#pricesBig{
 	font-size: 1.6em;
 }
  /*	FOOTER*/
 div#footer{
 	color: #a0a19b;
 }
 div#footer h3{
 	color: #e5e4b6;
 }