/* foglio di stile per Meccanica Milanese sas 
 * realizzato da ^ReDeViL^ Web developer
 * http://rslanzi.odisseus.it
 * per conto della Orgaced Computer srl
 * http://www.orgaced.it
 */
HTML BODY {
	color: #FFF;
	background-color: #000;
	margin: 5px;
	padding: 0px;
}
body {
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-family: 'Times New Roman', serif;
}
img {
	border: none;
}
p {
	text-align: justify;
}
hr {
	display: none;
}
acronym, abbr {
	border-bottom: 1px dashed #22B;
	cursor: help;
}
acronym:after, abbr:after {
	font-style: italic;
	content: " (" attr(title) ")";
}
/* titoli */
h1 {
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
	font-family: 'Times New Roman', serif;
}
h2 {
	font-size: 1.8em;
	font-family: 'Times New Roman', serif;
	letter-spacing: .2em;
	border-bottom: 2px solid #22B;
	margin: 0px;
}
/* fine titoli */

/* box model */
#content {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000;
	background-color: #FFF;
}
#top {
	height: 75px;
}
#titolo {
	height: 75px;
	padding-left: 123px;
	color: #22B;
	background-color: transparent;
}
#logo {
	position: absolute;
	left: 5px;
	top: 5px;
	height: 75px;
	width: 123px;
}
#center {
	position: relative;
	width: 100%;
	min-height: 350px;
}
#left {
	display: none;
	position: absolute; 
	top:0; 
	left:0;
	width: 12em;
	padding: 1em 0 0 0;
	margin-bottom: 1em;	
	color: #22B;
	background-color: #FFF;
}
#page {
	margin: 0 0 0 0;
	color: #000;
	background-color: #FFF;	
	padding: 1em;
}
#foot {
	clear: left;
	font-size: .9em;
	text-align: center;
	border-top: 1px solid #FC0;
	padding: .5em;
}
/* lista -> menu con rollover */
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#left ul li { 
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#left ul li a { 
	display: block;
	padding: 5px 0px 5px 0.2em;
	border-left: 10px solid #FFBE00; 
	border-right: 10px solid #F5EE1C;
	background-color: #FD0; 
	color: #000;
	text-decoration: none;
	width: 100%;
}
html>body #left li a {
	width: auto;
}
#left ul li a:hover { 
	border-left: 10px solid #1958B7;
	border-right: 10px solid #5BA3E0;
	background-color: #2586D7;
	color: #FFF;
}
/* fine rollover */

/* classi */
.sezione {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
.underline {
	text-decoration: underline;
}
div.fotoleft {
	float: left;
	text-align: center;
	padding: 0 2em 2em 0;
	margin: 0 1em 1em 0;
}
.foto {
	line-height: 2em;
	padding: 0px;
}
.help {
	border-bottom: 1px dashed #22B;
	cursor: help;
	letter-spacing: .1em;
}
.nascosto {
	display: none;
}
.clear {
	clear: left;
}
/* fine classi */

/* 
 * Hand made by Riccardo Slanzi
 */
