/* Foglio di stile "screen" per la realizzazione del sito di presentazione */
html, body{
   background: #FFFFFF url("images/sfondo_pagina.png") center top repeat-y;
   padding: 0;
   margin:0;
   height: 100%;
   font-family:  tahoma, verdana;
   font-size: 12px;
   color: #000000;
}

A {color:#006699; text-decoration: none;}
A:active {color:#006699;}
A:hover {color:#666666;}
A.roll {text-decoration: none; color: #666666;}
A.roll:hover {color: #666666;}

#header {
  background: #FFFFFF;
/*  #FFFFFF url("images/homeswf.jpg") left top no-repeat; immagine di sfondo*/
  float:right;
  width: 758px; 
  height: 185px;
  margin: 0px;
  padding: 0; /* top right bottom left */
  text-align: right;
}

#bigcontainer{
    background: url("images/sfondo_bigcontainer.png") center top no-repeat;
    float:center;
    position: relative; 
    height: 1258px;
}

#container{
    float:center;
    position: relative; 
    height: 1258px;
    width: 980px; 
}

#menu-sx{
    background: url("images/sfondo_menusx.png") left top no-repeat;
    float:left;
    position: relative;
    /* Inizia il Simplified Box Model Hack */
    width:212px; /* Dimensioni per Opera 5 */
    width:222px; /* Dimensioni per Explorer 5.x */
    width:212px; /* Dimensioni per browser standard compliant */
    padding: 0 0 0 0; /* top right bottom left */       
    text-align:right;
    height: 100%;
}

.menusx{
    background: url("images/menusx.png") left top no-repeat;
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;    
}

.menusx A{
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menusx A:link{
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menusx A:visited{
/*    background: url("images/menusx.png") left top no-repeat;*/
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menusx A:hover{
    background: url("images/menusx-hover.png") left top no-repeat;
    width:222px; 
    height: 30px;  
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFF57;
    text-decoration:none;    
}

.menusx-selected{
    background: url("images/menusx-selected.png") left top no-repeat;
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #006699;
    text-decoration:none;    
}

#page-dx{
  position: relative;
  width: 758px; 
  height: 1019px;
  margin: 0px;
  padding: 0; /* top right bottom left */  
  float:right;
  /*  margin:0 240px; 
    padding:0;
    text-align: left;*/
}

#page{
  position: relative;
  width: 758px; 
  height: 924px;
  margin: 0px;
  padding: 0; /* top right bottom left */  
  float:right;
  /*  margin:0 240px; 
    padding:0;
    text-align: left;*/
}

#content{
    background: #FFFFFF url("images/sfondo_content.jpg") left top no-repeat;
    float:left; 
    width: 536px;
    height: 100%;
    text-align: left;
    font-family:  tahoma, verdana;
    font-size: 12px;
    color: #000000;
} 

#content A { font-family: tahoma, verdana; font-size: 11px; color: #9A9A9A; line-height: 140%; text-decoration: none}
#content A:Visited  { font-family: tahoma, verdana; font-size: 11px; color: #9A9A9A; line-height: 140%; text-decoration: none}
#content A:Active  { font-family: tahoma, verdana; font-size: 11px; color: #006699; line-height: 140%; text-decoration: none}
#content A:Hover  { font-family: tahoma, verdana; font-size: 11px; color: #006699; line-height: 140%; text-decoration: none}

#content2{
    position: relative;
    background: #FFFFFF;
    float:right; 
    width: 758px;
    text-align: left;
    font-family:  tahoma, verdana;
    font-size: 12px;
    color: #000000;
} 

#menu-dx{
    background: #FFFFFF url("images/sfondo_menudx.jpg") right top no-repeat;
    float:right; 
    width: 212px; 
    width:222px; 
    width:212px; 
    padding: 0 0 0 0;
    text-align:left;
    height: 100%;
}

.menudx {
    background: url("images/menudx.png") left top no-repeat;
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menudx A{
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menudx A:link{
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menudx A:visited{
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;   
}

.menudx A:hover{
    background: url("images/menudx-hover.png") left top no-repeat;
    width:222px; 
    height: 30px;  
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;    
}

.menudx-selected{
    background: url("images/menudx-selected.png") left top no-repeat;
    width:222px; 
    height: 30px; 
    font-family: Swis721 BlkCnBT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #006699;
    text-decoration:none;    
}

#footermenu{
  background: #000000;
  color: #FFFFFF;
  width: 758px; 
  height: 28px;
  margin: 0px;
  padding: 8 0 0 0; /* top right bottom left */       
  float:right;
  text-align:left;
  font-family: tahoma, verdana;
  font-weight: bold;
  font-size: 10px;
}

#footermenu A {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFFFF; text-decoration:none}
#footermenu A:Visited {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFFFF; text-decoration:none}
#footermenu A:Active {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFF57; text-decoration:none}
#footermenu A:Hover {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFF57; text-decoration:none}

#pulisci{
 clear:both;
}

#footer{

  color: #9A9A9A;
  width: 758px; 
  margin: 0px;
  padding: 0; /* top right bottom left */       
  float:right;
  text-align:center; 
  line-height: 150%; 
  font-family: tahoma, verdana;
  font-size: 9px;
}  

#menubar {
  background: #000000;
  width: 758px; 
  height: 25px;
  margin: 0px;
  padding: 7 0 0 0; /* top right bottom left */       
  float:right;
  text-align:left;
  font-family: tahoma, verdana;
  font-weight: bold;
  font-size: 10px;
}

#menubar A {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFFFF; text-decoration:none}
#menubar A:Visited {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFFFF; text-decoration:none}
#menubar A:Active {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFF57; text-decoration:none}
#menubar A:Hover {font-family: tahoma, verdana; font-weight: bold; font-size: 10px; color: #FFFF57; text-decoration:none}

#menudiving {
  background: #FFFFFF url("images/diving.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menuriserva {
  background: #FFFFFF url("images/riserva.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menuimmersioni {
  background: #FFFFFF url("images/immersioni.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menulaboratorio {
  background: #FFFFFF url("images/laboratorio.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menueventi {
  background: #FFFFFF url("images/eventi.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menuvideo {
  background: #FFFFFF url("images/video&foto.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menuinfo {
  background: #FFFFFF url("images/infotremititermoli.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menucollegamenti {
  background: #FFFFFF url("images/collegamenti.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menucard {
  background: #FFFFFF url("images/card&shop.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

#menupreventivo {
  background: #FFFFFF url("images/richiestapreventivo.jpg") left top no-repeat;
  width: 758px; 
  height: 95px;
  margin: 0px;
  padding: 0 0 0 0; /* top right bottom left */       
  float:right;
}

A.credits {font-family: tahoma, verdana; font-weight: bold; font-size: 9px; color: #9A9A9A; text-decoration: none}
A.credits:Visited  {font-family: tahoma, verdana; font-weight: bold; font-size: 9px; color: #9A9A9A; text-decoration: none}
A.credits:Active  {font-family: tahoma, verdana; font-weight: bold; font-size: 9px; color: #006699; text-decoration: none}
A.credits:Hover  {font-family: tahoma, verdana; font-weight: bold; font-size: 9px; color: #006699; text-decoration: none}

.testo { font-family: tahoma, verdana; font-size: 11px; color: #000000; line-height: 120%; margin-right: 2px; margin-left: 20px;}

.home { font-family: tahoma, verdana; font-size: 11px; color: #000000; line-height: 120%; margin-right: 2px; margin-left: 2px;}

A.continua {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #9A9A9A; margin-right: 12px; text-decoration: none}
A.continua:Visited  {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #9A9A9A; margin-right: 12px; text-decoration: none}
A.continua:Active  {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #006699; margin-right: 12px; text-decoration: none}
A.continua:Hover  {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #006699; margin-right: 12px; text-decoration: none}

A.continua2 {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #9A9A9A; text-decoration: none}
A.continua2:Visited  {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #9A9A9A; text-decoration: none}
A.continua2:Active  {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #006699; text-decoration: none}
A.continua2:Hover  {font-family: tahoma, verdana; font-weight: bold; font-size: 11px; color: #006699; text-decoration: none}