/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, 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;
}
:focus {
	outline: 0;
}
body {
	line-height: 100%;
	color: black;
	background: white;
}
xol, xul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* fine reset */

body {
	background: url(../img/html_background.jpg) repeat-x;
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 103%;
	text-align: center;
}

h1 {
    font-weight: bold;
    font-size: 150%;
    xborder-bottom:1px solid #999999;
    color: green;
}

h2 {
    border-bottom:1px dotted #999999;
	font-size:120%;
	margin-top:0;
	padding-bottom:0.2em;
    color: green;
    font-weight: bold;
}

h3 {
	border-bottom:1px dotted #999999;
	font-size:100%;
	margin-top:0;
	padding-bottom:0.2em;
	
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #28261E;
	xtext-decoration: underline;
}
#container{
	background-color: #ffffff;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding:10px;
}

/* -------------------------------------header-------------------------------- */
#header{
	width: 960px;
	height:177px;
}
#logo{
	float: left;
	width:202px;
	height: 132px;
	background: url(../img/header_logo.jpg);
}
#logo_hover{
	margin:30px 0px 0px 23px;
}
#header_right{
	float:left;
	width:758px;
	height: 132px;
}

/* login form */
#login{
	height: 60px;
	margin-left: 450px;
}
span.username input {
background:transparent url(../img/username_bg.jpg) no-repeat scroll 0pt;
}
span.password input {
background:transparent url(../img/password_bg.jpg) no-repeat scroll 0pt;
margin-left: 10px;
}
span.username input, span.password input {
color:#646464;
float:left;
font-size:62%;
height:12px;
outline-color:invert;
outline-style:none;
outline-width:medium;
padding:2px 0px 2px 30px;
width:96px;
}
input[type="text"], input[type="password"] {
padding:0.1em 0pt 0.1em 0.4em;
}
input[type="text"],  input[type="password"], select {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
}
span.login-button-icon button {
background:transparent url(../img/login_button_bg.jpg) no-repeat;
border:none;
cursor:pointer;

height:20px;
overflow:hidden;
margin-left: 10px;
width:21px;
}
span.lostpassword a img{
	margin-top: 10px;
}
span.logout-button-icon button {
background:transparent url(../img/logout_button_bg.jpg) no-repeat;
border:none;
cursor:pointer;

height:20px;
overflow:hidden;
margin-left: 10px;
width:21px;
margin-top: 38px;
}
div.welcome {
	float:left;
	font-size: 70%;
	margin-top: 40px;
}
/* fine login form */

/* barra ricerca */
#lang_search{
	float:left;
	background: url(../img/header_lang_select.jpg);
	background-repeat:no-repeat;
	width:693px;
	height: 60px;
	font-size: 62%;
	color:#fff;
	vertical-align: bottom;
	padding:12px 0px 0px 65px;
}
#lang_search a{
	color:#fff;
}
#lang_select{
	padding-left: 80px;
	float:left;
}
#search_box {
	float:right;
	margin-right: 15px;
    width: 119px;
    height: 17px;
    background: url(../img/search_bg.jpg);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 2px 0 0 6px;
    border: 0;
	 font-size:120%;
    width: 84px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 0px 0px 0 0;
}
/* fine barra ricerca */

/* menu */
#menu{
	clear:left;
	padding-left: 180px;
	background: url(../img/header_menu.jpg);
	width:780px;
	height: 35px;
}
#menu_list{
	height: 35px;
	font-family: Tahoma,Arial;
	font-size: 11px;
	color: Black;
}
#menu_list li{
	display: inline;
	line-height: 35px;
	height: 11px;
	padding-top:11px;
	padding-bottom: 11px;
	color: #000;
}
#menu_item {
	background-image: url(../img/menu_background_separator.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
#menu_item a{
	line-height: 35px;
	height: 11px;
	padding-top:11px;
	padding-bottom: 11px;
	color: #000;
	padding-left:15px;
	padding-right:15px;
}
#menu_item a:hover{
	background-image: url(../img/menu_background_left.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	color: #000;
}
#menu_item_current a, #menu_item_current a:hover{
	line-height: 35px;
	height: 11px;
	padding-top:11px;
	padding-bottom: 11px;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../img/menu_background_left.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #000;
	text-decoration: none;
}
#menu_item_current{
	background-image: url(../img/menu_background_right.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
/* fine menu */

/* fine header */

/* -------------------------contenuto----------------------------------- */
#main_content{
    float:left;
    width:960px;
    background-color:transparent;
    font-size: 70%;
}

span.navigazione_label{
	color:#B5B5B5;
}
span.navigazione{
	color:#B5B5B5;
    text-transform: uppercase;
}

/* tab */

#content_list{
	height: 29px;
	margin-top:25px;
	font-family: Tahoma,Arial;
	font-size: 90%;
	color: Black;
}
#content_list li{
	display: inline;
	line-height: 35px;
	height: 11px;
	padding-top:11px;
	padding-bottom: 11px;
	color: #000;
}
#content_item {
	background-image: url(../img/content_tab_right.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
#content_item a{
	background-image: url(../img/content_tab_left.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 35px;
	height: 11px;
	padding-top:11px;
	padding-bottom: 11px;
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
}
/*#content_item a:hover{
	background-image: url(../img/content_tab_current_left.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	color: #000;
}*/
#content_item a:hover{
	text-decoration: none;
	color: #FFF;
}
#content_item_current a, #content_item_current a:hover{
	line-height: 35px;
	height: 11px;
	padding-top:11px;
	padding-bottom: 11px;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../img/content_tab_current_left.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #000;
	text-decoration: none;
}
#content_item_current{
	background-image: url(../img/content_tab_current_right.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

/* fine tab */
/* colonna sinistra */
#left_col_home{
	float: left; 
	width: 200px; 
	xheight: 100px; 
	xfont-size: 69%; 
	line-height: 15px;
}
#left_col{
	float: left; 
	width: 220px; 
	xheight: 100px; 
	xfont-size: 69%; 
	line-height: 15px;
}
.home_news{
	background-color: #F0F0F0;
	width:180px;
	min-height:82px;
	border:3px solid;
	border-color: #DDDDDD;
	padding: 5px;
	margin-top: 10px;
	cursor:default;
	font-size: 11px;
}
.home_news_hover{
	background-color: #F0F0F0;
	border:5px solid;
	border-color: #0082BF;
}
.news_date{
	color:#333333;
}
.news_title{
	color:#666666;
	font-weight: bold;
}
.news_text{
	color:#666666;
}
.news_more, .news_more a{
	color:#990000;
}
#menu_left{
	/*height:100%;*/
}
#menu_left #top{
	height:41px;
	background: url(../img/left_menu_top.jpg);
}
#menu_left #middle{
	min-height:300px;
	max-height:768px;
	background: url(../img/left_menu_middle.jpg);
	background-repeat: repeat-y;
}
#menu_left #middle #item{
	/*height:20px; 
	border-bottom:1px solid #DBDBDB; 
	width:153px; 
	margin-left:15px; 
	padding:9px 0px 0px 20px;*/
	display: block;
	background: #fff;
	color: #111;
	margin: 0;
	height:20px; 
	border-bottom:1px solid #DBDBDB; 
	width:153px; 
	margin-left:15px; 
	padding:9px 0px 0px 20px;
	text-decoration:none;
}
#menu_left #middle #item_current{
	/*height:20px; */
	border-bottom:1px solid #DBDBDB; 
	width:153px; 
	margin-left:15px; 
	padding:9px 0px 0px 20px;
	background-color: #ffffff;
	color:#ff9900;
}

#menu_left #middle #item_current .submenu{
    margin:        0 0 5px 20px;
}

#menu_left #middle #item_current .submenu a:link,
#menu_left #middle #item_current .submenu a:visited{
    padding-left:       8px;
    color:              #333;
    line-height:        18px;
    text-decoration:    none;
    background:         url(../img/bg_submenu_a.gif) 0 50% no-repeat;
}

#menu_left #middle #item_current .submenu a:hover,
#menu_left #middle #item_current .submenu a:focus,
#menu_left #middle #item_current .submenu a:active{
    color:              #0199CB;
}

#menu_left #middle #item_current .submenu a.sel{
    color:              #0199CB;
}

#menu_left #middle #item a:hover{
	color:#ffffff;
}
#middle_item{
	height:20px; 
	border-bottom:1px solid #DBDBDB; 
	width:153px; 
	margin-left:15px; 
	padding:9px 0px 0px 20px;
	background-color: #ffffff;
	color:#000000;
}
#middle_item_hover{
	height:20px; 
	border-bottom:1px solid #ff9900; 
	width:153px; 
	margin-left:0px; 
	padding:9px 0px 0px 35px;
	background-color: #ff9900;
	color:#ffffff;
}
#middle_item_hover a:hover{
	color:#ffffff;
}
#menu_left #bottom{
	height:41px;
	background: url(../img/left_menu_bottom.jpg);
}

/* fine colonna sinistra */

/* ----------------------------------colonna destra-------------------------------- */
#right_col_home{
	float:right;
	width:748px;
    margin-bottom: 10px;
    xborder: 1px solid #000;
}
#right_col{
	float:right;
	width:730px;
	font-family: Arial, Helvetica, sans-serif;
	xfont-size: 69%;
	color: #333333;
        background-color: #fff;
        margin-bottom: 10px;
}

#content{
    xwidth: 748px;
    xwidth: 100%;
    padding: 0px;
    margin:10px 0px 0px 0px;
}

#content hr {
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #333333;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;	
}

 /*
#content td {
	padding: 4px;
	spacing: 2px;
}*/
#content ul {
	list-style:disc outside;
	margin-left: 25px;
}

#content ol { 
	list-style: decimal; 
	margin-left: 25px;
}


#content_left ul{
   display: block;
   list-style: bullet;
   padding: 0px 0px 0px 0px;
   xmargin:0px 0px 0px 0px;
}

#content_left
{
    float:left;
    width: 520px;
    padding: 0px;
    margin:0px 10px 0px 0px;
}

#content_right{
float:right;
width: 175px;
display:block;
padding: 0px;
margin:0px;
background:transparent;
xfont-size:69%;
}
#content_right ul{
padding: 0px;
margin:0px;
list-style: none;
}

#right_col_home #content_right{
width: 175px;
}

#right_col_home #content_left{
width: 563px;

}


div.yoo-slider {
overflow:hidden;
position:relative;
}
ul.yoo-sliderlist {
margin:0px;
padding:0px;
position:relative;
}
ul.yoo-sliderlist .item {
display:block;
overflow:hidden;
}
div.drawer-v ul.yoo-sliderlist .item-bl {
background:transparent url(../img/drawer_item_bl.png) no-repeat scroll 0pt 100%;
}

div.drawer-v ul.yoo-sliderlist .item-br {
background:transparent url(../img/drawer_item_br.png) no-repeat scroll 165px 100%;
padding:0px 10px;
}
div.drawer-v ul.yoo-sliderlist .item-b {
background:transparent url(../img/drawer_item_b.png) repeat-x scroll 0pt 100%;
padding:0px 0px 10px;
}
div.drawer-v ul.yoo-sliderlist .item-l {
background:transparent url(../img/drawer_item_l.jpg) repeat-y scroll 0pt;
margin:0px -10px;
}
div.drawer-v ul.yoo-sliderlist .item-r {
background:transparent url(../img/drawer_item_r.jpg) repeat-y scroll 100% 0pt;
padding:0px 1px;
font-size:11px;
}
div.drawer-v ul.yoo-sliderlist .article {
font-size:11px;
line-height:125%;
}
div.drawer-v ul.yoo-sliderlist .article {
background:transparent url(../img/drawer_item_bg.jpg) repeat-x scroll 0pt 100%;
}


div.yoo-sliderh { 
	overflow: hidden;
	position: relative;
    background:     #CCC;
    margin:         15px 0 15px 0;
    padding:        10px;
    /*background:     url(../img/bg_slider.gif) no-repeat;*/
}

div.yoo-sliderh p{ 
    margin:         5px 10px;
    color:          #FFF;
    font-size:      75%;
}

div.yoo-sliderh ul.yoo-sliderlist {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
 
div.yoo-sliderh ul.yoo-sliderhlist .item {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}

div.yoo-sliderh ul.yoo-sliderhlist .slide {
	border-left: 1px solid #A5AAAF;
	overflow: hidden;
	position: relative;
}


div.yoo-sliderh ul.yoo-sliderhlist li.first .slide {
	border-left: none;
}

div.yoo-sliderh ul.yoo-sliderhlist .slide .floatbox {

}

div.yoo-sliderh ul.yoo-sliderhlist .slide .floatbox .float-image {
	float: left;
}

div.yoo-sliderh ul.yoo-sliderhlist .slide .floatbox .float-text {
	float: left;
	color: #ffffff;
	padding-top: 5px;
	
}

div.yoo-sliderh ul.yoo-sliderhlist .slide .floatbox .float-text .link {
	color: #fff000;
}

div.default-h div.yoo-sliderh ul.yoo-sliderhlist .article {

}

div.default-h div.yoo-sliderh ul.yoo-sliderhlist .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}



/* fine colonna destra */




#ricerca{
   margin:                 20px 15px 25px 15px;
}

#ricerca li{
   margin-bottom:          15px;
    font-size:              11px;
}

#ricerca a:link,
#ricerca a:visited{
   color:                  #0091C0;
   font-weight:            bold;
   display:                block;
}

#ricerca a:hover,
#ricerca a:focus,
#ricerca a:active{
    text-decoration:            underline;
}

#page-browser{
   margin-bottom:             5px;
   font-size:                 10px;
}

#page-browser li{
   margin-right:              2px;
   list-style:                none;
   text-align:                center;
   display:                   inline;
}

#page-browser a{
   padding:                   1px 5px;
   text-decoration:           none;
   text-align:                center;
    font-size:              11px;
   display:                   inline;
}

#page-browser a:hover,
#page-browser a:focus,
#page-browser a:active{
   color:                     #FFF;
	background-color: 	      #0091C0;
}

#page-browser a.sel{
   color:                     #FFF;
	background-color: 	      #0091C0;
}


/* MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA */

.node .sitemap{
    margin:             15px 0 0 15px;
}


.node .sitemap ul li{
    color: #990000;
    font-size: 11px;
	font-size: 12px;
    margin: 10px 10px;
    padding-left: 20px;
    list-style-type:none
}


.node .sitemap ul li a {
	font-size: 12px;
	color: #0069aa;
	font-weight: bold;
    margin:            18px 0 0 10px;
}


.node .sitemap ul ul li{
	font-size: 11px;
	color: #990000;
	background: none;	
}
		
.node .sitemap ul ul li a {
    font-size: 12px;
    color: #0091c0;
    background: none;
    font-weight: normal;
}


.node .sitemap ul ul li {
	font-size: 11px;
	color: #000;
	background: none;
	margin: 10px 20px;	
}
		
		

.node .sitemap ul ul li a {
    font-size: 11px;
	color: #000;
	background: none;
	margin: 10px 20px;
}

/* MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA - MAPPA */


/* ---------------------------------footer------------------------------ */

#footer {
    clear: both;
    margin-top: 10px;
}

#footer_middle, #footer a{
	font-family: tahoma;
	font-size: 100%;
	color:#666666;
}
#footer_middle a:hover{
	text-decoration:underline;
}
.footer_title{
	color:#0069AA;
}
#footer_left{
	float: left; 
	height: 84px; 
	width: 15px; 
	background-image: url(../img/footer_left.jpg); 
	background-repeat: repeat-x;
}
#footer_middle{
	float: left;
	padding:16px 0px 0px 0px; 
	height: 68px; 
	width: 100px; 
    font-size:10px;
    line-height:150%;
	background-image: url(../img/footer_middle.jpg); 
	background-repeat: repeat-x;
}
#footer_right{
	float: left; 
	height: 84px; 
	width: 15px; 
	background-image: url(../img/footer_right.jpg); 
	background-repeat: repeat-x;
}
#footer_separator{
	float: left; 
	height: 84px; 
	width: 2px; 
	background-image: url(../img/footer_separator.jpg); 
	background-repeat: repeat-x;
}
/* fine footer */




/* -- */