@charset "utf-8";
/* CSS Document */

body {
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}
img, a {
	outline:none;
}
a, a:visited {
	color:#CCC;
}
a:hover {
	color:#FFF;
}
h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	color:#2A6D16;
}
h5 {
	color:#949494;
}
ul.lavori li {
	font-size:12px;
	color:#999;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear:both;
}

#layout {
	position:absolute;
	width:948px;
	height:431px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-474px;
}
#top {
	width:948px;
	height:100px;
}
#logo {
	background:url(images/LogoGeo3srl.png) no-repeat left;
	height:100px;
	width:250px;
	float:left;
}
#menu {
	float:right;
	margin-top:25px;
}
#menu .voce, #menu .voce:visited {
	text-align:center;
	float:left;
	font-size:16px;
	margin-top:22px;
	padding-top:2px;
	color:#333;
	font-variant:small-caps;
	letter-spacing:-1px;
	text-decoration:none;
	height:22px;
	width:114px;
}
#menu .voce:hover, #menu a.voce.selezionata {
	background:url(images/rollover-voce-menu.jpg) no-repeat;
	color:#000;
	font-variant:small-caps;
	letter-spacing:-1px;
	text-decoration:none;
}
#menu .voce-imp {
	color:#333;
	font-weight:bold;
}
#center {
	position:absolute;
	z-index:10;
	top: 108px;
	overflow: hidden;
}
#riquadro {
	margin-left:328px;
	margin-top:0px;
	/*float:right;*/
	width:600px;
	height:341px;
	/*background-color: #333;
	opacity: 0.9;
	filter: Alpha(Opacity=90);*/
	position: relative;
	top: -341px;
}
#cont-back {
	position: absolute;
	width:600px;
	height:341px;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	background-color: #333;
	z-index: 10;
	overflow: hidden;
}
#contenuto {
	position: absolute;
	width:570px;
	height:330px;
	left: 15px;
	top: 0px;
	z-index: 20;
	overflow: auto;
}
#cont-in {
	position: static;
	width: 100%;
}

#slider-cont {
	height:341px;
	width: 20px;
	position: absolute;
	left: 580px;
	z-index: 20;
	display: none;
}
#mainSlider {
	height: 100%;
	width: 9px;
	border-right: 2px solid #666;
}
#mainKnob {
	height: 20px;
	width: 20px;
	background-image: url(images/knob.png);
}
#riquadro p {
	font-size:12px;
	padding:5px;
}
#riquadro img, #riquadro a img {
	border:2px solid #333;
}
#riquadro a img:hover{
	border:2px solid #999;
}
#bottom {
	margin-top:15px;
	color:#999;
	font-size:10px;
}
#bottom a, #bottom a:hover, #bottom a:visited {
	outline:none;
	text-decoration:none;
	color:#999;
}
#bottom a:hover {
	color:#333;
}

#sfondo {
	position:absolute;
	z-index:1;
}

.testo-12 {
	font-size:12px;
}

.lavoro {
	margin-top:20px;
	margin-left:20px;
	float:left;
	width:250px;
	text-align:center;
}
.lavoro .img {
	margin-bottom:5px;
}