/*-- Inizializza tutti gli elementi --*/
*, html {
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	background-color:#074559;
}
/*-- Testo --*/
html, body , table, input, textarea, select {
	font-family:Tahoma,Arial,sans;
	font-size:11px;
	color:#A3BAC1;
    /*letter-spacing:0px;
	line-height:1.25;*/
}
/*-- Link --*/
a, a:hover, a:visited, a:active{color:#A3BAC1;text-decoration:none;}
img {border:0px;}

/*-- Altro --*/
.pointer{
	cursor:pointer;
}

/* header */
#header{
	margin:auto;
	text-align:center;
	background:#FFFFFF;
}
#header img.loghi{
	margin:40px 0px 40px 0px;
}
/* main */
#main{
	width:100%;
	height:428px;
	margin:auto;
	background:url(../_img/doorpage/sfondo_main.jpg) top repeat-x;
}
#main div.container{
	width:967px;
	margin:auto;
}
/* footer */
#footer{
	width:100%;
	margin:auto;
	text-align:center;
	background:#074559;
}
#footer img.ospitalita{
	margin-top:25px;
	margin-bottom:15px;
}

/* -- quattro colonne --*/
div.col, div.col_left, div.col_right{
	float:left;
	width:auto;
	height:389px;
	padding:25px 31px 10px 31px;
}
div.col{
	border-right:1px dashed #3C545B;	
}
div.col_left{
	border-right:1px dashed #3C545B;
}
div.col:hover, div.col_left:hover, div.col_right:hover, div.col_rollover{
	background:url(../_img/doorpage/sfondo_rollover.jpg) top repeat-x;
}

/* -- elementi colonna-- */

/* titolo colonna */
#main div.titolo{
	width:178px;
	margin-bottom:14px;
	padding-bottom:4px;	
	border-bottom:solid 1px #B7C2C6;
	text-align:center;
}
/* foto hotel */
#main img.foto{
	padding:3px;
	border:solid 1px #8CA4AC;
	margin-bottom:12px;
}
/* descrizione hotel */
#main .descrizione_ita, #main .descrizione_eng{
	width:178px;
	text-align:center;
}
#main .descrizione_ita{
	color:#A3BAC1;
	border-bottom:solid 1px #346575;
	padding-bottom:9px;
}
#main .descrizione_eng{
	color:#608895;
	font-style:italic;
	padding-top:7px;
}


