/* CSS Document */
body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

p {
	line-height: 20px;
}

#bottom {
	background-image:url(../img/common/fascia_bottom.jpg);
	background-repeat: no-repeat;
	text-align:center; 
	color: #FFFFFF;
	height: 34px;
}

#menu_home {

	background-repeat: no-repeat; 
	background-position:right; 
	background-color: #8599BA;
	background-image: url('../img/menu/home_on.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_home_hover {
	background-repeat: no-repeat; 
	background-position:right; 
	background-color: #4C5D79;
	background-image: url('../img/menu/home_off.jpg'); 
	text-decoration: none;
}

#menu_home:hover {
	background-repeat: no-repeat; 
	background-position:right; 
	background-color: #4C5D79;
	background-image: url('../img/menu/home_off.jpg'); 
	text-decoration: none;
}

#menu_azienda { 
	background-image: url('../img/menu/azienda_on.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_azienda:hover { 
	background-image: url('../img/menu/azienda_off.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_azienda_hover { 
	background-image: url('../img/menu/azienda_off.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_prodotti { 
	background-image: url('../img/menu/prodotti_on.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_prodotti:hover { 
	background-image: url('../img/menu/prodotti_off.jpg'); 
	text-decoration: none;

}

#menu_prodotti_hover { 
	background-image: url('../img/menu/prodotti_off.jpg'); 
	text-decoration: none;
}

#menu_dove { 
	background-image: url('../img/menu/dove_on.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_dove:hover { 
	background-image: url('../img/menu/dove_off.jpg'); 
	text-decoration: none;
}

#menu_dove_hover { 
	background-image: url('../img/menu/dove_off.jpg'); 
	text-decoration: none;
}

#menu_news { 
	background-image: url('../img/menu/news_on.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_news:hover { 
	background-image: url('../img/menu/news_off.jpg'); 
	text-decoration: none;
}

#menu_news_hover { 
	background-image: url('../img/menu/news_off.jpg'); 
	text-decoration: none;
}

#menu_contatti { 
	background-image: url('../img/menu/contatti_on.jpg'); 
	text-decoration: none;
	cursor: pointer;
}

#menu_contatti:hover { 
	background-image: url('../img/menu/contatti_off.jpg'); 
	text-decoration: none;
}

#menu_contatti_hover { 
	background-image: url('../img/menu/contatti_off.jpg'); 
	text-decoration: none;
}

#menu_home p{
	line-height: 13px;
}

#menu_azienda p{
	line-height: 13px;
}

#menu_prodotti p{
	line-height: 13px;
}

#menu_dove p{
	line-height: 13px;
}

#menu_news p{
	line-height: 13px;
}

#menu_contatti p{
	line-height: 13px;
}


#menu_home_hover p{
	line-height: 13px;
}

#menu_azienda_hover p{
	line-height: 13px;
}

#menu_prodotti_hover p{
	line-height: 13px;
}

#menu_dove_hover p{
	line-height: 13px;
}

#menu_news_hover p{
	line-height: 13px;
}

#menu_contatti_hover p{
	line-height: 13px;
}

#bottom a{
	color: #FFFFFF;
	text-decoration: none;
}

#bottom a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

h1           { font-family: Verdana; font-size: 10px; color: #C0C0C0; text-align: right; 
               margin-top: 0; margin-bottom: 0; font-weight: 400; }
               
a.components { font-family: Verdana; font-size: 10px; color: #C0C0C0; text-align: right; 
               margin-top: 0; margin-bottom: 0; text-decoration:none; }

a:hover.components { font-family: Verdana; font-size: 10px; color: #C0C0C0; text-align: right; 
               margin-top: 0; margin-bottom: 0; font-weight: 400; text-decoration:none; }

h2           { font-family: Verdana; font-size: 10px; color: #4C5D7B; text-align: right; 
               margin-top: 0; margin-bottom: 0; font-weight: 400; }
               
h3           { font-family: Verdana; font-size: 10px; color: #4C5D7B; text-align: center; 
               margin-top: 0; margin-bottom: 0; font-weight: 400; }
