@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	padding:0;
	margin:50px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size:11px;
	}

a {
	color:#777;
	text-decoration:none;
	cursor:pointer;
}

img {
	border:none;
}

h1{
	font-size:12px;
	font-weight:normal;
	color:#777;
	border-bottom:#666 1px dotted;
	padding-bottom:10px;
	margin:0 0 10px 0;
}

h2{
	font-size:11px;
	font-weight:normal;
	color:#777;
	margin:0 0 10px 0;
}

#main {
	width:880px;
	margin:auto;
	text-align:left;
	}

#content {
	height:450px;
	position:absolute;
	top:50%;
	margin-top:-260px;
	}

#content .sx{
	width:650px;
	margin-right:30px;
	float:left;
	}

#content .dx{
	width:200px;
	height:450px;
	float:left;
	}

#head {
	margin-bottom:30px;
	}

#menu{
 position:absolute;
 bottom:20px;
 z-index:100;
}

.arrowlistmenu{
}

.col {
	background:#FFF;
	width:170px;
	float:left;
}

.colmini {
	width:100px;
	float:left;
}

.colmini a{
	color:#FFF;
}

.uno {
	position:absolute;
	left:0;
	bottom:0;
}

.due {
	position:absolute;
	left:170px;
	bottom:0;
}

.tre {
	position:absolute;
	left:340px;
	bottom:0;
}

.quattro {
	position:absolute;
	left:510px;
	bottom:0;
}

.cinque {
	position:absolute;
	left:680px;
	bottom:0;
}

.sei {
	position:absolute;
	left:780px;
	bottom:0;
}

.arrowlistmenu h3{
	height:25px;
	margin:0;
	padding:0px 10px;
	background:#010101 url(../img/bg.gif) no-repeat right;
	font-size:11px;
	color:#FFF;
	font-weight:normal;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
margin: 0px;
padding: 0px;
}

.arrowlistmenu ul li a{
display:block;
height:80px;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
position:relative;
}

.arrowlistmenu ul li a div{
display:none;
}

.arrowlistmenu ul li a:hover{
color: #FFF;
background-color: #000;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
}

.arrowlistmenu ul li a:hover div{
display:block;
position:absolute;
bottom:0;
background:#000;
padding:1px 5px;
font-size:10px;
}

.gallery, .gallery a {
	font-size:11px;
	color:#777777;
	z-index:50;
}

.gallery .sinistra{
	width:50%;
	float:left;
	margin-top:5px;
}

.gallery .destra{
	width:50%;
	float:right;
	text-align:right;
	margin-top:5px;
}

