/* CSS Document */

body{
	margin:0px;
	background-image: url(../img/body-bg-int.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#989898;
}
.body-home{
	background-image:url(../img/body-bg.gif)
}
#all{
	width: 755px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
}
#header{
	float:left;
	clear:both;
	position:relative;
	width:100%;
}
#center{
	float:left;
	clear:both;
	position:relative;
	width:100%;
}
	#menu{
		position:relative;
		float:left;
		width:154px;
		clear:left;
		padding:0px 13px 13px 13px;
	}
		#menu ul {
			margin:0px;
			padding:0px;
		}
		#menu li {
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		#menu li a {
			display:block;
			padding:15px 12px 0px 20px;
			background-image:url(../img/menu-lev1-close.gif);
			background-repeat:no-repeat;
			height:30px;
			text-transform:uppercase;
			color:#FFFFFF;
			text-decoration:none;
			font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
		}
		#menu li li a{
			background-image:url(../img/menu-lev2.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			color:#606060;
			text-align:center;
			text-transform:none;
			font-weight:normal;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			padding:10px;
			height:20px;
		}
		#menu li a.open{
			background-image:url(../img/menu-lev1-open.gif);
			background-repeat:no-repeat;
			color:#000000;
		}
		#menu li li a.open{
			font-weight:bold;
			background-image:url(../img/menu-lev2.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			color:#606060;
		}
		#menu li a:hover{
			background-image:url(../img/menu-lev1-open.gif);
			background-repeat:no-repeat;
			color:#000000;
		}
		#menu li li a:hover{
			background-image:url(../img/menu-lev2.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			color:#606060;
			text-decoration:underline;
		}
		#menu li li a.last{
			background-image:none;
		}
		#inada {
			text-align:center;
			padding-top:20px;
		}
	#content{
		position:relative;
		float:right;
		clear:right;
		width:575px;
		padding:10px 0px 0px 0px;
		color:606060;
	}
	#content a {
		text-decoration:none;
		color:#606060;
	}
	#content a:hover {
		text-decoration:underline;
	}
		#highlights{
			width:185px;
			margin-left:5px;
			float:left;
		}
			#highlights ul {
				margin:9px 0px 0px 10px;
				padding:0px;
			}
			#highlights li {
				margin:0px;
				padding:0px;
				list-style-type:none;
			}
			#highlights li a {
				display:block;
				padding:0px 5px 10px 25px;
				background-image: url(../img/highlights-ico.gif);
				background-repeat:no-repeat;
				text-decoration:none;
				color:#606060;
			}
			#highlights li a:hover {
				text-decoration:underline;
			}
		
		#edit_form{
			width:400px;
			margin-left:5px;
			float:left;

		}
		
		#news{
			width:185px;
			margin-left:5px;
			float:left;
		}

		
		
		#news_interno{
			width:400px;
			margin-left:5px;
			float:left;

		}
		#news_interno ul {
			margin:9px 0px 0px 10px;
			padding:0px;
		}
		#news_interno li {
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		#news_interno li a {
			display:block;
			padding:0px 5px 10px 25px;
			background-image: url(../img/news-ico.gif);
			background-repeat:no-repeat;
			text-decoration:none;
			color:#606060;
		}
		
		
			#news ul {
				margin:9px 0px 0px 10px;
				padding:0px;
			}
			#news li {
				margin:0px;
				padding:0px;
				list-style-type:none;
			}
			#news li a {
				display:block;
				padding:0px 5px 10px 25px;
				background-image: url(../img/news-ico.gif);
				background-repeat:no-repeat;
				text-decoration:none;
				color:#606060;
			}
			#news li a:hover {
				text-decoration:underline;
			}
		#box-column{
			width:185px;
			margin-left:5px;
			float:left;
		}
			.box-open{
				background-image:url(../img/box-bg-open.gif);
				background-repeat:no-repeat;
				padding-top:12px;
				margin-bottom:15px;
			}
			.box-close{
				background-image:url(../img/box-bg-close.gif);
				background-repeat:no-repeat;
				background-position:bottom;
				padding-bottom:12px;
			}
			.box{
				background-image:url(../img/box-bg.gif);
				background-repeat:repeat-y;
				padding:0px 32px 0px 32px;
			}
		h1{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:22px;
			margin:0px;
			color:606060;
		}
		.imagebox{
			background-color:#F2F2F2;
			border-width:1px 0px 1px 0px;
			border-style:solid;
			border-color:#B2B2B2;
			padding:6px;
			margin:0px 20px 10px 0px;
		}
		.imagebox .gallery{
			width:400px;
		}
		.imagebox img {
			float:left;
			margin:6px;
		}
		.description{
			width:340px;
			float:left;
		}
		.testo_esteso{
			width:540px;
			float:left;
		}
			.intro{
				font-weight:bold;
			}
			.title{
				font-family: Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				margin: 5px 0px 10px 0px;
				border-bottom:1px solid #B2B2B2;
				/*height:22px;*/
			}
			.date {
				margin-top: 10px;
				font-size:10px;
				font-weight:bold;
			}
			
			.titleContact{
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				margin:0px 0px 4px 0px;
				border-bottom:1px solid #B2B2B2;
				height:15px;
				
			}
			
			.cursor{
				float:right;
			}
		.datasheet{
			width:210px;
			float:left;
			margin-left:5px;
		}
		#box-int-column{
			width:193px;
			margin-left:15px;
			float:left;
		}
		#box-int-column-contact{
			width:250px;
			margin-left:15px;
			float:left;
		}
			.box-int-open{
				background-image:url(../img/box-int-bg-open.gif);
				background-repeat:no-repeat;
				padding-top:12px;
				margin-bottom:15px;
			}
			.box-int-close{
				background-image:url(../img/box-int-bg-close.gif);
				background-repeat:no-repeat;
				background-position:bottom left;
				padding-bottom:12px;
			}
			.box-int{
				background-image:url(../img/box-int-bg.gif);
				background-repeat:repeat-y;
				padding:0px 12px 0px 12px;
			}
			.datasheet h2{
				margin:0px 0px 5px 0px;
				font-size:13px;
			}
		#content a.button-red{
			background-image:url(../img/button-red.gif);
			background-repeat:no-repeat;
			display:block;
			color:#FFFFFF;
			text-transform:uppercase;
			padding:19px;
			font-weight:bold;
		}
		#content a.button-red:hover{
			background-image:url(../img/button-red-over.gif);
			color:#FFFFFF;
			text-decoration:none;
		}
#footer{
	float:left;
	clear:both;
	position:relative;
	width:100%;
	background-image:url(../img/footer-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:6px;
	padding-top:6px;
}
.clear{
	clear:both;
	font-size:1px;
}

/* TABLE */
table {
  width: 100%;
  border-top: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
  border-bottom: 1px solid #ccc;
  color:#333;
  background-color: #fff;
  clear:both;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
}

th {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:1px;
}
table tr td { 
  border-right: 1px solid #ddd;
  padding:4px 4px;
  vertical-align:top;
}

table td {
  border-bottom: 1px solid #ddd;	
}
