@charset "utf-8";

a img {border:none}

p {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36f;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #36F;
	margin: 0px;
}
td {
	padding-left: 6px;
}


h4 {
	color: #F90;
	margin: 0px;
	padding: 0px;
}
h6 {
	color: #F90;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;

}


.h4_link {
	color: #F90;
	text-decoration: none;
}
.h4_link:hover {
	color: #F90;
	text-decoration: underline;
}
.h4_link:visited {
	color: #F90;
	text-decoration: underline;
}




#container {
	margin: auto;
	width: 1240px;
}
#header {
	height: 484px;
	background-repeat: no-repeat;
	background-image: url(../immagini/header.jpg);
}

#navigation {
	height: 60px;
	background-image: url(../immagini/sfondo_navigation.jpg);
	background-repeat: no-repeat;
	width: 1240px;
	position: relative;
}
#home {
	height: 35px;
	width: 120px;
	left: 30px;
	top: 12px;
	position: absolute;
}

		#menu {
			text-transform: uppercase;
			font-size: 10px;
			position: absolute;
			left: 163px;
			top: 12px;
			font-weight: bold;
		}

		#menu ul {
			padding: 0;
			margin: 0;
		}

		#menu li {
			text-align: center;
			list-style: none;
		}

		#menu li a {
			background-color: #36F;
			color: #FFF;
			padding: 0px;
			text-decoration: none;
			display: block;
			width: 119px;
			height: 34px;
			border-bottom: 1px solid #FFFFFF;

		}

		#menu li a:hover {
			background-color: #36F;
			color: #FFF;
		}

		#menu ul ul {
			visibility: hidden;
			box-shadow: 0px 2px 6px #8E8E8E;
		}

		#menu ul li:hover ul {
			visibility: visible;
		}

		#menu ul ul:hover {
			box-shadow: 0px 2px 6px #8E8E8E;
		}

		#menu ul ul li a {
			height: 25px;
			padding-top: 10px;
			background-color: #36F;
		}

		#menu ul ul li a:hover {
			background-color: #FFF;
			color: #36F;
		}

#installation {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 295px;
	top: 12px;
}

#certificates {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 428px;
	top: 12px;
}

#applications {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 560px;
	top: 12px;
}

#projects {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 692px;
	top: 12px;
	
}#testimonial {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 825px;
	top: 12px;
}
#contact {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 958px;
	top: 12px;
}

#faq {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 1090px;
	top: 12px;
}


#footer {
	background-image: url(../immagini/footer.gif);
	background-repeat: no-repeat;
	height: 122px;
	font-size: 12px;
	color: #333333;
	float: left;
	clear: both;
	width: 1240px;
}
#footer_nav {
	padding-top: 5px;
	text-align: center;
	font-variant: small-caps;
}
#footer_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer_nav ul a:link, a:visited{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
}
#footer_nav ul a:hover, a:active{
	list-style-type: none;
	text-decoration: underline;
}


#footer_text {
	line-height: 17px;
	float: left;
	margin-top: 50px;
	margin-left: 450px;
	width: 350px;
}
#footer_credits {
	float: right;
	padding-top: 40px;
	padding-right: 30px;
	font-size: 11px;
}
#footer a:link, #footer_credits a:visited{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	list-style-type: none;
}
