* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	overflow: auto;
}
body {
	background: url('../images/bg-body.jpg');
	font: 11px/150% Verdana;
	color: #fff;
}
#container {
	position: relative;
	height: 600px;
	background: #e2e0de url('../images/bg-pagina.jpg') no-repeat center bottom;
}		
	#content {
		position: absolute;
		width: 360px;
		height: 480px;
		padding: 20px 30px 30px 30px;
		left: 50%; top: 50%;
		margin: -280px 0 0 -300px;
	}
		#content h1 {
			font-size: 16px;
			margin-bottom: 5px;
		}
		#content p {
			margin: 8px 0;
		}
		#content h3 {
			font-size: 11px;
			width: 300px;
			margin: 7px 0 3px 0;
		}
		.lista-contatti {
			border: 1px solid #bbb;
			list-style-type: none;
		}
		.lista-contatti li {
			padding: 2px 5px;
			clear: both;
		}
		.lista-contatti .underline:hover {
			background-color: #eee;
			color: #000;
		}
		.lista-contatti h4 {
			font-size: 11px;
			font-weight: normal;
			width: 180px;
			float: left;
		}
		.sezione {
			margin: 6px 11px 6px 0;
			border: 1px solid #fff;
		}
		.sezione:hover {
			border: 1px solid #000;
		}
		#menu {
			position: absolute;
			left: -200px;
			width: 120px;
			height: 399px;
			background: url('../images/bg-menu.jpg') no-repeat;
		}
		#display {
			height: 29px;
			width: 92px;
			/*margin: 20px 0 0 12px;*/
			margin: 32px 0 0 12px;
			display: block;
		}
		.attivo {
			background-position: bottom;
		}
		#indietro {
			position: absolute;
			top: 20px;
			right: 0;
			color: #fff;
			text-decoration: none;
		}
		#indietro:hover {
			text-decoration: underline;
		}
		#menu-pulsanti {
			list-style-type: none;
			margin: 21px 0 0 16px;
			float: left;
			display: inline;
			width: 100px;
		}
			#menu-pulsanti a:hover img{
				background-position: bottom;
			}
			#menu-pulsanti li{
				float: left;
				display: inline;
				margin: 0 0 0 14px;
			}
			#menu-pulsanti img{
				margin: 0 0 14px 0;
				border: none;
				display: block;
			}
			#menu-pulsanti span {
				display: none;
			}
			#azienda {
				background-image: url('../images/menu/1.jpg');
			}
			#impianti {
				background-image: url('../images/menu/2.jpg');
			}
			#automatismi {
				background-image: url('../images/menu/3.jpg');
			}
			#castelletti {
				background-image: url('../images/menu/4.jpg');
			}
			#preventivi {
				background-image: url('../images/menu/5.jpg');
			}
			#contatti {
				background-image: url('../images/menu/6.jpg');
			}	
		#formPreventivo ul {
			margin-top: 15px;
			list-style-type: none;
		}	
			#formPreventivo li {
				margin-bottom: 5px;
			}
			#formPreventivo label {
				display: block;
			}
			.input-text {
				font: 11px Verdana;
				padding: 3px 2px;
				border: 1px solid #000;
				width: 200px;
			}
			.input-text:focus {
				border: 1px solid #fff;
			}
			textarea {
				font: 11px Verdana;
				padding: 3px 2px;
				border: 1px solid #000;
				width: 360px;
				height: 100px;
				overflow: auto;
			}
			#invia {
				float: right;
				margin-top: 15px;
			}
			.mini-txt {
				font-size: 10px;
				letter-spacing: -1px;
			}
			.errore-form {
				background: #fff url('../images/errore.gif') no-repeat center right;
			}
	#fake-footer {
		position: absolute;
		width: 465px;
		height: 20px;
		left: 50%;
		top: 570px;
		margin: 0 0 0 -322px;
		font-size: 9px;
	}
		#fake-footer a {
			color: #fff;
			text-decoration: underline;
		}
	#footer {
		position: absolute; 
		bottom: -40px;
		width: 100%;
		height: 40px;
		background: url('../images/bg-footer.jpg') no-repeat center top;
	}
	#footer * {
		display: none;
	}
.link {
	color: #fff;
	text-decoration: underline;
}
.link:hover {
	color: #000;
	text-decoration: underline;
}
.border {
		border: 1px solid #000;
}
.no-border {
		border: none;
}
.lista-quadra {
	list-style-type: square;
	margin-left: 20px;
}