/* eric meyer's reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end eric meyer's reset */
/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	text-align: center;
	color: black;
	background-color: white;
	background-image: url('imgs/bg.gif');
	background-repeat: repeat;
	color: #27195b;
	margin-bottom: 15px;	
}
table.main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 4px solid #dddddd;
	background-color: #f9f9f9;
	margin-top: 15px;
	margin-bottom: 15px;
}
td.logo {
	width: 150px;
	background-image: url('imgs/logo.png');
	border-bottom: 2px solid #ebebeb;	
}
tr.primalinea {
	height: 150px;
}
a.logo, a.logo:hover, a.logo:visited {
	border: 0px;
}
td.header {
	width: 750px;
	border-bottom: 2px solid #ebebeb;
	text-align: center;
	vertical-align: middle;
}
td.intestazione {
	border-top: 2px solid #ebebeb;
	text-align: center;
	padding: 15px;
	border-bottom: 2px solid #ebebeb;
	font-size: 13pt;
	background-color: #026dc7;
	color: white;
}
a.linkmail, a.linkmail:visited, a.linkmail:hover {
	color: white;
	font-style: italic;
	text-decoration: underline;
}
a.linkmailblu, a.linkmailblu:visited, a.linkmailblu:hover {
	font-style: italic;
	text-decoration: underline;
	color: #27195b;
}
td.menu {
	text-align: center;
	border-right: 2px solid #ebebeb;
}
#home
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/home.png") no-repeat 0 0;
  margin-top: 40px;
}

#home:hover
{ 
  background-position: 0 -37px;
}

#home span
{
  display: none;
}
#chisiamo
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/chisiamo.png") no-repeat 0 0;

}

#chisiamo:hover
{ 
  background-position: 0 -37px;
}

#chisiamo span
{
  display: none;
}
#dovesiamo
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/dovesiamo.png") no-repeat 0 0;

}

#dovesiamo:hover
{ 
  background-position: 0 -37px;
}

#dovesiamo span
{
  display: none;
}
#legislazione
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/legislazione.png") no-repeat 0 0;

}

#legislazione:hover
{ 
  background-position: 0 -37px;
}

#legislazione span
{
  display: none;
}
#preventivi
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/preventivi.png") no-repeat 0 0;

}

#preventivi:hover
{ 
  background-position: 0 -37px;
}

#preventivi span
{
  display: none;
}
#servizi
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/servizi.png") no-repeat 0 0;

}

#servizi:hover
{ 
  background-position: 0 -37px;
}

#servizi span
{
  display: none;
}
#news
{
  display: block;
  width: 100px;
  height: 37px;
  background: url("imgs/news.png") no-repeat 0 0;

}

#news:hover
{ 
  background-position: 0 -37px;
}

#news span
{
  display: none;
}
.m5 {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

td.centrale {
	padding: 25px;
	font-size: 11pt;
	text-align: justify;
	vertical-align: middle;
}

span.titolo {
	font-size: 14pt;
	font-weight: bold;
} 

#mappagoogle {
	height: 600px;
	border: 4px solid #026dc7;
}
.int_doppio {
	LINE-HEIGHT: 150%;
}
.f13 {
	font-size: 13pt;
}
.f16 {
	font-size: 16pt;
}
.f24 {
	font-size: 24pt;
}
.bg_blu {
	background-color: #026dc7;
	color: white;
}
.tc {
	text-align: center;
}
.b {
	font-weight: bold;
}
.pad8 {
	padding: 8px;
}
.mb15 {
	margin-bottom: 10px;
}
.vertm {
	vertical-align: middle;
}
td.footer {
	border-top: 2px solid #ebebeb;
	text-align: center;
	padding: 15px;
	font-size: 10pt;
}
.lista {
	list-style-type: disc;
}