#main {
	width: 805px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sfondomain.gif);
	background-repeat: repeat-y;
	padding-top: 87px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	background-color: #FFFFFF;
}
p, h1, h2, h3, h4, ul {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 120%;
}
h1 {
	font-size: 28px;
	color: #9999BB;
	font-weight: normal;
}
h1.titolo {
	margin-left: 449px;
}

h2 {
	font-size: 16px;
	color: #CC2121;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#sx a, #dx a{
	text-decoration: underline;
}
#sx a:hover, #dx a:hover {
	color: #333333;
	background-color:#EEEEFF;
	text-decoration: underline;
}
#sx a.nounderline, #dx a.nounderline  {
	text-decoration: none;
}

ul {
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px 0px 6px 16px;
	background-image: url(images/pallina.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
.spiegazione {
	font-size: 10px;
	color: #9999BB;
}

#testo {
	border: 1px solid #CCCCCC;
/*
	min-height: 480px;
	height: auto !important;
	height: 480px;
*/
	padding: 20px 14px 20px 19px;
}
div.chisiamo {
	background-image: url(images/sfondochisiamo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.attivita {
	background-image: url(images/sfondoattivita.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.finalita {
	background-image: url(images/sfondofinalita.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.tecnologie {
	background-image: url(images/sfondotecnologie.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contatti {
	width: 320px;
	margin-left: 469px;
	border-top: solid 3px #999999;
	text-align: right;
	height: 30px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contatti a {
	padding-right:10px;
	background-image: url(images/freccina.gif);
	background-position: right center;
	background-repeat:no-repeat;
}

#sx {
	float: left;
	width: 424px;
}
#dx {
	float: left;
	width: 320px;
	margin-left: 26px;
}
.clear {
	clear: both;
}
#menu {
	width: 423px;
	position: absolute;
	height: 30px;
	border-bottom: 3px solid #999999;
	left: 20px;
	top: 54px;
	overflow: hidden;
	text-indent: -9999px;
}
#menu a {
	display:block;
	width: 110px;
	height: 30px;
	background-color:#CCCCCC;
	float:left;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu a.mt-chisiamo {
	background-position: 0px 0px;
}
#menu a.mt-chisiamo:hover {
	background-position: 0px -30px;
}
#menu a.mt-finalita {
	background-position: -110px 0px;
}
#menu a.mt-finalita:hover {
	background-position: -110px -30px;
}
#menu a.mt-tecnologie {
	background-position: -220px 0px;
}
#menu a.mt-tecnologie:hover {
	background-position: -220px -30px;
}
#menu a.mt-attivita {
	background-position: -330px 0px;
	width:92px;
}
#menu a.mt-attivita:hover {
	background-position: -330px -30px;
}

#logo {
	position: absolute;
	left: 457px;
	top: 0px;
}
