/* CSS RESET ***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/****************************************************************/
body {
font-family: arial;
font-size:12px;
background: white;
}

p
{
	font-family: arial;
	font-size: 12px;
	line-height: 1.6em;
}

.break
{
	clear: both;
}
.break_puntini
{
	clear: both;
	height:7px;
	border-bottom: 1px dotted #000;
	margin-bottom:3px;
}
h1
{
	font-family: verdana;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#a91517;
	height:20px;
	border-bottom: 1px dotted #000;
	margin-bottom:5px;
	margin-top:5px;
}
h2
{
	font-family: verdana;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#a91517;
	height:20px;
	border-bottom: 1px dotted #000;
	margin-bottom:5px;
	margin-top:15px;
}
h4{
	height:20px;
	padding: 6px 20px 6px 0px;
	background-image:url(img/bg_h4.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
h4 a{
	font-family: verdana;
	font-size: 12px; 
	font-weight:bold;	
	text-decoration:none;
	color:#ffffff;
	height:20px;
	padding: 6px 20px 6px 40px;
}
h4 a:hover{
	font-family: verdana;
	font-size: 12px; 
	font-weight:bold;	
	text-decoration:underline;
	color:#ffffff;
	height:20px;
	padding: 6px 20px 6px 40px;
}

#container{
	width:960px;
	margin: 0 auto;
	padding:2px;
	background-color:#fff;
	font-family: arial;
	font-size: 12px;
	/*border:1px solid #339900; */
	text-align: left;
	}

/* CSS header e menu *********************************************************************/	
#header
{
	width:960px;
	margin-top:5px;
	left:0px;
	/*border:1px solid #0000ff;*/
}   
    .logo{
	width:232px;
	height:90px;
	float:left;
	}
	
	.banner{
	
	background-color:#FFFFFF;
	width:728px;
	height:90px;
	float:left;
	}
	.sfondo_menu{
	background-image:url(img/macchina_header.jpg);
	background-repeat:no-repeat;
	width:958px;
	height:214px;
	padding-top:8px;
	
	}

/* CSS menu in alto *********************************************************************/		
	.menu{
	height:24px;
	padding-top:20px;
    background-image:url(img/bg_menu.png);
	background-repeat:no-repeat;
	width:958px;
	/*	float:right;*/
	position:relative;
	
	}


	.menu ul
	{
	position:absolute;
	left:0px;
	top:0px;
	list-style: none;
	height:34px;
	display:inline;
	width:904px;
	margin-left:55px;
		
	}

	.menu li
	{
	float:left;	
	padding-top:10px;
	height:30px;
	}

	.menu li.last
	{
	float: left;
	height:24px;
	/**/border-right:0px solid #cc00ff;
	margin-right: 50px;
	}
	.menu li.right
	{
	float: left;
	height:24px;
	/**/border-right:1px solid #2b5983 ;
	}
	.menu a.registrati
	{
	color: #e42a2c !important;
	font-family: arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	padding:10px;
	}

	.menu a
	{
	color: #2b5983 !important;
	font-family: arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	height:30px;
	padding:9px 8px;
	}

	.menu a:hover
	{
	color: #fff !important;
	background-color: #c2d3d3 ;
	height:30px;

	/*font-family: arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	padding:9px 8px;*/	
	}


/*********************************************************************/
/*** contenuto pagina  *****************************************************************/

#content
{
	width:968px;
	margin-top:5px;
	/*border:1px solid #ff0000;*/
}   
.col_sx{
 	width:297px;
 	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	/*border:1px solid #cc00ff;*/
	float: left;
}

.col_sx2{
 	width:297px;
	
	/*border:1px solid #cc00ff;*/
	float: left;
}

.col_centro{
 	width:305px;
	padding:10px 8px;
	/*border:1px solid #66ccff;*/
	float: left;

}
	
.col_dx{
	width:297px;
	padding:10px;
	/*border:1px solid #cc00ff;*/
	float: left;

}	
/*** colonna sinistra *****************************************************************/
.box_messaggi_bianco{
    width:290px;
	background-color:#FFFFFF;
	padding:3px 3px 3px 4px;
	font-family: verdana;
	font-size: 11px;
	color:#2b5983;
}
.box_messaggi_grigio{
    width:290px;
	background-color:#f6f7f8;
	padding:3px 3px 3px 4px;
	color:#2b5983;
	font-family: verdana;
	font-size: 11px;
}
.box_tipologia_forum{
    width:103px;
	height:100%;
	margin-bottom:5px;
	margin-right:5px;
	padding-left:40px;
	padding-top:4px;
	float:left;
	background-image:url(img/bg_box_tipologia_forum.png);
	background-repeat:no-repeat;
	color:#2b5983;
	background-color:#eef5f9;
	font-family: verdana;
	font-size: 11px;
}
.box_azienda_grigio{
    width:290px;
	height:50px;
	background-color:#f5f7fa;
	padding:8px 3px 3px 4px;
	color:#2b5983;
	font-family: verdana;
	font-size:11px;
	margin-bottom:5px;
	position:relative;
}
.box_azienda_grigio_testo{
	width:240px;
	color:#2b5983;
	font-family: verdana;
	font-size:11px;
	position:absolute;
	height: 45px;
	left:60px;
	top:5px;
}
/*** colonna centro *****************************************************************/
.box_foto_photogallery{
    width:69px;
	height:100px;
	background-color:#edefee;
	padding:2px;
	color:#2b5983;
	font-family: verdana;
	font-size: 11px;
	float:left;
	text-align:center;
	margin-right:3px;
	margin-bottom:6px;
	margin-top:4px;
}
.box_news{
    width:296px;
	height:60px;
	background-color:#fff;
	padding:3px 3px 3px 4px;
	background-image:url(img/border_news.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.box_news_thumb{
	width:50px;
	height:51px;
	float:left;
}
.box_news_testo{
	width:200px;
	height:31px;
	padding-left:10px;
	float:left;
	color:#2b5983;
	font-family: verdana;
	font-size: 11px;
}
.box_news_bottone{
	width:15px;
	height:15px;
	float:left;
	margin-top:35px;
	margin-left:5px;
}

.box_auto_novita{
    width:296px;
	height:230px;
	background-color:#fff;
	padding:3px 3px 3px 4px;
	color:#2b5983;
	font-family: verdana;
	font-size: 10px;
}

.box_auto_novita_big{
	width:215px;
	height:142px;
	float:left;
	
}
.box_auto_novita_thumb{
	width:72px;
	color:#2b5983;
	height: 142px;
	float:right;

}
.box_auto_novita_foto{
	width:41px;
	height:41px;
	margin-left:15px;
	margin-bottom:10px;
	
}
.box_auto_novita_foto2{
	width:41px;
	height:41px;
	margin-left:15px;
}

/*** colonna destra *****************************************************************/
.box_annunci{
    width:296px;
	height:60px;
	background-color:#fff;
	padding:3px 3px 3px 4px;
	background-image:url(img/border_annunci.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.box_annunci_testo{
	width:200px;
	height:31px;
	padding-left:10px;
	float:left;
	color:#2b5983;
	font-family: arial;
	font-size: 11px;
}
.box_annunci_bottone{
	width:17px;
	height:17px;
	float:left;
	margin-top:35px;
	margin-left:5px;
}
.box_spot_pubblicitario{
    width:276px;
	height:236px;
	background-color:#fff;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.box_trova_fornitori{
    width:280px;
	padding:5px 4px 5px 4px;
	font-family: verdana;
	font-size: 10px;
	color:#2b5983;
	float:left;
	line-height:1.3em;
}
.box_trova_fornitori a{
    width:140px;
	font-family: verdana;
	margin-bottom:4px;
	margin-top:4px;
	font-size: 10px;
	color:#2b5983;
	}


/*** contenuto pagina box sotto *****************************************************************/
#content_box
{
	width:960px;
	margin-top:10px;
	
	/*border:1px solid #000;*/
}  
.col_sx_annunci{
 	width:273px;
	background-image:url(img/bg_box_annunci.png);
	background-repeat:no-repeat;
	height:140px;
	padding: 80px 20px 10px 20px;
	float: left;
}

.col_centro_marche{
 	width:273px;
	background-image:url(img/bg_box_marche.png);
	background-repeat:no-repeat;
	padding: 80px 40px 10px 20px;
	float:left;
	height:140px;

}
	
.col_dx_trova{
	width:273px;
	background-image:url(img/bg_box_trova.png);
	background-repeat:no-repeat;
	padding: 80px 20px 10px 20px;
	float: right;
	height:140px;

}
.inp{
 width:600px;
	padding-top:30px;
	padding-left:60px;
	float: left;
	/*border:1px solid #cc00ff;*/

}
 
/**********************************************************************/

/*******  fooetr e menu sotto ************************************/

#footer
{
	width: 940px;
	/*border:1px solid pink;*/
	font-family: arial;
	font-size: 12px;	
	text-align:center;
	height:70px;
	padding-top:10px;
	background-color:#ececec;
	margin:0px 8px 5px 10px;
	
}

   
	.footermenu{
		margin:0px;	
		
	}
	
	.footermenu ul
	{
		list-style: none;
		padding-top:5px;
		padding-left:10px;
		text-align:center;
		margin: 0 auto;
		/*border: 1px solid #ff0000;*/
		
		margin-bottom:6px;
	}

	.footermenu li
	{
		display: inline;
		padding: 1px 2px 0px 2px;
		margin-top:2px;
		/*border: 1px solid #66ccff;*/
		
	}


	.footermenu a
	{
		color: #000;
		font-family: verdana;
		font-size: 12px;
		text-decoration: none;
		padding: 0 5px;
		/*border-right:1px solid #000;*/
	
	}

	.footermenu a:hover
	{
		color: #333;
		font-family: verdana;
		font-size: 12px;
		text-decoration: underline;
		padding: 0 5px;
		/*border-right:1px solid #000;*/
	}

 
/************************************************/


/*** stili per i testi ********/



.blu_bold{
    font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#2a5a82;
	line-height:1.1em;

	
}

.blu_hp{
    font-family:verdana;
	font-size:13px;
	color:#2a5a82;
	line-height:1.05em;
}

.blu{
    font-family:verdana;
	font-size:12px;
	color:#2a5a82;
	line-height:1.1em;
	
}
.rosso{
    color:#a21f06;
	font-family: arial;
	font-size: 11px;
	
}
.nero{
    font-family:verdana;
	font-size:12px;
	color:#000;
	line-height:1.1em;
}
.titolo_messaggio{
	color:#7e7d7d;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
}
.testo_piccolo{
    font-family:verdana;
	font-size:10px;
	color:#2a5a82;
	line-height:1em;
	
}
.titolo_news{
	color:#7e7d7d;
	font-family: verdana;
	font-size: 11px;
}
.titolo_annuncio{
	color:#a21f06;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
}

a.linkgrey:link{
	color:#7e7d7d;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	
	
}
a.linkgrey:hover{
	color:#7e7d7d;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;

}

a.linkgrey:visited{
	color:#7e7d7d;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	
	
}
a.linkblu:link{
	font-family: verdana;
	font-size: 11px;
	color:#2b5983;
    font-weight:bold;	
	text-decoration:none;
	
	
}
a.linkblu:hover{
	font-family: verdana;
	font-size: 11px;
	color:#2b5983;	
	font-weight:bold;
	text-decoration:none;

}

a.linkblu:visited{
    font-family: verdana;
	font-size: 11px;
	color:#2b5983;
    font-weight:bold;	
	text-decoration:none;
	
	
}
.blu_bold_form1{
    font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#2a5a82;
	width:120px;
	float:left;
	margin-bottom:10px;
	
}

.blu_bold_form{
    font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#2a5a82;
	width:100px;
	float:left;
	margin-bottom:10px;
	
}

.blu_bold{
    font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#2a5a82;
	line-height:1.1em;

	
}

