@charset "utf-8";
/* CSS Document */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background:#e6e6e6;
	padding:5px 0px 5px 0px;
}

body , table , td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}

a {
	text-decoration:none;
}

h1 {
	font-size:20px;
	margin:0px;
	padding:10px; 
	color:#666666;
}

h2 {
	font-size:18px;
	margin:0px;
	padding:0px; 
	color:#DD0067;
}

h3 {
	font-size:14px;
	margin:0px;
	padding:0px; 
	color:#000000;
	font-weight:bold;
}

p {
	padding:7px 0px 7px 0px;
}

.tasto {
	width:122px;
	height:54px;
	line-height:54px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background:url(img/sfondo_tasto.png) center no-repeat;
	border:0px;
	font-weight:bold;
	text-transform:uppercase;
}

.tasto:hover {
	cursor:pointer;
}

#container {
	width:900px;
	margin: 0px auto;
	background:url(img/sfondo_container.gif) left repeat-y;
}

#footer_home {
	width:900px;
	height:20px;
	margin:0px auto;
	background:url(img/footer_home.jpg);
}

#footer {
	width:900px;
	height:20px;
	margin:0px auto;
	background:url(img/footer.gif);
}


#contenitore_home {
	float:left;
	width:655px;
	height:680px;
	margin:0px;
	padding:0px; 
	background: url(img/home_page.jpg);
}

#contenitore {
	float:left;
	width:610px;
	margin:0px;
	padding:30px 30px 30px 15px;
	background: url(img/sfondo_contenuto.gif) top right no-repeat;
}

#partners {
	width:670px;
	margin:0px auto;
	padding:0px 0px 0px 235px;
	height:76px;
}

#partners img {
	float:left;
	border:0px;
}


#partners .testo {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:25px 0px 0px 10px;
}


.spaziatore_neutro {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}



/*  m e n u    l a t e r a l e  */

#menu_laterale {
	float:left;
	width:231px;
	padding:0px 14px 20px 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#logo {
	height:165px;
}

#logo img {
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}


#menu_laterale ul {
	margin:0px;
	padding:10px 10px 10px 30px;
}

#menu_laterale ul li {
	list-style: none;
	color:#5a6400;
	background:url(img/pallozzo_verde.gif) left no-repeat;
	padding:0px 0px 0px 15px;
}

#menu_laterale ul .active {
	color:#00203B;
	background:url(img/pallozzo_blu.gif) left no-repeat;
}

#menu_laterale ul li a {
	color:#5a6400;
	text-decoration:none;
}


#menu_laterale ul li:hover  {
	background:url(img/pallozzo_blu.gif) left no-repeat;
}


#menu_laterale ul li a:hover {
	color:#00203B;
	text-decoration:none;
}

#menu_laterale ul .facebook, #menu_laterale ul .facebook:hover   {
	background:url(img/facebook_icon.png) left no-repeat;
	padding:15px 0px 15px 40px;
	border-bottom:1px solid #809210;
	margin:0px 40px 0px 30px; 
}

#menu_laterale ul .youtube, #menu_laterale ul .youtube:hover {
	background:url(img/youtube_icon.png) left no-repeat;
	padding:15px 0px 15px 40px;
	margin:0px 40px 0px 30px; 
}

/*  m e n u    l a t e r a l e  */

/* m o d u l o   r e g i s t r a z i o n e  */


form {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
} 

.module {
	padding:30px 0px 30px 0px;
	
}

label {
	text-align:right;
	width: 200px;
	padding-right: 20px;
	float: left;
	margin-top:6px;
	margin-bottom:2px;
	clear:both;
}

.input {
	width:200px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	padding:3px;
	background:#e6e6e6;
	border:0px;
}

.errore {
	padding:10px 0px 10px 0px;
	color:#FF0000;
	text-align:center;
}

.ok {
	padding:10px 0px 10px 0px;
	color: #669900;
	text-align:center;
}

/* m o d u l o   r e g i s t r a z i o n e  */

