/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #919191;
	background-image: url(images/sfondo.gif);
	margin: 0px;
	padding: 0px;
}

#sfumatura {
	background-image:url(images/sfumatura_sfondo.png);
	background-position:top;
	background-repeat: repeat-x;

}

#testata {
	background-image:url(images/testata.png);
}

#centro {
	background-image:url(images/sfondo_centro.png);
}
.news {
	font-size: 11px;
	line-height: 12px;
	color: #D2DDF1;
	font-style: italic;
}


#base_cont {
	background-image:url(images/sfondo_contenuto.png);
}

#top {
	background-image:url(images/top_contenuto.png);
	background-position:top;
	background-repeat: no-repeat;
	
}
#top_contattaci {
	background-image:url(images/top_contenuto_contattaci.png);
	background-position:top;
	background-repeat: no-repeat;
	
}
#top_dovesiamo {
	background-image:url(images/top_contenuto_dovesiamo.png);
	background-position:top;
	background-repeat: no-repeat;
	
}
#top_prodotti {
	background-image:url(images/top_contenuto_prodotti.png);
	background-position:top;
	background-repeat: no-repeat;
	
}
#top_nostrastoria { 
	background-image:url(images/top_contenuto_nostrastoria.png);
	background-position:top;
	background-repeat: no-repeat;
	
}
#bot {
	background-image:url(images/bot_contenuto.png);
	background-position:bottom;
	background-repeat: no-repeat;
	
}.paragrafo {
	text-align: justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.blu {
	color: #3D2886;
}
.paragrafo_piccolo {
	font-size: 11px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.titolo_news {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.blu_grande {
	color: #3D2886;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
.normale {
	font-size: 12px;
	color: #919191;
}

