body{
	margin: 0;
	padding: 0;
	text-align: center;

}

body, input, textarea, select, table{ font: normal 10px Verdana, Arial; color: #404040;}

a, a:hover, a:visited{ color: #7F7F7F;}

a big, a:hover big, a:visited big {font-size: 12px; color: #F44B12; font-weight: bold;}

img{border: 0;}

p{margin: 10px 0 0 0; padding:0;}

input[type=text], input[type=password], select, textarea{border: solid 1px #BFBFBF; border-bottom: 0; border-right: 0;}
input.textField{border: solid 1px #BFBFBF; border-bottom: 0; border-right: 0;}

table{border-collapse: collapse;}

table td{padding: 10px 20px 5px 0;}

form{margin:0; padding:0;}

.btn{background: #F74D10 url('../images/bg_btn.gif') top left repeat-x; border: 0; color: #FFF; font-weight: bold; padding: 1px 5px;}
.btn2{background: #8B8B8B url('../images/bg_btn2.gif') top left repeat-x;}
.clear{clear: both; margin:0;}

.right{float: right;}

.left{float: left;}



#main{
	width: 950px;
	margin: 10px auto;
	text-align: left;
	position: relative;
}

#logo{ position: absolute; top: 40px; left: -30px;  z-index: 10;}


/*########## TOP MENU ##########*/

.mainMenu{
	margin: 0 0 0 0;
	padding: 0;	
	height:145px;	
	overflow: hidden;
	cursor :default;
}

.mainMenu a, .mainMenu span{
	float: left;
}

.searchBox{ 
	position: absolute;
	right: 30px;
	top: 0;
	width: 170px;
	height: 65px;
	font: normal 13px Trebuchet MS, Arial;
	color: #FFF;
	background: transparent url('../images/bg_cerca.png') no-repeat 0 0;
	
}

.searchBox div{ 
	margin: 10px 0 0 10px;
	
	height:55px;
}


/*########## BOX LOGIN ##########*/

.loginBox h1{
	margin: 0;
	padding: 0;
	font: normal 18px Trebuchet MS;
	color: #33A02C;
}

.loginBox p{margin-top: 5px;}

.loginBox a{text-decoration: none;}


/*########## LEFT PANEL ##########*/

.panel
{
  float: left;
  padding: 60px 0 0 0;
  background: transparent url('../images/top_panel.png') no-repeat top left;
  width:280px;
  color: #FFF;
 }  

.panel div.subPanel
{ 
	padding: 0 0 20px 0;		
 	background: transparent url('../images/bottom_panel.gif') no-repeat bottom left;
}

.panel div.contentPanel{
	padding: 0 20px 10px 20px;
	background: transparent url('../images/bg_panel.gif') repeat-y top left;
	
}

.panel h1{
 background: transparent url('../images/icon_title_panel.gif') 0 10px no-repeat;
 margin: 0;
 padding: 20px 0 0 40px;
 font: normal 22px Trebuchet MS;
 color: #FFF;
}

.panel ul{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #FFFFFF; 
}

.panel li{
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	background: transparent url('../images/icon_agenda_list.gif') no-repeat left top;
	
}

.panel li:hover{background: transparent url('../images/icon_agenda_list_h.gif') no-repeat left top;}

.panel a, .panel a_hover, .panel a:visited{text-decoration: none; color: #FFF;}

.panel .pic{
	background: transparent url('../images/bg_panel_pic.gif') no-repeat left top;
	padding: 8px;
	float: left;
	margin-right:5px;
}

.panel a strong{ color: #000;}


/*########## MENU UNDER PICTURE ##########*/

.extraMenu{
	position:absolute;
	right: 50px;

}

.extraMenu a, .extraMenu a:visited, .extraMenu a:hover{
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 10px 5px  25px;
	margin-left: 10px;
	border-right: solid 1px #BFBFBF;
}

.download{
	background: transparent url('../images/icon_download.gif') no-repeat 0 0;
}

.blog{
	background: transparent url('../images/icon_blog.gif') no-repeat 0 0;
}

a.contact, a.contact:hover, a.contact:visited{
	background: transparent url('../images/icon_contact.gif') no-repeat 0 0;
	padding-left: 10px;
	border: 0;
}

/*########## CONTENT ##########*/

.breadCrumbs a{text-decoration: none;}

.content h1{
	margin: 0px 0px 0px 0px;
	padding: 0;
	font: normal 22px Trebuchet MS;
	color: #33A02C;
}

.pageContent{
	width: 350px;
	float: left;
}

.subMenu{
	float: right;
	width: 250px;	
}

.contSubMenu{
	border-top: dotted 1px #BFBFBF;
	margin:10px 60px 0 0;
	padding:5px 0 0 0;
	
}

.contSubMenu a, .contSubMenu a:hover, .contSubMenu a:visited{
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.contSubMenu a:hover{
	background: #CCEBB9;

}

.footer{
	clear: both;
	margin:10px auto 0 auto;
	height: 100px;
	width: 965px;
	background: transparent url('../images/footer.gif') no-repeat 0 0;
	text-align: left;
	color: #8A9496;
}

.footer div{
	padding: 20px 50px 10px 20px;
}

.footer p{border-bottom: solid 2px #EAEAEA; padding-bottom: 10px; margin-bottom: 10px;}

.footer a, .footer a:hover, .footer a:visited{text-decoration: none; color: #404040; margin-right: 20px;}

.footer a big, .footer a:visited big{color: #33A02C;}

.footer a:hover big{ color: #F44B12;}

h1.line{border-top:dotted 1px #7F7F7F;}