a:{
 text-decoration:none;
}

a:visited{
 color:#000;
}

a:link{
 color:#000;
 text-decoration:none;
}


body{
	background-image:url(/_templates/img/bg.jpg);
	margin:0;
	padding:0;
}

#wrapper{
	background:url(/_templates/img/bg_top2.jpg) repeat-x;
	min-height:1000px;
	text-align:justify;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

#Mainwrap{
	margin: 0 auto;
	width:960px;
	min-height: 1000px;
	margin-bottom:100px;
}

#header{
	width:100%;
	height: 150px;
}

#Logo{
	float:left;
	width:50%;
	height: 100%;
}

#Logo img{
	float:left;
	margin-top:20px;
}

#searchbox{
	float:left;
	width:50%;
	height: 100%;
}

#menu_top{
	width:100%;
	height:30px;
	text-align:right;
	line-height: 30px;
}

#search{
	height:100%;
}

#searchdiv{
	margin-top: 40px;
	float:right;
	height: 24px;
}

#search .search_bar{
	background-image:url(/_templates/img/search1.png);
	background-repeat:no-repeat;
	background-color: rgba(0,0,0,0);
	height:22px;
	width: 174px;
	border: none;
	color:#eee;
	margin-left:60px;
	padding-left: 10px;
	padding-top: 2px;
}
#search .pulsante{
	background-image:url(/_templates/img/search2.png);
	background-color: rgba(0,0,0,0);
	height:24px;
	width: 35px;
	border: none;
	margin-left: -12px;
	cursor: pointer;

}
/*------------------------------Menu-------------------------*/
#menu{
	clear:both;
	width:100%;
	height: 69px;

}

#menu{
padding:0;
margin:0;
}

#menu ul{
padding: 0;
margin:0 auto;
max-width:820px;

}

#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0 5px;
}

     
#menu li a{
width:auto;
height: 35px;
display: block;
text-decoration:none;
text-align: left;
line-height: 30px;
color: white;
} 

#menu li li a{
border-bottom: #fff dotted 1px;
} 

#menu li a:hover{
	color:#333;
} 

#menu ul ul{
position: absolute;
top: 69px;
visibility: hidden;
width: 263px;
border-radius: 0 0 10px 10px
} 

#menu li li {
    padding-left: 10px;
    padding-right: 10px;
    width: 243px;
}

#menu ul li:hover ul{
visibility:visible;
z-index: 100;
} 

ul ul#menu2{
background:#f0a21f;
} 

ul ul#menu3{
background:#679934;
} 

ul ul#menu4{
background:#0066cc;
} 
/*------------------------------Menu CLOSED-------------------*/
#content{
	width:100%;
	min-height: 700px;
	background:#fff;
	box-shadow:0 0 30px #000;
	border-radius: 20px;
	position: relative;
	padding-top: 40px;
}

#titoloPag{
	float: left;
	margin-top: 40px;
	padding-left: 80px;
	width:100%;
	height: 50px;
	line-height:50px;
	font-size:19px;
	color:#2185c8;
}

#content_all{
	clear:both;
	width:100%;
	min-height: 600px;
	margin-bottom: 50px;
}

#content_left{
	clear:both;
	float:left;
	width:60%;
	min-height: 600px;
}

#content_right{
	float:left;
	width:40%;
	min-height: 600px;
}

#content_right img#imag{
	width:300px;
	margin:55px 0 0 25px;
	border: #fff solid 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
}

#content_left p{
	margin: 40px 0 0 80px;
	width:400px;
}

#content_left #contenuto{
	margin: 10px 0 0 80px;
	width:400px;
	min-height: 500px;
}

#footer{
	background:url(/_templates/img/footer.png) no-repeat;
	clear:both;
	height:80px;
	width:100%;
}

#footer p{
	padding:20px;
	height:30px;
	margin:0;
}
/*-----------------------------------------------CONTENUTI--------------*/

#Contatti_form, #Questionario{
	margin-left:75px;
	margin-top: 50px !important;
}

#Questionario .mFormTabella div div span{
	color: #2185C8;
}

#contenuto .scheda{
	font-size: 11px;
	margin: 25px 0 25px 0;
	background:#bbb;
	border-radius: 5px;
}

#contenuto .scheda td{
	padding: 3px;
	text-align:left;
	width: 32%;
}

/*------------------------------------ Per i FORM---------------------------*/
.mFormTabella tr{
	height: 40px;
}

form#Iscrizione tr{
	height: 50px;
}

.Agente_TDLeft{
	color: #555;
	font-size:17px;
}

form#Iscrizione input.caselladitesto, form#Contatti_form input.caselladitesto,
form#Contatti_form textarea{
	width:175px;
	border-radius:5px;
	border:1px solid #aaa;
	height:20px;
	background:#F1F6FB;
}

form#Contatti_form textarea{
	height:75px;
}

.scheda_ricerca a{
	color:#006699;
	text-decoration: underline;
}
/*------------------------------------ News---------------------------*/

.mnewsTabella{
	padding-left:80px;
}

.mnewsTitolo{
	font-size:17px;
	font-weight: bold;
	color: #555;
}
.mnewsTabella td{
	padding-bottom:50px;
}

.mnewsData{
	display:none;
}
div.questionario td{ min-width:50px; }
