html,body {
	text-align: center;
	background-color: #fff;
	margin: 0px; 
	padding: 0px;
	height: 100%;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 760px; 
	height: 100%;
}

body>div#container {
	height: auto; 
	min-height: 100%;
}

div#header {
	border: 0px;
}

div#menu {
	width: 100%;
	height: 60px;
	min-height: 60px;
}

div#menu ul {
	list-style-type: none;
	font-size: 1.6em;	
	position: absolute;
	left: -45px;
}

div#menu ul li {
	display: block;
	float: left;
	padding: 7px 5px 10px 0px;
	line-height: 17px;
}

div#menu ul li a {
	height: 45px;
	padding: 7px 5px 20px 10px;
	text-decoration: none;
	color: #000;
}

div#menu ul li.active {
	background: url("../images/mainMenuActiveR2.gif") no-repeat top right;
	padding-right: 5px;
}

div#menu ul li.active a {
	background: url("../images/mainMenuActiveL2.gif") no-repeat top left;
	padding-left: 10px;
	padding-right: 5px; 
}

div#pannello_home {
	font-size: 1.5em;
}

div#footer { 
	position: absolute;
	bottom: 0;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 10pt;
	font-weight: bold;
	color: #555;
	height: 40px;
	width: 100%;
}

div#banner {
	background-image: url("../images/banner.jpg");
	width: 760px;
	height: 190px;
}

div#logo {
	background-image: url("../images/logo.jpg");
	margin: 2px 0px 2px 0px;
	width: 760px;
	height: 61px;
}

#home, #macchine, #progetti, #contatti {
	padding: 15px 15px 15px 15px;
}

div#indicazioni {
	position: relative;
	width: 340px;
	min-height: 100px;
	float: right;
}

div#mappa {
	border: 2px solid #ccc;
	font-size: 1.6em;
	margin-top: 0px;
	width: 350px;
	height: 350px;
}

td.etichetta {
	text-align: right;
	width: 70px;
}

td.contenuto {
	text-align: left;
	padding-left: 10px;
}

.borderedbox {
	border: 2px solid #ccc;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 10px;
	overflow: hidden;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.box {
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


#storia {
	text-align: justify;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	border: 0px solid #ccc;
}

#servizi {
	text-align: justify;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	width: 300px;
	border: 0px solid #ccc;
}

#azienda_frontale {
	margin: 30px 0px 0px 0px;
	position: relative;
	float: right;
}

.visibile {
	display: block;
}

.invisibile {
	display: none;
}

.caricato {
}

.avviso {
	background-color: #FF3;
	font-size: 1.4em;
	color: #444;
	text-align: center;
}