/*
 
 colori:
 
 background contenuti: #f6f6f6
 fuxia: #1086fe
 testo normale: #666
 testo highlight: #000
 link: #333
 link hover: #999
 estensione colore footer: #cfcfcf

 blu: #1086fe
 
*/

.style1 {font-size: 12px}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    height: 100%;
    background: #cfcfcf; /*estensione colore footer*/
}

body {
    height: 100%;
    text-align: center;
    background: #cfcfcf; /*estensione colore footer*/
    color: #333;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
}

h1 {
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}

h2 {
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    border-left: 5px solid #1086fe;
	padding:0 0 0 5px;
}

h3 {
    text-align: right;
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    /*border-left:5px solid  #999;*/
    border-bottom: 1px solid #999;
}

h4 {
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555;
    margin:5px 0 10px 0;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #999;
}

ul
{
	letter-spacing:2px;
}

#content ul
{
	letter-spacing:2px;
	font-size:13px;
	font-weight:bold;
}

#content li
{
	list-style-image: none;
	list-style-position:outside;
}

.float_left {
    float: left;
	text-align: left;
}

.float_right {
    float: right;
}

.fuxia{
	color:#1086fe;
}

/* draggable starting collection */
#content_scroll
{
	width:800px;
}

#main_menu h1 {
	background: url(../i/starting_draggable_40.png) top left no-repeat !important;
	background: url(../i/starting_draggable_40.gif) top left no-repeat; /*stoopid ie*/
	position: absolute;
	height: 40px;
	width: 157px;
	left: 20px;
	top: 0px;
}

#main_menu h1 a{
	display:block;
	height:40px;
	width:157px;
	text-indent:-5000px;
}

/*SCROLL*/
#mostre_ed_eventi_wrapper{
	height:150px;
	background: #1086fe url(../i/aiuto_bg.png) repeat-x ;
	color:#fff;
	display:none;  /*per utenti con js disabilitati: jsStyle.css*/
	overflow:hidden;
}

#mostre_ed_eventi_wrapper ul{
	list-style:none;
}

#mostre_ed_eventi_wrapper h1{
	color:#fff;
	border-left:5px solid #333;
}

#mostre_ed_eventi_menu{
	margin:10px auto;
	height:120px;
	width:960px;
	overflow:hidden;
	font-size:16px;
	color: #fff;
}

#div.slide_handles {

}

#slide_handles a {
    text-decoration: none;
    color: #ddd;
}

#slide_handles a:hover {
    color: #fff;
}

.fisheye{
	list-style:none;
	display:inline;
	text-transform:uppercase;
}

.fisheye_invert{
	list-style:none;
	display:inline;
	text-transform:uppercase;
}

.fisheye li{
	list-style:none;
	display:inline;
	line-height:40px;
	padding: 0 5px;
}

.fisheye_invert li{
	list-style:none;
	display:inline;
	line-height:40px;
	padding: 0 5px;
}

.fisheye li a{
	text-decoration:none;
	color: #fff;
	vertical-align:middle;
}

.fisheye_invert li a{
	text-decoration:none;
	color: #000;
	vertical-align:middle;
}

#scroll_handles_bar {
	background:#515151 url(../i/top_stripe_new.png) repeat-x scroll 0pt -60px;
	height:22px;
	text-align:center;
}
#scroll_handles_inner {
	margin:0pt auto;
	width:95%;
}
#scroll_handle {
	float:right;
	height:22px;
}
#scroll_handle a {
	color:#fff;
	cursor:pointer;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
#scroll_handle a:hover {
	color:#ddd;
}

#scroll_handle div.left_corner {
	background:#1086fe url(../i/handle_1.gif) no-repeat scroll 0px 0px;
	float:left;
	height:22px;
	width:10px;
}

#scroll_handle div.middle {
	background:#1086fe url(../i/handle_1.gif) repeat-x scroll 0px -22px;
	float:left;
	height:22px;
	font-weight:bold;
}

#scroll_handle div.right_corner {
	background:#1086fe url(../i/handle_1.gif) no-repeat scroll 0px -44px;
	float:left;
	height:22px;
	width:10px;
}

/*MAIN MENU*/
#main_menu {
    height: 180px;
    background: #1086fe;
    background: url(../i/bg2.png) repeat-x #f6f6f6;
    text-align: center;
	position:relative;
}

#top_container {
    width: 800px;
    margin: 0 auto;
}

#wrapper {
    width: 800px;
    margin: 0px auto;
    text-align: center;
}
/* ICONA IMG */
#icona_img {
    visibility: hidden;
}

#fade_title {
    visibility: hidden;
}
/* SPACERS */
.h_spacer {
    height: 60px;
}

.v_spacer {
    width: 40px;
    height: 10px;
}
/* 	HEADER */
#header {
    text-align: left;
    width: 800px;
    height: 113px;
}

#logo {
    float: left;
    margin-top: 71px;
}
/* MENU SUPERIORE */
#nav {
    margin-top: 93px;
    width: 458px;
    float: right;
}

#nav ul {
    position: relative;
    height: 38px;
    list-style: none;
}

#nav ul li {
    float: left;
    display: block;
}

.navs {
    margin: 0 0 0 10px;
}

.first_nav {
    margin: 0;
}

#nav ul li a {
    background-image: url(../i/nav_li_it2.png);
    background-repeat: no-repeat;
    height: 37px;
    display: block;
    text-indent: -5000px;
}
/*HOME*/
#home {
    margin-top: 1px;
    height: 154px;
    width: 296px;
    background: url(../i/logo_vll.png) no-repeat;
    display: block;
    text-indent: -5000px;
    float: left;
}
/*PROGETTI*/
#menu_1 {
    width: 100px;
    background-position: 0 0;
}

#menu_1:hover {
    width: 100px;
    background-position: 0 -38px;
}

#menu_1.current {
    width: 100px;
    background-position: 0 -76px;
}

#menu_1_on {
    width: 100px;
    background-position: 0 -38px;
}
/*CHI SIAMO*/
#menu_2 {
    width: 100px;
    background-position: -107px 0;
}

#menu_2:hover {
    width: 100px;
    background-position: -107px -38px;
}

#menu_2.current {
    width: 100px;
    background-position: -107px -76px;
}
#menu_2_on {
    width: 100px;
    background-position: -107px -38px;
}
/*FINO AD OGGI*/
#menu_3 {
    width: 130px;
    background-position: -215px 0;
}

#menu_3:hover {
    width: 130px;
    background-position: -215px -38px;
}

#menu_3.current {
    width: 130px;
    background-position: -215px -76px;
}
#menu_3_on {
    width: 130px;
    background-position: -215px -38px;
}
/*CONTATTI*/
#contatti {
    width: 80px;
    background-position: -354px 0;
}

#contatti:hover {
    width: 80px;
    background-position: -354px -38px;
}

#contatti.current {
    width: 80px;
    background-position: -354px -76px;
}
#contatti_on {
    width: 80px;
    background-position: -354px -38px;
}

/* BREADCRUMBS */
#breadcrumbs {
    width: 600px;
    text-align: left;
    float: left;
}

/* MENU LATERALE */
.toggler {
    color: #333;
    cursor: pointer;
    background: url(../i/toggler_closed.gif) no-repeat right center;
    display: block;
    padding-right: 15px; /*spazio per freccia*/
}

.toggler:hover {
    color: #999;
}

.element {
}

.hidden {
	display: none;
}

#accordion ul li div.atStart {
    display: none; /*per utenti con js disabilitati: jsStyle.css*/
}

.element ul li a {
    /*color:#333;*/
    color: #1086fe; /*magenta - mi fa vomitare*/
    font-size: 12px;
    font-weight: normal; /*no bold*/
    text-transform: lowercase;
}

.element ul li a:hover {
    color: #999;
}
.on
{
	color:#1086fe;
}
#accordion {
    /*padding-top:30px;*/
}

#nav_side {
    margin-top: 0px;
    text-align: left;
    width: 200px;
    min-height: 342px;
    height: auto !important;
    height: 342px; /*hack min-height IE6*/
    text-transform: uppercase;
    background: url(../i/menu_bg.png) no-repeat top left;
}

#nav_side ul {
    width: 115px; /*+15px spazio per freccia*/
    height: auto;
    text-align: right;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#nav_side ul li {
    list-style: none;
    margin-top: 10px;
}

#nav_side ul li a {
    display: block;
    padding-right: 15px; /*spazio per freccia*/
}

/* HEADER SEZIONE */
#section_header {
    width: 560px;
    height: 30px;
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: right;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 130%;
}

#section_header p {
    border-right: 5px solid #1086fe;
    padding-right: 10px;
}

/* CONTENUTI */
#content {
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    clear: right;
    width: 600px;
	padding: 15px 0 0 0;
	float:left;
}

#content a {
    text-decoration: none;
    color: #1086fe;
}

#content a:visited {
    text-decoration: none;
    color: #1086fe;
}

#content a:hover {
    text-decoration: none;
    color: #999;
}

#content .column {
    width: 240px;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

#content .column_wide {
    width: 520px;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

#column_left {
    margin-right: 40px;
}

#column_right {
    clear: right;
}

.highlight {
    font-weight: bold;
	color:#1086fe;
}

#content ul {
    list-style-image: url('../i/list.gif');
    padding: 20px;
    line-height: 180%;
}

/* FOOTER */
#footer_spacer {
    width: 800px;
    height: 40px;
}

#footer {
    width: 100%;
    background: #cfcfcf url(../i/bg_footer2.png) repeat-x;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    min-height: 0px;
    height: auto !important;
    height: 0px; /*hack min-height IE6*/
}

#footer_contents {
    font-size: 11px;
    margin: 0 auto;
    width: 800px;
    text-align: left;
    color: #666;
}

#footer h2 {
    color: #666;
    font-size: 12px;
    margin-bottom: 4px;
    text-align: right;
    border: none;
    border-right: 3px solid #1086fe;
}

#footer h3 {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    border: none;
    text-align: left;
    /*border-top: #aaa dashed 1px;*/
    border: none;
}

#side_info {
    width: 200px;
    float: right;
    text-align: right;
    border-bottom: #aaa dashed 1px;
}

/* CONTENITORE SPONSOR E SITEMAP */
#left_container {
    width: 599px;
    float: left;
    /*border-right: #aaa dashed 1px;*/
}

/* SPONSOR */
#sponsor {
    width: 599px;
    height: 50px;
    display: block;
    background: url(../i/sponsoredby.gif) no-repeat top left;
    border-bottom: #aaa dashed 1px;
}


/* SITEMAP */
#sitemap {
    width: 550px;
    display: none;
    float: left;
}

#sitemap_toggle {
    cursor: pointer;
}

.sitemap_el {
    display: block;
    width: 240px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

#sitemap a {
    color: inherit;
}

#sitemap a:hover {
    color: #999;
}

.sitemap_highlight {
    color: #e2017a;
}

.sitemap_el ul {
    list-style: none;
}

.sitemap_topmenu {
    font-weight: bold;
}

.indent1 {
    text-indent: 30px;
}

.indent1 li {
    border-top: #bbb solid 1px;
}

.indent2 {
    text-indent: 60px;
}

.indent2 li {
    border-top: #bbb dashed 1px;
}
/* ELEMENTI FOOTER*/
.footer_el {
    display: block;
    margin-bottom: 15px;
    /*border-bottom: #bbb solid 1px;*/
}

.full_width {
    width: 100%;
    background: #f6f6f6;
}
/* GALLERY */
#counter {
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 140px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}

#outer {
    position: relative;
    width: 550px;
}

#thumbs {
    margin-left: 21px;
    width: 510px;
    height: 104px;
    overflow: hidden;
}

#leftarrow {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 100px;
    background-color: #eee;
    background-image: url(../i/leftarrow.png);
}

#leftarrow:hover {
    background-image: url(../i/leftarrow_hov.png);
}
#rightarrow {
    display: block;
    width: 16px;
    height: 100px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../i/rightarrow.png);
}

#rightarrow:hover {
    background-image: url(../i/rightarrow_hov.png);
}

.thumb {
    background-color: #1a1a1a;
}

#scroll {
    height: 100px;
    width: 5000px;
}

#hovered_image {
    text-align: center;
    position: relative;
    display: block;
    height: 300px;
    width: 550px;
}

.evidenziato 
{
	font-weight:bold;
	text-decoration:line-through;
	color:#1086fe;
}

.linea_titolo
{
	width:580px;
	height:15px;
	border-bottom: #1086fe solid 1px;
	margin:15px 0 5px 0;
	padding:0 0 5px 5px;
	font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
	display: block;
}

.news
{
	width: 580px;
    text-align: left;
    display: block;
    margin:0 0 20px 0;
	float:left;
}

.titolo 
{
    font-weight: bold;
	font-size:14px;
	color:#333;
	margin:40px 0;
}

.txt_news
{
	display: block;
	padding:0 0 10px 0;
}
.txt_news img
{
	float:left;
	vertical-align:top;
	display: block;
	margin:5px 10px 0 0;
	border:#ccc solid 4px;
	border-bottom:#ccc solid 6px;
}
#quadrato
{
	width:250px;
	height:140px;
	margin:5px 0;
	background: #000 url(../i/sf_scroll.png) no-repeat;
	display:block;
	float: left;
}
#txt_scroll
{
	display:block;
	float: left;
	text-align:left;
	margin:5px 0 0 20px;
}
.txt_progetti {
    width: 600px;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

.download
{
	font-size:11px;
	color:#666;
	letter-spacing:1px;
}
.download a
{
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.lista_paginazione
{
	width:500px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eb7003;
	text-align:center;
	padding:10px 5px 5px 5px;
}
.lista_paginazione a
{
	color:#94824b;
	text-decoration:none;
}
.lista_paginazione a:hover
{
	text-decoration:underline;
}
#ins_news
{
	width:600px;
	float:left;
}
.elimina
{
	color:#990000;
	font-weight:100;
	margin:0 40px 0 0;
}
.txt_nuova_cartella
{
	color:#666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}

/*--------------------------------- News Letter -------------------------------*/

#newsletter
{
	width:350px;
	padding:10px;
	margin:10px 0;
	border:#1086fe dotted 1px;
}
#titolo_newsletter
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:3px;
	text-transform:uppercase;
}
#msg_mailinglist
{
	width:800px;
	float:left;
	text-align:left;
}
#linea_mailinglist
{
	color:#1086fe;
}
#cont_video
{
	width:600px;
	background:#000;
	margin:10px 0;
}
#video
{
	width:425px;
	background:#000;
	margin:0 auto;
}
#cont_img
{
	width:600px;
	margin:10px 0 0 0;
}