/* CSS struttura */

#contenitore {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	background:url(immagini/sf_int.jpg) repeat-x;
}
#int{
background:url(immagini/softkey_intdx.jpg) top right no-repeat;
height:150px;
}
#menubar {
height:40px;
background:url(immagini/sf_menu.jpg) repeat-x;
}
#piede {
	position:relative;
	left:0px;
	top:0px;
	text-align:center;
	height:28px;
}
#home {
	position:absolute;
	left:277px;
	top:120px;
	width:62px;
	height:20px;
	text-align:center;
	z-index:1;
}
#chiSiamo {
	position:absolute;
	left:346px;
	top:120px;
	width:85px;
	height:20px;
	text-align:center;
	z-index:2;
}
#contatti {
	position:absolute;
	left:433px;
	top:120px;
	width:78px;
	height:20px;
	text-align:center;
	z-index:3;
}
#mappa {
	position:absolute;
	left:512px;
	top:120px;
	width:99px;
	height:20px;
	text-align:center;
	z-index:4;
}
#areaRis {
	position:absolute;
	left:611px;
	top:120px;
	width:102px;
	height:20px;
	text-align:center;
	z-index:5;
}
th {
	background-color:#99CCFF;
	background-image:url(immagini/sfondo_link.gif);
	background-repeat:repeat-x;
	text-align:left;
	}
.tdnav {
background-image:url(immagini/back_nav.jpg); 
background-repeat:repeat-x;
background-color:#000000;
padding-right:2px;
}
/*menu barra top testo*/
.menubar {
vertical-align:middle;
text-align:center;
color:#FFF;
font-size:14px;
font-family: Candara, "Century Gothic", Arial, Helvetica, sans-serif;
font-weight:bold;
padding: 14px 14px 14px 14px;
}
.menubar a{
height:40px;
color:#FFF;
padding: 14px;
}
.menubar a:link,
.menubar a:visited{
height:40px;
color:#FFF;
text-decoration:none;
padding: 14px;
}
.menubar a:hover,
.menubar a:focus,
.menubar a:active{
color:#FFF;
background:url(immagini/sf_menu_f2.jpg) top center no-repeat;
text-decoration:underline;
padding: 14px;
}
