@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	color: #666666;
}
a:link {
	color: #358200;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #99CC00;
}
a:visited {
	color: #358200;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
a:active {
	color: #358200;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
	#contenitore
	{
	width: 770px;
	height: 100px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
	#flash {
	width: 359px;
	height: 210px;
	float: left;
	margin-right: 1px;
	background-color: #E9EADF;
	z-index:0;
	}
	#topdx {
	width: 301px;
	float: left;
	}
	#topsx {
	width: 461px;
	float: left;
	}
	
	#top1 {
	width: 200px;
	height: 250px;
	float: left;
	margin-right: 1px;
	background-color: #E9EADF;
	}
	#top2 {
	width: 100px;
	height: 250px;
	float: left;
	background-color: #E9EADF;
	background-image: url(image/baseblu.gif);
	}
	#logo {
	width: 420px;
	height: 40px;
	float: left;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-right: 40;
	}
	#menu {
	width: 100px;
	float: left;
	margin-right: 1px;
	text-align: right;
	}
	#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
	#menu ul li{
	line-height:13px;
	}

	#menu ul li a {
	color: #358200;
	background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	padding-right: 10px; /*link text is indented 19px*/
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	
	}

	#menu ul li a:hover { /*hover state CSS*/
	color: #84B80C;
	}
	
	#sviluppo {
	width: 670px;
	margin-left: 98px;
	}
	#imagesez {
	width: 230px;
	height: 80px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
	}
	#imagefooter {
	width: 230px;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
	}
	#image2sez {
	width: 230px;
	height: 50px;
	float: left;
	
	/*background-color: #FFFFFF;  COMMENTATO */
	}
	#titolosez {
	width: 431px;
	height: 80px;
	float: left;
	margin-top: 20px;
	}
	#titolosezpro {
	width: 431px;
	float: left;
	margin-top: 20px;
	}
	#contsez {
	width: 391px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	#contpro {
	margin: 0;
	}
	#contsez a {
	font-size: 11px;
	color:#358200;
	text-decoration: underline;
	}
	/* sottomenu dentro al contenitore dei contenuti */
	#contsez a:hover {
	font-size: 11px;
	color:#84B80C;
	}
	#contsez ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
	#contsez ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
    display: inline;
	}

	#contsez ul li a {
	color: #358200;
	background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	padding: 2px 0;
	text-decoration: underline;
	font-weight: bold;
	border-bottom: 0px solid #dadada; 
	}
	#contsez ul li a:hover { /*hover state CSS*/
	color: #84B80C;
	}
		
	#footer {
	width: 800px;
	float: left;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 20px;
	}
	
	h1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
