/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/
/*Reset browser default*/
html, body, div, span, h1, p, img, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}

/*---- Header styling ---*/
.sIFR-active .titolo_top {
  font-family: Verdana;
  font-size: 11px; 
  text-align: center; 
  font-weight: bold; 
  font-style: normal; 
  color: #D11B1A;
}

.sIFR-active .hSottoTitolo {
  font-family: Verdana;
  font-size: 24px; 
  font-weight: lighter; 
  font-style: italic;
  color : #58595B;
}

.sIFR-active .hTitolo {
  font-family: Verdana;
  font-size: 24px; 
  font-weight: normal;
  color : #58595B;
}

body {
	/*line-height: 1;*/
	color: #000;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
}

#container{
	position: inherit;
	height: auto;
	width: 100%;
	margin: 0pt;
}

div#contenuto_pagina 
{
    margin: 0pt;
    background: none;
}

div#contenuto_pagina_piena 
{
    margin: 0pt;
    background: none;
}
div#menuInt 
{
    width: 1px;
}

span#stampa, div#tagsMenuDx, div#lingue, div#top, div#menuDx, div#footer, div#m_settori, div#menuInt, div#header, div#transfer_home, span#site_position, div#dgmSolutionMenuDx
{
    display: none;
}

#top{
	height: 8px;
	background: #8CAED3 url(../images/sf_top_dx.jpg) no-repeat top right;
	font-size: 7px;
}

div#menuDx{
	width: 189px;
	top: 8px; 
	left: 792px;
	min-height: 450px;
	height: auto;
}

div#menuInt
{
	width: 279px;
	height: auto;
	margin-top: 55px;
	padding: 0px 9px 0px 10px;
}
div#content
{
    width: 494px;
	height: auto;
	margin-top: 0px;
}

div#header
{
    top: 8px;
    left: 0px;
    width: 784px;
	height: 55px;
	padding: 0px 0px 0px 8px;
	background: red;
}

ul#gallery, ul#gallery li {margin:0; padding:0; list-style:none;}
ul#gallery li {float:left; display:inline;}
ul#gallery a span {display:none;}
ul#gallery a:hover {background:none; z-index:100;}
ul#gallery a:hover span {position:absolute; float:left; display:block;}
