@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F4A460;
	margin: 0;
	padding: 0;
	text-align: center;
	color:white;
	background-image: url(../img/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}
#presentazione{
    font-family: french script;
    color:blue;
    font-size:20px;
	font-weight:bold;
	font-style:italic;
	
	}
	
	
#titolo{font-family:french script;
    color:brown;
    font-size:35px;
	font-weight:bold;
	font-style:normal;
	
	}
	

	

#container {
	width: 800px;  
	background: #FFE4B5;
	margin: 0 auto;
	border: 10px solid #CC6600 ;
	text-align: justify;
}



#header { 
	background:#FFE4B5 ; 
} 

#mainContent { 
	background: #FFE4B5;
	padding: 10px;
	color:#CC6633;
	text-align:center;
}



#menu{
	background-color:#CC6633 ;
	font-size:20px;
}

#menu a{
    color:white;
	text-decoration:none;
	text-transform:uppercase;
}




table{
	border: 1px transparent;		 
	border-collapse: separate;
	border-spacing:20px;
	table-layout: fixed;
	width: 780px;
	caption-side: bottom;
	
}
			
td {
	border: 1px transparent;
	padding: 5px;
}


#barbecue img{
    
	border-style:ridge;
	border-width:5px;
	border-color:red;
	margin:2px;
	padding:2px;
	width:200px;

}


#stufe img{
	border-style:groove;
	border-width:5px;
	border-color:violet;
	margin:2px;
	padding:2px;
	width:200px;
	
}



#fontane img{
	border-style:ridge;
	border-width:5px;
	border-color:orange;
	margin:2px;
	padding:2px;
	width:200px;
}




#tavoli img{
	border-style:ridge;
	border-width:5px;
	border-color:green;
	margin:2px;
	padding:2px;
	width:200px;
}



#piatti img{
    border-style:groove;
	border-width:5px;
	border-color:brown;
	margin:2px;
	padding:2px;
	width:200px;
	}
			
        		   
	
	   
	   
#targhe img{
	border-style:double;
	border-width:5px;
	border-color:#FF7F50;
	margin:2px;
	padding:2px;
	width:200px;
}

#pannelli img{
	border-style:solid;
	border-width:5px;
	border-color:#991199;
	margin:2px;
	padding:2px;
	width:200px;
}

#address{
    font-family:french script;
    color:brown;
    font-size:25px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	
	
}

#contatti{
    font-family:french script;
    color:white;
    font-size:30px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	
  }
  
#footer { 
    font-size:20px;
	font-weight:normal;
	font-style:normal;
	background-color: #8B4513;
	padding: 5px;
	text-align: center;
	
} 

tbody{
	border: 1px transparent;		 
	border-collapse: separate;
	border-spacing:50px;
	table-layout: fixed;
	width: 780px;
	caption-side: bottom;
	
}

 

a:link{
	color:gray;
}

a:visited{
	   color:brown;
}

a:hover{
	color:green;
	
}







 
 



 



