/* !-- GLOBAL --------------------------------------------------------------------------- */

*{margin:0; padding:0}

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#006;
	background-image: url(../immagini/fondo_sfumato.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
}

a{
	color: #330033;
	text-decoration: none;
}
	
#contenitore {
	width: 750px;
	margin: 0 auto;
	padding:0px;
	text-align: center;
	background-image:url(../immagini/fondo_corpo_centrale.jpg);
	margin-bottom: 5px;
}


#head{
	position:relative;
	text-align: center;
	width: 650px;
	height: 20px;
	padding-top: 62px;
	padding-right: 100px;
	color: #FFF;
	background-image:url(../immagini/testata_albergo_la_torre.jpg);
}




#body-testo{
	margin-left:170px;
	width:398px;
	padding: 10px 6px 10px 6px;
	font-size: 12px;
}

#body{
	position:relative;
	text-align:left;	
}

#wrapper{
	margin:0;
	text-align:left;
}

#menu-sx{
	float:left;
	width: 155px;
	padding-top: 80px;
	padding-left: 15px;
	background-image: url(../immagini/sfumato_alto_menusx.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font-size: 0.9em;
	color: #000066;
}

#newsletter{
	float:left;
	width: 145px;
	padding: 5px;
	background-color: #000033;
	text-align: center;
	font-size: 0.7em;
	color: #FFF;
}

#menu-dx{
	float:right;
	width: 141px;
	padding: 10px 17px 10px 4px;
	text-align: center;
	background-image:url(../immagini/sfumato_alto_menudx.jpg);
	background-repeat:no-repeat;
	font-size: 0.7em;
	color: #000;
}

#foot{
	position:relative;
	text-align:center;
	clear:both;
	width:750px;
	height: 34px;
	background-image:url(../immagini/barra_fondo_pagina.jpg);
	padding-top: 6px;
	font-size: 0.7em;
	color:#FFF;
	font-weight:bold;
}

#lastminute{
	width: 398px;
}

/* !-- NELLA HEAD --------------------------------------------------------------------------- */

#bandiere{
	position:absolute;
	top:10px;
	left: 300px;
	width: 100px;
}

#logologis{
	position:absolute;
	bottom: 5px;
	right: 15px;
}


/* !-- TESTO ----------*/

#menu-sx li{
	display:block;
	width: 95%;
	list-style-type:none;
	line-height: 23px;
	font-weight: bold;
	border-bottom: 1px dashed #4e0d06;
}

#menu-sx li a{
	display:block;
	color: #000066;
}

#menu-sx li a:hover{
	display:block;
	background-color: #000066;
	color: #FFFFCC;
}

#foot a{
	color:#FFFF99;
	font-weight:bold;
}

#lastminute li{
	display:block;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	border-bottom: solid 1px #000066;
}

#lastminute li:hover{
	background-color: #cae2ec;
}

#body-testo li{
	display:block;
	list-style-type:square;
	margin: 8px 0 5px 15px;
	font-size: 13px;
}

#body-testo li:hover{
	background-color: #FFFFCC;
}


#body-testo table.colorato{
	text-align: center;
	font-size: 12px;
	color: #651007;
	background-color: #fff1be;
	border: 1px #000;
}

#body-testo table{
	text-align: left;
	font-size: 12px;
	color: #000066;
	border: 1px #000;
}

#body-testo tr.bianco{
	color: #651007;
	background-color: #FFF;
	border: 1px #000;
}

#body-testo tr.b{
	font-weight:bold;
	font-size: 0.9em;
	color: #fff1be;
	border: 1px #000;
	background-color: #ee31d8;
}


/* !-- TESTO-CLASS ----------*/

.bottone{
	margin-top: 5px;
	background-color: #000066;
	color: #FFF;
	height: 22px;
}

h1{
	font-size: 18px;
	color: #000066;
	text-align: center;
	border-bottom: ridge 1px #7000066;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	border-bottom: solid 1px #000066;
}

h3{
	font-size: 20px;
	color: #000066;
	text-align: center;
/*	border-bottom: ridge 2px #000066;*/
}

h4{
	font-size: 16px;
	color: #BA2592;
	text-align: center;
	border-bottom: ridge 2px #761a0a;
	margin-bottom: 15px;
}

h5{
	font-size: 16px;
	color: #BA2592;
}

#privacy{
	font-size: 10px;
	height: 60px;
	overflow: auto;
	border: solid 1px #FFF;
	padding: 4px;
}

.immaginigallery{
	text-align: center;
	border: 1px solid #000000;
	margin: 10px;
}

.evidenza{
	color: red;
}