BODY {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #3377BB;
    outline: none;
}

A:hover {
	color: #ff0000;
}

#CorpoPagina {
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 1.5em;
	color: #404040;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-size: 200%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3377BB;
	margin-bottom: 0.5em;
	padding-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
}

#CorpoPagina H2, #CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}


.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Ext {
	background-image: url('../immagini/b_linkext.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}

/*pagina prodotti */

#Prodotti {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#Prodotti TD {
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
}

#Prodotti TD IMG {
	padding: 3px;
	border: 1px solid #3377BB;
}

#Prodotti TD A.Link {
	display: block;
	margin-top: 3px;
}

#Prodotti TD A SPAN {
	font-size: 13px;
	font-weight: bold;
	color: #BB8333;
}

#Prodotti TD A:hover {
	color: #3377BB;
}

/* Homepage */
#HomePage {
	position: relative;
	width: auto;
	height: 310px;
}

#News, #Fiere {
	position: absolute;
	width: 220px;
	height: 120px;
	top: 0px;
	right: 0px;
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #c0c0c0;
}

#Fiere {
	top: 160px;
}

#News H2, #Fiere H2 {
	text-align: right;
	color: #b0b0b0;
	font-size: 16px;
}

#ProdottiWrapper {
	position: absolute;
	width: 440px;
	height: 310px;
	top: 0px;
	left: 0px;
}

/* gelso */
fieldset {
	position: relative;
	width: 90%;
	border: 1px solid #3377BB;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
legend {
	color: #3377BB;
	font-size: 120%;
	font-weight: bold;
}