body {
	margin: 0px;
	background: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #666;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #8DC73F;
	font-size: 15px;
}

/* ul {
	font-size: 11px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}*/

a.linkopacity img { filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; -khtml-opacity: 1.0; }
a.linkopacity:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; }

a {
	color: #93B300;
}

a:hover {
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** MAIN CONTAINER ***/


#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


/**** TOP ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(../img/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(../img/bg_t.gif) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}

#top img {
	float: left;
}

/**** MAIN MENU ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-top: 55px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.gif);
}

#menu li a.current {
	color: gray;
	background: url(../img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}

/**** CONTENT CONTAINER ***/


#content {
	width: 100%;
	margin-top:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** CONTENT ***/

/*

#left ul {
	padding: 15px 0 15px 40px;
	margin:0;
}

#left li {
	margin-bottom:0px;
}

*/

#left {
	width: 470px;
	float: left;
/*	display: block;
   display: inline; */
	margin-left: 10px;
}


#right {
	width: 315px;
	float: right;
/*	display: block;*/
	margin-top: 38px;
	padding-bottom: 0px;
}

/*
	#right ul {
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#right li {
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
*/

/* TABELLA */


#tabella {
 /* position: absolute; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 12px;
}

#tabella div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.cella1 {
 /* position: absolute; */
	width: 247px;
	height: 30px;
	margin-left: 0px;
	float: left;
}
   
.cella2 {
 /* position: absolute; */
	width: 60px;
	height: 30px;
	margin-left: 6px;
	float: left;
}


/*----CALENDAR----*/



#chooseDateForm li {
	list-style: none;
	margin-left: 70px;
}

a.dp-choose-date {
	float: left;
	width: 23px;
	height: 19px;
	display: block;
	text-indent: -70px;
	overflow: hidden;
	background: url(../img/calendar.gif) no-repeat;
	margin-top: -35px;
	margin-right: 34px;
	margin-bottom: 20px;
	margin-left: -34px;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


/*----FORM----*/


#contact-area {
	width: 422px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 4px;
	width: 300px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 100px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #C0DF22;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	padding-top: 0px;
}




#right .box {
	width: 275px;/*280px*/
	background: #ffffff;
	border: 1px solid #E1E1E1;
	float: right;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(../img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** CLEAR DIV ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** FOOTER ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}

/*---------LIGHTBOX---------*/

#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; }
