#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../immagini/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../immagini/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../immagini/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/* CSS Document *************************************************************************************************/
html, body{
	margin:0; padding:0;
}

body{	
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	background:#74cffc;
}

div#all{
background:url(../immagini/bg_all.jpg) repeat-x;
min-height: 780px;
}

div#flash_top{
text-align:left;
/*background:url(../immagini/flash_top.jpg);*/
height:98px;
}

div#main_menu{
text-align:left;
background:url(../immagini/main_menu.jpg);
height:25px;
color:#0090ff;
font-size: 14px;
padding-left:10px;
padding-top:0px;
}

div#sub_menu{
text-align:left;
color:#0090ff;
font-size: 10px;
}

div#content{
/*background:url(../immagini/bg_all.jpg) no-repeat;*/
}

div#testo_principale{
padding:20px 20px 20px 20px;
text-align:left;
}

div#footer{
font-size:smaller;
height:100%;
}

div#scheda_modello{
margin-left:160px;
}
/*-----------------------------------*/
.menu_off{
padding-left:10px;
padding-right:10px;
}

.menu_on{
padding-left:10px;
padding-right:10px;
background-color:#FFFFFF;
border-left:1px solid #4a4b4a;
border-right:1px solid #4a4b4a;
font-weight:bolder;
}

.sub_on{
padding-left:5px;
padding-right:5px;
font-weight:bolder;
}
.sub_off{
padding-left:5px;
padding-right:5px;
}

a{
color:#0090ff;
}
a:visited{
color:#0090ff;
}

#main_menu a{
color:#0090ff;
text-decoration:none;
}
#main_menu a:hover{
text-decoration:underline;
}
#main_menu a:visited{
color:#0090ff;
}

/*#content a,*/ #footer a{
color:#ffffff;
text-decoration:none;
}
/*#content a:hover,*/#footer a:hover{
text-decoration:underline;
}
/*#content a:visited,*/#footer a:visited{
color:#ffffff;
}

#sub_menu a{
color:#0090ff;
text-decoration:none;
}
#sub_menu a:hover{
text-decoration:underline;
}
#sub_menu a:visited{
color:#0090ff;
}

h5{
margin-top:0;
color:#ffffff;
font-size:12px;
}
h6{
font-weight:normal;
font-size:10px;
}





div#menu_laterale{
float:left;
margin-right:10px;
}
div#menu_laterale{
text-align:center;}
#menu_laterale ul{list-style:none;
margin:0;padding:0;
width:150px;
border:1px solid;}
#menu_laterale ul li a{
text-decoration:none;
display:block;
width:100%;
line-height:2em;
background:url(../immagini/main_menu.jpg);}
#menu_laterale ul li a:hover{
background:url(../immagini/main_menu_hover.jpg);
color:#FFFFFF;}
#menu_laterale ul li a.lat_on{
background:url(../immagini/main_menu_hover.jpg);
color:#FFFFFF;
font-weight:bold;}

