/* 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;
}

ul, ol{
	list-style:none
}

ul, ol, li{
	margin:0; 
	padding:0
}

#titolo-testata{
	width:909px;
	margin-left:auto;
	margin-right:auto;
	color:#b3c7e9;
	font-size:1.2em;
}

#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:909px;
	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 */
/*********************************************************************************************************************/
#menu {
	background-color:#4f80d3;	
	height:30px;
}

#menu .menu-elem {
	float: left;
	/*	margin: 0px 5px 5px 0px;	text-transform: uppercase; */
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
}
  
#menu .menu-elem .outerContainer {
	display: table;
	height: 30px;
	overflow: hidden;
	width: 100px;
	background-color: #4F80D3;
	border-right: 2px solid #EEE;
	position: relative;
}

#menu .menu-elem .outerContainer:hover {
	background-color: #8BACE2;
	cursor:pointer;
}

#menu .menu-elem .outerContainer .innerContainer {
	display: table-cell;
	vertical-align: middle;
	width: 100px; /* Adjust this width, it should be a fraction smaller than the outercontainer width. */
	margin: 0 auto;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

#menu .menu-elem .outerContainer .innerContainer .element {
	position: relative;
	top: -50%;
}

#menu .menu-elem .outerContainer .innerContainer .element a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#menu .menu-elem .outerContainer:hover .innerContainer .element a {
	color: #FFFFFF;
	text-decoration: none;  	  
}
/*********************************************************************************************************************/
/*********************************************************************************************************************/








#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;
}

a img{
	border: none;
}

textarea{
	resize: none;
}





/*********************************************************************************************************************/
/* TagCloud */
/*********************************************************************************************************************/
#tagsclouds {
	width:900px;
	margin-top:7px;
}
.cloud {
	width:239px;
	float:left;
	padding-right: 5px;
}
.cloudx2 {
	width:483px;
	float:left;
	padding-right: 5px;
}
.cloudx3 {
	width:290px;
	float:left;
	padding-right: 5px;
}
.tag {
	margin-top:10px;
	border-top:1px dashed #81807f;
}
.tag ul {
	margin-top:10px;
	list-style-type: none;
	line-height: 25px;
	color: #81807f;
	font-size: 12px;
	font-weight: normal;
}
.tag a {
	color: #000;
	text-decoration:none;
}





