/* CSS Document */
html,body{
background-color:#141414;
}
.sfondo{
background-image: url(../imgs/sfondo.jpg); 
background-repeat: repeat-x; 
background-color:#59595A;
margin-top:0px;
}
.tab_sx{
background-image: url(../imgs/tab_sx.jpg); 
background-repeat: no-repeat; 
width:267px;
padding:12px;
}
.tab_dx{
background-image: url(../imgs/tab_dx_black.jpg); 
background-repeat: no-repeat;
width:267px;
font-family:Papyrus,Monotype Corsiva,verdana;
color:#FF1DDE;	
font-size:16px;
padding:7px;
text-align:center;
}
.tab_c{
background-image: url(../imgs/tab_c.jpg); 
background-repeat: no-repeat; 
height:696px;
width:343px;
} 
.table{ 
 width:877px;
}
.logo{
	 font-family:Papyrus,Monotype Corsiva,verdana;
	 text-align:center;
	 color:#FF1DDE;	
	 font-size:60px;
	 margin-top:10px;
 }
.slogan{
	 font-family:Papyrus,Monotype Corsiva,verdana;
 	 color:#FF1DDE;	
	 font-size:30px;
	 margin-top:10px;
 }
.testo{
 font-family:verdana;
 text-align:justify;
 color:#dddddd;	
 font-size:12px;
 margin:9px;
}
.bottom{
 	color:#eeeeee;
	font-family:Papyrus,Monotype Corsiva,verdana;
	font-size:16px;
  	text-align:center;/*IE5.x*/
	}
.titolo{
 	color:#eeeeee;
	font-weight:bold;
	font-family:Papyrus,Monotype Corsiva,verdana;
	font-size:23px;
 	text-align:center;/*IE5.x*/
	}
.testo_menu{
 font-family:Papyrus,Monotype Corsiva,verdana;
 color:#FF1DDE;	
 font-size:16px;
 padding-left:5px;
}
.testo_menu a{
 text-decoration:none;
 color:#FF1DDE;	
}
.testo_menu a:hover{
 font-weight:bold;
 color:#FF1DDE;	
}
.testo_sottomenu{
 font-family:Papyrus,Monotype Corsiva,verdana;
 color:#dddddd;	
 font-size:14px;
 padding-left:14px;
}
.testo_sottomenu a{
 text-decoration:none;
 color:#dddddd;	
}
.testo_sottomenu a:hover{
 color:#dddddd;	
}
.menu_selected {
 font-family:Papyrus,Monotype Corsiva,verdana;
  font-size:18px;
 text-decoration:underline;
 color:#FF1DDE;	
}
.menu_selected a{
 font-weight:bold;
  color:#FF1DDE;	
}
.menu_selected a:hover{
 font-weight:bold;
 text-decoration:underline;
 }
.promo {
 font-family:Papyrus,Monotype Corsiva,verdana;
 color:#dddddd;	
 font-size:17px;
 margin-top:30px;
}
.promo a{
 text-decoration:none;
 color:#dddddd;	
}
.promo a:hover{
  text-decoration:none;
font-weight:bold;
 color:#dddddd;	
}
#gallery {width:195px;}
#gallery ul {list-style:none; padding:1px;; margin:3px; width:195px; position:relative; float:right;}
#gallery ul li {display:inline; width:50px; height:40px; float:left; margin:0 0 4px 4px;}
#gallery ul li a {display:block; width:50px; height:40px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:40px; border:1;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:0px; top:210; width:auto; height:auto; border:1px solid #ffffff;}
