*{
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
#contenitore{
	background-color:#1d1d1d;
	border:1px solid #FFFFFF;
	margin:60px auto 0;
	position:relative;
	width:840px;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
	color: #FFF;
	text-align: justify;
}

#slideshow{
	background-color:#1d1d1d;
	border:1px solid #FFFFFF;
	height:340px;
	margin:60px auto 0;
	position:relative;
	width:640px;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}



#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


/* The following styles are only used for the styling of the demo page */

p.tzine{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#ccc;
	border-bottom-color:#aaa;
}

p.credit a:hover{
	border-bottom-color:transparent;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #063;
	color:#FFF;
}

a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}

#barra{
	
	color: #063;
}
#grande{
	background-color: #1d1d1d;	


}

////


html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
font:13px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	background:url('bg.jpg') repeat-x #0c0d10;
	
}
h1 {
	font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 5px 0;
}
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.4em;
	display: block;
}

img {border: none;}
ul#topnav {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 520px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(a_bg.gif) repeat-x left bottom;
}


#container {
	width: 80%;
	min-height: 100%;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	border: 1px solid #000000;
	text-align: center; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	-moz-box-shadow: 0 0 30px 5px #000000;
	-webkit-box-shadow: 0 0 30px 5px #000000;
}
