body {
	margin: 0;
	padding: 0;
	background: transparent url(../immagini/sfondo_pagina.gif) repeat-y top center;
	font-family: Arial, Verdana, sans_serif;
}

a { text-decoration: underline; color: #000; }
a:hover { color: #B22222 }

/* STRUTTURA */
div#layout {
	width: 760px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../immagini/top.gif) no-repeat top center;
	border-top: 1px solid #FFF;
}

div#header {
	width: 760px;
	height: 138px;
	margin-top: 73px;
	padding: 0;
}

/* personalizzazione grafica header */
.home { background: transparent url(../immagini/testata_home.jpg) no-repeat top left; }
.laboratorio {	background: transparent url(../immagini/testata_laboratorio.jpg) no-repeat top left; }
.prodotti {	background: transparent url(../immagini/testata_prodotti.jpg) no-repeat top left; }
.servizi { background: transparent url(../immagini/testata_servizi.jpg) no-repeat top left; }
.links { background: transparent url(../immagini/testata_link.jpg) no-repeat top left; }
.contatti { background: transparent url(../immagini/testata_contatti.jpg) no-repeat top left; }
.documenti { background: transparent url(../immagini/testata_download.jpg) no-repeat top left; }
.area_riservata { background: transparent url(../immagini/testata_areariservata.jpg) no-repeat top left; }

div#content {
	position: absolute;
	width: 540px;
	padding: 0;
	margin: 0 20px 0 180px;
	font-size: 12px;
}

/* personalizzazione grafica contenuti */
div#content h1 { font-family: Verdana, Arial, "Trebuchet MS", sans-serif; font-size: 18px; font-weight: normal; margin: 0; color: #CA0003;  padding: 0; border-bottom: 1px solid #CA0003; line-height: 25px; }
div#content p, div#content li { font-size: 12px; line-height: 19px; }
div#content li { list-style-image: url(../immagini/check_mini.gif); }
div#content li.riservato { list-style-image: url(../immagini/check_mini_bn.gif); }
div#content .imgSx { float: left; margin: 0 10px 10px 0; }
div#content .imgDx { float: right; margin: 0 0 10px 10px; }


div#registrationForm p { padding: 0 0 8px; 0; margin: 0; }
div#registrationForm legend { border: 1px solid #CCC; padding: 2px; margin-bottom: 15px;}
div#registrationForm label { float: left; width: 70px; font-weight: bold; }

/* MENU */
div#menu {
	position: absolute;
	top: 175px;
	width: 157px;
	margin: 0;
	padding: 0;
	/*font-family: Arial, Verdana, sans_serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}

div#menuHeader {
	height: 22px;
	margin: 0;
	padding: 0;
	background: transparent url(../immagini/top_menu.gif) no-repeat;
}
div#menuContent {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url(../immagini/bg_menu.gif) repeat-y;
}
div#menuContent ul {
	margin: 0 0 0 17px;
	padding: 0;
}
div#menuContent li {
	width: 123px;
	padding: 2px 0 0 0;
	list-style-type: none;
	line-height: 27px;
	border-bottom: 1px solid #CCC;
}
div#menuContent li.active {
	background: transparent url(../immagini/check.gif) no-repeat 0 2px;
	border-bottom: 1px solid #CCC;
}
div#menuContent li a {
	display: block;
	width: 123px;
	line-height: 27px;
	text-decoration: none;
	color: #000;
}
div#menuFooter {
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent url(../immagini/bottom_menu.gif) no-repeat;
}

div#flyBox {
	float: right;
	width: 150px;
	background-color: #EFEFEF;
	color: #000;
	margin: 15px 0 0 10px;
	padding: 5px 5px 20px 5px;
	border: 1px solid #CCC;
	margin-right: 2px;
}

div#flyBox h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 2px solid #CCC;
}
div#flyBox p { font-size: 11px; margin: 5px 0 0 0; border-bottom: 1px solid #E1E1E1; }


div#flyBox2{
	float: right;
	width: 250px;
	background-color: #FFF;
	color: #000;
	margin: 15px 0 0 10px;
	padding: 5px 5px 20px 5px;
	border: 1px solid #CCC;
	margin-right: 2px;
}
div#flyBox2 h2 { margin: 0; padding: 0; font-size: 13px; border-bottom: 2px solid #CCC; }
div#flyBox2 p { font-size: 11px; margin: 5px 0 0 0; border-bottom: 1px solid #E1E1E1; }
