body {
	background-color: #808000;
	margin: 0px;
	text-align: center;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

/*Stili generici di immagini e link*/

img 	{
	border: 0px;
	}

a:link, a:visited	{
	font-weight: bold;
	color: #d76120;
	text-decoration: none;
	}

a:hover	{
	font-weight: bold;
	color: #808008;
	text-decoration: underline;
	}

acronym	{
	cursor: help;
	border-bottom: 1px #d76120 dotted;
	}
   
/*Stile del box contenitore esterno*/

div#container	{
	width: 100%;
	background-image: url('bodybg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	overflow: hidden;
	}

/*Stile del box contenitore interno*/

div#subcontainer	{
	width: 770px;
	background-color: #ffcc66;
	background-image: url('containerbg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	border-left: 1px solid #d76120;
	border-top:1px solid #d76120;
	border-right: 1px solid #d76120;
	overflow: hidden;
	}

/*Stile del banner di intestazione*/

div#header	{
	width: 770px;
	height: 110px;
	background-image: url('headerbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #ddaa44;
	}

img.titolo	{
	width: 300px;
	height: 100px;
	margin: 5px 0px 5px 450px;
	}

/*stili del menu*/

div#menucontainer	{
	width: 770px;
	background-color: #e1a307;
	background-image: url('menubg.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	border-top: 1px solid #d76120;
	border-bottom: 1px solid #d76120;
	overflow: hidden;
	}

ul#menu	{
	float: left;
	margin: 0;
	padding: 0;
	background: #e1a307;
	list-style:none;
	font: 13px verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	}

ul#menu li ul li	{
	background-image: url('menubg.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	}

ul#menu li	{
	background-image: url('menubg.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	float:left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d76120;
	color: #ffffff;
	}

ul#menu a:link,
ul#menu a:visited	{
	display: block;
	padding: 2px 8px;
	color: #ffffff;
	text-decoration: none;
	}

ul#menu a:hover,
ul#menu a:focus,
ul#menu a:active	{
	background-color: #d76120;
	background-color: #e1a307;
	background-image: url('menubgh.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	color: #fefefe;
	text-decoration: none;
	}

ul#menu li ul	{
	display: none;
	}

ul#menu li:hover ul	{
	display: block;
	position: absolute;
	z-index:1;
	width:135px;
	padding: 0;
	margin: 0 0 0 -1px;
	border-right:1px solid #d76120;
	border-top:1px solid #d76120;
	border-left:1px solid #d76120;
	background: #e1a307;
	font-size: 13px;
	}

ul#menu li li  {
	border-bottom:1px solid #D76120;
	width: 135px;
	}

/*Stili della colonna sinistra con i contenuti principali della pagina*/

div#contentmain	{
	float: left;
	width: 570px;
	padding-bottom: 30px;
	text-align: left;
	}

div#contentmain h1	{
	margin: 20px 30px 10px 35px;
	color: #d76120;
	text-align: left;
	font-size: 18px;
	font-variant: small-caps;
	}

.location 	{
	width: 120px;
	height: 120px;
	margin:0px 12px 6px 0;
	float: left;
	}

div#contentmain p	{
	margin: 10px 30px 0px 35px;
	text-align: justify;
	line-height: 1.4;
	}

p.note	{
	font-size: 10px;
	}

div#bigpic	{
	text-align: center;
	margin: 10px auto;
	}

div#bigpic img	{
	margin: 10px auto 5px auto;
	width: 500px;
	height: 250px;
	}

div#bigpic p	{
	text-align: justify;
	text-align: justify;
	font-size: 10px;
	line-height: 1.1;
	}

/*Stile della tabella con l'elenco dei lavori*/

table.lavori  {
	margin: 20px 60px;
	text-align: left;
	}

table.lavori td	{
	padding-left: 5px;
	}

table.lavori img	{
	width: 60px;
	height: 60px;
	border: 0px;
	}
   
/*Stili del box della scheda tecnica di restauro*/

div#scheda	{
	margin: 20px 55px 20px 60px;
	font-size: 12px;
	line-height: 1.5;
	}

div#scheda h2	{
	margin: 15px 0 10px 0px;
	color: #d76120;
	font-size: 15px;
	font-variant: small-caps;
	text-align: center;
	}

div#scheda ul	{
	margin: 0px;
	padding: 0px;
	}

div#scheda ul li 	{
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position:inside;
	text-align: justify;
	}

div#scheda ul li ul 	{
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

table.registrazione	{
	margin: 5px auto;
	}

div#scheda ul li ul li 	{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 5px;
	font-style: italic;
	}

ul.relazione 	{
	list-style-image: url('pdf.gif');
	list-style-position:inside;
	}
	
ul.bibliografia 	{
	list-style-image: url('book.gif');
	list-style-position:inside;
	font-size: 10px;
	}

/*Stili della colonna destra*/

div#mediacontent  	 {
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 15px;
	}

div#mediacontent div 	 {
	width: 180px;
	margin: 0px 10px 10px 10px;
	}

div#mediacontent div img  {
	border: 0px;
	width: 100px;
	height: 100px;
	}

div#mediacontent h3	{
	margin: 0px 5px 10px 5px;
	color: #d76120;
	text-align: center;
	font-size: 13px;
	font-variant: small-caps;
	}

div#mediacontent div p  {
	margin: 5px 5px 15px 5px;
	text-align: justify;
	font-size: 10px;
	line-height: 1.1;
	}

/*Stili del modulo di contatto*/

table.form	{
	margin: 15px auto;
	}

table.form td	{
	padding: 5px;
	}
	
.field	{
	background-color: transparent;
	width: 150px;
	}
   
.button	{
	background-color: #D76120;
	color: #FFCC66;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	width: 150px;
	padding: 2px 20px;
	margin: 6px auto 0px auto;
	}
   
/*Stili del footer*/

div#footer {
	width: 770px;
	display: block;
	float: left;
	background-color: #e1a307;
	background-image: url('menubg.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	border-top: 1px solid #d76120;
	border-bottom: 1px solid #d76120;
	}

div#footer p	{
	color: #ffffff;
	font: 11px verdana;
	font-weight: bold;
	text-align: center;
	margin: 3px auto 3px;
	}
   
a.ft:link, a.ft:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

a.ft:hover  {
	font-weight: bold;
	color: #808008;
	text-decoration: underline;
	}
	
/*Stile dell'ombreggiatura sotto il footer*/

div#bottomshadow	{
	width: 100%;
	height: 20px;
	background-image: url('bottomshadow.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	}
	
div#bottomshadow p	{
	color: #ffcc66;
	font: 10px verdana;
	text-align: center;
	margin: 3px auto 3px;
	}
