@charset "UTF-8";
/* CSS Document */

body{
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}

h1
{
    font-size:24px;
	color:#941a1d;
	font-weight: normal;
}

h2
{
    font-size:19px;
	color: #012C55;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}

img{
border:0;
}

a{
text-decoration:none;
color:#af0011;
}

#wrapper-esterno{
	width:948px;
	margin:auto;
	background-image:url(../images/bg-centrale.gif);
	background-repeat:repeat-y;
	min-height:470px;

}

#wrapper{
	width:948px;
	margin:auto;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	min-height:400px;
}

#footer{
	width:948px;
	margin:auto;
	background-image:url(../images/bg-bottom.gif);
	background-repeat:no-repeat;
	height:21px;
	padding-top:25px;

}

table.top{
	width:100%;
	border:0;

	height:160px;
}

table.top td.menu{
	padding-left:60px;
	padding-top:15px;
	
}

table.top td.logo{
 	width:380px;
	text-align:center;
}

a.mainmenu{
	display:block;
	width:94px;
	margin-right:4px;
	color:#012c55;
	font-size:14px;
	float:left;
	text-decoration:none;
	text-align:center;
}

a.mainmenu_sel{
	display:block;
	width:94px;
	margin-right:4px;
	color:#012c55;
	font-size:14px;
	float:left;
	text-decoration:none;
	background-image:url(../images/sel.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:40px;
	text-align:center;
	
}

table.contenuti{
	width:100%;
	border:0px;
	margin-top:44px;
}

table.contenuti td.image{
	width:328px;
	text-align:right;
	vertical-align:top;
}

table.contenuti td.testo{
		padding:0px 20px 20px 40px;
		vertical-align:top;
}

p.titolo{
	font-size:24px;
	color:#941a1d;
}

p.prezzo{
	font-size:15px;
	color:#941a1d;
}

td.dettagli {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
    padding: 0px 6px 6px 0px;
}

table td.dettagli a
{
    display: block;
    padding: 0px 6px 6px 0px;
}

#ricerca{
	background-image:url(../images/ricerca.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:10px;
	width:320px;
	float:none;
	padding-top:1px;
	
}

#ricerca table{
	text-align:left;
	width:280px;
	margin-left:50px;
}

#ricerca select{
	width:230px;
}

#ricerca2{
	background-image:url(../images/ricerca.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:10px;
	width:320px;
	float:none;
	padding-top:1px;
	
}

#ricerca2 table{
	text-align:left;
	width:280px;
	margin-left:50px;
}

#ricerca2 select{
	width:230px;
}

table.proposte{
	width:100%;
	border:1px soli #999999
}

table.proposte td{
	padding:2px;
}

table.proposte img{
	border:1px solid #000033
}


.bianco 
{
	color: #FFFFFF;
	font-size: 15px;
}

.blu 
{
	color: #012C55;
	background-color:#ced3d6;
	font-size: 16px;
}

.blu2 
{
	color: #012C55;
	font-size:13px;
}

/* highslide: nascondo il pulsante Espandi al massimo */
.highslide-controls .highslide-full-expand {
   display: none;
}

.box-dettagli *
{
    margin: 0px;
    padding: 0px;
}

.box-dettagli 
{
    margin-right: 25px;
	padding: 12px 16px 12px 16px;
	border: 1px solid #a0a0a0;
	margin-bottom:18px;
	background-image:url("../images/transp40.png");
	color: #111111;
}


.box-dettagli h2
{
    font-size:19px;
	color: #941a1d;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}


.box-dettagli h2.titolo
{
    color: #012C55;
}

.box-dettagli .codice {
	font-size:16px;	
    margin: 7px 0px 7px 0px;
}

.box-dettagli .prezzo {
	padding: 0px 0px 6px 0px;
	font-size: 14px;
	color: #941a1d;
	font-weight:bold;
}

.box-dettagli .descrizione {
	padding: 6px 0px 6px 0px;
}

.box-dettagli table.dettagli-immobile td 
{
    padding: 0px 0px 6px 0px;
} 

.box-dettagli img{
	border:3px solid #012C55;
	margin-bottom:15px;
	margin-right:23px;
}

.box-dettagli  img.last{
	margin-right:0px;
}


.box-dettagli img:hover{
	border:3px solid #941A1D;
}

.box-dettagli .contatto{
	font-size: 14px;
	color: #333333;
	font-weight:bold;
	line-height: 1.6em;
}

.box-dettagli table.form
{
    padding: 10px 0px 0px 0px;
} 

.box-dettagli table.form td 
{
    padding: 0px 0px 8px 0px;
} 

.box-dettagli .big{
	font-size: 18px;
	color: #a4100e;
	font-weight:bold;
}

.box-dettagli a{
	color: #111111;
	text-decoration: underline;
}

.box-dettagli a:hover{
	text-decoration: none;
}


