html, body {
	margin:0;
	padding:0;
}
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background:url(../immagini/bg-body-red.jpg)
	color: #444;
	text-align: center;
}
a{
	color: #900c2c;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	text-align: left;
}
p, li {
	line-height: 1.8em;
	text-align: left;
}

#header {
    width: 980px;
    height: 170px;
    margin: 0 auto; 
	background: url(../immagini/testata.gif) no-repeat center top;
}

#foto1 {
    height: 180px;
    margin: 0 auto; 
	background: url(../immagini/foto_home_ristorante_1.png) no-repeat center bottom;
	z-index:1;
}

#foto2 {
    width:;
    height: 180px;
    margin: 0 auto; 
	background: url(../immagini/foto_home_bar_1.png) no-repeat center bottom;
}

#foto3 {
    width:;
    height: 180px;
    margin: 0 auto; 
	background: url(../immagini/foto_home_giardino_1.png) no-repeat center bottom;
}



#intro1 {
    height: 180px;
    margin: 0 auto; 
	background:url(../immagini/foto_intro_ristorante.jpg) no-repeat center bottom;
	z-index:1;
}

#intro2 {
    width:;
    height: 180px;
    margin: 0 auto; 
	background: url(../immagini/foto_intro_bar.jpg) no-repeat center bottom;
}

#intro3 {
    width:;
    height: 180px;
    margin: 0 auto; 
	background: url(../immagini/foto_intro_giardino.jpg) no-repeat center bottom;
}


#footer {
    position: relative;
    width: 980px;
    height: 100px;
    margin: 0 auto; 
	background:url(../immagini/bg-header-red.jpg) no-repeat center top;
}


#footer1 {
    width: 980px;
    height: 30px;
    margin: 0 auto; 
	background: url(../immagini/footer_01.gif) no-repeat center top;
}

#footer2 {
    width: 980px;
    height: 170px; 
	background: url(../immagini/footer_02.gif) no-repeat center top;
}


#footer3 {
    width: 980px;
    height: 100px;
    margin: 0 auto; 
	background: url(../immagini/footer_02.1.jpg) no-repeat center top;
}

.testo_bianco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	text-align:center;
}

.titolo {
	color: #2a2a2a;
	font-weight: normal;
	text-transform: uppercase;
	font-size:16px;
	text-align: left;
}

.titolo_menu {
    color:#47101a;
    font-weight: normal;
    text-transform: uppercase;
	font-size:20px;
	padding:10px;
}

.testo_contenuto_menu{
	color:#47101a;
	font-size:14px;
	line-height: 1.5;
	text-align: center;
	padding-left:10;
}

.testo_contenuto_home{
	color:#47101a;
	font-size:14px;
	line-height: 1.5;
	text-align: right;
	padding-left:10;
}

.sottotitolo {
    color: #2a2a2a;
    text-transform: uppercase;
	font-size:12px;
}


.testo_contenuto{
	color:#47101a;
	font-size:12px;
	line-height: 1.5;
	text-align: left;
	padding-left:10;
}

.testo_tasti{
	color:#fff;
	font-size:12px;

}

.testo_credits{
	color:#900c2c;
	font-size:12px;
	text-align:right;
	padding-right:30px;
}


.testo_footer{
	color:#900c2c;
	font-size:12px;
	text-align:left;
	text-decoration: none;
	padding-left:30px;
	margin-left:10px;
	
		
}

/*  /////////////////    MENU   /////////////////////   */

#sddm
{	margin: 0 auto 0 auto;
	padding: 0;
	z-index: 30;
	width:900px;
	
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	text-align: center;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background:none;  /*  sfondo tasto  */
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-stretch:semi-condensed;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "arial", "verdana";
	font-size:16px;
	}

#sddm li a:hover{
/*{	background: #49A3FF}  /* ///////sfondo tasto hover/////// */
color:#999;
width:150px;
	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	/*border: 1px solid #5970B2}*/
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: url(../immagini/bg-body.jpg); /* sfondo sottomenu  */
		color: #000; /*  colore testo sottomenu  */
		font: 11px arial;
		text-transform:none;
		width:150px;
			}

	#sddm div a:hover
	{	background: url(../immagini/bg-menu-sub-grey.jpg);  /*  sfondo hover sottomenu  */
		color: #000;
		}   /*  colore testo hover sottomenu  */

