/*-----------------------------------------------------------------------------

version:	1.0
author:		federico pizzutto per Blumerstudio
scope:		foglio di stile principale
            (definizione della strutturra ed elementi importanti)
            
- Convenzioni -
NOTE:: --> utilizzato per indicare particolari informazioni
HACK:: --> utilizzato per indicare correzioni specifiche
-----------------------------------------------------------------------------*/

/* @group GENERAL */

/* --> GENERAL
-----------------------------------------------------------------------------*/

/* NOTE:: --> Remove padding and margin */
* {
  margin: 0;
    padding: 0;
}

/* NOTE:: --> Put it back on certain elements */
h4, h5, h6, pre, blockquote, table, ul, ol {  margin: 0.5em 0;}

/* NOTE:: --> Remove formatting typography, lists, paragraph, etc. */
h1, h2, h3, h4, h5, h6 {font-size:100%;}
h1, h2, h3, h4, h5, h6, address, caption, cite, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {list-style:none outside;}
caption,th {text-align:left;}

/* NOTE:: --> Class for clearing floats */
.clear {clear:both;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End Holly Hack */

/* NOTE:: --> Remove border around linked images */
fieldset, img {	border: 0;}


/* --> BLOCKS
-----------------------------------------------------------------------------*/
body {
	background-color: #333;
	text-align: center;
}
#wrapper, #footer {
	text-align: left;
	width: 930px;
}
#wrapper {
	text-align: left;
	width: 930px;
	padding: 10px 10px 23px 10px;
	margin: 10px auto 0 auto;
	background: #fff url(../images/filettoFooter.gif) no-repeat 50% 100%;
}
#header {
	height: 175px;
	/*background: url(../images/headerBN.jpg) no-repeat 100% 0;*/
	margin-bottom: 2px;
}
/*.eccezione #header {
	background: url(../images/header.jpg) no-repeat 100% 0;
}*/

#container {
	/*border-bottom: 1px solid #EA0006;*/
	/*padding-bottom: 10px;*/
	overflow: hidden;
}
#msx {
	float: left;
	width: 177px;
	background: #eaeaea url(../images/bgTopColSx.gif) no-repeat 0 0;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}
.eccezione #msx {
	padding-bottom: 0;
	margin-bottom: 0;
	height: 60px;
}
#content {
	float: right;
	width: 730px;
	margin-top: 20px;
	border-top: 2px solid #EA0006;
}
#csx {
	float: left;
	width: 460px;
	padding-left: 10px;
}
#cdx {
	float: right;
	width: 240px;
}

/* @end */

/* @group TYPOGRAPHY */
/* --> TYPOGRAPHY, PARAGRAPH, LISTS
-----------------------------------------------------------------------------*/
body {
	font: 62.5%/1.6 /*"Century Gothic",*/ Verdana, Arial, sans-serif;
}
#container {
	font-size: 1.1em;
}
#content {
	line-height: 1.4em;
}
p {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
}
p.primoParagrafo {
	padding-top: 0;
}
#csx ul {
	margin: 10px 0 10px 20px;
	list-style-position: outside;
}
#csx ul li {
	list-style-image: url(../images/lista.gif);
}
#csx ul ul {
	margin: 0 0 0 10px;
}
#csx ol {
	list-style-type: decimal;
	margin: 10px 0 10px 30px;
}
#cdx p {
	padding-top: 0;
}
#cdx {
	line-height: 1.2em;
}
#csx ul.download  {
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	list-style: none;
}
#cdx ul.download {
	list-style: none;
}
#csx .download a  {
	color: #333;
	font-weight: bold;
}
#csx ul.download li, #cdx ul.download li {
	border-bottom:1px dotted #333;
	padding: 5px 10px 5px 15px;
	line-height: 1.15em;
	list-style-image: none;
	background: url(../images/listaMeno.gif) no-repeat 3px 0.85em;
	list-style-type: none;
}
#cdx ul.download li {
	border: 0;
	padding: 0 0 0 10px;
	background-position: left 0.2em;
}
#csx .dowload span, .dowload a {
	display: block;
	float: left;
}


/* --> HEADINGS
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: /*"Century Gothic",*/ Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2em;
}
h1, h2, h4, h5, h6 {
	font-weight: bold;
}
h2, h3, h4 {
	color: #EA0006;
}
h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #999;
	padding: 10px;
}
#csx h2 {
	margin-left: -10px;
	margin-bottom: 20px;
}
.eccezione h2 {
	margin-bottom: 10px;
	position: relative;
}
h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 3px;
	padding-top: 20px;
}
h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* --> LINKS
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #EA0006;
}
a:hover {
	text-decoration: underline;
}
a.titolo {
	font-family: /*"Century Gothic",*/ Verdana, Arial, sans-serif;
}

/* @end */


/* --> BRANDING
-----------------------------------------------------------------------------*/
#logoStampa {display:none !important;}
#header div {
	float: right;
}
#header #logo {
	width: 177px;
	height: 123px;
	background: url(../images/bgLogo.gif) no-repeat 0 0;
	text-align: center;
	padding-top: 52px;
	float: left;
	border: 0;
}


/* @group Navigation */
/* --> MAIN NAV
-----------------------------------------------------------------------------*/
#mainMenu {
	margin: 0 0 2px 0;
	font-size: 1.1em;
}
#mainMenu li {
	float: left;
	display: inline;
	margin-left: 1px;
}
#mainMenu li a {
	display: block;
	float: left;
	color: #fff;
	background-color: #EA0006;
	height: 28px;line-height: 28px;
}
#mainMenu li a.selected, #mainMenu li a:hover, #mainMenu li a.selected:hover, #mainMenu li.mHome a.selected {
	background-color: #333;
}
#mainMenu li.mHome a  {
	color: #333;
	background-color: #eaeaea;
}
#mainMenu li.mHome a:hover  {
	background-color: #ccc;
}
#mainMenu li.mHome {
	margin-right: 2px;
	margin-left: 0;
}


/* --> SUB NAV
-----------------------------------------------------------------------------*/
#msx ul{
	margin: 0;
}
ul#menu {
	margin-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
}
ul#menu li {
	border-bottom: 1px dotted #EA0006;
	line-height: 1em;
	width: 100%;
	float: left;
}
ul#menu ul li, ul#menu ul ul li {
	border: 0;
}
#msx ul a {
	display: block;
	padding: 5px 0;
	width: 100%;
	/*height: 2em;line-height: 2em;*/
}
#msx a:link, #msx a:visited {
	color: #333;
}
#msx ul#menu ul {
	margin-bottom:5px;
	margin-top: 5px;
	margin-left: 5px;
}
#msx ul#menu ul ul {
	margin-left: 15px;
}
#msx ul#menu ul a, #msx ul#menu ul ul a {
	border-bottom: 0;
	border-left: 2px solid #EA0006;
	padding-left: 5px;
}
#msx a:hover {
	color: #EA0006;
	text-decoration: none;
}
#msx a.current {
	font-weight: bold;
}
/* @end */


/* @group Content */
/* --> MAIN CONTENT
-----------------------------------------------------------------------------*/
#mappa {
	padding: 10px;
	width: 706px;
	height: 396px;
}
.paginazione {
	border-top: 1px solid #999;
	clear: both;
	margin-top: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.paginazione div.pagine {
	float: right;
}
.paginazione a {
	color: #333;
}
.paginazione a img {
	float: left;
}
.naviga a:hover, .naviga a.current {
	text-decoration: none;
	font-weight: bold;
}
div.pagine a {float:rigth;}
#csx ul.naviga {
	margin-left: 0;
	margin-right: 0px;
}
.naviga, .naviga li {
	display: inline;
}
.naviga li {
	border-right: 1px solid #EA0006;
	padding: 0px 4px;
	line-height: 1em;
}
.naviga a {
	color: #EA0006;
}

.naviga li.last,
.naviga li.noNumber
{
	border-right: 0;
}
.naviga li.noNumber a  {
	color: #303030;
}

/* --> SECONDARY CONTENT
-----------------------------------------------------------------------------*/
a.titolo {
	display: block;
	font-weight: bold;
	color: #333;
}
.bordo{
	border: 1px dotted #ccc;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.legenda {
	margin: 0;
}
.legenda li {
	clear: both;
	padding: 5px 0;
}
.legenda img {
	float: left;
	margin-right: 5px;
}
#cdx .continua {
	text-align: right;
}
.continua a {
	color: #333;
}
#cdx ul {
	margin: 0;
}
#cdx ul a {
	color: #333;
}

/* @end */

/* --> FOOTER
-----------------------------------------------------------------------------*/
#footer {
	margin: 0 auto 30px auto;
	color: #fff;
	font: 9px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#footer span {
	float: right;
}
#footer a {
	color: #fff;
}
#footer .sx a , #footer a:hover {
	text-decoration: underline;
}
#footer .sx
{
	width: 750px;
}

/* --> FORMS
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* --> TABLES
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}
td {
  text-align: left;
	font-weight: normal;
}
.eccezione table {
	clear: both;
	width: 100%;
	border-top: 5px solid #EA0006;
}
.eccezione table th {
	text-transform: uppercase;
	color: #fff;
	background-color: #EA0006;
	padding:5px 10px;
	vertical-align: middle;
}
.eccezione table th a {
	color: #fff;
}
.eccezione table td {
	padding:10px 5px;
	vertical-align: top;
}
.eccezione table th, .eccezione table td {
	border-left: 1px solid #ccc;
	line-height: 1.2em;
}
.eccezione table .primoTd {
	border-left: 0;
}

.eccezione table .primoTdLink {
	border-left: 5px solid #EA0006;
}
tr.alternato {
	background-color: #ebebeb;
}


/* --> MISC+ 1
-----------------------------------------------------------------------------*/
.sx {
	float: left;
}
.dx {
	float: right;
}
.linkDownload {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/downloadTop.gif) no-repeat 0 2px;
	padding-left: 20px;
}
.linkDownload a {
	color: #333;
}
/* --> MISC+ 2
-----------------------------------------------------------------------------*/

#flvPlayer
{
	margin: 10px 0 20px 0;
}

/* iCarousel  */

#imageViewer {  
    position: relative;  
    overflow: hidden; 
    width: 450px; 
    height: 264px; 
    background: #EAEAEA;  
}  
/*#imageViewer_frame {position: relative}  */
#imageViewer_previous, #imageViewer_previous2 {position: absolute; top: 0; left: 0; cursor: pointer;}  
#imageViewer_next, #imageViewer_next2 {position: absolute; top: 0; left: 438px;  cursor: pointer;}  
#imageViewer_content {  
    position: absolute;  
    top: 0;  
    margin-left: 0;  
}  
#csx #imageViewer_content {  
    margin: 4px 12px; 
	height: 256px;
	overflow: hidden; 
}  
#imageViewer_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
#imageViewer_content {  
	width: 15418px;  
}  
#imageViewer ul li {  
	display: block;  
	float: left;  
	margin: 0;  
	padding: 0;  
	border: 0; 
	background-color: #EAEAEA;  
	width: 426px;
	height: 256px;
}
#imageViewer ul li img {  
    display: block;  
}