/* CSS Document */

html,body{
	margin:0;
	padding:0;
	
}
body{
	font-family:Tahoma;
	font-size:11px;
	text-align:center; 
	background-color:#CCCCCC;
}

/*.invisible{display:none;}*/

/*.invisible{visibility:hidden;} */

.invisible{
position: absolute;
left: -9999px;
width: 990px;
}


h2{
	color: #c74338;
	padding: 5px;
	text-decoration: underline;
	text-align:left;
	font-size: 11px;
	font-weight:bold;

}

h3{
	color: #000000;
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	padding:5px;
	margin:0;
	clear:left;
	display:block;
	width:100%;
	

}


img{
	border:none;
}



label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	font-size:11px;
}

.radio{
	width:18px;
	text-align:left;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}



br {
	clear: left;
}

.button {
	width: auto;
	height:20px; 
	background-color:#005267; 
	color:#FFFFFF; 
	font-family:Tahoma; 
	cursor: pointer; 
	border-style: none;
	font-weight:bold;
	font-size:11px;
}





div#container{
	width:922px;
	margin:0 auto;
	padding:0 24px 0 24px;
	text-align: justify;
	background-color:#ffffff;
	
}

div#header {
	height:203px;
	margin:0;
	padding:0;
}

div#header-top{
	height:68px;
	margin-bottom:5px;
	background:url(../img/header-top.gif) no-repeat;
}

div#header-bottom {
	height:125px;
	margin-bottom:5px;
	
}
div#wrapper-header{float:left;width:100%;}

div#content-header{
	margin: 0 130px;
	height:125px;
	background:url(../img/content-header.gif) no-repeat left ;
}

div#navigation-header{
	float:left;
	width:125px;
	margin-left:-922px;
}


div#extra-header{
	float:left;
	width:150px;
	margin-left:-150px;
}
  
div#wrapper{
	float:left;
	width:100%; 
	background:#005267 url(../img/extra.gif) repeat-y right top;
	
}




div#content{
	margin: 0 150px 0 124px;
	background-color:#DADADC;
	padding:5px 10px 10px 10px;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #DADADC;
	min-height:490px;
}
div#content p{
	padding: 0 ;
	margin: 0 5px;
	line-height:1.4em;
	text-align:justify;
}



div#content p a{
	color: #ff0000;
}

div#content p.home{
	padding: 0 ;
	margin: 0;
	line-height:1.4em;
	text-align:center;
}

div#content p.partners{
	padding: 0 ;
	margin: 0;
	line-height:1.4em;
	text-align:justify;
	
	
}

 div#content img.partners{
	margin: 0 15px 0 5px;
	float:left;
	display:block;
}


div#content p a.partners{
	float:right;
}

div#navigation{
	float:left;
	width:125px;
	margin-left:-922px;	
}
/* Menu */

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 125px; 
}
	
#menu ul li {
	position: relative;
}
	
#menu li ul {
	position: absolute;
	left: 124px; 
	top: 0;
	display: none;
}

#menu li:hover ul { 
	display: block;
} 

#menu ul li a {
	background: #FFFFFF url(../img/menu.gif) no-repeat left top; 
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	display: block;
	color: white;
	width: 100%;
	padding: 9px 0; 
	text-indent: 3px;
	text-decoration: none;
	text-align:center;
	
}

#menu ul li a:hover{
	background: #FFFFFF url(../img/menu.gif) no-repeat left top; 
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	display: block;
	color: #c74338;
	width: 100%;
	padding: 9px 0; 
	text-indent: 7px;
	text-decoration: none;
	text-align:center;
	
}

#menu ul li a.sottomenu {
	background: #015268 url(../img/menu2.gif) no-repeat left top; 
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
	display: block;
	color: #ffffff;
	width: 100%;
	padding: 8px 0; 
	text-indent: 8px;
	text-decoration: none;
	text-align:center;
	border-left:5px solid #FFFFFF;
	border-bottom: 1px solid #DADADC;
	
}	


#menu ul li a:hover.sottomenu {
	background: #015268 url(../img/menu2.gif) no-repeat left top; 
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
	display: block;
	color: #c74338;
	width: 100%;
	padding: 8px 0; 
	text-indent: 8px;
	text-decoration: none;
	text-align:center;
	border-left:5px solid #FFFFFF;
	border-bottom: 1px solid #DADADC;
	
	
}	
/* Fine menu*/


div#extra{
	float:left;
	width:139px; /*Atenzione misura legata al padding left e right (150px)*/
	padding:5px;
	margin-left:-150px;
	background: #DADADC;
	height:100%;
	text-align:left;
	border-left: #333333 dashed 1px;
	margin-top:5px;
}

div#extra a{
	text-decoration: none;
	color:#000000;
}


div#line{
	background: url(../img/line.gif) repeat-x bottom left;
}

div#footer{
	background-color: #ffffff;
	clear:left;
	width:100%;
	margin:0;
	padding: 0 0 10px 0;
	height:42px;
	border-bottom:#FFFFFF 5px solid;
}

div#wrapper-footer{
	float:left;
	width:100%;
	background-color: #ffffff;
	
	
}

div#content-footer{
	margin: 0 128px;
 	background:url(../img/content-footer.gif) no-repeat;
	height:42px;
	color:#000000;
	font-family:Tahoma;
	font-size:9px;
	text-align:center;
	padding-top:15px;
	
 }

div#navigation-footer{
	float:left;
	width:125px;
	margin-left:-922px;
	background:url(../img/navigation-footer.gif) no-repeat;
	height:42px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9px;
	text-align:center;
	padding-top:5px;
}


div#extra-footer{
	float:left;
	width:150px;
	margin-left:-150px;
	background: url(../img/extra-footer.gif) no-repeat;
	height:42px;
	color:#000000;
	font-family:Tahoma;
	font-size:9px;
	text-align:center;
	padding-top:10px;
}

.table_no_line {
	border-collapse: collapse;
	border-top:1px solid #d8d8d8;
	width:100%;
}


.table_no_line th {
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	background-color: #b3b4b8;
	color:#ffffff;
	font-size:11px;
	padding:4px 10px 3px 10px;
	text-align:center;
}

.table_no_line th.last {
	border-right:none;
}

.table_no_line th.left {
	text-align:left; !important
}

.table_no_line  {
	border-right:none;
	border-left:none;
}

.table_no_line td {
	font-size:11px;
	border-right:1px solid #c8c9cb;
	border-bottom:1px solid #c8c9cb;
	padding:4px 10px 3px 10px;
	line-height:14px;

}

.table_no_line td.td_center {
	padding:4px 0 3px 0;
	text-align:center;
}

.table_no_line td.last_td_center {
	border-right:none;
	text-align:center;

}

.table_no_line a {
	color: #ff0000;
}


a.add{
	background: transparent url(../img/left.gif) no-repeat top left;
	display: block;
	float: right;
	font: bold 13px Tahoma; 
	line-height: 22px; 
	height: 30px; 
	padding-left: 8px; 
	text-decoration: none;
}

a:link.add, a:visited.add, a:active.add{
	color: #00566a; 
}

a.add span{
	background: transparent url(../img/right.gif) no-repeat top right;
	display: block;
	padding: 4px 32px 4px 2px; 
}

a:hover.add{ 
	text-decoration: none;
	color: #c74338;
}


.buttonwrapper{
	overflow: hidden; 
	width: 100%;
}


div.splitta div{
    float: left;
    width: 47%;
    width: 49%;
    width: 47%;
    padding: 0 5px;
}

div.textimage{
	width: 50%;
	
	
}

div.textimage img{
	float:left;
	margin-right:5px;
	padding-bottom: 70px;
}

div.textimage p{
	margin:0;
	padding: 0;
}

div.clear{
    float: none; 
	clear: left
} 
