@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
}




#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #98C9D4;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header {
	float: left;
	height: 104px;
	width: 900px;
}
#flash_foto {
	float: left;
	height: 355px;
	width: 570px;
	border: 5px solid #FFFFFF;
}


/*--------------------------------------- inizio menu ------------------------------------------------------------- */
#menu {
	height: 30px;
	width: 900px;
	background-color: #EBF6FC;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #98C9D4;
}
#nav {
	width: 770px;
	height: 18px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #EBF6FC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#lingua {
	background-color: #EBF6FC;
	float: left;
	width: 75px;
	height: 17px;
	margin-left: 30px;
	margin-top: 8px;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 1px;
	padding-top: 0px;
}
#nav a:link, #nav a:visited {
	color: #666;
	text-decoration: none;	
}
#nav a:hover {
	float: left;
	text-decoration: none;
	color: #FF8400;
}
#nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 9px;
	padding-left: 9px;
	float: left;
	color: #FF6600;
}
#nav li.niente {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 9px;
	padding-left: 9px;
	margin: 0px;
}


/*--------------------------------------- fine menu ------------------------------------------------------------- */



/*--------------------------------------- inizio menu zone ------------------------------------------------------------- */

#menu_zone {
	float: left;
	width: 890px;
	height: 20px;
}

div.button_bianco {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 140px;
	height: 20px;
	line-height: 20px;
	color: #8B5C29;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C9D4;
	border-right-color: #98C9D4;
	border-bottom-color: #98C9D4;
	border-left-color: #98C9D4;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

div.button_bianco a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 140px;
	height: 20px;
	float: left;
	color:#8B5C29;
	text-decoration:none;
}
div.button_bianco a:link {
color: #8B5C29;
	text-decoration:none;
}
div.button_bianco a:hover {
	text-decoration:none;
	
}


div.button_bianco_prima {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 140px;
	height: 20px;
	line-height: 20px;
	color: #8B5C29;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C9D4;
	border-right-color: #98C9D4;
	border-bottom-color: #98C9D4;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

div.button_bianco_prima a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 140px;
	height: 20px;
	float: left;
	color:#8B5C29;
	text-decoration:none;
}
div.button_bianco_prima a:link {
color: #8B5C29;
	text-decoration:none;
}
div.button_bianco_prima a:hover {
	text-decoration:none;
	
}




div.button_marrone {
	background-color: #8B5C29;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 140px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C9D4;
	border-right-color: #98C9D4;
	border-bottom-color: #98C9D4;
	border-left-color: #98C9D4;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
div.button_marrone a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 140px;
	height: 20px;
	float: left;
	color:#FFFFFF;
	text-decoration:none;
}
div.button_marrone a:link {

	text-decoration:none;
}
div.button_marrone a:hover {
	text-decoration:none;
	
}




/*--------------------------------------- fine menu zone------------------------------------------------------------- */



#main_sfondo {
	float: left;
	width: 900px;
	background-image: url(../img_web/sfondo_main.gif);
	background-repeat: no-repeat;
}


#main {
	float: left;
	width: 900px;
}

#colonna_progetti {
	float: left;
	height: auto;
	width: 890px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.menu_aree_link {
	text-decoration: none;
	cursor:pointer;
}

.br_21px {
	line-height: 5px;
	height: 5px;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.br_300px {
	line-height: 5px;
	height: 250px;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.br_5px {
	line-height: 5px;
	height: 5px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.br_20px {
	
	height: 20px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#colonna1 {
	float: left;
	height: auto;
	width: 580px;
	padding-right: 5px;
	padding-left: 5px;
}
#colonna2 {
	float: left;
	width: 300px;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#video_flash {
	background-color: #EBF6FC;
	float: left;
	height: 235px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}


#banner_home {
	background-color: #98C9D4;
	float: left;
	height: 250px;
	width: 300px;
}


#home_news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EBF6FC;
	color: #000000;
	float: left;
	height: 125px;
	width: 300px;
}


#home_richiesta_info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EBF6FC;
	color: #000000;
	float: left;
	height: 80px;
	width: 300px;
}


#home_richiesta_testo {
	float: left;
	height: auto;
	width: 230px;
	padding-left: 10px;
	padding-top: 10px;
}



#home_richiesta_testo a{
	text-decoration:none;
	color: #333333;

}

#home_richiesta_testo a:hover{
	text-decoration: underline;
	color: #333333;
}


#home_richiesta_img {
	float: left;
	height: 50px;
	width: 50px;
	padding: 5px;
}

#home_news_testo {
	float: left;
	height: auto;
	width: 280px;
	padding-left: 10px;
}
#offerta {
	float: left;
	width: 570px;
	height: 180px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#testimonianze {
	float: left;
	width: 570px;
	height: 95px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#testimonianze_testo{
	float: left;
	width: 560px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.proposte_esclusiva {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8B5C29;
	font-weight: bold;
}
#offerta_immagine {
	float: left;
	height: 155px;
	width: 245px;
	padding: 5px;
}

#offerta_testo {
	float: left;
	width: 290px;
	padding-left: 15px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

#offerta_testo a{
color:#333333;
text-decoration:underline;
}




hr.trattegiata  {
	text-align: left;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border:dashed #999;
	border-width:1px 0 0;
	height:0;
}

hr.trattegiata_grigio  {
	border:dashed #333;
	border-width:1px 0 0;
	height:0;
	width:99%;
}
#titoletto_spazio {
	float: left;
	height: 15px;
	width: 885px;
	margin: 0px;
	padding: 0px;
}

#titoletto_spazio_dettaglio {
	float: left;
	height: 15px;
	width: 885px;
	margin: 0px;
	padding: 0px;
}



#titoletto12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	width: auto;
	color: #8B5C29;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	height: auto;
}
.avanzamento_lavori {
	color: #8B5C29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#avanzamento_lavori_testo {
	padding-top: 5px;
}



.titolo{
	font-size: 16px;
	height: 22px;
	font-family:'Times New Roman', Times, serif;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}

.titolo_nero {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 16px;
}


.titolo_blu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #04738F;
	font-weight: bold;
	line-height: 16px;
}

.faq_celeste {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #048CCA;
	font-weight: bold;
	line-height: 16px;
}
.email {
	color: #333;
}


.titolo_bianco {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
}


.titolo_arancione {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF8400;
	font-weight: bold;
	line-height: 16px;
}
#titoletto_descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B5C29;
	background-image: url(../img_web/tratteggia.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

#titoletto_localizzazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B5C29;
	background-image: url(../img_web/tratteggia2.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

#home_mappa{
	background-color: #EBF6FC;
	float: left;
	height: auto;
	width: 290px;
	border: 5px solid #EBF6FC;

}
#main_palazzi {
	background-color: #FFFFFF;
	width: 890px;
	height: auto;
	float: left;
}

#menu_palazzi {
	height: 20px;
	width: 890px;
	float: left;
}
#nav_palazzi {
	width: 874px;
	height: 18px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	color: #047391;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#nav_palazzi ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 1px;
	padding-top: 0px;
	color: #047391;
}
#nav_palazzi a:link, #nav_palazzi a:visited {
	color: #047391;
	text-decoration: none;	
}
#nav_palazzi a:hover {
	float: left;
	text-decoration: none;
	color: #87B8C6;
}
#nav_palazzi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #047391;
	padding-right: 9px;
	padding-left: 9px;
	float: left;
	color: #87B8C6;
}
#nav_palazzi li.niente {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 9px;
	padding-left: 9px;
	margin: 0px;
}
#box1 {
	float: left;
	height: auto;
	width: 890px;
}
#box1_img {
	float: left;
	height: 190px;
	width: 285px;
	padding: 5px;
}
#box1_testo {
	float: left;
	width: 580px;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}


#box2 {
	float: left;
	height: auto;
	width: 890px;
	margin-top: 5px;
	background-color: #EBF6FC;
}
#box2_img {
	float: left;
	height: 190px;
	width: 285px;
	padding: 5px;
}
#box2_testo {
	float: left;
	width: 580px;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

#box2_testi {
	float: left;
	width: 580px;
	height: auto;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box3_dettaglio {
	float: left;
	height: auto;
	width: 890px;
}
#dettaglio_testo {
	float: left;
	height: auto;
	width: 570px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#boxerino_info {
	float: left;
	height: auto;
	width: 210px;
	background-color: #EBF6FC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 98px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
}

#boxerino_img {
	width: 210px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: auto;
	
}

.titolo_dettaglio {
	padding-left: 5px;
}



.titolo_area_20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8B5C29;
}
#footer {
	color: #FFFFFF;
	width: 890px;
	padding-left: 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	display: inline;
	padding-top: 5px;
}

.close {
	height:12px;
	width: 445px;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
}
.close a {
	color: #FFFFFF;
	text-decoration:none;
}
.close a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

#footer_note {
	color: #FFFFFF;
	width: 890px;
	padding-left: 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: center;
}

#footer_note a {
text-decoration:none;
	color: #FFFFFF;
}

#footer_note a:hover {
text-decoration:underline;
color: #FFFFFF;
}

#clear {
	clear:left;
	height:1px;
	width: 900px;
	line-height: 0px;
}

#clear2 {
	clear:left;
	height:15px;
	width: 890px;
	line-height: 0px;
}

#box_arancione {
	float: left;
	height: auto;
	width: 540px;
	background-color: #FF8400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


#box_bianco {
	float: left;
	height: auto;
	width: 540px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#box_celeste {
	float: left;
	height: auto;
	width: 540px;
	background-color: #EBF6FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


#box_mappasito {
	float: left;
	height: auto;
	width: 540px;
	background-color: #EBF6FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


#box_mappasito a {
color:#333333;
text-decoration:none;
}

#box_mappasito a:hover {
text-decoration:underline;
}

#link {
	text-decoration: none;
	color: #04738F;
}

#link a{
	text-decoration: none;
	color: #04738F;
}

#link a:hover{
	text-decoration: underline;
	color: #04738F;
}


.pallini_chisiamo {
	color: #333;
	font-weight: normal;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*--------------------------------------- inizio sottomenu pagine interne ------------------------------------------------------------- */




#sotto_menu_pagine {
	float: left;
	width: 540px;
	height: 20px;
}


div.button_bianco_pagine {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 160px;
	height: 20px;
	line-height: 20px;
	color: #FF7F00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C9D4;
	border-right-color: #98C9D4;
	border-bottom-color: #98C9D4;
	border-left-color: #98C9D4;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

div.button_bianco_pagine a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 160px;
	height: 20px;
	float: left;
	color:#FF7F00;
	text-decoration:none;
}
div.button_bianco_pagine a:link {
	color: #FF7F00;
	text-decoration:none;
}
div.button_bianco_pagine a:hover {
	text-decoration:none;
	
}


div.button_bianco_prima_pagine {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 160px;
	height: 20px;
	line-height: 20px;
	color: #FF7F00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C9D4;
	border-right-color: #98C9D4;
	border-bottom-color: #98C9D4;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

div.button_bianco_prima_pagine a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 160px;
	height: 20px;
	float: left;
	color:#FF7F00;
	text-decoration:none;
}
div.button_bianco_prima_pagine a:link {
	color: #FF7F00;
	text-decoration:none;
}
div.button_bianco_prima_pagine a:hover {
	text-decoration:none;
	
}




div.button_marrone_pagine {
	background-color: #8B5C29;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 160px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C9D4;
	border-right-color: #98C9D4;
	border-bottom-color: #98C9D4;
	border-left-color: #98C9D4;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
div.button_marrone_pagine a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 160px;
	height: 20px;
	float: left;
	color:#FFFFFF;
	text-decoration:none;
}
div.button_marrone_pagine a:link {

	text-decoration:none;
}
div.button_marrone_pagine a:hover {
	text-decoration:none;
	
}


/*--------------------------------------- fine sottomenu pagine interne ------------------------------------------------------------- */

.form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
}

.form_stile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_privacy {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 410px;
	margin: 0px;
}
.form_note {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 291px;
	margin: 0px;
}
.list_perchedubai {
	padding: 0px;
	margin-left: 17px;
	margin-top: 2px;
	list-style-type: disc;
}
