/******************** inizio GENERICI ************************/
body{
	background-color:#252525;
	background-image:url(../images/background/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#8C8B8B;
}

p{
	margin:0px;
	padding:0px;
}

a {
	color: #8D8A8A;
	text-decoration:none;
	font-size:12px;
}

a:link {
	color: #8D8A8A;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color: #ffffff;
	font-size:12px;
}

a#button_offerte {
	color: #252525;
	text-decoration:none;
	font-size:14px;
}

a:link#button_offerte {
	color: #252525;
	text-decoration:none;
	font-size:14px;
}
a:hover#button_offerte {
	text-decoration:underline;
	color: #252525;
	font-size:14px;
}

a#info {
	color: #BA920D;
	text-decoration:none;
	font-size:12px;
}

a:link#info {
	color: #BA920D;
	text-decoration:none;
	font-size:12px;
}
a:hover#info {
	text-decoration:underline;
	color: #ffffff;
	font-size:12px;
}
#container{
	width:866px;
	margin:auto;
	
}

#top{
	width:866px;
	height:110px;
	margin:auto;
	font-size:12px;
	color:#8D8A8A;
	background-image:url(../images/background/back_otranto.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#foto{
	width:866px;
	height:459px;
	margin:auto;
	margin-top:7px;
	
}

#menu{
	width:866px;
	height:40px;
	margin:auto;
}

#body{
	width:866px;
	margin:auto;
}

#text{
	margin-left:15px;
	margin-right:15px;

}


#footer{
	margin:auto;
	width:866px;
	
}

#submit {
	border: 1px solid #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#BA920D;
}

#reset {
	border : 1px solid #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#9A9B9C;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9C9B9B;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #ffffff;
	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: #ffffff;
	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: #9C9B9B;
	text-decoration:none;
	font-style:italic;
	font-weight: normal;
	margin:0;
}


/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px solid #ffffff;
}
/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	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: #9C9B9B;
	text-decoration:none;
	font-weight:lighter;
	margin:0;
}

/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dotted #686868;
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
	margin:auto;
}

/* Stile per bordo della foto anteprima */
#offerteanteprima img{
	border: 1px solid #ffffff;
}
