/* ******************************************************************* PARTI COMUNI */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Sans-serif;
	color: #660000;
	text-align: center;
}
td {
	font: 12px Arial, Sans-serif;
}
#box {
	width: 980px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #d1be8f;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#header {
	height: 75px;
	background: url(sfondo_header.gif) repeat-x;
}
#header #logo {
	display: block;
}
address {
	color: #fff;
	font-style: normal;
	float: right;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	line-height: 15px;
	padding: 5px 7px 0 0;
}
address a:link, address a:visited, address a:hover, address a:active {
	color: #fff;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* NAVIGATION */
#nav {
	position: absolute;
	top: 75px;
	left: 0;
	background: url(sfondo_nav.gif) repeat-y;
	width: 187px;
	height: 525px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#nav img {
	display: block;
}
#nav #cartolina {
	position: absolute;
	left: 0;
	top: 404px;
}
#nav #logo_maria:link, #nav #logo_maria:visited, #nav #logo_maria:hover, #nav #logo_maria:active {
	position: absolute;
	left: 7px;
	top: 320px;
	border: 2px solid #fff;
	padding: 0;
	width: auto;
}
#nav #logo_maria:hover {
	border-color: #d1be8f;
}
#nav #logo_maria img {
	display: block;
	border: 0;
}
#nav ul {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style: none;
	width: 140px;
}
#nav li {
	float: left;
	width: 140px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
	display: block;
	width: 140px;
}
#nav a:hover {
	color: #000;
}
#nav a.evid {
	color: #000;
}
/* ******************************************************************* FINE NAVIGATION */

/* ******************************************************************* CONTENT */
#content {
	margin-left: 181px;
	background: url(sfondo_content.gif) repeat-x;
	height: 525px;
	position: relative;
}
#content #lingua {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	margin-right: 11px;
	display: inline;
}
#content #lingua a {
	float: left;
}
#content h1 {
	position: absolute;
	top: 0px;
	right: 388px;
	margin: 0;
}
#content #text, #content #text_xl  {
	width: 670px;
	height: 70px;
	line-height: 20px;
	position: absolute;
	top: 423px;
	left: 64px;
	overflow: auto;
	scrollbar-face-color: #D1BE8F;
	scrollbar-arrow-color: #660000;
	scrollbar-base-color: #660000;
	scrollbar-shadow-color: #D1BE8F;
	scrollbar-dark-shadow-color: #D1BE8F;
	scrollbar-highlight-color: #D1BE8F;
	scrollbar-3d-light-color: #D1BE8F;
}
#content #text_xl {
	height: 430px;
	line-height: 16px;
	padding-right: 7px;
	top: 53px;
}
#content #text_xl ul {
	margin-top:0px;
}
#content #foto {
	padding: 48px 0 0 0;
	text-align: center;
}
#content #foto #foto_flash {
	display: block;
	border: 1px solid #000;
	margin: 0 auto;
	width: 668px;
}
#gallery {
	position: absolute;
	bottom: 135px;
	right: 80px;
	background-color: #fff;
	padding: 5px 34px;
	background-color: #dfd2b1;
	border: 1px solid #d55920;
	color: #030000;
	filter: alpha (opacity=85); /* IE */
	-moz-opacity: 0.85; /* Netscape, Mozilla */
	opacity: 0.85; /* Safari */
	text-decoration: none;
}
#gallery:hover {
	text-decoration: underline;
}
#copy {
	background: url(sfondo_copy.gif) repeat-x;
	height: 19px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 793px;
}
#copy img {
	margin-left: auto;
	display: block;
}
#content #text a, #content #text_xl a {
	color: #660000;
}
#content #text a:hover, #content #text_xl a:hover {
	text-decoration: none;
}
#content .prezzi {
	width: 300px;
}
#content .prezzi th {
	background-color: #e78452;
	text-align: center;
	font-size: 12px;
}
#content .prezzi td {
	text-align: center;
	color: #000;
	background-color: #ded6ad;
}
#content .prezzi td.scope {
	color: #660000;
	font-weight: bold;
}
#content .destra {
	float: right;
	width: 45%;
}
#content h3 {
	color: #CC0000;
	margin: 20px 0 5px 0;
	font-size: 13px;
}
#content h3.inverno {
	color: #006fb6;
}
/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* RICHIESTA */
#richiesta {
	width: 97%;
}
#richiesta td {
	font: 12px Arial, Sans-serif;
}
#richiesta .titoliform {
	background-color: #E78452;
	font-weight: bold;
}
#form {
	margin: 0;
}
/* ******************************************************************* FINE RICHIESTA */

/* ******************************************************************* POPUP */
body#popup {
	background-color: #d1be8f;
}
#popup #logo {
	margin: 0 auto;
}
#popup #navigazione img {
	margin: 0px 45px 0 45px;
}
#popup #foto_gallery {
	border: 1px solid #000;
	margin: 16px 0;
}
/* ******************************************************************* FINE POPUP */


.cella {
	border:2px solid #E2854F;
	width:270px;
	padding:10px;
	margin-left:20px;
	text-align:center;
}
.cella img {
	margin:0 0 5px 0;
}
