/* CSS Document */

body {
	background-image:url(img/landing_sfondo.png);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
}

#gen_bianco {
	width:785px;
	margin:0 auto;
	font-family:"Arial Rounded MT Bold";
	background-color: #FFFFFF;
}

#menu {
	width:785px;
	background-color:#234C3C;
	color:#FFFFFF;
	font-size: 17px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#menu li {
	display:inline;
	padding-left: 30px;
	padding-right: 30px;
}

#menu a:link, #menu a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu a:focus {
	color:#FFFFFF;
	text-decoration: underline;
}

#menu li.primo {
	padding-left:15px;
}

#menu li.ultimo {
	padding-right:15px;
}

#corpo {
	width:785px;
	background-image: url(img/landing-1-corpo.jpg);
	background-repeat:no-repeat;
	color: #234C3C;
	height: 563px;
}

.titolo {
	margin:0px;
	padding-right:80px;
	width: 370px;
	float: right;
	text-align: center;
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.testo {
	width:440px;
	font-size:13px;
	padding-right: 20px;
	padding-left: 320px;
}

.testo_2 {
	width:200px;
	float:right;
	font-size:13px;
	padding-right: 70px;
}

.testo_2 a:link, .testo_2 a:visited {
	color:#234C3C;
}

.testo_2 a:hover, .testo_2 a:active, .testo_2 a:focus {
	color:#234C3C;
}

#footer {
	font-size:11px;
	width:785px;
	margin:0 auto;
	text-align: right;
	margin-bottom: 0px;
}

#footer a:link, #footer a:visited {
	color:#234C3C;
	text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color:#234C3C;
}

#1_p {
	width:785px;
	float:left;

}

#2_p {
	width:785px;
	padding-bottom:20px;
	float:left;
}

#3_p {
	width:785px;
	float:left;
}

#foto {
	width:785px;
	float:left;
}

.credits {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	width: 785px;
	padding-top: 20px;
}
.credits a {
	text-decoration: underline;
	color: #000000;
}
