
/* generali center top no-------------------------*/	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}
	

	body {
		font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
		font-size: 62.5%;
		line-height: 1.5;
		text-align: center;
		color: #000000;
		background: #1a1c2b;
		padding-top: 0px;
		padding-bottom: 15px;
	}

	hr { 
		display: none;
	}
		
	strong {
		font-weight: bold;
	}
		
	em {
		font-style: italic;
	}
	
	address {
		font-style: normal;
	}

	input, textarea, select {
		font: 1em Arial, Helvetica, sans-serif;
	}

	a {
		color: #ffffff;
		text-decoration: none;
		outline: none;
	
	}
	a:hover {
		color: #151515;
		text-decoration: none;
		
	}

	a:visited {}

	a:active {}
	


/* contenitore*/	

	#accesibility {
		position:absolute;
		left:-999em;
	}
	#contenitore {
		width: 980px;
		margin: 0 auto;
		text-align: left;
		font-size: 1.3em;
		background:#fff;
	}
	.clearer {
		clear:both;
	}
	div.testata-figure{
		background: url(../images/figure-testata.png) left top no-repeat;
		position:relative;
		overflow:hidden;
		width: 980px;
		margin: 0 auto;
		display: block;
		height: 6px;
	}

/* testata f5f5f5*/


#testata {
	background:#bedeee url(../images/bg-testata.png) left top repeat-x;
	position:relative;
	overflow:hidden;
}
	h1#logo {		
		position:absolute;
		width:283px;
		height:32px;
		top:11px;
		left:25px;
		text-indent:-9999em;
		background:url(../images/logo.png) left top no-repeat;
	}
	h1#logo a{
		display: block;
		width:283px;
		height:32px;
	}



/* navigator sfondi  -----------------------------------------*/



#nav { height:20px; overflow:hidden; }
* html #nav { background:none}
#nav ul{ float:left; margin:0; padding:0;}


#navContent li { float:left; width:120px; margin: 0 47px 0 0; }
#navContent li a {padding:4px 20px 0 20px ; font-weight:bold; letter-spacing:2px; display:block; height:10px}
#navContent li a:hover {}

.liste_bgrd {}
.liste_bgrd li{ display:inline; }
.liste_bgrd li a img{height:15px; padding:2px 0 }






/* menu  4b4b4b-----------------------------------------*/


	#main_menu {
		float:right;
		display:inline;
		margin-top:0px;
		width:980px;
		border-bottom:1px solid #c7c7c7;
	}
		#main_menu li {
			float:left;
		}
		#main_menu li.primo_punto {				
			padding-left:1px;
			margin-left:250px;
			display:inline;
			background:url(../images/separa_menu.gif) -1px bottom no-repeat;
		}
		#main_menu a {
			float:left;
			color:#000000;
			text-transform:uppercase;
			font-size:0.849em;
			font-family:Arial, Helvetica, sans-serif;
			padding:6px 14px;
			text-decoration:none;
		}
		#main_menu a:hover {
			background:url(../images/bg-menu_separator-hover.gif) right bottom no-repeat;
		}
		#main_menu a.selected {
			background:url(../images/bg-menu_separator-active.gif) right bottom no-repeat;
			position:relative;
			top:1px;
			padding-bottom:7px;
			padding-top:5px;
		}
	#submenu {
		clear:both;
		background:#e4edf5;
		border-bottom:1px solid #c7c7c7;
		overflow:hidden;
		text-align:right;
		width:955px;
		padding-right:25px;
	}
		#submenu ul {
			float:right;
		}
		#submenu li {
			float:left;
		}
		#submenu li a {
			text-transform:uppercase;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.849em;
			color:#757575;
			text-decoration:none;
			float:left;
			padding:4px 10px 2px 5px;
			position:relative;
		}
		#submenu.many li a {
			padding:4px 7px 2px;
		}
		#submenu li a:hover {
			color:#5381a4;
		}
		#submenu li a.selected {
			color:#5381a4;
			background:url(../images/icn-submenu-hover.gif) center bottom no-repeat;
		}
	body.homepage #submenu{
		display: none;
	}		

/* pitch ----------------------------------------------------------------- */		
#pitch {
	/*border-top:1px solid #fff;*/
	height:170px;
	position:relative;
	background: #dddddd;
	clear:both;
	overflow:hidden;
	width:980px;

}
	#pitch h1 {
		position:absolute;
		height: 85px;
		width: 904px;
		left: 40px;
		top: 45px;
		text-indent:-9999em;
		z-index: 100;
	}
	#pitch h2 {
		background:url(../images/title-services.png) left top no-repeat;
		height: 29px;
		width: 303px;
		text-indent:-9999em;
		z-index: 100;
		margin-bottom: 20px;
	}
	#pitch dl{
		position: absolute;
		bottom: 15px;
		left: 43px;
		overflow: hidden;
	}
	#pitch dl dt{
		position: absolute;
		left: -1000em;
	}
	#pitch dl dd{
		float: left;
		width: 230px;
		padding: 0 10px 5px 0;
	}
	#pitch dl dd.business{
		padding-right: 0px;
		width: 210px;
	}
	#pitch dl dd.pitch-services{
		float: none;
		width: 900px;
		margin-left: -3px;
	}
	#pitch dl dd.envinronment{
		margin-left: -10px;
		display: inline;
		padding-right: 20px;
	}
	#pitch dl dd a{
		color: #778c49;
		font-size: 1.4em;
		font-weight: normal;
	}
	#pitch dl dd a:hover{
		color: #697c41;
	}

	#pitch a.explore{
		position: absolute;
		top: 187px;
		right: 42px;
		width: 115px;
		height: 32px;
		background:url(../images/btn-explore.png) no-repeat left top;
		overflow: hidden;
		display: block;
		text-indent: -1000em;
	}
	#pitch a.explore:hover{
		background-position: left bottom;
	}/* 3.3 PORTOFOLIO
------------------------------------------------------------------------------------------------ */



#portfolio {
	background:url(../images/bg-portfolio.gif) left top repeat-x;
	overflow:hidden;
	padding-bottom:20px;
}
	#portfolio li {
		float:left;
		width:245px;
		text-align:center;
		background:url(../images/bg-portfolio-separator.gif) right 50% no-repeat;
	}
	#portfolio h3 {
		font-size:1.6em;
		margin-top:20px;
	}
	#portfolio p {
		margin:0 35px;
		line-height:16px;
	}
	#portfolio img {
		margin:5px auto 15px;
		display:block;
	}
	a.btn-web_portfolio {
		background:url(../images/btn-view_website.gif) left top no-repeat;
		text-indent:-9999em;
		display:block;
		height:23px;
		width:107px;
		margin:0 auto;
	}
		a.btn-web_portfolio:hover {
			background:url(../images/btn-view_website.gif) left bottom no-repeat;
		}
	a.btn-print_portfolio {
		background:url(../images/btn-print_portfolio.gif) left top no-repeat;
		text-indent:-9999em;
		display:block;
		height:27px;
		width:139px;
		margin:0 auto;
	}
		a.btn-print_portfolio:hover {
			background:url(../images/btn-print_portfolio.gif) left bottom no-repeat;
		}
	a.btn-view_portfolio {
		background:url(../images/btn-view_portfolio.gif) left top no-repeat;
		text-indent:-9999em;
		display:block;
		height:27px;
		width:139px;
		margin:0 auto;
	}
		a.btn-view_portfolio:hover {
			background:url(../images/btn-view_portfolio.gif) left bottom no-repeat;
		}
	a.btn-logo_portfolio {
		background:url(../images/btn-logo_portfolio.gif) left top no-repeat;
		text-indent:-9999em;
		display:block;
		height:27px;
		width:138px;
		margin:0 auto;
	}
		a.btn-logo_portfolio:hover {
			background:url(../images/btn-logo_portfolio.gif) left bottom no-repeat;
		}
		
		
/* services ----------------------------------------------------*/


#services {
	background:#f5f5f5 url(../images/bg-services.gif) left top repeat-x;
	overflow:hidden;
	margin-left:30px;
	margin-right:30px;
}
	#our_style {
		float:left;
		display:inline;
		background:#ebecec url(../images/bg-our_style.gif) left top repeat-x;
		border:1px solid #fff;
		width:365px;
		margin:34px 24px;
	}
	#our_style img {
		display:block;
		margin:17px auto;
	}
	#our_style h4 {
		font-size:1.44em;
		margin:0 17px 6px;
		font-weight:bold;
	}
	#our_style p {
		margin:0 17px 17px;
	}
	#our_style a {
		background:url(../images/btn-view_portfolio-large.gif) left top no-repeat;
		text-indent:-9999em;
		display:block;
		height:33px;
		width:165px;
		margin-bottom:20px;
		margin-left:181px;
	}
		#our_style a:hover {
			background:url(../images/btn-view_portfolio-large.gif) left bottom no-repeat;
		}
	#services h3 {
		font-size:2em;
		margin-top:34px;
	}
	#services ul {
		margin-right:30px;
	}
	#services li {
		background:url(../images/bg-service_separator.gif) center bottom no-repeat;
		padding:20px 0 23px;
		overflow:hidden;
	}
		#services li.last_element {
			background:none;
		}
	#services li h4 {
		font-size:1.30em;
		margin-bottom:4px;
	}
	#services li img {
		float:left;
		margin-right:30px;
	}
	#services li a.view_services {
		background:url(../images/btn-view_services.gif) left top no-repeat;
		height:24px;
		width:114px;
		display:block;
		margin-top:17px;
		margin-left:186px;
		text-indent:-9999em;
	}
		#services li a.view_services:hover {
			background:url(../images/btn-view_services.gif) left bottom no-repeat;
		}
		
		
		
/*  WE DO   ------------------------ */


#facciamo2 {
	background:#f5f5f5 url(../images/bg-services.gif) left top repeat-x;
	overflow:hidden;
	padding-top:15px;
}
	#facciamo2 li {
		float:left;
		width:245px;
		background:url(../images/bg-we_can-separator.gif) right 50% no-repeat;
		
	}
	#facciamo2 li h4 {
		font-size:1.30em;
		font-weight:bold;
		margin:0 23px 12px;
	}
	#facciamo2 li p {
		margin:0 23px 17px;

	}
	

	
	
	
	
	
	#facciamo3 {
	background:#f5f5f5 url(../images/bg-services.gif) left top repeat-x;
	overflow:hidden;
	padding-top:15px;
}
	#facciamo3 li {
		float:left;
		width:490px;
		background:url(../images/bg-we_can-separator.gif) right 50% no-repeat;
		
	}
	#facciamo3 li h4 {
		font-size:1.30em;
		font-weight:bold;
		margin:0 23px 12px;
	}
	#facciamo3 li p {
		margin:0 23px 17px;

	}
	
	
	
		#facciamo4 {
	background:#f5f5f5 url(../images/bg-services.gif) left top repeat-x;
	overflow:hidden;
	padding-top:15px;
}
	#facciamo4 li {
		float:left;
		width:980px;
		background:url(../images/bg-we_can-separator.gif) right 50% no-repeat;
		
	}
	#facciamo4 li h4 {
		font-size:1.30em;
		color : #000000;
		font-weight:bold;
		margin:0 23px 12px;
	}
	#facciamo4 li p {
		margin:0 23px 17px;

	}
	
	
	
	
	
	
	
	/*  WE DO 2   ------------------------ */

#facciamo {
	overflow:hidden;
	padding-top:0px;
	
}
	#facciamo li {
		float:left;
		width:313px;
		background:url(../images/etichetta.jpg) right no-repeat;
		height: 30px;
	}
	#facciamo li h4 {
		font-size:1.30em;
		font-weight:bold;	
		margin-left: 20px;
		color:#ffffff;
		
		}

	
	
	
	
	
	
/*  FOOTER  --------------- */	



#footer {
	background:#151515;
	border:1px solid #2b2b2b;
	padding:0px 0 17px;
	color:#bababa;
	overflow:hidden;
}
	#footer .quick_portfolio {
		float:left;
		width:190px;
		background:url(../images/separatore1.gif) right 50% no-repeat;
	}
	#footer h3 {
		text-transform:uppercase;
		font-weight:bold;
		font-size:1.3em;
		margin-bottom:13px;
	}
	#footer .quick_portfolio h3,
	#footer .quick_portfolio a {
		margin-left:25px;
	}
	#footer .quick_portfolio a {
		height:117px;
		width:137px;
		display:block;
		text-indent:-9999px;;
		background:url(../../_media/images/portfolio_image.jpg) top left no-repeat;
	}
		#footer .quick_portfolio a:hover {
		height:117px;
		width:137px;
		display:block;
		text-indent:-9999px;;
		background:url(../../_media/images/portfolio_image.jpg) top left no-repeat;
	}
	#footer .quick_menu {
		width:337px;
		float:left;
		background:url(../images/bg-footer_separator.gif) right 50% no-repeat;
	}
		#footer .quick_menu2 {
		width:580px;
		float:left;
		margin-left: 20px;
		background:url(../images/bg-footer_separator.gif) right 50% no-repeat;
	}
	
	
	#footer .quick_menu ul,
	#footer .quick_menu h3 {
		margin-left:25px;
	}
	#footer .quick_menu li {
		float:left;
		width:150px;
	}
	#footer .quick_menu a {
		color:#9c9c9c;
		text-transform:uppercase;
		text-decoration:none;
		font-size:85%;
	}
	#footer .quick_menu a:hover {
		color:#fff;
	}
	#footer .quick_action {
		float:right;
		width:422px;
		margin-right:25px;
		text-align:right;
	}
	#footer .quick_action h3 {
		background:url(../images/titl-phone_no.gif) left top no-repeat;
		width:405px;
		height:42px;
		text-align:left;
		margin-left:15px;
		margin-bottom:5px;
		text-indent:-9999em;
	}
	#footer .quick_action a {
		background:url(../images/btn-request_a_quote.gif) left top no-repeat;
		height:35px;
		width:197px;
		text-indent:-9999em;		
		text-align:left;
		margin:20px 0 20px 225px;
		display:block;
	}
		#footer .quick_action a:hover {
			background:url(../images/btn-request_a_quote.gif) left bottom no-repeat;
		}
	#footer .quick_action p.titl-we_provide_free {
		background:url(../images/titl-we_provide_free.gif) right top no-repeat;
		text-indent:-9999px;
		height:17px;
		width:359px;
		text-align:left;
		margin-left:59px;
		margin-top:6px;
	}
	#footer .quick_action .copyright {
		text-transform:uppercase;
		color:#515151;
		font-size:85%;
	}
	span.figure-footer{
		background: url(../images/footer-earth.png) left top no-repeat;
		position:relative;
		overflow:hidden;
		width: 980px;
		margin: 0 auto;
		display: block;
		height: 21px;
	}
	
	
	.testofinale{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#7d7979;
	text-align:justify;
	margin-left : 200px;
	margin-right : 200px;
	margin-top : 30px;
}
	
.numero{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	line-height:20px;
	text-align:center;
	margin-left : 3px;
	margin-right : 3px;
	font-size:16px;
	font-weight: bold;
}

.numero a {
	color : #800000;
	text-decoration: none;
}
.numero a:hover {
	color : #cccccc;
	font-weight: bold;
}	



.uno{
    font-family : Verdana, tahoma;
	color:#161f30;
	line-height:20px;
	text-align:center;
	margin-left : 3px;
	margin-right : 3px;
	font-size:14px;
	font-weight: bold;
}


.uno a {
	color : #014244;
	text-decoration: none;
}
.uno a:hover {
	color : #018184;
	font-weight: bold;
}	


.primotab{
    font-family : Verdana, tahoma;
	color:#ffffff;
	line-height:20px;
	text-align:center;
	padding-top: 4px;
	font-size:11px;
	font-weight: bold;
}



.due{
    font-family : verdana, tahoma;
	color:#014244;
	line-height:20px;
	text-align:center;
	margin-left : 3px;
	margin-right : 3px;
	font-size:13px;
	font-weight: bold;
}

.due a {
	color : #014244;
	text-decoration: none;
}
.due a:hover {
	color : #018184;
	font-weight: bold;
}	



.duex{
    font-family : verdana, tahoma;
	color:#014244;
	line-height:20px;
	text-align:center;
	padding-top: 3px;
	margin-left : 3px;
	margin-right : 3px;
	font-size:13px;
	font-weight: bold;
}

.duex a {
	color : #014244;
	text-decoration: none;
}
.duex a:hover {
	color : #018184;
	font-weight: bold;
}	


.tre{
    font-family : verdana, tahoma;
	color:#018184;
	line-height:20px;
	text-align:center;
	margin-left : 3px;
	margin-right : 3px;
	font-size:10px;
	font-weight: bold;
}

	
	
.quattro{
    font-family : verdana, tahoma;
	color:#014244;
	line-height:20px;
	text-align:right;
	margin-left : 3px;
	margin-right : 3px;
	font-size:13px;
	font-weight: bold;
}

.quattro a {
	color : #014244;
	text-decoration: none;
}
.quattro a:hover {
	color : #ffffff;
	font-weight: bold;
}	
	
	
	
	
.numero2{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	line-height:20px;
	text-align:center;
	margin-left : 3px;
	margin-right : 3px;
	font-size:22px;
	font-weight: bold;
}

.numero2 a {
	color : #800000;
	text-decoration: none;
}
.numero2 a:hover {
	color : #cccccc;
	font-weight: bold;
}	
	
	
	.updated{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	line-height:30px;
	text-align:right;
	margin-right : 30px;
	font-size:12px;
	font-weight: bold;
}



.overall2{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:center;
	padding-top: 2px;
	font-size:5px;
	font-weight: bold;
}




.overall{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:center;
	padding-top: 2px;
	font-size:9px;
	font-weight: bold;
}



.overall a {
	color : #800000;
	text-decoration: none;
}

.overall a:hover {
	color : #000000;
	font-weight: bold;
}



.special{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:center;
	padding-top: 6px;
	font-size:9px;
	font-weight: bold;
}



.special a {
	color : #800000;
	text-decoration: none;
}

.special a:hover {
	color : #000000;
	font-weight: bold;
}


.speed{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:right;
	padding-top: 10px;
	font-size:11px;
	font-weight: bold;
}


.rssreader{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:right;
	padding-top: 10px;
	font-size:11px;
}

.rssreader a {
	color : #000000;
	text-decoration: none;
}

.rssreader a:hover {
	color : #800000;
	font-weight: bold;
}



.uptime{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:right;
	padding-top: 3px;
	font-size:11px;
	font-weight: bold;
}



.speed2{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:right;
	padding-top: 10px;
	font-size:9px;
	font-weight: bold;
}
.uptime2{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:right;
	padding-top: 3px;
	font-size:9px;
	font-weight: bold;
}	
	
	
.minimum{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:center;
	padding-top: 10px;
	margin-left : 3px;
	margin-right : 3px;
	font-size:9px;
	font-weight: bold;
}

.minimum a {
	color : #800000;
	text-decoration: none;
}
.minimum a:hover {
	color : #cccccc;
	font-weight: bold;
}
	
.maximum{
    font-family : tahoma, garamond, Palatino Lynotipe,Times New Roman;
	color:#800000;
	text-align:center;
	margin-left : 3px;
	margin-right : 3px;
	font-size:13px;
	font-weight: bold;
}

.maximum a {
	color : #043c56;
	text-decoration: underline;
}
.maximum a:hover {
	color : #cccccc;
	font-weight: bold;
}
	

	
/* TABELLA ----------------------------- */	
	
	
.contenitoretab {
	padding: 1px;
}

.testatatab {
	background-image: url(images/tabella.gif);
	border: 3px double #FFFFFF;
	margin-bottom: 5px;
}

.testatatab2 {
	background-image: url(images/tabella.gif);
	border: 2px solid #dddddd;
	margin-bottom: 5px;
}

.float-left {
	float: left;
}


.colortable {
	background-color:#dddddd;
	border: 0px double #FFFFFF;
	

}


.margin-right {
	margin-right: 0px;
	background:url(../images/bg-we_can-separator.gif) right no-repeat;

}



.margin-right2 {
	margin-right: 20px;

}



.margin-right3 {
	margin-right: 0px;
	background: #aaaaaa url(../images/bg-we_can-separator2.gif) right no-repeat;
	font-size: 0.9em;
	color : #ffffff;
	font-weight: bold;
	text-decoration: none;	
	min-height:30px;
}









.margin-right4 {
	margin-right: 0px;
	background: #86c4e2 url(../images/sfondino.png) right no-repeat;
	font-size: 0.9em;
	color : #ffffff;
	font-weight: bold;

}


.margin-bottom {
	margin-bottom: 5px;
	min-height:50px;
}


.margin-bottomprimo {
	margin-bottom: 5px;
	min-height:30px;
}


.margin-bottom2 {
	margin-bottom: 5px;
	min-height:65px;
}


.margin-bottom3 {
	margin-bottom: 5px;
	min-height:60px;
}


.margin-bottom4 {
	margin-bottom: 5px;
		background: #e2e6e9 url(../images/sfondino.gif) right no-repeat;
	min-height:70px;
}


.width160 {
	width: 190px;
	

}

.width180 {
	width: 180px;
	

}

.width50 {
	width: 50px;
}

.width100 {
	width: 100px;
}


.width110 {
	width: 135px;
}

.width115 {
	width: 115px;
}

.width70 {
	width: 70px;
}

.width80 {
	width: 80px;
}

.width95 {
	width: 95px;
}

.width600 {
	width: 660px;
	font-size: 0.9 em;
	font-family: Verdana, Arial, sans-serif;
	margin:0 23px 12px;
}



.widthxxx {
	width: 660px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin:0 23px 12px;
}





.width900 {
	width: 900px;
	font-size: 0.9 em;
	font-family: Verdana, Arial, sans-serif;
	margin:0 23px 12px;
}



.grassetto {
		font-size:1.44em;
		margin:0 17px 6px;
		font-weight:bold;
		text-align:center;
	}

.grassetto2 {
		font-size:15px;
		margin:0 17px 6px;
		font-weight:bold;
		text-align:center;
	}

.grassetto3 {
		font-size:15px;
		margin:0 20px 0px;
		font-weight:bold;
		text-align:center;
		color:#800000;
	}
	
	
	.grassetto4 {
		font-size:22px;
		margin:0 0px 0px;
		font-weight:bold;
		text-align:center;
	}


.border {
		border: 0;
}



/* fine TABELLA ----------------------------- */




div.textimage{
width: 680px;margin-bottom: 10px;     
border: 1px dotted #000;background-color: #eee
}

div.textimage img{
float:left;
margin: 10px
}

div.textimage h2, div.textimage p{
margin:0 10px;
padding: 0
}

div.textimage h2{
margin-top: 10px
}

div.clearer{clear: left}




/* fine TABELLA ----------------------------- */

	
.menuindex{
    font-family : verdana, tahoma;
	color:#ffffff;
	text-align:center;
	margin-left : 1px;
	margin-right : 1px;
	font-size:10px;
	font-weight: bold;
}

.menuindex a {
	color : #ffffff;
	text-decoration: underline;
}
.menuindex a:hover {
	color : #000000;
	font-weight: bold;
}


/* fine TABELLA ----------------------------- */


div.textimage2{
width: 875px;
margin-bottom: 10px;     
border: 30px solid #eee;background-color: #eee
}

div.textimage2 img{
float:left;
margin: 10px
}

div.textimage2 h2, div.textimage p{
margin:10 10px;
padding: 30;
}

div.textimage2 h2{
margin-top: 10px
}

div.clearer{clear: left}


/* fine TABELLA ----------------------------- */

.menuprova{
    font-family : verdana, tahoma;
	color:#000000;
	text-align:justify;
	margin-left : 3px;
	margin-right : 3px;
	font-size:12px;

}

.menuprova a {
	color : #043c56;
	text-decoration: none;
}
.menuprova a:hover {
	color : #cccccc;
	font-weight: bold;
}




/*  ----------------------------- */


div.banner {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 0px;
  left: auto;
  width: 85px;
  right: 10px;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Verdana, sans-serif;
  background: #1a1c2b;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 1px dotted #fff }
div.banner a:first-child { border-top: none }
div.banner em { color: #fff }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: #1a1c2b; color: white }







/* fine TABELLA ----------------------------- */




div.textimagehome{
width: 900px;
margin-bottom: 10px;
margin-left: 40px;   
border: 1px dotted #000;background-color: #eee
}

div.textimagehome img{
float:left;
margin: 10px
}

div.textimagehome h2, div.textimage p{
margin:0 10px;
padding: 0
}

div.textimagehome h2{
margin-top: 10px

}

div.clearer{clear: left}


.menuprova2{
    font-family : verdana, tahoma;
	color:#000000;
	text-align:justify;
	margin-left : 20px;
	padding-top: 15px;
	margin-right : 20px;
	font-size:12px;

}



	.lineaa{
		background: url(../images/linea.png) left bottom repeat-x;
		position:relative;
		overflow:hidden;
		width: 650px;
		margin: 0 auto;
		display: block;
		height: 22px;
	}