/******************** inizio GENERICI ************************/
body{
	background-image:url(../images/background/background.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#613535;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #ffffff;
	text-decoration:none;
}

a#uno:hover {
	color: #ffffff;
	text-decoration:underline;
}

a#uno:visited {
	color: #ffffff;
	font-size:10px;
}

a#uno:active {
	color: #ffffff;
	font-size:10px;
}

a#top:link {
	color: #ffffff;
	font-size:10px;
	text-decoration:none;
}

a#top:hover {
	color: #ffffff;
	font-size:10px;
	text-decoration:underline;
}

a#top:visited {
	color: #ffffff;
	font-size:10px;
}

a#top:active {
	color: #ffffff;
	font-size:10px;
	text-decoration:none;
}
	
	
a#over:link {
	color: #B10404;
	text-decoration:underline;
}

a#over:hover {
	color: #B10404;
	text-decoration:underline;
}

a#over:visited {
	color: #B10404;
	text-decoration:underline;

}

a#over:active {
	color: #B10404;
	text-decoration:underline;

}

a:link {
	color: #613535;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #B10404;
}

a:visited {
	color: #613535;
	text-decoration:none;
}

a:active {
	text-decoration:underline;
	color: #B10404;
}


#container{
	width:949px;
	border:1px solid #FFFFFF;
	margin:auto;
	
}

#top{
	background:#751919  url(../images/background/back_top.gif);
	height:127px;
}

#menu{
	background:#ffffff url(../images/background/back_menu.gif) repeat-x;
	height:45px;
	font-weight:bold;
}

#body{
	background:#FFFFFF url(../images/background/back_body.gif) repeat-y;
}

#sx{
	background:#DBD4CE url(../images/background/back_testo.gif);
	background-repeat:no-repeat;
	width:746px;
	float:left;
}

#centre{
	width:3px;
	float:left;
	background:url(../images/background/back_pallini.gif);
	background-repeat:repeat-y;
}

#dx{
	width:200px;
	float:right;
	background: url(../images/background/back_offerte.gif);
	background-repeat:repeat-x;
}

#text{
	padding-left:60px;
	padding-right:60px;
}

#text1{
	padding-top: 15px;
	padding-left:28px;
	padding-right:10px;

}

#footer{
	background:#ffffff url(../images/background/back_footer.gif) repeat-x;
	height:31px;
	padding-top:4px;
}

#indirizzo{
padding-top:4px;
	margin-top:4px;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A2E0D;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #762D10;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 11px;
	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: 11px;
	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: #613535;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #762D10;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dashed #ffffff;
	width:199px;
	margin-top:15px;
	margin-left: 5px;
}