/******************** inizio GENERICI ************************/
body{
	background-color:#EFEFEF;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#1F374C;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #746A5B;
	text-decoration:none;
	font-size:11px;
}

a#uno:hover {
	color: #746A5B;
	text-decoration:none;
	font-size:11px;
}

a#uno:visited {
	color: #746A5B;
	font-size:11px;
	text-decoration:none;
}

a:link {
	color: #1F374C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #1F374C;
}

a:visited {
	color: #1F374C;
	text-decoration:none;
}

#container{
	width:950px;
	margin:auto;
	background-color:#FFFFFF;
	background-image: url(../images/background/index.jpg);
	background-repeat:no-repeat;
}


#menu {
	top: 286px;
	float:left;
	height:421px;
}	


#body{ 
	width:950px;
	background:url(../images/background/back_body.gif);
	background-repeat:no-repeat;

}

#dx{
	width:340px;
	float:left;
}

#testo{
	width:610px;
	float:left;
	background-image:url(../images/background/back_testo.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#text{
	margin-left:25px;
	margin-right:25px;
}

#indirizzo{
	padding-left:25px;
	padding-right:25px;
	
}


/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #590304;
	text-decoration:none;
	padding-left:6px;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #4784B8;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	padding-left:6px;

}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #4784B8;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
		padding-left:6px;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	margin:0;
		padding-left:6px;
}

/* Stile per Descrizione Lunga Offerta */
#offertelastminute h4{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	margin:0;
		padding-left:6px;
}

/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 0px dashed #EDD6B6;
}

#offertelastminute hr{
	border: 1px dashed #EDD6B6;
	width:90%;
	margin-top:8px;
	margin-left:6px;
}

/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */


#offerteanteprima h1{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #4784B8;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	margin-right:25px;
	padding-top:7px;
	padding-bottom:2px;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #4784B8;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	margin-left:40px;
	margin-right:25px;
	padding-bottom:4px;
}

#offerteanteprima h1 a{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #4784B8;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	margin-right:25px;
	padding-top:7px;
	padding-bottom:7px;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2 a{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #4784B8;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	margin-left:40px;
	margin-right:25px;
}

/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dotted #ffffff;
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
	margin:auto;
	margin-right:25px;
}

