@charset "utf-8";

body{
	background:#000 url(images/texture/128-12.jpg);
	/*
	background-image:url(images/template/bg-main.png);
	background-repeat:no-repeat;
	*/
}

table {
	position:absolute;
	top:0px;
	width:920px;
	left:50%;
	margin-left:-470px;
	/*
	if !IE
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.6);
	endif

	if IE
		background:transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	endif
	*/
}
	
td{
	color:#FFF;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.header {
	height:150px;
	width:920px;
	background-repeat:repeat-x;
	position:relative;
	left:50%;
	margin-left:-450px;
}
/* FOOTER + BOX */
.footer{
	width:900px; 
	height:230px;
	margin:auto;
}

.box{
	position:relative;
	text-align:center;
	float:left;
	height:200px;
	width:300px;
	top:10px;
	background-image:url(images/template/box.png);
}

.box ul{
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	font-size:12px;
	text-align:left;
	list-style-type: none;
	position:relative;
	margin-top:-0px;
}

.box li{
	position:relative;
	margin-left:-15px;
}

.box a{
	text-decoration:none;
	color:#CCC;
}

.box a:hover{
	text-decoration:none;
	color:#F60;
}

.copyright{
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	font-size:11px;
	margin-bottom:10px;
}

.copyright a{
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	font-size:11px;
	text-decoration:none;
}

.copyright a:hover{
	font-family:Verdana, Geneva, sans-serif;
	color:#F60;
	font-size:11px;
	text-decoration:none;
}
/* FINE FOOTER + BOX */


/* MENU */
#menu{
	position:relative;
	width:100%;
	top:0px;
	height:51px;
	margin-left:10px;
	background:#000 url(images/menu/menu_005_bg.jpg) center center repeat-x;
}

.submenu a{
	margin:auto;
	display:block;
	line-height:51px;
	float:left;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	width:20%;
	height:51px;					
}

.submenu a:hover{
	color:#fff;
	background:url(images/menu/menu_005_h.jpg) repeat-x;
}
/* FINE MENU */

/* INIZIO BLOCCO CENTRALE */
/* navigatore */
#nav {
	background:#000 url(images/home/h300_reverse.png);
	border:0px solid #f0f0f0;
	position:relative;
	height:156px; /* altezza barra navigatore */	
	width:920px; /* larghezza barra navigatore */
	margin:auto;
	left:10px;
}

#nav ul {
	width:700px;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#nav li {
	float:left;
	width:175px;
	list-style-type:none;
	text-align:center;
	margin-top:0px;
}

#nav a {
	color:#666666;
	display:block;
	padding:17px; /*bordo div */
	position:relative;
	float:left;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#nav a.current {
	background:url(images/home/down_large.jpg);	
}

#nav img {
	background-color:#fff;
	border:0px solid #ccc;
	margin:auto; /* allineamento immagine piccola con testo sottostante */
	margin-bottom:4px;
	margin-top:2px;
	padding:4px;		
	display:block;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	position:relative;
	background:#000 /*url(images/h300_reverse.png) repeat scroll 0 0*/;
	background-image:url(images/home/h500_reverse.png);
	background-repeat:repeat-x;
	border-color:#ccc;
	border-style:solid;
	border-width:0px 0px 0;
	width:920px;
	height:400px; /* dimensione blocco centrale contenente i div */
	left:50%;
	margin-left:-450px;
	margin-bottom:-20px;
	padding-bottom:20px;

/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-400px;
	font-size:13px;
	color:#444;	
	width:800px; 
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
	font-size:13px;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
/* FINE CORPO CENTRALE*/

/* FORM INSERIMENTO */
#theform {
	position:relative;
	left:50%;
	margin-left:-360px;
	width:720px;
	height:350px;
}
#theform fieldset { /* blocco */
	position:relative;
	float:left;
	width:200px;
	height:250px;
	margin-left:10px;
	padding:10px;
}
#theform fieldset legend { /* numeri scritti grossi */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	font-weight:bold;
	color:#F00;
}

#theform fieldset h3 { /* step 1, 2, 3 */
	color:#FFF;
	font-size:16px;
}
#theform fieldset label { /* label campi */
	font-size:11px;
	display:block;
	line-height:24px;
}
#theform fieldset input {
	font-size:13px;
}
.buttoncrea {
	position:relative;
	margin:auto;
	top:10px;
	color:#000;
	font-size: 20px;
	font-weight:bold;
}
.buttonreset {
	position:relative;
	margin:auto;
	top:10px;
	color:#000;
	font-size: 20px;
	font-weight:bold;
}
/* FINE FORM INSERIMENTO */

.contenitore { /* div contenitore pagine SCHEMA */
	position:relative;
	left:10px;
	height:350px;
	background:url(images/home/h500_reverse.png);
}

.titolo{
	position:relative;
	left:10px; 
	background:url(images/template/sfondotabella.png);
	font-family:Verdana, Geneva, sans-serif;
	color:#ddd;
	text-align:center;
	font-size:22px;
}

.locandine {
	position:relative;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:11px;
	text-align:center;
	margin-left:25px;
	margin-top:15px;
	padding:2px;
	float:left; 
	width:150px; 
	height:212px;
	text-decoration:none;
}

.fotobox {
	position:relative;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:11px;
	text-align:center;
	margin-left:20px;
	margin-top:10px;
	padding:2px;
	float:left; 
	width:200px; 
	height:175px;
	text-decoration:none;
}

.share {
	position:relative;
	height:20px;
	color:#039;
	margin-top:4px;
	background:#FFF;
	text-decoration:none;
}

.share a{
	line-height:17px;
	color:#039;
	text-decoration:none;
}

.share a:hover{
	color:#C00;
	text-decoration:none;
}

.modcontatti_contenitore {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	float:left;
	width:600px;
	height:400px;
	left:50%;
	margin-left:-300px;
}

.modcontatti_input {
	position:relative;
	float:left;
	width:50%;
	height:30px;
	text-align:center;
}

.modcontatti_input a{
	color:#CCC;
	text-decoration:none;
}
