/* 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: bodoni, "Times New Roman", Times, serif;
font-size:14px;
background-image:url(../img/bg_body.jpg);
background-repeat:repeat-x;
background-color: #4a000c;
margin-top:0;
}

p
{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2em;
	color:#fff;
	text-align: justify;
}
a
{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2em;
	color:#efb338;
	text-align:left;
	text-decoration:none;

}
a:hover
{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFBD35;
	line-height:1.2em;
	text-align:left;
	text-decoration:underline;
}


.break
{
	clear: both;
}


form {
margin:0px;
padding:0px;
}


select {
 background-color: #fff;
 color: #750d0e;
 padding-left:10px;
 width:280px;
 border:1px solid #750d0e;
 margin-top:10px;
 margin-bottom:10px;
} 

TABLE.formtable
{
border:1px solid #fff; 
}
TABLE.formtable TR TD 
{ 
border:1px solid #fff;
padding:3px;
vertical-align:top;

} 


	TABLE.formtable td.label
	{
		font-weight: bold;
		vertical-align: top;
		width: 350px;
	}
	
	.formtable textarea, 
	{
		width: 650px;
		padding: 2px 5px;
	}

#date
{
	position:absolute;
	top:2px;
	right:-80px;
	font-size:12px;
	color:#ffffff;
	z-index:10;

} 

#container{
	width:900px;
	margin: 0 auto;
	padding: 0;
	/*border:1px solid #530017;*/
	text-align: left;
	}

/* CSS header *********************************************************************/	
#content_header
{
	width:880px;
	padding:10px;
	background-color:#530017;
	position:relative;
	z-index:0;
	/*border:1px solid #339900;*/
} 

#header
{
	width: 880px;
	padding-top:195px;
	height:33px;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #339900;*/
} 

/* CSS menu in alto *********************************************************************/		

		.flash {
	float:left;
	z-index:0px;
}
		.menu {
	float:left;
	margin-left:12px;
	margin-top:12px;
	width:865px;
	height:35px;
	z-index:100px;
	/*position:absolute;
	top:205px;
	left:10px;*/
}

	.menu ul
	{
	list-style: none;
	display:inline;
	}

	.menu li
	{
	float:left;	
	/*padding:12px 20px;*/
	padding-top:5px;
	margin-left:4px;
	}

	.menu li a
	{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	background-color:#530017;
	padding:5px 8px;

	}

	.menu li a:hover
	{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#530017;
	background-color:#ffffff;
	padding:5px 8px;
	}


	.menu li.on a
	{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	background-color:#b37800;
	padding:5px 8px;
	}

	.menu li.on a:hover
	{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	background-color:#b37800;
	color:#db9b19;
	padding:5px 8px;
	}

  
/*  .logo{
	width:347px;
	height:55px;
	float:left;
	margin-left:40px;
	margin-top:17px;
	}*/

	.menu2 {
	float:left;
	margin-top:12px;
	width:885px;
	z-index:10px;
}
	.menu2_dx
	{
	background-image:url(../img/bg_menu_dx.png);
	background-repeat:no-repeat;
	width:9px;
	height:39px;
	float:left;
	margin-right:4px;
	}
	.menu2_dx_last
	{
	background-image:url(../img/bg_menu_dx.png);
	background-repeat:no-repeat;
	width:9px;
	height:39px;
	float:left;
	}

	.menu2_sx
	{
	background-image:url(../img/bg_menu_sx.png);
	background-repeat:no-repeat;
	width:10px;
	height:39px;
	float:left;
	}


	.menu2_voce 
	{
	/*padding:12px 20px;*/
	padding-top:12px;
	height:11px;
	padding-bottom:16px;
	background-image:url(../img/bg_menu.png);
	background-repeat:repeat-x;
	float:left;
	}

	.menu2_voce a
	{
	font-family: bodoni, "Times New Roman", Times, serif;
	float:left;	
	font-size:14px;
	padding:0 5px;
	text-decoration:none;
	color:#ffffff;
	}

	.menu2_voce a:hover
	{
	color:#FFBD35;
	}


	.menu2_voce .on a
	{
	color:#FFBD35;
	}

	.menu2_voce .on a:hover
	{
	color:#FFBD35;
	}



	.menufooter {
	float:left;
	margin-top:12px;
	width:900px;
	z-index:10px;
}
	.menufooter_dx
	{
	background-image:url(../img/bg_menu_dx.png);
	background-repeat:no-repeat;
	width:9px;
	height:39px;
	float:left;
	margin-right:3px;
	}
	.menufooter_dx_last
	{
	background-image:url(../img/bg_menu_dx.png);
	background-repeat:no-repeat;
	width:9px;
	height:39px;
	float:left;
	}

	.menufooter_sx
	{
	background-image:url(../img/bg_menu_sx.png);
	background-repeat:no-repeat;
	width:10px;
	height:39px;
	float:left;
	}


	.menufooter_voce 
	{
	/*padding:12px 20px;*/
	padding-top:12px;
	height:11px;
	padding-bottom:16px;
	background-image:url(../img/bg_menu.png);
	background-repeat:repeat-x;
	float:left;
	}

	.menufooter_voce a
	{
	font-family: bodoni, "Times New Roman", Times, serif;
	float:left;	
	font-size:13px;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	color:#ffffff;
	}

	.menufooter_voce a:hover
	{
	color:#FFBD35;
	}


	.menufooter_voce .on a
	{
	color:#FFBD35;
	}

	.menufooter_voce .on a:hover
	{
	color:#FFBD35;
	}


/*********************************************************************/


/*** contenuto pagina ***************************************************/



#content
{
	width:880px;
	padding:10px;
	background-color:#530017;
	/*border:1px solid #339900;*/
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	margin-top:10px;
	
}
	

	.main_box{
	background-image: url(img/bg_main_box.png);
	background-repeat:no-repeat;
	width:945px;
	height:370px;
	margin-top:27px;
	margin-bottom:35px;
	padding:10px;

	
	}
	.main_box_int_top{
	background-image: url(img/top.png);
	background-repeat:no-repeat;
	margin-top:27px;
	height:11px;

	}
	.main_box_int_bottom{
	background-image: url(img/bottom.png);
	background-repeat:no-repeat;
	margin-bottom:35px;
	height:11px;
	}
	
	.main_box_int{
	background-color:#FFFFFF;
	width:945px;
	padding:10px;

	
	}
/************************************************************/


/*******  colonna destra ************************************/
    .colonna_dx{
	margin:0;
	float:left;
	width:355px;
	margin-left:10px;
	} 
	
.box_ricerca{
	width:345px;
	height:240px;
	background-color:#750d0e;
	padding:5px;
}
.box_ricerca h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#6c3948;
	height:17px;
	padding:3px 0 3px 6px;
}

.box_ricerca_campi{
	margin-left:30px;
	margin-top:10px;
}
.box_ricerca_campi P{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding-left:15px;
	background-image: url(../img/quadratino.png);
	background-repeat:no-repeat;
}
.box_ricerca_geo{
	width:345px;
	background-color:#750d0e;
	margin-top:10px;
	padding:5px;

}
.box_ricerca_geo h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#6c3948;
	height:17px;
	padding:3px 0 3px 6px;
}
.geo {
	margin:1px;
}

.box_news{
	width:345px;
	background-color:#750d0e;
	background-image:url(../img/bg_news.png);
	background-repeat:no-repeat;
	padding:5px;

}
.box_news h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	height:17px;
	border-bottom: 1px solid #6c3948;
	margin:10px 15px;
	padding-left:3px;
	padding-bottom:5px;
}
.news {
	margin:7px ;
}
.news p{
	margin: 0;
	padding:3px 10px 3px 16px;
	color:#fff;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: justify;
	line-height: 1.2em;
	}


	.news ul{
	margin: 0;
	padding-left: 0;
	list-style-image:none;
	}
	.news li{
	margin: 0;
	padding:3px 0px 3px 24px;
	color:#fff;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background-image:url(../img/bollino.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	}

.box_contatti{
	width:340px;
	height:147px;
	background-color:#cdc596;
	background-image:url(../img/bg_contatti.png);
	background-repeat:no-repeat;
	margin-top:10px;
	text-align:right;
	padding-right:15px;
	padding-top:5px;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.2em;
	text-decoration:none;
	color:#000;

}
.box_contatti a{
	text-align:right;
	color:#000;
}

.box_contatti h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin-bottom:3px;
}
.box_contatti h2{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin-top:15px;
	margin-bottom:3px;
}
/************************************************************/


/*******  colonna sinistra ************************************/

	.colonna_sx{
	margin:0;
	float:left;
	width:515px;
	background-color:#530017;
	
	} 

.box_evidenza{
	width:515px;
	background-color:#750d0e;
	padding-bottom:10px;

}
.box_evidenza h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#6c3948;
	height:20px;
	padding:8px 16px;
}
.evidenza_testo {
	margin:1px;
	background-color:#750d0e;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	padding:8px 16px;
	height:22px;
}
.box_evidenza_colonnina{
	width:171px;
	background-color:#750d0e;
	border-right: 1px solid #530017;
	float:left;

}

.box_evidenza_colonnina_last{
	width:171px;
	background-color:#750d0e;
	float:left;

}

.box_evidenza_colonnina_titolo {
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding:10px 12px;
}

.box_evidenza_colonnina_testo {
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	text-decoration:none;
	text-align:justify;
	color:#fff;
	padding:2px 12px;
	margin-bottom:6px;
	line-height: 1.2em;
}

.box_cantiere{
	width:495px;
	background-color:#750d0e;
	margin-bottom:10px;
	padding:10px;

}
.box_cantiere_foto{
	float:left;
	width:254px;
	}
.box_cantiere_testo{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:5px 0 0 10px ;
	float:left;
	width:228px;
}

.box_cantiere_prezzo{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:8px 10px;
	background-image:url(../img/bg_prezzo.png);
	background-repeat:no-repeat;
	width:121px;
	height:16px;
	margin-top:8px;
}
.box_chi_siamo{
	width:335px;
	background-color:#80382C;
	padding: 10px;

}
.box_chi_siamo h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#EFB338;
	height:12px;
	padding:8px ;
}
.box_chi_siamo_testo {
	background-color:#80382C;
	/*background-image:url(../img/bg_chi_siamo.png);
	background-repeat:no-repeat;*/
	color:#FFF6D7;
	padding:10px 0 5px 10px;
	font-size:14px;
	line-height: 1.2em;
}	

/************************************************************/

/*******  nuova fascia sotto ************************************/

.box_evidenza2{
	width:880px;
	background-color:#750d0e;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;

}
.box_evidenza2 h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#6c3948;
	height:20px;
	padding:8px 16px;
}
.evidenza_testo2 {
	margin:1px;
	background-color:#750d0e;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	padding:8px 16px;
	height:22px;
}
.box_evidenza_colonnina2{
	width:200px;
	background-color:#750d0e;
	border-right: 1px solid #530017;
	float:left;
	padding-left:10px;
	padding-right:10px;

}

.box_evidenza_colonnina_last2{
	width:200px;
	background-color:#750d0e;
	float:left;
	padding-left:10px;
}

.box_evidenza_colonnina_titolo2 {
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding:10px 12px;
}

.box_evidenza_colonnina_testo2 {
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	text-decoration:none;
	text-align:justify;
	color:#fff;
	padding:2px 12px;
	margin-bottom:6px;
	line-height: 1.2em;
}


#content_bottom
{
	width:880px;
	margin-top:10px;
	background-color:#530017;
	position:relative;
	z-index:0;
	/*border:1px solid #339900;*/
} 

.box_news2{
	width:265px;
	height:300px;
	margin-right:10px;
	padding:5px;
	background-color:#750d0e;
	background-image:url(../img/bg_news.png);
	background-repeat:no-repeat;
	float:left;

}
.box_news2 h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	height:17px;
	border-bottom: 1px solid #6c3948;
	margin:10px 15px;
	padding-left:3px;
	padding-bottom:5px;
}
.news2 {
	margin:8px ;
}
.news2 p{
	margin: 0;
	padding:3px 10px 3px 16px;
	color:#fff;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: justify;
	line-height: 1.2em;
	}


	.news2 ul{
	margin: 0;
	padding-left: 0;
	list-style-image:none;
	}
	.news2 li{
	margin: 0;
	padding:3px 0px 3px 24px;
	color:#fff;
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background-image:url(../img/bollino.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	}
	
	
.box_ricerca2{
	width:300px;
	height:300px;
	padding:5px;
	background-color:#750d0e;
	padding:5px;
	float:left;
}
.box_ricerca2 h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#6c3948;
	height:17px;
	padding:3px 0 3px 6px;
}

.box_ricerca_campi2{
	margin-left:20px;
	margin-top:10px;
}
.box_ricerca_campi2 P{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding-left:15px;
	background-image: url(../img/quadratino.png);
	background-repeat:no-repeat;
}

.box_nuovo_cantiere{
	width:355px;
	/*background-color:#750d0e;*/
	padding-bottom:10px;

}
.box_nuovo_cantiere h1{
	font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#6c3948;
	width:322px;
	height:20px;
	padding:8px 16px;
	float:left;
}










/*******  footer e menu sotto ************************************/

#footer { 
	width:880px;
	text-align:left;
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#ffffff;
	background-color:#750D0E;
	margin:10px 0px 10px 0px;
	border:10px solid #530017;
	/*border:2px solid #339900;*/
}
	.footermenu{
		margin:0px;
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		
	}
	
	.footermenu ul
	{
		list-style: none;
		padding-top:5px;
		text-align:left;
		margin: 0 auto;
		margin-bottom:5px;
	}

	.footermenu li
	{
		display: inline;
		padding: 1px 8px 0px;
		margin-top:2px;
		/**/border-right: 1px solid #ffffff;
		
	}

	.footermenu a
	{
		color: #ffffff;
		font-family: bodoni, "Times New Roman", Times, serif;
		font-size: 13px;
		text-decoration: none;
		padding: 0 2px;
	
	}
	.footermenu a:hover
	{
		color: #FFBD35;
		font-family: bodoni, "Times New Roman", Times, serif;
		font-size: 13px;
		text-decoration: underline;
		padding: 0 2px;
	}

 .cdweb{
 text-align: left; 
 padding-left:15px;
 float:right;
 
 }
 
/************************************************/


/*** stili per i testi ********/

.rosso{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#530017;
	line-height:1.2em;
	text-decoration:none;
}
.bianco{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	line-height:1.2em;
	text-decoration:none;
}
.tit{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#063a67;
	font-weight:bold;
	text-decoration:none;
}
.grigio{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#ffffff;
	line-height:1.2em;
	padding-left:8px;
}
.oro{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFBD35;
	line-height:1.2em;
	text-decoration:none;
}
.oro a{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFBD35;
	line-height:1.2em;
	text-decoration:none;
}
.oro a:hover{
    font-family: bodoni, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFBD35;
	line-height:1.2em;
	text-decoration:underline;
}

