body {
    background: #dadadb url("images/sfondo.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-left: 0px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration: none;
	font-weight: normal;	
}

body.mail{
	background: #ffffff;
}

/*---------------------------------------- DIV -------------------------------------------*/
#container_repeat {
	background-image: url("images/container_repeat.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	width:985px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#container {
	background-image: url("images/container.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width:985px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#top{
	padding: 0px;
	margin: 0px;
	color: #b6b6b6;
	width:967px;
	margin-left: auto;
	margin-right: auto;
	padding-top:17px;
}

#menu {
	background-image: url("images/sfondo_menu.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #b6b6b6;
	height: 34px;
	width:967px;
}

#menu_home {
	background-image: url("images/sfondo_menu_home.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #b6b6b6;
	height: 34px;
	width:967px;
}

#centrale {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width:967px;	
			
	min-height: 310px;
	height: auto !important;
	height: 310px;
}

#centro_pagine {
	float:left;
	margin: 0px;
	padding: 15px;
	width:935px;
	
}

#box {
	width:184px; 
	float:left;
	padding-left:7px;
	padding-bottom:25px; 
}

#sx {	
	float:left;
	width:206px;
	padding: 0px;
	margin: 0px;
	color: #89878a;
}

#dx {	
	background-image: url("images/dx_top.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
	width:191px;
	padding: 0px;
	margin: 0px;
	color: #89878a;
	
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

#bottom {		
	background-image:url("images/bottom.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 50px;
	float: inherit;
	color:#7d7d7d;
	font-size: 11px;
}

#box_ricerca_sfondo {
	background: url("images/box_ricerca_sfondo.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	width:762px;
}

#box_ricerca_top {
	background-image:url("images/box_ricerca_top.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center bottom;
	width:762px;
	height:52px;
}

#box_ricerca_centro {
	padding-left:8px;
	padding-right:8px;
}


#box_servizi_sfondo {
	background: url("images/box_servizi_sfondo.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	width:184px;
	float:left;
}

#box_servizi_top {
	background: url("images/box_servizi_top.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width:184px;
	height:52px;
}
/* box immobiliari */
#box_immobiliari_sfondo {
	background: url("images/box_immobiliari_sfondo.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	width:330px;
	float:left;
}

#box_immobiliari_top {
	background: url("images/box_immobiliari_top.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width:330px;
	height:52px;
}
#box_immobiliari_centro {
	padding-left:8px;
	padding-right:8px;
}


/* -------------- Tag Html --------------- */

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

img{
	margin: 0px;
	padding-left: 0px;
	padding: 0px;
}

a img{border:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#000000;
	text-decoration:underline;
} 

table{
	 text-align: left;
	 font: 12px  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	 color:#000; 
}

h1{
	margin:0px;
	font-size:3em;
	font-style:normal;
	font-weight:bold;
	color:#911424;
}

h2,h3,h4{margin:0px; font-size:1em;}

input.text{
	font: 11px  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	width: 82px;
}

li	{
	padding-bottom:15px;
}

/* -------------- form contatti/registrazione --------------- */
div.in{
	margin: 10px 0 10px 10px;
	font-size:11px;
}

div.in label{
	float:left;
	width:160px;
	line-height:23px;
	text-align:left;
}

div.in input,
div.in textarea{
	font-size:11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

div.in input.form{
	width:200px;
}

/* -------------- Class --------------- */

td.img_big{
	width: 500px;
}

.class_form {
    padding: 0px;
	margin: 0px;
}

.linea{
	border-top: 1px solid #666666;
}

.class_img{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.class_img2{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.class_img3{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rosso{
	color:#B11C15;
}

.contorno_img {
    border: 1px solid #DDDDDD;
}

.contorno{
	border: 1px dashed #996633;
}

.bugfix {display : none}

/*hr,.alt,.navigazione{display:none}*/

.bottone_form{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #034EA2;
	text-decoration:none;
	font-variant:normal;
}

/* -------------- Testo --------------- */

.testo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	/*font-size:11px;
	color:#6e6c6c;*/
	font-size:12px;
	color:#333333;
	font-weight: normal;
	text-align:justify;
	line-height:18px;
}

a.testo:visited { font-weight: bold; color:#6e6c6c; text-decoration: underline; }
a.testo:link { font-weight: bold; color:#6e6c6c; text-decoration: underline; }
a.testo:hover { font-weight: bold; color:#000; text-decoration: underline; }

.testo_grigio {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#7d7d7d;
	text-decoration: none;
	font-weight: bold;
}

a.testo_grigio:visited { color:#7d7d7d; text-decoration: none; }
a.testo_grigio:link { color:#7d7d7d; text-decoration: none; }
a.testo_grigio:hover { color:#000; text-decoration: underline; }

.titolo_blu {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:#0000cc;
	text-decoration: none;
	font-weight: bolder;
	padding-bottom:10px;
	padding-left:10px;
}

a.titolo_blu:visited { color:#0000cc; text-decoration: underline; }
a.titolo_blu:link { color:#0000cc; text-decoration: underline; }
a.titolo_blu:hover { color:#0000cc; text-decoration: underline; }

.titolo_rosso {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#0000cc;
	text-decoration: none;
	font-weight: bolder;
}

a.titolo_rosso:visited { color:#0000cc; text-decoration: underline; }
a.titolo_rosso:link { color:#0000cc; text-decoration: underline; }
a.titolo_rosso:hover { color:#0000cc; text-decoration: underline; }


.testo_bianco {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

a.testo_bianco:visited { color:#fff; text-decoration: underline; }
a.testo_bianco:link { color:#fff; text-decoration: underline; }
a.testo_bianco:hover { color:#fff; text-decoration: underline; }


.testo_menu {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#89878a;
	text-decoration: none;
	font-weight: bold;
}

a.testo_menu:visited { color:#89878a; text-decoration: none; }
a.testo_menu:link { color:#89878a; text-decoration: none; }
a.testo_menu:hover { color:#98a7b8; text-decoration: none; }

.sfondo_testo { background-color:#EAEFF2;
	padding:5px;}

.testo_grigio_small {
	color:#7d7d7d;
	font-size: 11px;
}
/* ----------------------------- */	

