/******************** inizio GENERICI ************************/
body{
	background-color:#1C1C1D;
	margin:0px;
	padding:0px;
	vertical-align:top;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#000000;
}

#container{
	width:1000px;
	margin:auto;
	vertical-align:top;
	color:#FFFFFF;
	background-image:url(../images/background/back_body.gif);
	background-repeat:repeat-y;	
}

#top{
	height:134px;
	background:#000000;
	background-image: url(../images/logo/logo_top.gif);
}
 
#carrello{
	padding-top:80px;

}
 

p{
	margin:0px;
	padding:0px;
}

h1{
	margin:0px;
	padding:0px;
}


h2{
	margin:0px;
	padding:0px;
}



#menu{
	margin-top:15px;
	margin-left:13px;
	color:#FF7E00;
	font-size:12px;
	background-image:url(../images/background/back_sx.gif);
}

#menu1{
	margin-top:15px;
	margin-left:13px;
	color:#0798A7;
	font-size:12px;
}

#divisorio{
	font-size:12px;
	color:#57585A;

}

a:link {
	text-decoration:none;
	color: #000000;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

a#email:link {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
}

a#email:hover {
	color: #ffffff;
	text-decoration:underline;
}

a#email:visited {
	color: #ffffff;
	text-decoration:none;
}

#body{
	background-image:url(../images/background/back_body.gif);
	background-repeat:repeat-y;
}

#sx{
	width:259px;
	float:left;
}


#centre{
	width:741px;
	float:left;
}


#sx1{
	width:479px;
	float:left;
}

#dx{
	width:262px;
	float:left;
}

#percorso{
	font-size:12px;
	color:#03636D;
}

#footer{
	background-image:url(../images/background/back_footer.gif);
	height:108px;
}

#indirizzo{
	padding-top:50px;
	margin-left:80px;
	color:#CCCCCC;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Trebuchet MS; font-size:12px;
	color: #9B9A9A;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #57585A;
	text-decoration:none;
	font-weight: bold;
}

/* Stile per Prezzo Offerta */
#offertelastminute h2{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FF7200;
	text-decoration:none;
	font-weight: bold;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: Trebuchet MS; font-size:12px;
	color: #7B7A7A;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	text-align:justify;
}

/* Stile per Descrizione Lunga Offerta */
#offertelastminute h4{
	font-family: Trebuchet MS; font-size:12px;
	color: #9B9A9A;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

/********************************* Stile Offerte FINE  **********************************/