/******************** inizio GENERICI ************************/
body{
	background-color:#D4C1A5;
	background-image: url(../images/background/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color:#561311;
	SCROLLBAR-FACE-COLOR: #F3E5CF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #EBD7B9; 
	SCROLLBAR-SHADOW-COLOR: #EBD7B9; 
	SCROLLBAR-3DLIGHT-COLOR: #EBD7B9; 
	SCROLLBAR-ARROW-COLOR:  #95723D; 
	SCROLLBAR-TRACK-COLOR: #EBD7B9; 
	SCROLLBAR-DARKSHADOW-COLOR: #EBD7B9; 
}

p{
	margin:0px;
	padding:0px;
}

a#uno {
	color: #69481A;
	text-decoration:none;
}
a#uno:link {
	color: #69481A;
	text-decoration:none;
}

a#uno:hover {
	color: #4F0100;
	text-decoration:decoration;
	
}

a#due {
	color: #EEDEC4;
	text-decoration:none;
	
}

a#due:link {
	color: #EEDEC4;
	text-decoration:none;
	
}

a#due:hover {
	color: #D8BA32;
	text-decoration:decoration;
}

a#lingue {
	color: #69481A;
	text-decoration:none;
	font-size:13px;
	
}

a#lingue:link {
	color: #4F0100;
	text-decoration:none;
	font-size:13px;
	
}

a#lingue:hover {
	color: #69481A;
	text-decoration:decoration;
	font-size:13px;
}

a {
	color: #69481A;
	text-decoration:none;
}
a:link {
	color: #69481A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #69481A;
}

#container{
	width:1005px;
	margin:auto;
	
}


#menu {
	background: url(../images/background/back_menu.gif);
	width:1005px;
	height:39px;
	margin:auto;
	font-size:19px;
	color: #EEDEC4;
}	


#menu2 {
	margin-top:5px;
	font-size:19px;
	width:100%;
	
}	

#body{
	background-image:url(../images/background/back_centro.gif);
	width:1005px;
	height:532px;
	margin:auto;
}

#body1{
	background-image: url(../images/background/back_centro_repeat1.gif);
	background-repeat:repeat-y;
	width:1005px;
	margin:auto;
}


#text{
	padding-left:20px;
	padding-right:30px;
}

#titolo{
	font-size:25px;
	color:#561311;
}

#titolo1{
	font-size:18px;
	color:#561311;
}

#colore{
	font-size:18px;
	color:#996600;
}

#scroll{
	width:452px;
	height:499px;
	float:left;
	position: absolute;
	z-index:auto;
	overflow:auto;
	top:173px;
}

#footer{
	width:100%;
	font-size:14px;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #561311;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8A6315;
	text-decoration:none;
	font-weight:normal;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #561311;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #561311;
	text-decoration:none;
	font-weight:bold;
	margin:0;
}

/* Stile per Descrizione Lunga Offerta */
#offertelastminute h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #561311;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3A0807;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dashed #4F110E;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}

