html {}
body {
	background: url('background-body.png') center;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, arial, sans-serif;
	font-size: 10pt;
	color: #333;
}

h1 { display: none; }
h2 {
	color:#069;
	font-size: 200%;
	font-weight: lighter;
	text-transform: capitalize;
	/* font-family: "Georgia", "Times New Roman", serif; */
	font-family: "Arial", "Helvetica", Sans-Serif;
	border-bottom: 1px solid #069;
	padding: .8em 0 .8em 0;
	margin: 0 .8em 0 .8em;
	text-align: left;
}

h3, h4 {
	padding: 0;
	margin: 10px 0;
	font-weight: normal;
}
h3 { color: #FF8C00; }
h4 { color: #CC3300; }
hr { display: none;  }

label , textarea , input , select, a { color: #005476; }
label {	border: 0px; }

select:focus , input:focus {
	background: #D7E3EC;
	border: 1px solid;
}


a { text-decoration: none; }
a:hover { text-decoration: underline; }

form {
	padding: 0; 
	margin: 0;
}

img { border: none ; }



ul { list-style-image: url('elenco.gif'); }
li { margin: .8em 0; }

ul.trm { list-style-image: url('background-liste-tramontana.gif'); }

/* pagina */
#container{
	position: absolute;
	width: 756px;
	\width: 756px;
	w\idth: 756px;
	margin: 0 0 0 -358px;
	padding: 0;
	line-height: 140%;
	top: 0pt;
	left: 50%;
	background: url('background-container.png') repeat-y;
}


/* intestazione */
#container #tracce { display: none; }


#top {
	width: 100%; 
	margin: 0; 
	padding: 0;
	height: 216px;
	background: url('background-top.png') no-repeat;
	line-height: normal;
}

#top #menuPrincipale {
	position: absolute;
	top: 174px;
	left: 0;
	height: 30px;
}

#top #menuSecondario {
	position: absolute;
	top: 140px;
	left: 0;
	height: 25px;
}

#top dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: #efefef;
	position: absolute;
	top: 0px;
	width: 100px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#top dt#home		{ left: 4px;	}
#top dt#progetti	{ left: 112px;	}
#top dt#art_and_design		{ left: 220px;	}
#top dt#eventi	{ left: 328px;	}
#top dt#galleria	{ left: 436px;	}
#top dt#contatti		{ left: 544px;	}
#top dt#links  { left: 652px;  }

#top dt#it			{ left: 4px;	}
#top dt#en			{ left: 34px;	}
#top dt#es			{ left: 64px;	}
#top dt#small		{ left: 200px;	}
#top dt#big			{ left: 250px;	}

#top dt a{
	position: absolute;
	width: 100%;
	height: 24px;
	color: #999;
}

#top #menuPrincipale dt a{
	text-align: center;
	padding-top: 6px;
	background: url('background-top-menu.png') 0 0 no-repeat;
}

#top #menuPrincipale dt.pagina a {
	color: #F2F2F2;
	background-position: 0 -30px;
}

#top #menuPrincipale dt a:hover {
	color: #EDFEFE;
	text-decoration: none;
	background-position: 0 -60px;
}

#top #menuSecondario dt 			{ width: 30px; }
#top #menuSecondario dt#it a 		{ background:url('background-menu-it.png') 0 0 no-repeat; }
#top #menuSecondario dt#es a		{ background:url('background-menu-es.png') 0 0 no-repeat; }
#top #menuSecondario dt#en a		{ background:url('background-menu-en.png') 0 0 no-repeat; }
#top #menuSecondario dt#it a:hover	{ background:url('background-menu-it.png') 0 -25px; }
#top #menuSecondario dt#es a:hover	{ background:url('background-menu-es.png') 0 -25px; }
#top #menuSecondario dt#en a:hover	{ background:url('background-menu-en.png') 0 -25px; }
#top #menuSecondario dt#it.pagina	{ background:url('background-menu-it.png') 0 -50px; }
#top #menuSecondario dt#es.pagina	{ background:url('background-menu-es.png') 0 -50px; }
#top #menuSecondario dt#en.pagina	{ background:url('background-menu-en.png') 0 -50px; }
#top #menuSecondario dt span 		{ display: none; }

#container #top h3, #container #vista  { display: none; }
#container #titolo { margin: 0.5em 0 0.5em 0; }

/* parte centrale */

#corpo {
	width: 100%;
	padding: 0;
	margin: 0;
}


#corpo #col1{
	float:left;
	width:170px;
	padding: 0 0 0 1em;
}

#corpo #col1 #elenco{ text-align: center; }
#corpo #col1 #scheda{ text-align: right; }

#corpo #gallery{
	float: left;
	margin-left: .8em;
	width: 530px;
	border-left: 1px solid #E5E5DB;
	padding: 0 1em 1em 1em;
}

#imgshw {
	float: left;
	margin: 0 1em 1em 0;
}

.anno img {
	float: right;
	margin: 0 1em 1em 0; 
}


ul.autori {
	list-style: none;
	list-style-image: none;
}

#gallery img.center {
	float: none;
	text-align: center;
	margin: 0 141px 0 141px;
}


.anno {
	background: url('background-anno.gif') bottom no-repeat;
	padding: 0 0 2em 0;
}

.ad {
	height: 95px;
}

.anno p {
	margin: 0 0.5em 0 0.5em;
	line-height: 180%;
}


/* parte inferiore */
#container #bottom {
	clear:both;
	width: 100%;
	margin: 1em 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 80%;
}

#container #bottom .info {
	border-top: 1px solid #000;
	background: #333;
	padding: 0.8em;
}

.info a , .info a:link , .info a:visited , .info a:hover {
	color: #FFF;
}

#container #bottom .footer {
	clear: both;
	background: transparent url('background-footer.png') repeat-x;
	text-align: right;
	margin: 0;
	height: 85px;
	padding: .5em 2em 0 0;
}

p.back {
	clear:both;
	padding: 50px 0;
}

#amici dt {
	margin: 0 0 70px 0;
}

#amici a {
	color: #006600;
}


ul#vs {
	list-style-type: none;
	list-style-image: none;
	width: 160px;
	cursor: pointer;
}


ul#vs li { height: 100px;}
ul#vs li span { display: none;}
ul#vs li.albero { background: url('vs-albero.jpg') top no-repeat; }
ul#vs li.anubi { background: url('vs-anubi.jpg') top no-repeat; }
ul#vs li.murena { background: url('vs-murena.jpg') top no-repeat; }
ul#vs li.ripple { background: url('vs-ripple.jpg') top no-repeat; }
ul#vs li.yacht { background: url('vs-yacht.jpg') top no-repeat; }

ul#vs li:hover, ul#vs li.sel {background-position: 0 -100px}