/******************** inizio GENERICI ************************/
body{
	background-color:#F7F3DE;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78023B;
}

p{
	margin:0px;
	padding:0px;
}

a:link {
	text-decoration:none;
	font-weight: normal;
	color: #ffffff;

}
a:hover {
	text-decoration:none;
	font-weight: normal;
	color: #ffffff;
}
a:visited {
	text-decoration:none;
	font-weight: normal;
	color: #ffffff;
}

#container{
	background:url(../images/background/background.gif);
	background-repeat:repeat-x;
	width:761px;
	margin:auto;
}

#menu{
	width:761px;
	height:61px;
	background:#BEAC4B;
}

#body{
	background:#FFFFFF url(../images/background/background.gif);
}

#sx{
	width:310px;
	float:left;
}
#banner{
	width:291px;
	margin-left:11px;
	margin-right:2px;
}

#centre{
	background:#ffffff url(../images/background/back_center.gif);
	background-repeat:repeat-x;
	width:438px;
	float:left;
}

#text{
	padding-left:12px;
	padding-right:12px;
}

#footer{
	background:#E9DFA9 url(../images/background/back_footer.gif) repeat-y;
	height:70px;
}

#indirizzo{
	padding-left:8px;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

h2{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

/********************************* Stile per Offerte  **********************************/


/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #542919;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78023B;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78023B;
	text-decoration:none;
	font-weight:normal;
	margin:0;
}

#offertelastminute a:link{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight:normal;
	text-decoration:none;
}


#offertelastminute a:hover{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight:normal;
	text-decoration:underline;
}


#offertelastminute a:visited{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration:none;
	font-weight:normal;
}




/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px dashed #78023B;
}
/********************************* Stile Offerte FINE  **********************************/

