/* CSS Layout
www.acmeautomazioni.it */

/* CSS 2.1, no errori */

body {
	background: url(bg.gif) gray fixed;
	margin: 0px;
	padding: 0px;
}

img { border: 0; }

#menu {
	width: 70%;
	margin: auto;
	text-align: center;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-size: 11pt;
	background: #3A7CCB;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: #DDD;
	margin-top: 20px;
}

#menu table {
	margin-top: 0;
	width: 100%;
	border-spacing: 0;
	height: 40px;
}

#menu td { width: 15%; }

#menu a:hover {
	background-color: transparent;
	border: 0;
}

#testata {
	width: 70%;
	height: 100px;
	margin: auto;
	background: url(testata.png) repeat-x;
	text-align: center;
	padding-top: 40px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #DDD;
} 

#contenuti {
	width: 60%;
	margin: auto;
	padding: 70px 5% 20px 5%;
	text-align: justify;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-size: 10pt;
	background: white;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #4181FF;
}

#piede {
	width: 70%;
	padding: 20px 0 20px 0;
	margin: 0 auto 20px auto;
	text-align: center;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-size: 10pt;
	color: silver;
	background: url(piede.png) repeat-x;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #DDD;
}

#piede small, #piede p { margin: 0; font-size: smaller;}

#sitemap {
	padding: 0;
	margin: 0;
	border: 1px solid #BBB;
	float: left;
	text-align: left;
	width: 55%;
}

#sitemap table { padding: 10px; }

#sitemap td { height: 25px; }

#acronimo {
	float: left;
	width: 40%;
	padding: 0;
	margin: -20px 0 0 0;
}

.note, .enfasi {
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	background-color: #EEE;
}

.a_lato {
	margin: 0 10px 0 0;
	float:left;
	display: inline;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {	color: navy; }

a:hover {
	color: white;
	font-weight:bold;
	background-color: #4181CC;
}

.single {
	display: inline-block;
	margin-bottom: 10px;
}

.imageRow {
	text-align: center;
}
