/* Class */
body {
	background-color : #FFFFFF;
	background-attachment: fixed; 
	background-image: url(img/lg.jpg); 
	background-repeat: no-repeat; 
	background-position: right bottom
}

td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #000000;
	   
}
.text{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #424C76;
	   text-decoration: none;
}

.info{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #660000;
	   text-decoration: none;
}

.info a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #660000;
	   text-decoration: none;
}

.info a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

.white{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #FFFFFF;
	   text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.footer a{
font-size:12px;  
color:#660000; 
text-decoration:none; 
font-variant: small-caps;

}
.subfooter a{
font-size:9px;  
color:#000000; 
text-decoration:none; 


}
.button { color: #666; font-size: 11px; font-weight: bold; background-color: #ffffff; text-align: center; padding: 1.5px 10px; border: solid 1px #f6d2bc; }
.form{ color: #666; font-size: 11px; background-color: #ffffff; text-align: left; padding: 1.0px; border: solid 1px #f6d2bc; }

.Required
{
	color: Red;
}

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 400px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 200px;
}

#imageMenu ul li.Antipasti a {
	background: url(img/1men_prew.gif) repeat scroll 0%;
}

#imageMenu ul li.Primi_di_carne a {
	background: url(img/1men_prew.gif) repeat scroll 0%;
}

#imageMenu ul li.Secondi_di_Carne a {
	background: url(img/1men_prew.gif) repeat scroll 0%;
}

#imageMenu ul li.Primi_di_pesce a {
	background: url(img/1men_prew.gif) repeat scroll 0%;
}

#imageMenu ul li.Secondi_di_pesce a {
	background: url(img/1men_prew.gif) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:700px;
width:1000px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}

/*************************************************************/


