
body {
background-image: url(../grafica/sitebg/site-bg_03.jpg);
background-repeat: repeat-x;
}

a:link    { color: #949494; text-decoration: none}
a:visited { color: #949494; text-decoration: none}
a:hover   { color: #0d9bc4; text-decoration: none}

a.cred:link    { font-size: 10px; font-family: Arial, Verdana; color: #4f4f4f; text-decoration: none}
a.cred:visited { font-size: 10px; font-family: Arial, Verdana; color: #4f4f4f; text-decoration: none}
a.cred:hover   { font-size: 10px; font-family: Arial, Verdana; color: #646464; text-decoration: none}

.testo {color: #5a5a5a; font-size: 12px; font-family: Lucida Sans Unicode, Verdana, Arial}
.testo2 {color: #9a9a9a; font-size: 12px; font-family: Lucida Sans Unicode, Verdana, Arial}
.st {color: #4498b3; font-size: 10px; font-family: Lucida Sans Unicode, Verdana, Arial}
.tab_ind {background-color: #e4e1d7}
.copy { font-size: 10px; font-family: Arial, Verdana; color: #949494; text-decoration: none; }

/*** menu ***/

img {border: 0; }
div#navigation{padding-top: 0px}
div#navigation ul{list-style-type: none;margin: 0;padding: 0}
div#navigation li{float: left;margin: 0;padding:0}
div#navigation a{display:block}
div#navigation a:hover{line-height: 1px; /*serve per IE*/}
div#navigation a:hover img{visibility: hidden}
div#navigation a#att:hover img{visibility: visible}
li#menuon_01 { background: url("../grafica/menu/menuon_02.png") no-repeat }
li#menuon_02 { background: url("../grafica/menu/menuon_03.png") no-repeat }
li#menuon_03 { background: url("../grafica/menu/menuon_04.png") no-repeat }
li#menuon_04 { background: url("../grafica/menu/menuon_05.png") no-repeat }
li#menuon_05 { background: url("../grafica/menu/menuon_06.png") no-repeat }
li#menuon_06 { background: url("../grafica/menu/menuon_07.png") no-repeat }
li#menuon_07 { background: url("../grafica/menu/menuon_08.png") no-repeat }
li#menuon_08 { background: url("../grafica/menu/menuon_09.png") no-repeat }


li#menuon_en_01 { background: url("../en/grafica/menu/menuon_02.png") no-repeat }
li#menuon_en_02 { background: url("../en/grafica/menu/menuon_03.png") no-repeat }
li#menuon_en_03 { background: url("../en/grafica/menu/menuon_04.png") no-repeat }
li#menuon_en_04 { background: url("../en/grafica/menu/menuon_05.png") no-repeat }
li#menuon_en_05 { background: url("../en/grafica/menu/menuon_06.png") no-repeat }
li#menuon_en_06 { background: url("../en/grafica/menu/menuon_07.png") no-repeat }
li#menuon_en_07 { background: url("../en/grafica/menu/menuon_08.png") no-repeat }
li#menuon_en_08 { background: url("../en/grafica/menu/menuon_09.png") no-repeat }


/*** Mediabox ***/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.lbLoading {
	background: #000 url(/grafica/mediabox/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 5px solid #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/grafica/mediabox/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/grafica/mediabox/1_next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(/grafica/mediabox/1_close.png) no-repeat center;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}


