/* CSS Document */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2756B6;
}

#CorpoPagina {
	width: auto;
	vertical-align: text-top;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 80%;
	background-image: url('../immagini/girella.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

A {
	color: #3F7BF4;
}

A:hover {
	text-decoration: none;
	color: #1F3E7E;
}

P {
	padding-bottom: 1em;
}

H1 {
	font-size: 150%;
	color: #ED8500;
	padding-bottom: 0.8em;
	letter-spacing: 0.5em;
}

H2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

LABEL {
	display: block;
	text-align: right;
	font-weight: bold;
	background-image: url('../immagini/freccia_label.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.TestoIstituzionale {
	
	font-size: 100%;
	line-height: 1.5em;
}

.TestoIstituzionale IMG {
	border: #000000 1px solid;
	padding: 2px;
	margin-right: 7px;
}
.Prodotti {
	clear: both;
	margin-bottom: 20px;
	border: 1px dotted #909090;
	background-color: #fafafa;
	padding: 10px;
}
.Prodotti IMG {
	float: left;
	padding: 3px;
	border: 1px solid #808080;
	margin-right: 15px;
}

.Firme {
	color: #ED8500;
	text-align:center;
	font-weight:bold;
}


.Arancio {
	color: #ED8500;
}

.Piccolo {
	font-size: 90%;
}

.Sx {
	text-align: left;
}

.Jus {
	text-align: justify;
}

.Centro {
	text-align: center;
}

.Centro IMG {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}