@charset "UTF-8";
/* CSS Document */
body {
	background-color: #56999F;
	background-image: url(../images/body_bgnd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	vertical-align:top;
	width:730px;
	height:700px;
	border:10px solid white;
	background:url(../images/paper.jpg);
}
#siteContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	color:#630;
}
.left {
	background:url(../images/left_bgnd.jpg) repeat-y right;
}
.right {
	background:url(../images/right_bgnd.jpg) repeat-y left;
}
.menu {
	padding:5px;
	border-bottom:1px dotted #600;
}
.menu span {
	cursor:pointer;
	padding:20px;
	height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	color:#633;
}
.menu span.selected {
	background:url(../images/sel.png) no-repeat left 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	color:#fff;
}
.menu span.selected:hover{
	color:#fff;	
}
.menu span:hover{
		color: #1F330D;
}
#siteContent {
	min-height:500px;
}
#footer {
	background:#300 url(../images/bottom_bgnd.jpg);
	height:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #fff;
	padding:5px;
	text-align:center;
	border:10px solid white;
	border-top:none;
}
#footer h2 {
	font-size:20px;
	font-style:italic;
	font-weight:normal;
}
#siteContent table{
	width:100%;
	padding:10px;
	border-collapse:collapse;
	
}
#siteContent table th{
	padding:10px;
	background: url(../images/th_bgnd.png);
	color:#FFF;
	border:1px dotted #630;	
}

#siteContent table td{
	vertical-align:top;
	color:#630;
	padding:10px;
	border:1px dotted #630;
	
}

.sections {
	display:none;
	padding:10px;
	width:700px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background:url(../images/sections_bgnd.jpg) bottom;
}
#home {
	background:url(../images/home_bgnd.jpg) no-repeat bottom;
	text-align:center;
}

#ilMenu {
	text-align:left;
	background:url(../images/sections_bgnd_3.jpg) repeat-y top;
}

#ilMenu p{
	width:500px;
	margin-bottom:-5px
}

#iPrezzi {
	text-align:left;
	background:url(../images/sections_bgnd_1.jpg) no-repeat 0px 10px;
}
#orari {
	text-align:left;
	background:url(../images/sections_bgnd_2.jpg) no-repeat 100px 80px;
}
#dove {
	text-align:center;
}
.doveSiamo{
	border:5px solid #600;	
	width:700px;
	height:450px;
}

.copyright{
	font-size:10px;
}

.copyright a{
	text-decoration:none;
	color:#630;
	font-size:10px;
}

.copyright a:hover{
	text-decoration:underline;
	color:#fff;
	font-size:10px;
}
.bookMark_placeholder{
	position:absolute
	}

