body {
	font-family: Georgia, Times, serif;;
	font-size: 74%;
	color: #666;
    margin: 0;
    padding: 0;
}
a:link,
a:visited {
	text-decoration: none;
	color: #386aa7;
}
a:hover,
a:active {
	text-decoration: none;
	color: #052c5b;
}
img {
    border: 0;
}
img.leftfull {
	float: left;
	margin: 10px 24px 10px 0;
	border: 1px solid #666;
}
img.rightfull {
	float: right;
	margin: 10px 0 10px 24px;
	border: 1px solid #666;
}
img.left {
	float: left;
	margin: 10px 24px 10px 0;
}
img.right {
	float: right;
	margin: 10px 0 10px 24px;
}

/* ------------------------------------------------------------   hr --*/

hr {  /* for IE */
	text-align: center;
	height: 1px;
	color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  /* for Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  /* for Opera and Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: 0px solid #ddd;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

/* ------------------------------------------------------------   hr --*/


.hidden {
	display: none;
}
.main_wrapper {
	text-align: center;
	margin: 0 auto;
}
.head_home {
	width: 1029px;
	height: 333px;
	margin: 0 auto;
	background: url(../images/layout/head_hp.jpg) no-repeat top center;
}
.head {
    display: block;
	width: 1029px;
	height: 200px;
	margin: 0 auto;
    text-align: left;
	background: url(../images/layout/head_internal.jpg) no-repeat top center;
}
.head a {
    display: block;
    width: 466px;
    height: 189px;
}
.content_wrapper,
.path_wrapper {
	width: 1029px;
	margin: 0 auto;
	text-align: center;
}

.columnA {
    width: 335px;
    float: left;
	text-align: left;
}
.columnB {
    width: 684px;
    padding-top: 16px;
    text-align: left;
	overflow: hidden;
	float: left;
	 }
ul.menu,
ul.menu li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}



ul.menu {
	margin-top: 40px;
}

.menu_01 {background: url(../images/layout/menu_01_a.gif) no-repeat 0 0;}
.menu_02 {background: url(../images/layout/menu_02_a.gif) no-repeat 0 0;}
.menu_03 {background: url(../images/layout/menu_03_a.gif) no-repeat 0 0;}
.menu_04 {background: url(../images/layout/menu_04_a.gif) no-repeat 0 0;}
.menu_05 {background: url(../images/layout/menu_05_a.gif) no-repeat 0 0;}
.menu_06 {background: url(../images/layout/menu_06_a.gif) no-repeat 0 0;}
.menu_07 {background: url(../images/layout/menu_07_a.gif) no-repeat 0 0;}
.menu_08 {background: url(../images/layout/menu_08_a.gif) no-repeat 0 0;}
.menu_09 {background: url(../images/layout/menu_09_a.gif) no-repeat 0 0;}
.menu_09b {background: url(../images/layout/menu_09b_a.gif) no-repeat 0 0;}
.menu_10 {background: url(../images/layout/menu_10_a.gif) no-repeat 0 0;}

.menu_01select {background: url(../images/layout/menu_01_b.gif) no-repeat 0 0;}
.menu_02select {background: url(../images/layout/menu_02_b.gif) no-repeat 0 0;}
.menu_03select {background: url(../images/layout/menu_03_b.gif) no-repeat 0 0;}
.menu_04select {background: url(../images/layout/menu_04_b.gif) no-repeat 0 0;}
.menu_05select {background: url(../images/layout/menu_05_b.gif) no-repeat 0 0;}
.menu_06select {background: url(../images/layout/menu_06_b.gif) no-repeat 0 0;}
.menu_07select {background: url(../images/layout/menu_07_b.gif) no-repeat 0 0;}
.menu_08select {background: url(../images/layout/menu_08_b.gif) no-repeat 0 0;}
.menu_09select {background: url(../images/layout/menu_09_b.gif) no-repeat 0 0;}
.menu_09bselect {background: url(../images/layout/menu_09b_b.gif) no-repeat 0 0;}
.menu_10select {background: url(../images/layout/menu_10_b.gif) no-repeat 0 0;}

a.menu:link,
a.menu:visited {
    display: block;
    width: 335px;
    height: 36px;
    background-position: 0 -36px;
}
a.menu:hover,
a.menu:active {
    background-position: 0 0;
}

ul.menu ul {
    list-style-type: none;
    padding: 0 24px 0 55px;
	margin: 0;
	margin-bottom: 16px;
}
ul.menu ul li {
	padding: 4px 0 8px 0;
	margin: 0 0 0 10px;
}
ul.menu ul li a {
	color: #cd1431  !important;
}
ul.menu ul li a em {
	color: #666;
}



/* path */

.path {
	padding: 0 0 0 52px;
	height: 52px;
	margin: 0 0 0 0;
	background: url(../images/layout/path2.gif) repeat-x 0 0;
	text-align: left;
}
.path ul {
	list-style-type: none;
	margin: 0;
	padding: 24px 0 0 0;
	font-size: 0.9em;
}
.path ul li {
	position: relative;
/*	top: -20px;
	left: -35px;*/
	top: -40px;
	left: -50px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #87D8EE !important; /* was #999;*/
	}
	
.path ul li a {

	color: #87D8EE !important; /* was #999;*/
	font-size: 15px;
	letter-spacing: 0.5px;
}


.titoloPagina {
	text-align: center;
}

.pageContent {
	font-size: 1.1em;
	line-height: 1.6em;
	width: 684px;
	overflow: hidden;
}

h3.subTitolo {
	color: #744805;
}
h3.subTesto {
	color: #744805;
	border-bottom: 1px dotted #744805;
	padding-bottom: 4px;
}
h2.subTesto {
	color: #744805;
	border-bottom: 2px solid #744805;
	padding-bottom: 8px;
}


/* footer */

.footer {
	width: 900px;
	margin: 36px auto;
	text-align: center;
	padding: 36px 0 36px 0;
	border-top: 1px solid #ddd;
	color: #999;
	clear: both;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #111;
}
.footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
.footer ul li a:link,
.footer ul li a:visited {
	color: #d07987;
}
.footer ul li a:hover,
.footer ul li a:active {
	color: #ca1533;
}


/*---Enrico---*/

ul.diario00 li {
			color: #386AA7;
			margin-bottom: 1em;
			}

.subselect a { 
				font-weight: bold;
			  	color: #CD1431 !important;
			}

.subselect ul li a { 
				font-weight: normal;
			}

ul.menu ul li ul li {
	padding: 1px 0 2px 0;
	margin: 0 0 0 2em;
	font-weight: normal;
	font-style: italic;
}

ul.menu ul li ul  {
	padding: 0;
}

h4 p em strong {color: #CD9137  !important;}

h4 {margin: 25px 0 0 0; }

h3.subTesto { 
				padding-top: 12px;	
				font-size: 1.2em;	
			}
			
ul.indice, ul.indice li a { color: #744805 !important;} 

p.tornaInizio { 
				color: #744805 !important;
				border-bottom: 1px solid #744805;
				width: 560px;
				margin-bottom: 30px;
				clear: left;
				}

a.tornaInizio { 
				color: #744805 !important;
				left:570px;
				position:relative;
				top:9px;
				}
				
div.fotoIsoleSx {
				float: left;
				padding: 2px;
				background-color: #fff;
				margin-right: 10px;
				border-right: 1px solid #744805;
				}
div.fotoIsoleDx {
				float: right;
				padding: 2px;
				background-color: #fff;
				margin-left: 5px;
				border-left: 1px solid #744805;
				}
				
div.fotoCentro {
				margin: 0 auto;
				text-align:center;
				
				}
				

				
div.fotoIsoleDx img, div.fotoIsoleSx img {
				margin-top: -2px;
				}

div.fotoIsoleSx p.dida, div.fotoIsoleDx p.dida, div.fotoCentro p.dida {
				margin: 2px 0 2px 0;
				font-weight: bold;
				font-size: 0.9em;
				font-style: italic;
				width: 180px;
				line-height: 1em;
				}
				
div.fotoCentro p.dida {
			margin: 2px auto;
			text-align: left;
			font-size: 0.9em;
			}
				
span.crediti_foto {
		display: block;
		width: 680px;
		text-align: right;
		font-size: 8px;
		}
		
span.piccola {
		width: 200px;

		}

ul#videoLista { margin: 0; }
		
ul#videoLista li  {
			float: left;
			display: block;
			margin: 0 10px 0 0;
			width: 300px;
			height: 241px;
			padding: 3px;
			list-style: none;
			text-indent: -12000em;

			}
			
			
ul#videoLista { 
				float: left;
				padding-bottom: 10px;
				padding-left: 40px;}

ul#videoLista li.video01  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/01.jpg") 0 0 no-repeat;
							}

ul#videoLista li.video02  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/02.jpg") 0 0 no-repeat;
							}
							
							
ul#videoLista li.video03  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/03.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video04  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/04.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video05  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/05.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video06  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/06.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video07  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/07.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video08  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/08.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video09  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/09.jpg") 0 0 no-repeat;
							}
							
ul#videoLista li.video10  a{
							display: block;
							width: 300px;
							height: 241px;
							background: url("../images/video/0a.jpg") 0 0 no-repeat;
							}
							
div.videoBox {
				width: 400px;
				height: 326px;
				background: url("../images/video/videobox.jpg") 0 0 no-repeat;
				padding: 37px 42px 37px 43px;
				margin: 50px auto;
				}
				
h2.video { 
			color: #D12A45 !important;
			border-color: #D12A45 !important; 
		 }
		 
div.videoQuote {
				background: url("../images/layout/svirghi.gif") 0 0 no-repeat;
				padding: 43px 50px 50px 63px;
					}	
					
div.videoQuote a { color: #D12A45 !important;
					float: right;
					}
					

dl.endCredits  {
					position: relative;	
					clear: both;
					border: 1px solid #744805;
					color: #744805 !important;
					padding: 35px 30px 30px;
					margin: 20px 0 20px 40px;
					width: 570px;
					list-style-position: inside;
					background-color: #FAEABC;
					}
				
dl.endCredits dt  {
			font-weight: bold;
			padding-top: 2em;
			}

dl.endCredits dd em   { 
				margin-left: 1em !important;
				display: block;
				width: 500px;
				margin-bottom: 0;
				padding-bottom: 0;				}

dl.endCredits dd   { 
				padding-left: 0;
				}

dl.endCredits dd.endCreditsHead {
					width: 630px;
					position: absolute;
					left: -40px;
					top: -10px;
					text-indent: 30px;
					}
			
dl.endCredits dd ul {
				padding-left: 0;
				margin-left: 0;
				list-style-type: none;
				list-style-position: outside;
				
				}
						
dl.endCredits ul li {
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
				}
					
div.bamb {
			width: 302px;
			float: left;
			height: 350px;
			overflow: hidden;
			padding: 10px 20px;
			margin: 10px 0px;
			border-bottom: 1px dotted #744805;
			text-align: center
			}
div.bamb a { 
			display: block;
			margin: 0 auto;
			
			}
div.bamb img {padding: 5px;
			border: 1px dotted #744805;}

div.bamb p {
			margin: 0 auto;
			text-align:left;
			width: 302px;
			font-size: 12px;
			line-height: 13px;
			padding-top: 5px;
			}
			
ul.materiali li.materialiHead {
					list-style: none;
					width: 630px;
					position: absolute;
					left: -2px;
					top: -10px;
					text-indent: 30px;
					}
					
ul.materiali h3 { margin-top: 0; }
	
ul.materiali  {
					position: relative;	
					clear: both;
					border: 1px solid #744805;
					color: #744805 !important;
					padding: 35px 30px 30px;
					margin: 20px 0 20px 40px;
					width: 570px;
					list-style-position: inside;
					background-color: #FAEABC;
					}
	

#tabellaUova {
				width: 600px;
				margin: 20px auto;
				color: #744805 !important;
				background-color: #FAEABC;
				}
				
#tabellaUova td {
				background-color: #FFF;
				}
					
#tabellaUova, #tabellaUova td {
			padding: 2px;
			border : 1px solid #744805;
				
				}
