/* CSS Document */
body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	}
.sfmenutop {
	background-color: #FFFFFF;
	background-image: url(images/sf-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tblfondotop {
	background-color: #FFFFFF;
	background-image: url(images/sf_top.gif);
	background-repeat: repeat-x;
}
.testo {
	color: #666666;
	text-align: justify;
	padding-right: 10px;
}
.titolo {
	color: #837CAC;
	font-size: 16px;
	font-weight: bold;
}
.linalti a{
text-transform:capitalize;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h6{
font-size:10px;
}
#navbar {
font-family: 'Michroma', sans-serif;
	/*height: 15px;*/
	margin:0px;
}
#navbar ul {
	display: none;
	position: absolute;
	list-style-type: none;
	margin:0px;
}
#navbar, #navbar ul {
	background:#ffffff;
	padding:0px;
	margin:0px;
}

#navbar li {
	float: left;
	list-style: none;
	padding:0px;
	margin:0px;
}

#navbar ul li {
	float: none;
		margin:0px;
}

#navbar a {
font-family: 'Michroma', sans-serif;
	color:#999999;
	display: block;
	font-size: 9px;
	padding:5px;
	/*padding: 0 10px;*/
	text-decoration: none;
	margin:0px;
}

#navbar li:hover > a {
color:#6666FF;
/*	background:#CCCCCC;*/
}
.navsep img{
margin-top:5px;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
span.contac {
display: block!important;
}
.grow {  display: inline-block;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-property: transform;  transition-property: transform;  -webkit-transform: translateZ(0);  transform: translateZ(0);  box-shadow: 0 0 1px rgba(0, 0, 0, 0);}
.grow:hover, .grow:focus, .grow:active {  -webkit-transform: scale(1.1);  transform: scale(1.1);}
html, body{overflow:hidden!important;overflow-y:hidden!important;height:100%;}