@charset "utf-8";

Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../immagini/sfondo_pagina.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #660000;
}

h1{
	font-size: 16px;
}

.colore_rosso {
	color: #FF0000;
	font-weight: bold;
}
#content{
	width: 950px;
	margin:auto;
		background-color: #FFF5CE;
}

#content_logo{
	float: left;
}
#content_med{
	margin: 0px;
	background-color: #FFF5CE;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.mangine {
	margin: 5px;
}
#menu{
	background-image: url(../immagini/blockdefault.gif);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
}
#footer{
	background-image: url(../immagini/sfondofooter.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	padding: 20px;
	clear: both;
}
/*CSS MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	float: right;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	background-color: black;
	background-image: url(../immagini/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 9px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover{
color: white;
background: transparent url(../immagini/blockactive.gif) center center repeat-x;
}

.solidblockmenu li .current{
	padding-left: 15px;
	padding-right: 14px;
}

#homeleft{
	width: 550px;
}
#pres_home{
	width: 550px;
	height: 250px;
	background-image: url(../immagini/ristorante_gigino_genova.jpg);
	background-repeat: no-repeat;

}
#pres_home_txt{
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 140px;
}

#homeright{
	width: 350px;
	float: right;
}
.foto_categoria{
	margin: 3px;
	float: left;
	text-align: center;
	
}
.bordo_foto{
	border: 1px solid #660000;
}
.td_foto{
	height: 165px;
	width: 165px;
}
.td_foto_desc{
	border: 1px solid #660000;
	background-color: #663333;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
}
.titoliH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}
.Stile1 {
	color: #FFFFFF;
	font-size: 9px;
}