/******************** inizio GENERICI ************************/
body{
	background-color:#E6DBB9;
	background-image:url(../images/background/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#521A03;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
}

a#uno:hover {
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
}

a#uno:visited {
	color: #ffffff;
	font-size:12px;
	text-decoration:none;
}

a:link {
	color: #63250C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #63250C;
}

a:visited {
	color: #63250C;
	text-decoration:none;
}

#container{
	width:960px;
	margin:auto;
	
}

#menu {
	height:43px;
	background:#EFD48A;
	background: url(../images/background/back_menu.gif);
	
}	

#menu1 {
	height:21px;
	background:#63250C;
	background: url(../images/background/back_menu1.gif);
	
}	


#body{
	background:#E6DBB9;
}

#sx{
	width:361px;
	float:left;
	background:#FFFFFF url(../images/background/back_sx.gif);
	background-repeat:repeat-y;
}

#offerte{
	width:361px;
	height:523px;
	background: url(../images/background/back_offerte.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#centre{
	width:462px;
	float:left;
}

#dx{
	width:599px;
	float:right;
	background: #FEFEFC;
	background-image:url(../images/background/back_testo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#footer{
	color:#ffffff;
	background:#EED48B url(../images/background/back_footer.gif);
	background-repeat:repeat-x;
	height:80px;
}

#text{
	padding-left:25px;
	padding-right:27px;
}

#banner{
	margin:auto;
	float:left;
	width:137px;
	background-image:url(../images/background/back_banner.gif);
	background-repeat:repeat-y;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
	font-weight:normal;
	margin:0;
}

/* Stile per Descrizione Lunga Offerta */
#offertelastminute h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px dashed #DCC99D;
}
/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border:1px dotted #DFAC22;
	width:200px;
	margin-top:8px;
}
