.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	font-family: georgia;
	font-size: 10pt;
	background-image: url('imgs/background.jpg');
	text-align: center;
	clear: both;
}

div.main {
	background-color: #ededed;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	width: 944px;
	height: 1050px;
	position: relative;
}
div.main2 {
	background-color: #ededed;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	width: 944px;
	height: 2080px;
	position: relative;
}
#footer {
	background-color: #ededed;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}
#header {
	float: center;
	margin: auto;
	background-image: url('imgs/header-bg.gif');
	width: 944px;
	height: 194px;
	position: absolute;
	left: 0;
	top: -20;
}
img.title {
	position: absolute;
	left: 5;
	top: 7;
}
img.rullo {
	position: absolute;
	right: 2;
	top: 2;
}
p.subtext {
	color: white;
	font-size: 14pt;
	font-style: italic;
	text-align: left;
	position: absolute;
	left: 15;
	top: 80;
	line-height: 1,5;
	letter-spacing: 2px;
	font-weight: bold;
}
a.link_mail, a.link_mail:hover, a.link_mail:visited {
	color: white;
	text-decoration: none;
}

a.link_mail:hover {
	text-decoration: underline;
}
a.linkrv, a.linkrv:hover, a.linkrv:visited {
	color: black;
	text-decoration: none;
}

a.linkrv:hover {
	text-decoration: underline;
}
#menu {
	height: 42px;
	width: 944px;
	background-image: url('imgs/menu-cn.png');
	position: absolute;
	top: 153;
	left: 0;
}
#left {
	float: left;
	width: 720px;
	position: absolute;
	left: 0;
	top: 194;
	padding: 2px;
	text-align: center;
	
}
#immagini {
	float: right;
	width: 210px;
	position: absolute;
	top: 194;
	right: 0;
	padding: 2px;
	padding-top: 30px;
}

div.contenuto {
	background-image: url('imgs/forma1.png');
	width: 697;
	height: 264;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
div.contenuto2 {
	border: 4px solid #ea8f15;
	background-color: #f7f2d5;
	width: 677;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	padding: 10px;
}
p.testo_contenuto {
	width: 90%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	font-weight: normal;
	font-size: 13pt;
	color: black;	
}
#chisiamo
{
  display: inline-block;
  width: 194px;
  height: 41px;
  background: url("imgs/chisiamo.png") no-repeat 0 0;
  line-height: 41px;
  position: absolute;
  left: 0;
}

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

#contatti
{
  display: inline-block;
  width: 194px;
  height: 41px;
  background: url("imgs/contatti.png") no-repeat 0 0;
  line-height: 41px;
  position: absolute;
  left: 386;  
}

#contatti:hover
{ 
  background-position: 0 -41px;
}

#dovesiamo
{
  display: inline-block;
  width: 194px;
  height: 41px;
  background: url("imgs/dovesiamo.png") no-repeat 0 0;
  line-height: 41px;
  position: absolute;
  left: 193;
}

#dovesiamo:hover
{ 
  background-position: 0 -41px;
}
table.tabellacontatti {
	width: 90%;
	text-align: center;
	border: 5px solid #EDEDED;
	border-collapse: collapse;
	font-size: 24pt;
	font-weight: bold;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 200px;
}
td.img {
	background-color: #EA8F15;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	width: 20%;
	border: 5px solid #EDEDED;
	padding: 15px;
}
td.contatto {
	color: white;
	background-color: #1C3804;
	border: 5px solid #EDEDED;
	padding: 15px;
}
#mappagoogle {
	width: 600px;
	height: 450px;
	border: 5px solid #EA8F15;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
p.indirizzo {
	font-size: 15pt;
	color: #1C3804;
	margin-top: 25px;
	font-weight: bold;
}
img.foto {
	border: 3px solid #183900;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
img.foto:hover {
	border-color: #EA8F15;
}
p.clicca {
	font-style: italic;
	text-align: center;
	font-size: 11pt;
	color: gray;
}