@charset "UTF-8";
/* CSS Document */


body {
	size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img
{  border-style: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.menu
{
	color:#FFF;
    padding: 8px;
} 
a.menu:hover
{
	color:#FFF;
    padding: 8px;
	background-color: #900;
	text-decoration:none;
}
a.menu_selected
{
	color:#FFF;
    padding: 8px;
	background-color: #900;
	text-decoration:none;
}






/* Titoli */
h1 {
	font-size: 14px;
	color: #AB1B1B;
}
h2 {
	font-size: 12px;
	color: #000000;

}
h3 {
	font-size: 11px;
	color: #000;
}






/* DIV ID */
#contenitore {
	position:absolute;
	width:900px;
	height:562px;
	z-index:3;
	top: 50%;
	left:50%;
	margin-top:-281px;
	margin-left:-450px;
}
#contenitore_cornice {
	position:absolute;
	height:562px;
	z-index:1;
	top: -10px;
	left:50%;
	width:900px;
	margin-left:-460px;
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-color: #000;
	border-width:10px;
	filter:alpha(opacity=10); 
	..-opacity:0.1; 
	opacity:0.1; 
	-khtml-opacity:0.1;
}

#menu {
	position:absolute;
	width:501px;
	height:21px;
	left: 40px;
	top: 145px;
	font-size:12px;
	color:#FFF;
	z-index:4;
}

#facebook {
	position:absolute;
	width:97px;
	height:34px;
	left: 803px;
	top: 137px;
	font-size:12px;
	color:#FFF;
	z-index:4;
}

#home {
	position:absolute;
	width:900px;
	height:391px;
	z-index:5;
	left: 0px;
	top: 171px;
}

#home_left {
	position:absolute;
	width:324px;
	height:252px;
	z-index:5;
	left: 30px;
	top: 20px;
}
#news {
	position:absolute;
	width:330px;
	height:100px;
	z-index:6;
	left: 10px;
	top: 233px;
}

#footer {
	background-image:url(img/intro_sfondo.png);
	width:100%;
	height:800px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
        }
		
#logo {
	position:absolute;
	left:50%;
	margin-left:-118px;
	z-index:100;
	bottom: 224px;
	width: 239;
	height: 123;
}

#home_testo_alpha {
	filter:alpha(opacity=40); 
	..-opacity:0.4; 
	opacity:0.4; 
	-khtml-opacity:0.4;
	
	background-color:#FFF;
	position:absolute;
	width:525px;
	height:391px;
	right:0px;
	top: 0px;
	z-index:10;

}
#home_testo {
	position:absolute;
	width:495px;
	height:371px;
	z-index:2;
	right:0px;
	top: 0px;
	z-index:100;	
	border:0px solid #EEE;
	font-size:11px;

}

#home_foto {
	position:absolute;
	width:500px;
	height:391px;
	z-index:2;
	left:400px;
	top: 0px;
	z-index:100;	
}

#home_banner {
	position:absolute;
	width:306px;
	height:81px;
	z-index:100;
	left: 30px;
	top: 459px;
}

#hide_rs{
	position:absolute;
	width:50px;
	height:50px;
	top:0px;
	right:0px;
	border:solid;
	border-width:0px;
	z-index:100;
	background-color: #fff;
	text-align:center;
}

#hide_rs_mini{
	position:absolute;
	width:60px;
	height:50px;
	top:20px;
	right:0px;
	border:solid;
	border-width:0px;
	z-index:100;
	background-color: #fff;
	text-align:center;
}

#email_alpha {
	position:absolute;
	height:350px;
	width:350px;
	z-index:2;
	top: 0px;
	left:240px;
	background-color:#000;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-color: #000;
	border-width:30px;
	filter:alpha(opacity=10); 
	..-opacity:0.1; 
	opacity:0.1; 
	-khtml-opacity:0.1;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
}
#email {
	position:absolute;
	height:350px;
	width:350px;
	z-index:100;
	top: 0px;
	left:280px;
}


/* DIV CLASS */

div.box{
	overflow:auto;
	padding: 10px;

	border-right:1 solid;
	text-align:justify;
	font-size:12px;
}
div.box_home{
	overflow:auto;
}

/* ADMIN */
#admin_menu {
	padding:10px;
	background-color:#FFF;
	text-align: center;
	position:absolute;
	height:20px;
	z-index:100;
	top: 0px;
	left:50%;
	width:880px;
	margin-left:-450px;
	filter:alpha(opacity=80); 
	..-opacity:0.8; 
	opacity:0.8; 
	-khtml-opacity:0.8;
}
