@charset "utf-8";
/* CSS Document */

body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #d2e1ed;
font-family: verdana;
font-size: 10px;
color: #000000;
}


#container{
width: 1024px;
height: auto;
margin: auto;
}


#header{
background-image: url(../img/header.jpg);
width: 1024px;
height: 250px;
margin: auto;
}


/*menu*/
#menu_bg{
height: 40px;
line-height: 40px;
background: url(../img/menu_bg.jpg) repeat-x;
margin: 0px 0;

}
#menu{
float: left;
margin-left: 0px;
height: 40px;
}


#menu a{
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 3px 30px 3px 10px;
}
#menu a:hover{
color: #000;

}


#menu a.a_right{
background: url(../img/menu_icon.jpg) no-repeat right;
}


#menu a.a_right:hover{
background-color:#FFF;
}


#menu_left_bg{ /*angoli sinistra*/
width: 22px;
height: 40px;
float: left;
background: url(../img/menu_left_bg.jpg) no-repeat;
}



#menu_right_bg{ /*angoli destri*/
width: 22px;
height: 40px;
background: url(../img/menu_right_bg.jpg) no-repeat;
float: right;
}

#presentazione_top{
	height: 38px;
	width: 1000px;
	float: left;
	background-image: url(../img/presentazione_top.jpg);
	margin-top: 20px;
	margin-left: 12px;
}


#presentazione{
	background-image: url(../img/presentazione_sfondo.jpg);
	height: 145px;
	width: 1000px;
	margin-top: 0px;
	float: left;
	margin-left: 12px;;
	}


#presentazione_txt{
font-size: 15px;
font-weight: bold;
line-height: 35px;
color: #000;
height: 150px;
width: 1000px;
padding-left: 20px;
padding-right: 5px;
padding-top: 5px;
}


#presentazione_down{
	height: 38px;
	width: 1000px;
	float: left;
	background-image: url(../img/presentazione_down.jpg);
	margin-left: 12px;
}


#body_container{
width: 1024px;
height: 800px;
background-color: #f0f5f8;
}



#auto{
height: 200px;
width: 284px;
background-image: url(../img/auto.jpg);
float: left;
margin-left: 50px;
margin-top: 50px;
}


#auto_txt{
height: 400px;
width: 284px;
font-size: 15px;
font-weight: normal;
color: #000;
text-decoration: none;
padding-top: 191px;
}


#footer{
height: 129px;
width: 1024px;
float: left;
background-image: url(../img/footer.jpg);
}


#footer_txt{
height: 129px;
width: 700px;
font-size: 11px;
font-weight: bold;
color: #000;
text-decoration: none;
margin: auto;
text-align: center;
padding-top: 35px;
}


#casa1{
height: 200px;
width: 284px;
background-image: url(../img/casa1.jpg);
float: left;
margin-top: 50px;
margin-left: 50px;
}


#casa_txt{
height: 400px;
width: 284px;
font-size: 15px;
font-weight: normal;
color: #000;
text-decoration: none;
padding-top: 210px;
padding-left: 5px;
padding-right: 5px;
}


#professionisti{
height: 200px;
width: 284px;
background-image: url(../img/agenzia_riccione.jpg);
float: left;
margin-top: 50px;
margin-left: 35px;
}


#professionisti_txt{
height: 400px;
width: 284px;
font-size: 15px;
font-weight: normal;
color: #000;
text-decoration: none;
padding-top: 210px;
padding-left: 5px;
padding-right: 5px;
}
#container #body_container #auto #auto_txt p em {
	color: #F00;
}

