body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #323232;
	background-color: #4B1208;
	margin: 0px;
	padding: 0px;
}

.clear {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

img {
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #681708;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #681708;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h3, h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/*font-style: italic;*/
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #681708;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}



p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a {
	outline: none;
}

#main a {
	color: #681708;
	font-size: 14px;	
}

/* FORMATTAZIONE TASTO CONTINUA */

.continua {
	margin: 0px;
	padding: 0px;
}

.continua a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #8B763B;
	margin: 0px;
	padding: 0px;
	float: right;
	text-decoration: none;
}

.continua a:hover {
	color: #681708;
}

/* ---------------------------- */

/* FORMATTAZIONE HEADER + LOGO + MENU UP */

#content_header {
	background-image: url(../images/sfondo_header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 148px;
}

#header {
	padding: 0px;
	height: 148px;
	width: 840px;
	margin: 0px auto;
	position: relative;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	float: left;
	font-size: 28px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	position: absolute;
	top: 40px;
	left: 185px;
	margin: 0px;
}

#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	top: 78px;
	left: 185px;
}

#logo {
	padding: 0px;
	height: 148px;
	width: 148px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
}

#logo a {
	margin: 0px;
	padding: 0px;
	height: 162px;
	width: 148px;
	position: absolute;
	z-index: 50;
	top: 28px;
}

/* formattazione menu up (bandiere + testo) */

#nav_up {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
}

#nav_up ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}

#nav_up ul li {
	display: inline;
	float: left;
}

#nav_up ul li.padding_1 {
	background-image:url(../images/sfondo_bandiere.png);
	background-repeat: no-repeat;
	background-position: bottom left; 
	margin: 0px 0px 0px 5px;
	padding: 6px 8px;
}

#nav_up ul li.padding_2 {
	background-image: url(../images/sfondo_pull_testo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100px;
	margin: 0px 0px 0px 10px;
	padding: 7px 0px;
}

#nav_up ul li a {
	display: block;
	float: left;
}

#nav_up ul li a.bandiere {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 22px;
}

#nav_up ul li a.bandiere:hover, #nav_up ul li a.select_1 {
	opacity: 0.5;
	/* per IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* per IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#nav_up ul li a.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100px;
}

#nav_up ul li a.testo:hover, #nav_up ul li a.select_2 {
	color: #E1AA0E;
}

/* ------------------------------------- */

/* FORMATTAZIONE CONTENITORE CONTENUTI */

#content_wrap {
	background-image: url(../images/sfondo_contenuto.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#wrap {
	padding: 0px 0px 25px 0px;
	width: 840px;
	margin: 0px auto;
}

/* ----------------------------------- */

/* FORMATTAZIONE COLONNA SINISTRA + MENU */

#sidebar_left {
	margin: 0px;
	float: left;
	padding: 55px 10px 0px 10px;
	width: 148px;
}

.content_nav {
	padding: 0px;
	width: 148px;
	position: relative;
	margin: 0px 0px 30px 0px;
}

.titolo_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F7F6E5;
	background-image: url(../images/titolo_menu.png);
	text-align: center;
	margin: 0px;
	height: 39px;
	width: 168px;
	position: absolute;
	top: 15px;
	left: -10px;
	padding: 7px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.chiusura_nav {
	background-image: url(../images/chiusura_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 148px;
	position: relative;
}

.nav {
	padding: 0px;
	width: 148px;
	position: relative;
	background-image: url(../images/sfondo_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}

.nav ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding: 55px 10px 0px 10px;
}

.nav ul li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2A8;
}

.nav ul li.ultimo {
	border-bottom-style: none;
}

.nav ul li a {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #681708;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}

.nav ul li a:hover , .nav ul li a.select{
	color: #B2B2A8;
}

/* ------------------------------------- */

/* FORMATTAZIONE CONTENUTO */

#main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 672px;
	position: relative;
}

/* ----------------------- */

/* FORMATTAZIONE GALLERIA */

#content_gallery {
	background-image: url(../images/sfondo_gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 240px;
	width: 672px;
	position: absolute;
	top: -30px;
}

.sfondo_bianco {
	background-color: #FFF;
	display: block;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	height: 196px;
	width: 632px;
}

#gallery    {
	height: 196px;
	width: 632px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#gallery ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#gallery ul li {
	margin: 0px;
	overflow: hidden;
	height: 196px;
	width: 632px;
	padding: 0px;
}

.content_img_gallery {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 196px;
	width: 632px;
}
.content_img_gallery img {
	position: absolute;
	z-index: 0;
}

.titolo_foto {
	margin: 0px;
	position: absolute;
	z-index: 1000;
	height: 29px;
	width: 622px;
	top: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/sfondo_titolo_imag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 7px 0px 0px 10px;
}

p#controls{
	margin:0;
	position:relative;
} 
	
#prevBtn, #nextBtn{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
	top:-110px;
}	

#nextBtn{
	left:612px;
}	

#prevBtn {
	left: -10px;
}

#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:30px;
}

#nextBtn a{
	background-image: url(../images/freccia_dx.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#prevBtn a {
	background-image: url(../images/freccia_sx.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	
#nextBtn a:hover, #prevBtn a:hover {
	background-position: 0 -30px;
}

/* ---------------------- */

/* FORMATTAZIONE INTRO PAGINE */

#intro {
	margin: 0px;
	padding-top: 230px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#intro ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#intro ul li {
	display: inline;
	padding: 0px;
	float: left;
	width: 316px;
	margin: 0px 20px 50px 0px;
}

#intro ul li.margin_none{
	margin: 0px;
	padding: 0px;
}

.box_evidenza {
	margin: 0px;
	height: auto !important;
	height: 165px;
	min-height: 165px;
	width: 306px;
	background-color: #e4e3d1;
	padding: 10px 10px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content_img {
	padding: 0px;
	float: left;
	height: 165px;
	width: 112px;
	position: relative;
	margin: 0px;
}

/* gestione immaggini piccole laterali */

.image_1 {
	height: 95px;
	width: 89px;
	position: absolute;
	z-index: 1;
	left: -10px;
	top: -20px;
}

.image_2 {
	height: 92px;
	width: 88px;
	position: absolute;
	z-index: 2;
	left: 17px;
	top: 35px;
}

.ombra {
	background-image: url(../images/ombra.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 316px;
}
#page_1 {
	margin: 0px;
	padding-top: 230px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#page_1 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#page_2 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#page_2 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.box_foto {
	background-image: url(../images/sfondo_box_foto.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 234px;
	width: 286px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box_foto_ext {
	/* height: 234px; */
	width: 296px;
	padding: 0px;
}

.box_foto_ext_top {
	padding: 10px;
	background-image: url(../images/sfondo_box_foto_top.png);
	background-repeat: no-repeat;
	background-position:top right;
}
.box_foto_ext_bottom {
	background-image: url(../images/sfondo_box_foto_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.right {
	float: right;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

/* -------------------------- */

/* FORMATTAZIONE FOOTER */

#content_footer {
	background-color: #4B1208;
	background-image: url(../images/sfondo_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 840px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

#footer div {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	float: left;
}

#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #F8F7E6;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#footer h3, #footer h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #F8F7E6;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F7E6;
	width: 250px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F8F7E6;
}

#footer ul li ul {
	display: block;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#footer ul li ul li {
	padding: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F8F7E6;
	border-right-style: none;
	margin: 0px 0px 5px 0px;
	border-left-style: none;
}

#footer ul li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #F8F7E6;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li ul li a:hover {
	color: #E1AA0E;
}

#footer ul li.primo {
	width: 280px;
	padding: 10px 10px 10px 0px;
	border: none;
}

#footer ul li.ultimo {
	margin: 0px;
	border-right-style: none;
	padding: 10px 0px 10px 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* -------------------- */

#tabella-prezzi {
border-collapse:collapse;
}
#tabella-prezzi, #tabella-prezzi th, #tabella-prezzi td {
border: 1px solid #E4E3D1;
}