/* !-- GLOBAL --------------------------------------------------------------------------- */

*{margin:0; padding:0}

html, body{
	font-size:1em;
	color:#000;
	background-image: url(../images/fondo_sfumato.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
}

a{
	color: #990000;
	text-decoration: none;
}
	
#contenitore {
	width: 750px;
	margin: 0 auto;
	padding:0px;
	text-align: center;
	background-image:url(../images/fondo_corpo_centrale.jpg);
	margin-bottom: 5px;
}


#head{
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	text-align: center;
	width: 630px;
	height: 20px;
	padding-top: 62px;
	padding-right: 120px;
	color: #FFF;
	background-image:url(../images/testata_quattro_passeri.jpg);
}


#body-testo{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:170px;
	width:406px;
	padding: 10px 6px 10px 6px;
	font-size: 12px;
}

#body{
	position:relative;
	text-align:left;	
}

#wrapper{
	margin:0;
	text-align:left;
}

#menu-sx{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width: 155px;
	padding-top: 120px;
	padding-left: 15px;
	background-image: url(../images/sfumato_alto_menusx.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font-weight:bold;
	font-size: 0.9em;
	color: #993300;
}

#newsletter{
	float:left;
	width: 145px;
	padding: 5px;
	background-color: #993300;
	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(../images/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(../images/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: 550px;
	width: 100px;
}

#logologis{
	position:absolute;
	bottom: 5px;
	right: 15px;
}


/* !-- TESTO ----------*/

#menu-sx li{
	display:block;
	width: 95%;
	list-style-type:none;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #4e0d06;
}

#menu-sx li a{
	display:block;
	color: #993300;
}

#menu-sx li a:hover{
	display:block;
	background-color: #993300;
	color: #ffffc9;
}

#foot a{
	color:#FFFF99;
	font-weight:bold;
}

#lastminute li{
	display:block;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom: solid 1px #993300;
}

#lastminute li:hover{
	background-color: #FFFFCC;
}

#body-testo li{
	display:block;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

#body-testo li a: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: #651007;
	border: 1px #000;
}

#body-testo tr.bianco{
	color: #651007;
	background-color: #FFF;
	border: 1px #000;
}

#body-testo tr.b{
	font-weight:bold;
	color: #fff1be;
	border: 1px #000;
	background-color: #651007;
}

#body-testo img{
	border: 1px #993300;
	padding: 2px;
	margin: 5px;
}


/* !-- TESTO-CLASS ----------*/

.bottone{
	margin-top: 5px;
	background-color: #fff1be;
	color: #990000;
	height: 22px;
}


h3{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #993300;
	text-align: center;
	border-bottom: ridge 2px #993300;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	/*border-bottom: solid 1px #993300;*/
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #993300;
	text-align: left;
	background-image: url(../images/fondo_voce_titolo.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
}

h4{
	font-size: 16px;
	color: #CC0000;
	text-align: center;
	border-bottom: ridge 2px #761a0a;
	margin-bottom: 15px;
}

h5{
	font-size: 16px;
	color: #CC0000;
}

#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;
}