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

body{
/*spaziature*/
	margin:0px;
	padding:0px;
/*dimensioni*/
	width:100%;
	height:100%;
/*sfondo*/
	background-color:#000;
/*testo*/
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:#FFF;
	font-style:italic;
}

a:hover{
	text-decoration:none;
	color:#000;
	font-style:italic;
}

h1{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
	
h2{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

#container{
/*spaziature*/
	margin:0 auto;
/*dimensioni*/
	width:879px;
	height:600px;
/*sfondo*/
	background-image:url(../images/sfondo-container.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

#spacer-superiore{
	width:879px;
	height:220px;
	float:left;
}

#head{
	float:left;
/*spaziature*/
	margin:0px;
	padding:0px;
/*dimensioni*/
	width:879px;
	height:303px;
/*sfondo*/
	background-image:url(../images/head.gif);
	background-repeat:no-repeat;
	background-position:left top;
/*testo*/
}

#menu{
	float:left;
/*spaziature*/
	margin:0px;
	padding:0px;
	padding-top:0px;
/*dimensioni*/
	width:435px;
	height:100px;
/*sfondo*/
/*testo*/
}

#menu span{
/*spaziature*/
	margin-left:10px;
	padding:0px;
/*dimensioni*/
/*sfondo*/
/*testo*/
	font-size:18px;
	font-weight:bold;
	color:#F90;
	text-align:left;
}

#contacts{
	float:left;
/*spaziature*/
	margin:0px;
	padding:0px;
/*dimensioni*/
	width:440px;
	height:100px;
/*sfondo*/
/*testo*/
	font-size:11px;
	color:#000;
	text-align:right;
}

#center-container{
	float:left;
/*spaziature*/
	margin:0 auto;
	padding:0px;
/*dimensioni*/
	width:879px;
	height:200px;
/*sfondo*/
	background-image:url(../images/sfondo.gif);
	background-repeat:no-repeat;
	background-position:left top;
/*testo*/
}

#left{
	float:left;
/*spaziature*/
	margin:0 auto;
	margin-right:6px;
	padding:5px;
/*dimensioni*/
	width:316px;
	height:300px;
/*sfondo*/
/*testo*/
	font-size:10px;
	line-height:11px;
}

#left span{
	float:left;
/*spaziature*/
	margin-right:2px;
padding-right:2px;
/*dimensioni*/
width:150px;
/*bordo*/
/*sfondo*/
/*testo*/
}

#right{
	float:left;
/*spaziature*/
	margin:0 auto;
	padding:5px;
/*dimensioni*/
	width:537px;
	height:300px;
/*sfondo*/
/*testo*/
	font-size:12px;
	line-height:17px;
	text-align:justify;
}

#footer{
/*spaziature*/
	margin:0 auto;
	padding:0px;
/*dimensioni*/
	width:879px;
/*sfondo*/
/*testo*/
}
/* FLEXCROLL */

#mycustomscroll b, #mycustomscroll strong{
	color:#F90;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width:530px;
	height:280px;
	overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
	float:left;
	padding:5px;
	margin:0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color:#CC6600;
	padding: 1px;
}


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
}
.vscrollerbar {
	width: 10px;
	background-color:#666;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#text-container{
	font-size:12px;
}

/* FINE FLEXCROLL */


.variant-black{
	color:#fff;
	font-weight:bold;
}



#modulo{
	float:left;
	width:195px;
	height:420px;
	margin-right:10px;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
}

#modulo input, #modulo textarea{
	width:175px;
	resize:none;
}

#modulo p{
	font-size:12px;
	line-height:10px;
	text-align:center;

}

form{
	padding-left:12px;
	color:#000;
	font-size:10px;
}

form h2{
	color:#006600;
	font-size:18px;
}

#player{
	margin-left:60px;
}