body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
	color:#737373;
}

a {
	color:#ed1c24;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#737373;
	text-decoration:underline;
}

img {
	border: 0;
}

div.canvas {
	width: 917px;
	height: 650px;
	margin: 20px auto 0 auto;
}

div.cabecera {
	border-bottom: 1px solid #e3e3e3;
}


div.data {
	float: right;
	margin: 25px; 15px 0 0;
}

div.menu_horizontal {
	background: url(../img/fons_menu.jpg) no-repeat left top;
	height: 43px;
	margin-top: 2px;
	width: 917px;
}

div.menu_horizontal .menu_last{
	float:left;
	margin:0px 0 0 235px;
}

#azienda
{
  display: block;
  float:left;
  width: 110px;
  height: 43px;
  background: url(../img/azienda.gif) no-repeat 0 0;

}

#azienda:hover
{ 
  background-position: 0 -43px;
}

#azienda span
{
  display: none;
}




#prodotti
{
  display: block;
  float:left;
  width: 106px;
  height: 43px;
  background: url(../img/prodotti.gif) no-repeat 0 0;

}

#prodotti:hover
{ 
  background-position: 0 -43px;
}
.actiuProdotti {
	background: url(../img/prodotti.gif) no-repeat 0 -43px !important;
	
}
.actiuAzienda {
	background: url(../img/azienda.gif) no-repeat 0 -43px !important;
	
}

.actiuContatti {
	background: url(../img/contatti.gif) no-repeat 0 -43px !important;
	
}

.actiuMondo {
	background: url(../img/mondotata.gif) no-repeat 0 -43px !important;
	
}

#prodotti span
{
  display: none;
}

#mondo
{
  display: block;
  float:left;
  width: 216px;
  height: 43px;
  background: url(../img/mondotata.gif) no-repeat 0 0;

}

#mondo:hover
{ 
  background-position: 0 -43px;
}

#mondo span
{
  display: none;
}

#contatti
{
  display: block;
  float:left;
  width: 96px;
  height: 43px;
  background: url(../img/contatti.gif) no-repeat 0 0;

}

#contatti:hover
{ 
  background-position: 0 -43px;
}

#contatti span
{
  display: none;
}

#servizio
{
  display: block;
  width: 140px;
  height: 42px;
  background: url(../img/servizio.gif) no-repeat 0 0;

}

#servizio:hover
{ 
  background-position: 0 -43px;
}

#servizio span
{
  display: none;
}


div.contenido {
	width: 917px;
	margin-top: 10px;
}

div.peu {
	clear:both;
	padding-top: 10px;
	font-size: 9px;
	padding-bottom:20px;
}

div.peu p{
	margin: 0;
}

div.peu span{
	font-weight: bold;
	color: #ed1c24;
}

div.peu a{
	color: #ed1c24;
}

div.peu a:hover{
	color: #cacaca;
	text-decoration: none;
}


h4{
	color:#ad0d13;
	font-size:12px;
}

