html {
    height:100%;
    margin-bottom: 0px;
}

body {
    background-color:#FFFFFF;
    height: 100%;
    margin: 0px 0px 0px 0px;
  }
  
.container 
{
        top: 0px;   
        width:100%;
        position: absolute;
        left: 0px;        
        /*border: solid 1px #cc0000;*/
        margin-bottom: 0px;
    }    
    
#top 
{
    top: 0px;
    left: 0px;
    position:relative;
    width: 100%;
    height: 9px;
    background-image: url('../../img/top.png');
    background-repeat:repeat-x;
}   

#menubar
{
    height: 162px;  
    top: 0px;
    left: 0px;  
    width: 100%;
    /*border: solid 1px green;   
    margin-left: 140px; */
    background-image: url('../../img/logo.jpg');
    background-repeat: no-repeat;
    background-position: center;
}    
    
#logo 
{
    /*position: absolute;
    left: 100px;*/
    top: 10px;
    /*border: dotted 1px green;        */
}

#headerTop
{
    height: 280px;  
    width: 100%;
    top: 0px;
    left: 0px;  
    /*border: dotted 1px gray;        */
    background-color: #97141C;
    text-align: center;    
}    
#headerBtm
{
    height: 41px;  
    width: 100%;
    top: 0px;
    left: 0px;  
    /*border: dotted 1px gray;        */
    text-align: center;    
}    
    
.main {
    width: 960px;
    /*border: solid 1px #000000;*/
    background-color: #fff; 
    /*position: relative;*/
    top: 50px;
    left: 50%; 
    /*margin-left: -495px;    
    margin-top:7px;
    margin-bottom:10px;*/
	margin:20px auto 10px auto;
    font-family: Arial;
    color: #757575;
    height:auto;
    font-size: 12pt;
    line-height: 1.5em;
    padding:0 15px;
	text-align:justify;
}

.main a {
		color: #97141C;
		}
.main img {
	margin:0 5px;	
}

#imgRight 
{
    border: solid 2px #97141C;
    float:right;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 0px;
    vertical-align: top; 
}

#imgLeft
{   
    border: solid 2px #97141C; 
    float:left;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0px;
    vertical-align: top;
} 

h1 {
    font-family: Arial;           
    color: #97141C;
    font-size: 13pt;
}

#footer
{
    position: relative;
    top: 50px;
    left: 50%; 
    margin-left: -495px;  
    height: 1px;  
    width: 990px;
    background-image: url('../../img/lineabottom.png');
    background-repeat: repeat-x;    
    text-align: right;    
    font-family: Tahoma;
    font-size:x-small;
    /*font-weight: bold;*/
    color: #97141C;
    /*border: solid 1px green;*/
}


#bottom 
{
    /*top: 100px;*/
    left: 0px;
    /*position: relative;*/
    top: 120px;
    width: 100%;
    height: 9px;
    background-image: url('../../img/bottom.png');
    background-repeat: repeat-x;
    /*border: solid 1px #000;*/
}   

#wrapper{
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -100px; /* margine negativo altezza footer */
}
.pushfooter{
    height:100px; /* altezza footer */
    clear:both; /* clear di eventuali float se presenti nel layout */
}

#footer a {
	color:#97141c;
}
  
#navigation 
{
    position: relative;
    width: 500px;
    left: 50%;
    /*border: solid 1px blue;*/
    margin-left: -84px;
    top: 103px;    
}  


#mainMenu 
{
    position: relative;
    width: 670px;
    /*border: solid 1px #cc0000;*/
    bottom: 1px;
}
  
ul#mainMenu{
    /*float: left;*/    
    margin: 0px;
    padding: 0px;
    list-style:none;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;           
    font-size: small;
    /*font-weight: bold;*/
    height: 51px;    
}
ul#mainMenu li ul li{
    list-style:none;
    margin:0px;
    padding:0px;    
}


.ulSel 
{
    padding: 4px 16px;
    color: #000;
}

ul#mainMenu li{
    float:left;
    margin: 0px;
    padding: 0px;        
    border-left: 1px solid #E7E7E8;
    color: #97141C;
    display: block;
    height: 51px;
    width: 115px;
    text-align: left;
    
}
ul#mainMenu a:link,
ul#mainMenu a:visited{
    display: block;
    padding: 4px 16px;
    color: #97141C;
    text-decoration: none;
    height: 51px;
    display: block;
}
ul#mainMenu a:hover,
ul#mainMenu a:focus,
ul#mainMenu a:active{
    color: #fff;
    text-decoration: none;    
    background-color: #3D3C41;    
}
ul#mainMenu li ul{
    display: none;
}
ul#mainMenu li:hover ul{
    display: block;
    position: absolute;
    z-index:1;
    width:115px;
    padding: 0;
    margin: 0 0 0 -1px;
    border:1px solid #97141C;
    font-size:.8em;        
    opacity:0.9;
    filter:alpha(opacity=90);
}
ul#mainMenu li li {
    border-bottom:1px solid #97141C;
    width: 115px;
}  

  
ul#menu{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style:none;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;           
}
ul#menu li ul li{
    list-style:none;
    margin:0px;
    padding:0px;
}
ul#menu li{
    float:left;
    margin: 0px;
    padding: 0px;        
    border-right: 1px solid #97141C;
    color: #97141C;
    display: block;
}
ul#menu a:link,
ul#menu a:visited{
    display: block;
    padding: 4px 16px;
    color: #97141C;
    text-decoration: none;
}
ul#menu a:hover,
ul#menu a:focus,
ul#menu a:active{
    color: #d87b80;
    text-decoration: none;        
}
ul#menu li ul{
    display: none;
}
ul#menu li:hover ul{
    display: block;
    position: absolute;
    z-index:1;
    width:150px;
    padding: 0;
    margin: 0 0 0 -1px;
    border:1px solid #97141C;
    font-size:.8em;        
    opacity:0.9;
    filter:alpha(opacity=90);
}
ul#menu li li {
    border-bottom:1px solid #97141C;
    width: 150px;
}
/* RSS */
#rss img { display:block; clear:both; margin-right:10px;}
#rss br { display:none;}
#rss br.acapo { display:block; }
#rss p { display:block; clear:borh; }
#rss font {display:none;}


/* Accordion */

.accordion_toggle {
			display: block;
			height: 30px;
			width: 100%;
			padding:10px 0 10px 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight:bold;
			text-decoration: none;
			outline: none;
			font-size: 16px;
			color: #97141C;
			border-bottom: 1px solid #97141C;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background:#97141C;
			color: #ffffff;
			border-bottom: 1px solid #fff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #97141C;
				font-size:16px;
				font-weight:normal;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
			.accordion_content p a {
				color: #97141C;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }

