@charset "utf-8";
/* CSS Document */

body {
	background: #F2F2F2;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

div#container {
	position:relative;
	width: 970px;
	height: auto;
	margin: auto;
}

#board {
	background: url(images/prova_board_1.jpg) no-repeat;
	width: 970px;
	height: 730px;
	margin: auto;
}

#content {
	position: absolute;
	top: 255px;
	width: 970px;
	margin: 0px;
}

#footer {
	position: absolute;
	width: 910px;
	top: 685px;
	height:15px;
	font: 80% Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#333;
	text-align: center;
	padding-left: 60px;
}
	
/* MENU PRINCIQPALE */
#menu03o{
	position:absolute;
	top: 215px;
	width: 970px;
	font: 80% Tahoma, Geneva, sans-serif;
}
#menu03o ul{
	margin: 0px;
	margin-right: 10px;
	padding: 0;
	list-style: none;
}
#menu03o li{
	font-size: 11px;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu03o a:link, #menu03o a:visited{
	background-color: #fff;
	color: #542b31;
	margin: 1em;
	padding: 0.3em 1.5em 0.3em 1.5em;
	font-weight: bold;
	text-decoration: none;
	border-top: 3px solid #542b31;
}
#menu03o a:hover, #menu03o a:focus, #menu03o a:active{
	color: #542b31;
	background-color: #fff;
	border-top: 3px solid #b4bf95;
}
/* FINE MENU PRINCIPALE */

/* MENU LAVORAZIONI */
#menu_lav {
	position:absolute;
	top: 240px;
	width: 1000px;
	font: 80% Tahoma, Geneva, sans-serif;
}
#menu_lav ul{
	margin: 0px;
	margin-right: 10px;
	padding: 0;
	list-style: none;
}
#menu_lav li{
	font-size: 10px;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu_lav a:link, #menu_lav a:visited{
	background-color: #fff;
	color: #542b31;
	margin: 1em;
	padding: 0.3em 1.5em 0.3em 1.5em;
	font-weight: bold;
	text-decoration: none;
	border-top: 3px solid #542b31;
}
#menu_lav a:hover, #menu_lav a:focus, #menu_lav a:active{
	color: #542b31;
	background-color: #fff;
	border-bottom: 3px solid #b4bf95;
}
/* FINE MENU LAVORAZIONI */

div#sx {
	width: 340px;
	height: 340px;
	position: absolute;
	margin: 0px 5px 0px 145px;
	/* text-align: left; */
	color: #333;
	font: 80% Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:right;
}

div#sx a:link, div#sx a:visited {
	color: #333;
	text-decoration:none;
}

div#sx a:hover {
	color: #777;
	border-bottom: dotted #C7C7C7 1px;
}

ul.menu-realizzazioni li:hover {
	list-style-image:url(images/list.png);
}

div#dx {
	float: right;
	width: 340px;
	height: 340px;
	/* position: absolute; */
	margin: 0px 125px 0px 5px; */
	font: 80% Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	overflow: auto;
}

div#dx a:link, div#dx a:visited {
	color: #777;
	text-decoration:none;
	border:none;
}

div#dx a:hover {
	color: #FFF;
	text-align:right;
	border: 1px #CCC;
}

#contatti {
	width: 450px;
	height: 300px;
	float: left;
	text-align: left;
	background-image: url(images/rullo_contatti.jpg)
}

/* CODICE TABELLA */
.table {
   width: 600px;
   padding: 0px 185px 0px 185px ;
   border: none;
   text-align: center;
   height: auto;
   overflow: hidden;
}
.tr {
   clear: both;
  /* background: url("table_background"); */
}
.td_left {
   width: 33%;
   float: left;
}
.td_center {
	width: 33%;
	float:left;
}
.td_right {
   width: 33%;
   float: left;
}
/* FINE CODICE TABELLA */

/* BACKGROUND IMMAGINI LAVORAZIONI */
.image_bkg {
	background:url(images/image_bkg.jpg) no-repeat top;
	border: none;
	height: 100px;
	padding-top: 15px;
	font: 80% Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#333;
}

