* { margin:0; padding:0; }

ul {
	padding: 0;
	margin: 5px 0px 5px 10px;
	list-style: none;
	display: block;
}

ul li {
	list-style: none;
	padding-left: 20px;
	margin:0;
	background: transparent url(../img/freccia.gif) top left no-repeat;	
}

form {
	font-size: 16px;
}

form label {
	display: block;	
}

form p {
	margin-bottom: 1em;
}

input, select, textarea {
	font-family: Georgia, serif;
	font-size: 16px;
}

.elenco{
	margin: 0;
	padding: 20px 0 2px 0;
	display: block;
	border-top: 1px solid #baa233;
	margin-bottom: 7px;
	borde
}
.sep { clear: both; height: 0px; float: none; overflow: hidden; width: 50%; }

.titolo {
	font-size: 32px;
	color: #024;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0;
	padding: 20px 0 2px 0;
	display: block;
	border-bottom: 1px solid #baa233;
	margin-bottom: 7px;
}

.frase {
	font-size: 24px;
	color: #246;
	font-family:Georgia, serif;
	font-style: italic;
	text-align: center;
	padding: 5px 20px;
	margin: 0;
	font-weight: normal;
}

.testo {
	font-size: 20px;
	color: #014;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: justify !important;
}
.testo em, .testo i, .testo b, .testo strong {
	color: #246;
}

.titville {
	color: #BA9200;
	font-size: 15px;
	font-weight: bold;	
	
}

.titnolink {
	color: #999999;
	font-size: 15px;
	font-weight: bold;	
}

/* ============ menu */

.menu {
	list-style: none;
	margin: 10px auto;
	padding: 0;	
	text-align: right;
	font-family: Georgia, serif;
	font-size: 14px;
	/*
	opacity: 0.6;
	filter:alpha(opacity=60);
	*/
	font-weight:bold;
}

.menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


.menu a {
	display: inline;
	padding: 5px;
	margin-left: 5px;	
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu a, .menu a:link, .menu a:visited {
	color: #039;
	border: 1px solid #aaa;
	background: #eec;
}
.menu a:hover, .menu a:active, .menu a:focus {
	border: 1px solid #666;
	color: #760;
	background: #fff;
}

/* ============ end menu */

.bottone {
	color: #039;
	border: 1px solid #aaa;
	background: #eec;
	
	padding: 5px;	
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.bottone:hover, .bottone:active, .bottone:focus {
	border: 1px solid #666;
	color: #760;
	background: #fff;
	cursor: pointer;
}



.minibottone {
	color: #039;
	border: 1px solid #aaa;
	background: #eec;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 1px;	
	margin: 1;	
	cursor: pointer;
}

.minibottone:hover, .minibottone:active, .minibottone:focus {
	border: 1px solid #666;
	color: #760;
	background: #fff;
	cursor: pointer;
}


.linkson a {
	/* color: #031933; */
	color: #031933;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffc;
	text-decoration: none;
	height: 17px;
	text-align: center;
	width: 107px;
	padding:5px;
	margin:5px;
	float: right;
	margin-top:-5px;
	border: 1px solid #E8DDB7;
}

.linkson a:hover {
	color: #031933;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	height: 17px;
	text-align: center;
	width: 107px;
	padding:5px;
	margin:5px;
	float: right;
	margin-top:-5px;
	border: 1px solid #000066;
}


.menuson {
	color: #031933;
	font-size: 14px;
	font-weight: normal;	
	margin-top: 2px !important;
}

.menuson:hover {
	color: #BA9200;
	font-size: 14px;
	font-weight: normal;	
}
/*
.linkson {
	color: #031933;
	font-size: 12px;
	font-weight: normal;	
}

.linkson:hover {
	color: #031933;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
*/

body {
	color:#555;
	background-color: #FFFFFF;
	background-image: url(../img/fondo.jpg);
	font-family: Helvetica;
}


.wrap {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #041934;
	
}

#imgbanner {
	position:inherit;
	width:1000px;
	height:360px;
	background-image:url(../img/foto1.jpg);
	left:0px;
	top:0px;
	background-color: #041934;
	z-index:-1;

}

#proz{
	position: relative;
	margin-top: -160px;
	width:1000px;
	height:auto;
	
}

#left {
	float: left;
	width: 280px;
	height:400px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color:#FFFFFF;
	padding-left:30px;
	
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	

}

#right {
	float:right;
	width:615px;
	min-height:380px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#FFFFFF;
	padding:10px;
	
}


#left2 {
	float: left;
	width: 294px;
	background-color: #fff;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 8px;
    color:#25384F;
	font-family: Georgia, serif;
}

#left2 .content {
	text-align:justify;
	font-family: Georgia, serif;
}

#right2 {
	float:right;
	width:565px;
	_width: 530px;
	_height: 935px;
	min-height:935px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	/* background-color: #a39560;
	background-image: url(../img/areatext.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	*/
	/* background: #c5b782; */
	/*background: #d6d693 url(../img/bgRight.jpg) top right no-repeat;*/
	background: #fff url(../img/bgRight.jpg) top left no-repeat;
	padding: 10px;	
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 3em;
	border-top-right-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	
}

.bottomImg {
	width:565px !important;
	_width: 530px !important;
	margin-top: 30px;
	overflow: hidden;
}


#blocco1 {
	float: left;
	width: 283px;
	height:400px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color:#FFFFFF;
	padding-left:30px;

}
	
	
#blocco2 {
	float:left;
	width:293px;
	height:380px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#FFFFFF;
	padding:10px;
	
	
}

/*
#blocco3 {
	float:right;
	width:253px;
	height:340px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #BEAE70;
	background-image: url(../img/areatext.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:30px;
}
*/
#blocco3 {
	float:right;
	width:293px;
	height:380px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #BEAE70;
	background-image: url(../img/areatext.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:10px;
}

#blocco4 {
	float: left;
	width: 616px;
	height:380px;
	font-size: 16px;
	color:#25384F;
	font-family:Helvetica;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding:10px;

}

#blocco5 {
	float:right;
	width:293px;
	height:380px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #BEAE70;
	background-image: url(../img/areatext.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:10px;
}

#blocco6 {
	float: left;
	width: 576px;
	height:340px;
	font-size: 16px;
	color:#25384F;
	font-family:Helvetica;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding:30px;

}

#blocco7 {
	float:right;
	width:293px;
	height:380px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #BEAE70;
	background-image: url(../img/areatext.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:10px;
}


#footer {
	clear: both;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	background-color: #B9940F;
	background-repeat: repeat-x;
	height: 119px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/fondofooter.jpg);
	
}



.inputdata {
	background-color: #FFFFFF;
	background-image: url(../images/ombrainput.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #999999;
}

.barra {
	background-color: #fff;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	height: 80px;
}

/*
.bottone {
	color: #FFFFFF;
	background-image: url(../images/headerbg.gif);
	border: 1px solid #CCCCCC;
	padding: 3px;
}
*/

.vmenu {
	font-family: Helvetica;
	font-size: 18px;
	color: #100C2A;
	text-decoration: none;
	margin-top:20px;
    
}
a {
	text-decoration: none;
	color: #660000;
}

.vmenu:hover {
	font-family: Helvetica;
	font-size: 18px;
	color: #BA9200;
	text-decoration: none;
}


.vmenuhover {
	font-family: Helvetica;
	font-size: 18px;
	color: #BA9200;
	text-decoration: none;
}

li {
	padding-left:20px;
}

ul {
	padding-left:20px;
}

.messaggio {
	font-size: 18px;
	color:#25384F;
	font-family:Helvetica;
	text-align: justify;
	font-weight: normal;
	background-position: center;
}




#preno, .legenda, .legenda .testo {
	font-size: 16px;
}

