/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#5C5B59;
}

p{
	margin:0px;
	padding:0px;
}

a {
	color: #8B8783;
	text-decoration:none;
	font-size:13px;
}

a:link {
	color: #8B8783;
	text-decoration:none;
	font-size:13px;
}
a:hover {
	text-decoration:underline;
	color: #990000;
	font-size:13px;
}

#container{
	width:970px;
	margin:auto;
	
}

#top{
	width:970px;
	height:55px;
	margin:auto;
	font-size:11px;
	color:#8B8783;
}

#foto{
	width:970px;
	height:436px;
	margin:auto;

	
}

#menu{
	width:970px;
	height:46px;
	margin:auto;
}

#offerte {
	z-index:2;
	position: absolute;
	width:970px;
	height:68px;
	top: 469px;
}	

#body{
	width:970px;
	margin:auto;
}

#text{
	margin-left:20px;
	margin-right:20px;

}


#footer{
	margin:auto;
	width:970px;
	height:111px;
	background-image: url(../images/background/back_footer.gif);
	background-repeat:repeat-x;
	
}

#submit {
	border: 1px solid #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#850607;
}

#reset {
	border : 1px solid #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#9A9B9C;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5C5B59;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #850607;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #850607;
	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: 14px;
	color: #5C5B59;
	text-decoration:none;
	font-style:italic;
	font-weight: normal;
	margin:0;
}


/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px solid #850607;
}
/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #850607;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5B5A5A;
	text-decoration:none;
	font-weight:lighter;
	margin:0;
}

/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px solid #696767;
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
	margin:auto;
}

/* Stile per bordo della foto anteprima */
#offerteanteprima img{
	border: 1px solid #850607;
}
