body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	background-image: url(../img/bgbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h1 {
	color: #666666;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #fb8a00;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
	text-transform: uppercase;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6 {
	color: #666666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


ul {
	list-style-type: square;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
a:link {
	color: #fb8a00;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #fb8a00;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #1D3F89;
}
a:active {
	color: #1D3F89;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 800px;
	position: relative;
	z-index: 2;
	background-image: url(../img/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top .logo {
	float: left;
	margin: 0px;
	display: inline;
}
#top  p  {
	text-align: right;
	color: #60a6ae;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 63px;
	display: inline;
	float: right;
	margin-right: 30px;
}
#top .telefonotop {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
#top .mailtop {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}




#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 71px;
	width: 800px;
	position: relative;
	z-index: 3;
	background-image: url(../img/bgnav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul {
	float: left;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
	width: 745px;
	display: inline;
}
#nav li {
	padding: 0px;
	display: inline;
	width: auto;
	margin: 0px;
}
#nav a {
	color: #fb8a00;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	height: 51px;
}
#nav a:hover {
	color: #FFFFFF;
	background-image: url(../img/navlinkhover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav #current a {
	color: #FFFFFF;
	background-image: url(../img/navlinkhover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#intro {
	background-image: url(../img/bgintro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	height: 196px;
	width: 370px;
	position: relative;
	z-index: 4;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 430px;
}
.chisiamo #intro {
	background-image: url(../img/bgintro-chisiamo.jpg);
}
.attivita #intro {
	background-image: url(../img/bgintro-attivita.jpg);
}
.organizzazione #intro {
	background-image: url(../img/bgintro-organizzazione.jpg);
}
.risorse #intro {
	background-image: url(../img/bgintro-risorse.jpg);
}
.obbligazioni #intro {
	background-image: url(../img/bgintro-obbligazioni.jpg);
}
.contatti #intro {
	background-image: url(../img/bgintro-contatti.jpg);
}

#intro .linkintro {
	background-image: url(../img/bglinkintro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 141px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content {
	margin: 0px;
	float: left;
	height: auto;
	width: 498px;
	position: relative;
	z-index: 5;
	background-image: url(../img/bgcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 45px;
	display: inline;
}
#content  .blu  {
	color: #515e7f;
	font-weight: bold;
}
#content #insidehome {
	background-image: url(../img/bginsidehome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 220px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 258px;
	position: relative;
	float: left;
}
#content #insidehome p {
	line-height: 16px;
}

#content #insidepag {
	background-image: url(../img/bginsidechisiamo.gif);
    background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 220px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 258px;
	position: relative;
	float: left;
}

#content #insidepag p {
	line-height: 16px;
}

#content #insidepag .azul {
	color: #0b84b3;
}

#sidebar {
	float: right;
	height: auto;
	width: 233px;
	position: relative;
	z-index: 6;
	background-image: url(../img/bgsidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 24px;
	display: inline;
}
#sidebar #attivita {
	background-image: url(../img/bgattivita.gif);
	height: 251px;
	width: 186px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar #attivita li {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}

#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 96px;
	width: 100%;
	position: relative;
	z-index: 7;
	clear: both;
	background-image: url(../img/bgfooter.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer #insidefooter {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 8;
	height: 96px;
}
#footer #insidefooter #sottomenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 470px;
	display: inline;
}
#footer  #insidefooter  #sottomenu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer  #insidefooter  #sottomenu li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  #insidefooter  #sottomenu a {
	color: #666666;
	font-size: 12px;
}
#footer  #insidefooter  #sottomenu a:hover {
	color: #fb8a00;
}
#footer  #insidefooter  #sottomenu p {
	font-size: 10px;
	clear: left;
	margin-left: 30px;
	padding-top: 5px;
	color: #999999;
}

#footer #insidefooter #info {
	float: right;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#footer #insidefooter #info p {
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
	color: #666666;
	font-size: 11px;
	margin-bottom: 2px;
}
#footer  #insidefooter  #info .telefono {
	font-size: 16px;
}
#footer #insidefooter #info .mailfooter {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
fieldset {
	padding: 10px;
}
label {
	font-size: 12px;
	clear: left;
	width: 80px;
	float: left;
}
input {
	margin-bottom: 5px;
}
legend {
	color: #003782;
	font-size: 13px;
	font-weight: bold;
}
.privacy {
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sendbutton {
	background-image: url(../img/sendbutton.gif);
	height: 27px;
	width: 143px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.convertitore {
	width: 480px;
	font-size: 11px;
}
