body {
	behavior:url('/css/csshover.htc');
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	background: url(../grafica/shadow-c.gif) center top repeat-y;
	background-color: #f3f7f8;
	z-index: 1;
}
* {
 margin: 0;
 padding: 0;
 border: 0;	
}
img {border:none;}
a{color: #447282; text-decoration: underline;}
a:hover{text-decoration: none;}
a:focus{outline: none;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input{
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
}

.bottone
{
	font: 12px Helvetica, Arial, sans-serif;
	background: #99b0b8;
	font-weight: bold;
	color: #FFFFFF;
}
/* main containers styles */
/* list Styles */
.main-list{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
	background: url(../grafica/separator.gif) repeat-x 0 bottom;
}
.main-list li{
	/*background: url(../grafica/separator.gif) repeat-x;*/
	padding: 0 0 0 2px;
	height: 1%;
	overflow: hidden;
}
.main-list li a{
	float: left;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 16px;
	text-decoration: none;
	background: url(../grafica/bullet.gif) no-repeat 0 9px;
}
.main-list li a:hover{
	text-decoration: underline;
}
#wrapper{
	margin:0 auto;
	width:1021px;
	overflow:hidden;
	position: relative;
}
/* begin shadow block styles */
#wrapper span.shadow-t,
#wrapper span.shadow-b{
	background: url(../grafica/shadow-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 11px;
	width: 100%;
}
#wrapper span.shadow-b{
	background: url(../grafica/shadow-b.gif) no-repeat;
	height: 10px;
}
#wrapper .shadow-holder{
	padding: 0 26px;
	width: 969px;
}
#wrapper .shadow-holder:after{
	display: block;
	content: "";
	clear: both;
}
#wrapper .shadow{
	position: relative;
	overflow: hidden;
	margin: -11px 0 0 0;
	width: 100%;
	float: left;
}
/* end shadow block styles */
/* header block styles */
#header {
	overflow:hidden;
	width: 100%;
	height: 210px;
	position: relative;
	
}
/* logo styles */
#header .logo {
	position: absolute;
	top: 59px;
	left: 66px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 167px;
	height: 75px;
}
#header .logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
#header .topbar{
	position: absolute;
	top: 183px;
	left: 0;
	width: 100%;
}
#header .searchbar{
	padding: 5px 7px 4px 7px;
	width: 955px;
	overflow: hidden;
	background: #999;
}
#header .searchbar form{
	float: right;
}
#header .searchbar form fieldset{
	float: left;
}
#header .searchbar form .txt{
	float: left;
	border: 0;
	padding: 2px 9px 2px 9px;
	margin: 0 7px 0;
	width: 229px;
	height: 14px;
}
#header .searchbar form .img{
	float: left;
	position: relative;
}
.borders{
	width: 100%;
	border-top: solid 4px #000;
}
.wrap-left {
	z-index: 99999;
	position: relative;
	float: left;
	left: 50%;
}
.wrap-right {
	position: relative;
	left: -50%;
}
* html .wrap-right {float:left;}
/* nav Styles */
#header .nav{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: #fff;
}
#header .nav li{
	float: left;
	margin: 0 0 0 -2px;
	padding: 0 0 0 2px;
	background: url(../grafica/separator-nav.gif) no-repeat 0 4px;
}
#header .nav li a{
	float: left;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 21px;
	color: #333;
	padding: 0 28px;
	margin: 0 2px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
#header .nav li a:hover{
	background: #e3ecf0;
}

/* main block styles */
#main{
	height: 1%;
	overflow: hidden;
	padding: 5px 0 6px 0;
	background: url(../grafica/bg-sidebar.gif) repeat-y right 0;
}
/* content block styles */
#content {
	float: left;
	width: 684px;
	background:#fff;
}
/* two column styles */
#content .boxes{
	padding: 0 7px 0 6px;
}
#content .box{
	overflow: hidden;
	height: 1%;
	padding: 6px 0;
	background: url(../grafica/separator.gif) repeat-x 0 0;
}
#content .box a:link{
	text-decoration: none;
	color: #e2001a;
}
#content .box a:visited{
	text-decoration: none;
	color: #e2001a;
}
#content .box a:hover{
	text-decoration: none;
	color: #e2001a;
}
#content .box:first-child{
	background: none;
}
#content .box .left{
	float: left;
	width: 288px;
}
#content .box .left img{
	display: block;
}
#content .box .right{
	float: right;
	width: 379px;
}

.centro {
	text-align: center;
}

#content .box .title{
	font-size: 16px;
	color: #e2001a;
	line-height: 20px;
	margin: 0;
}

#content .box a{
	text-decoration: underline;
}

#content .box p{
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
#content .box .more{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#content .box .more:hover{
	text-decoration: underline;
}

#content .box .right .title a
{
	text-decoration: underline;
}
#content .list-wrapper{
	height: 1%;
	overflow: hidden;
	padding: 0 7px 0 20px;
}
#content .linksbar{
	padding: 5px 0 5px 12px;
	background: #99b0b8;
	font-size: 11px;
}
#content .hold{
	width: 100%;
	overflow: hidden;
	padding: 14px 0 0 0;
}

#content ul {
	margin-left: 10px;
}

/* links Styles */
#content .links{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
}
#content .links li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0 0 0 12px;
	background: url(../grafica/bullet-breadcrumbs.gif) no-repeat 0 50%;
}
#content .links li:first-child{
	background: none;
}
#content .links li a{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
#content .links li a:hover{
	text-decoration: none;
}
#content .info{
	height: 1%;
	width: 650px;
	overflow: hidden;
	padding: 10px 12px 14px 12px;
}
#content .info .title{
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #e2001a;
}
#content .info p{
	margin: 0 0 0 9px;
	line-height: 14px;
}
#content .info a{
	white-space: nowrap;
}
#content .info .big{
	float: left;
	margin: 0 17px 0;
}

#content .info .big_center{
	float: none;
	margin: 0 17px 0;
}

#content .info .big_right{
	float: right;
	margin: 0 17px 0;
}
/* sidebar block styles */
#sidebar{
	float: right;
	width: 285px;
}
/* round-box block styles */
#sidebar .round-box{
	width: 281px;
	height: 347px;
	padding: 0 0 0 4px;
}
#sidebar .round-box span.round-box-t,
#sidebar .round-box span.round-box-b {
	background: url(../grafica/round-box-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 98px;
	width: 100%;
}
#sidebar .round-box span.round-box-b {
	background: url(../grafica/round-box-b.jpg) no-repeat;
	height: 159px;
}
#sidebar .round-box .round-box-holder {
	background: url(../grafica/round-box-c.gif) repeat-y;
	padding: 0 25px 0 22px;
	width: 230px;
}
#sidebar .round-box .round-box-holder:after {
	display: block;
	content: "";
	clear: both;
}
#sidebar .round{
	position: relative;
	overflow: hidden;
	margin: -90px 0 -146px 0;
	width: 230px;
	float: left;
	height: 330px;
}
#sidebar .round .title{
	margin: 0 0 2px;
	font-size: 16px;
	color: #e2001a;
}
#sidebar .round .subheader{
	margin: 0 0 4px 0;
	display: block;
	font-size: 14px;
	color: #333;
}
#sidebar .big{
	float: left;
	margin: 0 6px 0 0;
}
#sidebar .round p{
	margin: 0;
	color: #333;
	font-size: 11px;
	line-height: 14px;
	
}
#sidebar .round .pages{
	
	overflow: hidden;
	padding: 12px 0 0 98px;
}
#sidebar .round .pages strong{
	float: left;
	padding: 0 5px 0 0;
}
#sidebar .round .pages img{
	float: left;
	margin: 3px 5px 0 0;
}
#sidebar .sidelist-box{
	padding: 14px 0 0 16px;
}
#sidebar .sidelist-box .argomenti{
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #e2001a;
}
/* sidebar main-list Styles */
#sidebar .main-list,
#sidebar .main-list li{
	background: none;
	margin: 0;
}
#sidebar .main-list li a{
	line-height: 18px;
	background-position: 0 5px;
}
/* Address style */
.adress-box{
	border-top: solid 3px #9bafba;
	padding: 16px 0 0 16px;
	font-size: 11px;
	float: left;
	width: 269px;
}
.adress-box p{
	margin: 0;
}
.address-box strong.title{
	display: block;
}
.adress-box address{
	font-size: 12px;
	font-style: normal;
}
.adress-box address span{
	display: block;
}
/* footer block styles */
#footer {
	height: 1%;
	padding: 6px 10px 25px 10px;
	overflow:hidden;
	border-top: solid 5px #999999;
	background-color: white;
}
/* menu Styles */
.bottomnav{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
	height: 20px;
}
.bottomnav div{
	float: left;
	margin: 0 3px 0 -1px;
	padding: 0 10px 0 11px;
	background: url(../grafica/separator-bottom.gif) no-repeat 0 2px;;
}
.bottomnav div a{
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.bottomnav div a:hover{
	text-decoration: underline;
}
#logo {
	background: url(../grafica/logo.jpg) no-repeat top left;
	width: 285px; 
	height:	183px;
	float: left;
}
*html #logo {
	background: url(../grafica/logo.jpg) no-repeat top left;
	width: 282px;
	height:	183px;
	float: left;
	display: inline-block;
}
#flashh {
	width: 684px;
	height:	183px;
	display: inline;
	float: left;
}

.stampa_pdf {
	float: right;	
	margin-right: 10px;
	margin-top: 15px;
}

.menu {width:1000px; height:32px; position:relative; z-index:100;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {width: 1000px; padding:0;margin:0;list-style-type:none; }
.menu ul ul {width:140px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:140px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {background: url(../grafica/separator-nav.gif) no-repeat 0 50%; background-position: right;  display:block; text-align: center; font: bold 12px Helvetica, Arial, sans-serif;text-decoration:none; color:#000; width:141px; height:32px; line-height:31px; margin-left: 0;}
/* a hack so that IE5.5 faulty box model is corrected */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:20px;left:0; width:140px;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#e3ecf0; color:#000; height:auto; line-height:1em; padding:5px 10px; width:250px; text-align: left;}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background: url(../grafica/separator-nav.gif) no-repeat center right #e3ecf0;}
.menu :hover > a, .menu ul ul :hover > a {color:red; background: url(../grafica/separator-nav.gif) no-repeat center right #e3ecf0;}
*html .menu a:hover, .menu ul ul a:hover {color:red; background: url(../grafica/separator-nav.gif) no-repeat center right #e3ecf0;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.menu ul ul a.primo, .menu ul ul a.primo:visited {background:#e3ecf0; color:#000; height:auto; line-height:1em; padding:5px 10px; width:250px; text-align: left;}
.menu ul li:hover ul, .menu ul a.primo:hover ul{visibility:visible;padding-left:8px;}
