/* CSS Document */

body{
	margin:0px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#333333;
	text-align:justify;
}

h1{
	color:#4f80d3;
	font-size:20px;
}

h2{
	color:#4f80d3;
	font-size:16px;
}

h3{
	color:#4f80d3;
	font-size:14px;
}

#main{
	width:909px;
	margin-left:auto;
	margin-right:auto;
	border-left:#4f80d3 1px solid;
	border-right:#4f80d3 1px solid;
	border-bottom:#4f80d3 10px solid;
	margin-bottom:10px;
}

#testa{
	width:909px;
	margin-left:auto;
	margin-right:auto;
}

#sottotesta{
	background-color:#4f80d3;
}

#sottotesta #filmato{
	width:635px;
	height:210px;
	float:left;
	background-color:#4f80d3;
}

#sottotesta #richiesta_info{
	width:270px;
	height:235px;
	float:right;
	background-color:#4f80d3;
	padding-left:4px;
}

#sottotesta #richiesta_info input{
	font-size:1em;
}

#sottotesta #richiesta_info select{
	font-size:1em;
}

#sottotesta #richiesta_info a{
	color:#000000
}

#pulsanti{
	height:25px;
	text-align:right;
	padding:10px;
	padding-top:15px;
	width:475px;
	float:right;
}

#menu{
	background-color:#4f80d3;	
	height:30px;
	float:left;
	width:635px;
}

#titolo{	
	width:380px;
	float:left;
	height:30px;
	padding:10px;
}

#banda_grigia{
	background-color:#EAEAEA;
	height:5px;
	border-top:1px #c8c8c8 solid;
	border-bottom:1px #c8c8c8 solid;
	float:none;
	clear:both;
}

#footer{
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	float:none;
	clear:both;
}

#footer a{
	color:#666666;
}

#credits{
	width:909px;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	float:none;
	clear:both;
}
#credits a{
	color:#666666;
}

.galleria{
	background-position:center;
	background-repeat:no-repeat;
	width:240px;
	height:240px;
	float:left;
	margin-left:25px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
}

.galleria2{
	background-position:center;
	background-repeat:no-repeat;
	width:240px;
	height:240px;
	float:left;
	margin-left:25px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;	
	text-align:center;
}

.galleria2 img{
    margin-top: 15px;
	border:1px solid #4f80d3;
	
}

.clearer{
	float:none;
	clear:both;
}