body
{
        background: currentColor;
	padding:0; 
	font-family:arial, sans-serif; 
	font-size:12px;
	margin:0px auto auto auto;
	color:#03a09d;
}
p{
	padding:0px;
	text-align:justify;
	margin:0px;
	line-height:20px;
}
p.welcome{
	padding:30px 35px 0 35px;
}
p.testimonial{
	font-style:italic;
	padding:5px 15px 0 5px;
}
p.help{
	background: 6pt 6pt NavajoWhite;
	padding: 3pt 3pt 3pt 13pt;
	border-radius: 10px;
}

.clear{
clear:both;
}
a{
	text-decoration:underline;
	color:#36322b;
}
a visited{
	text-decoration:underline;
	color:#36322b;
}

a.read_more{
	display:block;
	width:66px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#fff;
	float:right;
	margin:10px 40px 0 0;
	padding:0 0 0 17px;
	text-decoration:none;
	font-size:12px;
	background:url(images/read_more_bg.gif) no-repeat center;
}
a:hover.read_more{
	text-decoration:underline;
}
img.left_img{
	float:left;
	padding:3px 25px 3px 3px;
}

#main_container{
	width:90%;
	height:auto;
	margin:auto;
	padding:0px;
}
#header{
	width:100%;
	height:135px;
	margin:0px;
	padding:0px;
}
.logo{
	padding:30px 0 0 0px;
	height:135px;
	background:url(images/logo_web.png) no-repeat left center;
}
.title{
	width: auto;
	padding:2px 0 10px 0;
	font-size:17px;
	color:#2e2721;
	font-weight:bold;
}
.title_welcome{
	width: auto;
	padding:0 0 0 0px;
	font-size:22px;
	color:#24a4b3;
	margin:0 0 0 0;
	text-align:center;
}
.title_credito{
	width: auto;
	padding:2px 0 0 0px;
	margin:0 0 0 0;
	text-align:center;
}
span.red{
	font-weight:bold;
	color:#da5b23;
}
span.red_benvenuto{
	font-weight:bold;
	color:#da5b23;
	font-size: 20px;
	padding: 0 0 0 10px;
}
span.orange{
	font-weight:bold;
	color:#da5b23;
}

/*---------------- menu tab----------------------*/
		#menu{
			width:92%;
			height:42px;
			margin:0px;
			float:left;
			border: 0px;
			border-spacing: 0px;			
		}
		/*stile generale delle liste*/
		#menu ul{
			margin:0;
			padding:0;
			position: relative;
			height: 30px;
			list-style:none;
			padding:0 0 0 0px;
			margin:0px;
		}
		/*stile generale delle sub liste*/
		#menu ul ul{
			position: absolute;
			top:42px;
			left: 0px;
			visibility: hidden;
			height:30px;
		}
		/*stile generale dei list item*/
		#menu li{
			list-style: none;
			float: left;
			padding:0 5px;
			height:35px;
			/*background-color:#373737;*/
		}
		#menu ul, #menu li{
			/*background-color:#373737;*/
			height:30px;
		}
		#menu ul ul, #menu li li{
			background-color:#075b59;
		}
		#menu ul ul ul, #menu li li li{
			background-color:#DDDDDD;
		}
		
		/*style generale dei link*/
		#menu a{
			display:block;
			float:left;
			padding:0 10px;
			text-decoration:none;
			text-align: center;
			line-height: 30px;	
			font-family: Verdana;
			font-size: 10px;
			font-weight: bold;
		}
		/*style generale dei link sullo stato hover*/
		#menu ul :hover > a, #menu ul a:hover{
			height:38px;
			/*border-top:5px solid #373737;*/
			/*border-bottom:5px solid #373737;*/
			line-height:30px;
		}
		#menu ul :hover > a.sub{
			height:25px;
			border-bottom:none;
			line-height:20px;
		}
		/*stile link primo livello*/
		#menu ul a{
			color:#e1e6e9;
		}		
		#menu ul :hover > a{
			/*background-color:#767676;
			border-color:#373737;
			color:#e1e6e9;*/
		} 	
		/*stile link secondo livello*/
		#menu ul ul a{
			color:#e1e6e9;
		}	
		#menu ul ul :hover > a{
			background-color:#DDDDDD;
			border-color: #767676;
			color:#336699;
		}	
		/*stile link terzo livello*/
		#menu ul ul ul a{
			color:#e1e6e9;	
		}
		#menu ul ul ul :hover > a{
			background-color:#FFF;
			border-color:#DDDDDD;
		}	
		/*secondo livello visibile su hover del primo livello*/
		#menu ul li:hover ul, #menu ul a:hover ul{
			visibility:visible;
			position:absolute;
		}
		/*terzo livello invisibile su hover del primo livello*/
		#menu ul li:hover ul ul, #menu ul a:hover ul ul{
			visibility:hidden;
			/*background:url(images/menu_bullet.gif) no-repeat bottom center;*/
		}
		/*terzo livello visibile su hover del secondo livello*/
		#menu ul ul li:hover ul, #menu ul ul a:hover ul{
			visibility:visible;
		}
		/*style per Internet Explorer 6*/
		#menu table {
			position:absolute; 
			border-collapse:collapse; 
			top:0; 
			left:0;
			width:100%;
		}
		#menu a:hover{
			height:20px;
			border-top:0px solid transparent;
			border-bottom:5px solid transparent;
			line-height:20px;
		}
		#menu ul ul a:hover{
			height:30px;
			border-top:0px solid transparent;
			border-bottom:0px solid transparent;
			line-height:30px;
		}
		#menu ul a.sub:hover{
			height:25px;
			border-bottom:none;
			line-height:20px;
		}
		#menu ul a:hover{
		/*background-color:#767676;*/
			border-color:transparent;
			color:#e1e6e9;
		} 
		#menu ul ul a:hover{
			/*background-color:#DDDDDD;
			border-color: #767676;
			color:#336699;*/
		}
		#menu ul ul ul a:hover{
			background-color:#FFF;
			border-color:#DDDDDD;
		}	
#tab_menu{
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
        
}
#tab_menu_sx{
	width: 42px;
	background:url(images/menu_sx.gif) no-repeat bottom center;
	padding: 0px;
	min-width: 42px;
	border: 0px;
	border-spacing: 0px;
}
#tab_menu_cx{
	padding: 0px;
	min-width: 616px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #075b59;
	border: 0px;
	border-spacing: 0px;
}
#tab_menu_dx{
	width: 42px;
	background:url(images/menu_dx.gif) no-repeat bottom center;
	padding: 0px;
	min-width: 42px;
	border: 0px;
	border-spacing: 0px;
}
#menu li.selected {
	float:left;
	height:42px;
	border:none;
	/*padding:0 15px 0 15px;*/
	text-decoration:none;
	color:#fff;
	line-height:42px;
	font-size:14px;
	background:url(images/menu_bullet.gif) no-repeat bottom center;
}
/*-------------sottomenu------------*/
/*.sottomenu a{
	text-decoration: none;
	color: #F08E0C;
	font-weight: bold;
	font-size:14px;
	
}
.sottomenu a:hover{
	text-decoration: none;
	color: #fff;
	background: #ffA824;
}
*/
/*-------------welcome_box------------*/
.welcome_box{
	width:496px;
	height:202px;
	background:url(images/welcome_box.gif) no-repeat center;
	padding:0;
	margin:0 auto 0 auto;
}
/*-------------rubrica_box------------*/
.rubrica_box{
	width:750px;
	background:url(images/rubrica_box.png) no-repeat top;
	padding:0;
	margin:0 auto 0 auto;
}
/*---------------center_content-------*/
.center_content{
	width:100%;
	height:auto;
	clear:both;
	background-color:#e1e6e9;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	min-width: 700px;
}
.center_left{
width:500px;
float:left;
padding:10px 0 10px 10px;
}
.center_right{
	width:300px;
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.center_center{
	width:100%;
	float:center;
	padding:10px 0 10px 0px;
}
.software_box{
	width:187px;
	height:265px;
	padding:0 0 15px 50px;
}
.features{
	padding:10px 0 0 30px;
}
.news_box{
	float:left;
	width:auto;
	border-bottom:1px #CCCCCC dashed;
	padding:10px 0 8px 0;
}
.news_icon{
	width:30px;
	height:33px;
	float:left;
	background:url(images/news_icon.gif) no-repeat center;
}
.news_content{
	width:400px;
	float:left;
	text-align:justify;
	line-height:20px;
	padding:0 0 0 10px;
}
/*-----------------------login_form-------------------*/
.text_box_login{
	width:278px;
	height:144px;
	padding:15px 0 0 10px;
        background-color:#03a09d36;
        border-radius: 25px;
	background-position:0px 0px;
	margin: 0 auto 0 auto;
}
.login_form_row{
	float:left;
	padding:4px 0 4px 0;
}
label.login_label{
	width:70px;
	float:left;
	padding:3px 5px 0 0;
	color:#000;
	text-align:right;
}
input.login_input{
	width:153px;
	height:18px;
	float:left;
	border:1px #9dbbc6 solid;
	background-color:#fff;
	color: #000;
}
input.login{
	float:right;
	padding:10px 20px 0 0;
}
/*----------------------list-------------------------*/
ul.list{
	list-style:none;padding:0px;margin:0px; 
}
ul.list li{
	list-style:none;width: auto;height: auto;padding:0px; margin:8px 0 8px 0;
}
ul.list li a{
	height:24px; width: auto; padding:0 0 0 15px; margin:0;color:#36322b;text-align:left;line-height:24px;
	text-decoration:none;
}
ul.list li span{
	height:24px; width:24px; display:block;padding:0px; margin:0px;color:#000;text-align:center; float:left; float:left; line-height:24px;
	background:url(images/bullet_list.gif) no-repeat left;
}
ul.list li a:hover{
	text-decoration:underline;
}
.testimonials{
	padding:20px 0 20px 0;
}
/*-------------------footer------------------------*/
#footer{
	width:100%;
	height:50px;
	clear:both;
	color:#837d7b;
}
.left_footer{
	float:left;
	padding:20px 0 0 0;
	
}
#footer a{
	color:#837d7b;
	padding:0 8px 0 8px;
	text-decoration:none;
}
.right_footer{
	float:right;
	padding:15px 5px 0 0 ;
}
.center_footer{
	float:center;
	padding:20px 0 0 0;
	text-align:center;
}
/*-------------------table------------------------*/
*
{
	/*border: 0;
	margin: 0;
	padding: 0;*/
}

table.rubrica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	width: 700px;
}

table.rubrica caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.rubrica a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.rubrica a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.rubrica tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.rubrica tr th a:hover {
	color: #fff;
	background: #369;
}

table.rubrica thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.rubrica tfoot tr th, table.rubrica tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.rubrica tfoot tr th {
	width: 20%;
}

table.rubrica tfoot tr td {
	width: 80%;
}

table.rubrica td, table.rubrica th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
}

table.rubrica tr.odd th, table.rubrica tr.odd td {
	background: #efefef;
}

/*-----------------Input File------------------*/
.file_input_textbox
{
	float: left
}
		
.file_input_div
{
	position: relative; 
	width: 100px; 
	height: 23px; 
	overflow: hidden;
}

.file_input_button
{
	/*width: 100px; 
	position: absolute; 
	top: 0px;
	color: #FFFFFF;
	border-style: solid;*/
}
	
.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
		
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}
