body {
margin: 0;
padding: 0;
text-align: left;
font: 75% arial, tahoma, "Trebuchet MS", verdana, arial, verdana, sans-serif;

}

#container {
width: 100%;
width: 100%;
width: 99%;
border: 7px solid #000000;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.5em;
background: #000000;
}

#banner {
height: 175px;
padding: 0;
margin-bottom: 20px;
background: #000000 url(images/image00.jpg) no-repeat;
color: #476042;
}

		/* TOP NAVIGATION */
#navlist {
width: 100%;
padding: 4px 0px 4px 0;
margin: 0 0 20px 0;
text-align: left;
letter-spacing: 3px;
color: #000000; /* cambio a nero*/
background: #476042; /*verde*/
}
#navlist li {
list-style: none;
margin: 0;
display: inline;
}
#navlist li a {
padding: 5px .75em;
margin: 0;
color: #fff;  /*bianco*/
background: #476042; /*verde*/
text-decoration: none;
}
#navlist li a:link { color: #fff;
background: #476042; /*verde*/
}
#navlist li a:visited {
color: #fff;
background: #476042; /*verde*/
}
#navlist li a:hover {
color: #000000;
background: #6A9662; /*verde chiaro*/
}
#navlist li a#current {
color: #fff;
background:#6A9662; /*verde chiaro*/
}

		/* LEFT MENU */
.menu ul li {
line-height: 1.8em;
margin: 0 10px 0 0;
padding: 0;
list-style-type: square;
color: #6A9662; /*pallini menu left*/
background: inherit;
}
.menu ul li a {
color: #F17C0B; /* arancio*/
background: inherit;
}
.menu ul li a:hover {
color: #6A9662; /*verde chiaro*/
background: inherit;
}

		/* MAIN CONTENT */
#content {
padding: 0 20px 0 20px;
margin-left: 170px;
margin-right: 170px;
border-left: 1px dashed #333;
border-right: 1px dashed #333;
color: #999999; /*modificato da scuro a grigio chiaro*/
background-color: #000000;}/* modificato da bianco a nero*/

		/* ARTICLES */
.intro {
float:left;
width: 25%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;
}
.intro2 {
float: left;
width: 25%;
margin: 3px 0 5px 20px;
padding: 5px;
}
.intro3 {
float:right;
width: 33%;
margin: 3px 0 5px 0;
padding: 5px;
}

		/* LEFT SIDEBAR */
#sidebar-a {
float: left;
width: 150px;
width: 160px;
width: 150px;
margin-right: 5px;
padding: 0 5px 0 5px;
color: #999999;
background-color: #000000;
}

		/* RIGHT SIDEBAR */
#sidebar-b {
float: right;
width: 150px;
\width: 160px;
w\idth: 150px;
margin: 0 0 0 5px;
padding: 0 5px 15px 5px;
color: #999999; /* grigio chiaro*/
background-color:#333333; /* grigio scuro*/
}

		/* FOOTER */
#footer {
clear: both;
padding: 5px;
margin: 0;
background-color: #476042;
color: #fff;
}
#footer a {
text-decoration: none;
color: #fff;
background-color:#476042;
}
#footer  a:hover {
text-decoration: none;
color: #FE3F22;
background-color:#476042;
}

		/* LINKS */
a {
text-decoration: none;
color: #F17C0B;
background-color: #000000;
}
a:hover {
text-decoration:underline;
color: #666;
background-color:#fff;
}
a img {
border: 0;
}

		/* IMAGE PROPERTIES */
.border {
padding: 10px;
margin: 10px;
/*border: 1px solid #476042; default border images sx e dx*/
border: 0;
}
.imgleft {
float: left;
border: 1px solid #000000; /*default border images centro*/
margin: 5px 10px 10px 15px;
padding: 5px;
}

		/* HEADING PROPERTIES */
h1 {
width: 30%;
font-size: 200%;
letter-spacing: 5px;
color:#6A9662;
background: #000000; /*colore titolo*/
}
h2 {
font-size: 130%;
text-transform: uppercase;
letter-spacing: 10px;
color:#476042;
background: #000000;
}
h3 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;  /*colori title articoli*/
background: #6A9662;
}
h4 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff; 
background: #F17C0B;/*news and updates sfondo title*/
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }