/* CSS Document */

* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #D2D2D2;
}

#Testata {
	position: relative;
	width: auto;
	height: 110px;
	background-image: url('../immagini/b_testata100.gif');
}

#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 110px;
	background-image: url('../immagini/logo.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#Logo A {
	display: block;
	width: 220px;
	height: 110px;
	text-indent: -9999px;
	text-decoration: none;
}

#ContAmbiti {
	position: absolute;
	width: 650px;
	height: 30px;
	top: 80px;
	right: 0px;
}

#Ambiti {
	
} 

#Ambiti LI {
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	line-height: 30px;
	padding-left: 23px;
	padding-right: 8px;
	border-left: 1px solid #BCBCBC;
	background-image:url('../immagini/b_ambiti_off.gif');
	background-repeat: no-repeat;
	font-size: 70%;
	text-decoration: none;
	font-weight: bold;
	color: #3F7FFF;
}

#Ambiti A:hover {
	background-image:url('../immagini/b_ambiti_on.gif');
	color: #3161C1;
}

#Ambiti A.Act, #Ambiti A.Act:hover {
	background-image:url('../immagini/b_ambiti_on.gif');
	color: #3161C1;
}

#ContenitorePagina {
	width: 100%;
	border-collapse: collapse;
}

#Barra {
	width: 191px;
	vertical-align: top;
	background-color: #3F7BF4;
}

#Prodotti {
	padding-bottom: 30px;
} 

#Prodotti LI {
	display: inline;
}

#Prodotti A {
	display: block;
	font-size: 70%;
	text-decoration: none;
	background-color: #2756B6;
	border-top: 1px solid #81A9F8;
	border-bottom: 1px solid #163065;
	background-image: url('../immagini/freccia_prodotti.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 28px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}

#Prodotti A:hover {
	background-color: #1C428E;
}

#MailingList {
	text-align: center;
	color: #234DA2;
	font-size: 70%;
	padding-bottom: 30px;
}

#MailingList STRONG {
	color: #F2F923;
}

#MailingList H3 {
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#MailingList H3 A {
	color: #FFFFFF;
	text-decoration: none;
}

#MailingList H3 A:hover {
	color: #F2F923;
}

#PiedePagina {
	position: relative;
	width: auto;
	height: 20px;
	background-color: #FFFFFF;
	border-left: 191px solid #3F7BF4;
	
}

#PiedePagina A {
	font-size: 70%;
	color: #3F7BF4;
	text-decoration: none;
}

#PiedePagina A:hover {
	color: #234A98;
}

#InizioPagina {
	position: absolute;
	top: 1px;
	left: 10px;
}

#InizioPagina A {
	background-image: url('../immagini/freccia_su.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#HomeBasso {
	float: right;
}

#HomeBasso A {
	background-image: url('../immagini/freccia_indietro.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	padding-right: 15px;
}

#MailBasso {
	float: right;
}

#MailBasso A {
	background-image: url('../immagini/chiocciola.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	padding-right: 10px;
}

#SeparatorePiede {
	width: auto;
	height: 13px;
	font-size: 0px;
	background-image: url('../immagini/b_separatore_piede.gif');
	background-repeat: repeat-x;
}

ADDRESS {
	text-align: right;
	font-size: 70%;
	color: #2756B6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}



