/* Parker Bullen  Layout CSS */

#wrapper {
	width:783px;
	position:relative;
	left:50%;
	margin-left:-390px;
	background-color:none;
	}

/*header area*/	

#headerarea {
	height:180px;
	background-image:url(../images/banner_azzurro.jpg);
	background-repeat:no-repeat;
	}
	
#logoarea {
	float:left;
	width:173px;
	margin-top: 40px;
	margin-left: 20px;
	background-color:none;
	}
	
#titlearea {
	float:right;
	width:350px;
	padding-top:35px;
	padding-right:35px;
	text-align: right;
	}

#bannerarea {
	border: none;
	width:783px;
	background-image:url(../images/banner_home.jpg);
	background-repeat:no-repeat;
	height:225px;
}
	
	
/* three boxes on homepage*/	

#box1 {
	background-image:url(../images/bg_box1_azzurro.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	}


#box2 {
	background-image:url(../images/bg_box_azzurro.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	}


#box3 {
	background-image:url(../images/bg_box_azzurro.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	}

.lip_home { 
	background-image:url(../images/lip_home.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:40px;
	
	}

.lip_home1 { 
	background-image:url(../images/lip_home1.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:40px;
	clear:both;
	}

/*main content*/	

#mhome {
	width:100%;
	padding-top:0px;
	}	

.content_tab{
	background-color:#fff;
	}	

.content_services{
	background-image:url(../images/bg_lips.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:700px;
	height:100%;
	float:left;
	padding-left:23px;
	padding-right:10px;
	}	

#content_left {
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:23px;
	padding-right:20px;
	padding-bottom:10px;
	}

/*footer*/

#footerhome {
	width:100%;
	height:250px;
	padding-top:0px;
	}	
	
/*ie6 floats hack */	

*html #footer_left {
	width:220px;
	height:150px;
	float:left;
	}
	
*html  #footer_right {
	width:230px;
	height:150px;
	float:right;
	margin-right:25px;
	}
	
*html  #footer_middle {
	width:230px;
	height:150px;
	float:left;
	margin-left:10px;
	}	

/*for wider services page*/
