
/* LAYOUT */
/*html {
scrollbar-face-color: #eceee5;
scrollbar-highlight-color: #eceee5;
scrollbar-3dlight-color: #bfd56d;
scrollbar-darkshadow-color: #bfd56d;
scrollbar-shadow-color: #eceee5;
scrollbar-arrow-color: #474840;
scrollbar-track-color: #bfd56d;
}*/
body{
	margin:0px;
}

#mainDiv{
	width:775px;
	margin:auto;
}

#headerDivHp{
	width:775px;
	height:173px;
}

#subHeaderDivHp{
	width:775px;
	height:21px;
	background:#46483F;
	padding-top:9px;
}

#headerDivInterne{
	width:775px;
	height:108px;
}

#subHeaderDivInterne{
	width:775px;
	height:25px;
	background:#46483F;
	padding-top:5px;
}

#contentDivHp{
	width:775px;
	height:145px !important;
	height:140px;
	padding-top:3px;
}

#contentDivInterne{
	width:775px;
	padding-top:3px;
}

#footerDiv{
	width:775px;
	height:125px;
}

.dataSubHeaderDivHp{
	padding-left:30px;
	font-family:verdana;
	font-size:10px;
	color:white
}

/* FINE LAYOUT */

/* MENU */
#menuDiv{
	position:static;
	width:775px;
	height:60px;
	margin:auto;
	background: url(img/menu.sfondo2.jpg) right top repeat;
}

#menuDivBottoni{
	position:absolute;
	width:430px;
	height:30px;
	padding-top:20px;
	margin-left:174px;;
}

.menuDot{
	position:static;
	float:left;
	display:block;
	width:34px;
	height:21px;
	background: url(img/menu.dot.jpg) center top no-repeat;
}

#mainMenuDivAzienda {
	position:static;
	float:left;
	width:70px;
	height:21px;
	background: url(img/menu.azienda.jpg) right top no-repeat;
}		
#mainMenuDivAzienda a{
	display:block;
	width:70px;
	height:21px;
}
#mainMenuDivAzienda a:hover{
	border-bottom: solid #ACDB01 10px;
}
#mainMenuDivAzienda .current a {
	border-bottom: solid #ACDB01 10px;
}

#mainMenuDivProdotti {
	position:static;
	float:left;
	width:139px;
	height:21px;
	background: url(img/menu.prodotti.jpg) right top no-repeat;
}
#mainMenuDivProdotti a{
	display:block;
	width:139px;
	height:21px;
}
#mainMenuDivProdotti a:hover{
	border-bottom: solid #ACDB01 10px;
}
#mainMenuDivProdotti .current a {
	border-bottom: solid #ACDB01 10px;
}

#mainMenuDivReti {
	position:static;
	float:left;
	width:55px;
	height:21px;
	background: url(img/menu.reti.jpg) right top no-repeat;
}
#mainMenuDivReti a{
	display:block;
	width:55px;
	height:21px;
}
#mainMenuDivReti a:hover{
	border-bottom: solid #ACDB01 10px;
}
#mainMenuDivReti .current a {
	border-bottom: solid #ACDB01 10px;
}

#mainMenuDivContatti{
	position:static;
	float:left;
	width:62px;
	height:21px;
	background: url(img/menu.contatti.jpg) right top no-repeat;
}
#mainMenuDivContatti a{
	display:block;
	width:62px;
	height:21px;
}
#mainMenuDivContatti a:hover{
	border-bottom: solid #ACDB01 10px;
}
#mainMenuDivContatti .current a {
	border-bottom: solid #ACDB01 10px;
}

/* FINE MENU */

.linkDecreto{
	color:#333333;
	text-decoration:none;
}

.linkCredits{
	color:#333333;
	text-decoration:none;
}

.linkCredits:hover{
	text-decoration:underline;
}
.titoloPagina{
	font-size: 24px;
	color: #96bf01;
	text-decoration: none;
}
li{
	list-style-image: url(img/trattino.gif);
}
