/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:5px;
}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
        background-color: #0000FF;
}
div#container{
	background-color:white;
	width: 800px;
	margin: 0 auto;
	text-align: left;
    	border-left: 2px solid #f95800;
	border-right: 2px solid #f95800;
	border-bottom: 2px solid #f95800;
	/*border-top: 2px solid #f95800;*/
}
div.spazio{
	clear:both;
	margin:0;
	padding:0;
	width:800px;
}

div.news{
	padding:0 4px; 
	margin-top: 5px;
	border: 1px solid #000000;
	color:black;
	width:95%;
	float: left;
}

div.link{
	padding:0 4px; 
	border: 1px solid #000000;
	color:black;
	width:80%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

div.vivic{
	padding:0 4px; 
	margin-top: 5px;
	border: 1px solid #000000;
	color:black;
	width:95%;
 	margin-left:auto; 
	margin-right:auto; 
	float:none
}

A.nob, A.nob:link, A.nob:visited, A.nob:hover, A.nob:active { color: #FFF; }

/*stili per il menù*/
a {
	outline:none;
}

#menu{
	text-align: center;
	width: 100%;
	background: url(img/menu_bg.jpg) repeat-x bottom;
	height: 52px;
}	

.numutili {
	border: 1px solid #f95800;
}

.numutili td {
	border: 1px solid #f95800;
}

.tabs {
	list-style:none; 
	height:45px;
	margin:0;
	padding:0;
}
.tabs li {
	float:left;
	margin-right:2px;
}
.tabs li a {
	display:block; 
	position:relative; 
	text-decoration:none;
}
.tabs li a em {
	display:block;
	height:45px; 
	float:left; 
	padding: 0 7px; 
	background:url(img/mid_bg.jpg) center top repeat-x;
	position:relative; 
	font-size:13px;
	font-weight:bold; 
	font-style: normal;
	color:#666666; 
	line-height:55px;
}
.tabs li a b {
	display:block; 
	float:left;
	width: 10px; 
	height:45px; 
	background:url(img/left_bg.jpg) left top;
	position:relative; 
}
.tabs li a span {
	display:block; 
	float:left;
	width:10px; 
	height:45px; 
	background:url(img/right_bg.jpg) right top;
	position:relative; 
}
.tabs li a:hover {
	border:0; 
	cursor:pointer;
}
.tabs li a:hover b {
	background-position:left bottom;
}
.tabs li a:hover span {
	background-position:right bottom;
}
.tabs li a:hover em  {
	background-position:center bottom; 
	color: #000000;
	line-height:45px;
}
.tabs li a.selezionato, .tabs li a.selezionato:hover {
	border:0;
	cursor:default;
}
.tabs li a.selezionato b, .tabs li a.selezionato:hover b {
	background-position:left bottom;
}
.tabs li a.selezionato span, .tabs li a.selezionato:hover span {
	background-position:right bottom;
}
.tabs li a.selezionato em, .tabs li a.selezionato:hover em  {
	background-position:center bottom; 
	color:#000000;
	line-height:45px;
}

/* Album */
.galleriaMenu {
	margin:0;
	padding:0 0 10px 0;
}

.gallery img{
	margin: 0 18px 18px 0;
}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin-left:147px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7;}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(img/left.gif) left center no-repeat}
#imgnext {right:0; background:url(img/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4;}
.linkhover {background:url(img/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(img/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(img/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
