a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

body , html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0d0303;
	background-image: url(../img/sfondoLaser.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #EBEBEB;
	font-size: 14px;
	line-height: 22px;
	background-attachment: fixed;
}
form {
	margin: 0px;
}

h2 {
	background-image: url(../img/rettangoloHome.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 43px;
	color: #000;
	height: 43px;
	font-size: 20px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	background-image: url(../img/rettangoloBasso.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 25px;
	color: #000;
	height: 25px;
	font-size: 18px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h6 {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 5px;
}
input[type=text], textarea {
	vertical-align: top;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

table {
	font-size: 13px;
	background-color: #444;
	color: #000;
}
td {
	background-color: #FFF;
	text-align: left;
}
td a {
	color: #000;
	text-decoration: underline;
}
th {
	text-align: center;
}


tr {
	background-color: #EBEBEB;
}


.base {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.bordoArrotondato {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bordoArrotondatoDes {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bordoInferiore {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 16px;
	font-weight: bold;
}

.boxCentrale {
	width: 285px;
	float: left;
	text-align: justify;
}
.boxEsteso {
	width: 585px;
	text-align: justify;
}


.boxIntro {
	width: 250px;
	float: right;
	margin-top: 7px;
	text-align: justify;
}
.boxFoto {
	width: 250px;
	margin-top: 53px;
}
.boxFoto a {
	display: block;
	height: 90px;
	width: 120px;
}
.boxFoto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.boxFoto span {
	height: 90px;
	width: 120px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	display: block;
}
.boxFoto span.destra {
	float: right;
}
.boxMenu {
	margin-bottom: 30px;
	width: 250px;
}
.boxMenu ul {
	list-style-type: square;
}



.centrale {
	margin-left: 0px;
	position: relative;
	width: 100%;
}
.certificati {
	float: left;
	width: 132px;
	text-align: center;
}

.colonnaDestra {
	position: absolute;
	width: 250px;
	top: 0px;
	right: 0px;
}






.contenitore {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../img/ombraHome.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 9px;
	padding-left: 9px;
}
.cornice {
	position: absolute;
	left: 0px;
	top: 0px;
}
.credits {
	float: right;
	margin-left: 10px;
}
.dataNews {
	font-size: 12px;
	float: right;
}

.footer {
	margin-top: 20px;
}
.galleria {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
}
.galleria img , .certificati img{
	margin: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleria img:hover , .certificati img:hover{
	margin: 3px;
	border: 3px solid #CCC;
}

.imgInterna {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img60 {
	background-color: #FFF;
	display: block;
	height: 60px;
	width: 60px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img60 img , .img120 img{
	margin-right: auto;
	margin-left: auto;
}
.img120 {
	background-color: #FFF;
	display: block;
	height: 120px;
	width: 120px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}





.intro {
	background-image: url(../img/baseSlideshow.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	margin-bottom: 35px;
}
.link    {
	color: #000;
	text-decoration: none;
}
.link:hover   {
	color: #300;
	text-shadow: 0px 0px 4px #CC0000;
}

.logo {
	height: 110px;
}

.moduloBox {
	text-align: right;
}



.pattern {
	background-image: url(../img/rigaRossa.png);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}
.pulsanteRosso {
	background-image: url(../img/pulsanteRosso.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 82px;
	float: right;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.pulsanteRosso:hover {
	color: #300;
}

.rigaIntro {
	position: absolute;
	left: 0px;
	top: -10px;
}
.separatore {
	clear: both;
}



.slideshow {
	margin: 7px;
}
.testoEsteso {
	background-image: url(../img/sfumatoRettangolo.png);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	width: 100%;
	min-height: 820px;
	height: auto !important;
	height: 820  px;
}
.testoInterno {
	padding: 15px;
}
.testoInternoAlt {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}



.testoIntro {
	background-image: url(../img/sfumatoRettangolo.png);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	width: 100%;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

.testoMedio {
	background-image: url(../img/sfumatoRettangolo.png);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	width: 100%;
}

.testoSmall {
	font-size: 12px;
}

.trasparente {
	opacity: 0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
}
