@charset "UTF-8";
/* CSS Document */

/** RESET **/
html, body, p, ul, h1, h2, h3, h4, h5, h6, hr {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
img, hr{
	border: none;
}
/** GENERAL **/
html {
	min-width: 950px;
	border-top: 50px solid #646567;
	font-family: Arial, Helvetica, sans-serif;
	color: #f8f8f8;
	background-color: #bbbdbe;
	background-image: url('../img/bkg_pagina.jpg');
	background-position: 50% 390px;
	background-repeat: no-repeat;
	font-size: 14px;
}
body {
	width: 950px;
	min-height: 1000px;
	margin: 0 auto;
}
.header{
	height: 180px;
	position: relative;
}
.header h1{
	position: absolute;
	top: 15px;
	left: 7px;
}
.header .menu{
	position: absolute;
	right: 5px;
}
.header .menu li{
	display: inline-block;
}
.header .menu a{
	color: #f8f8f8;
	padding: 2px;
	text-decoration: none;
}
.header .menu a:hover, .header .menu a.active{
	color: #58585A;
}
.header .menu.lingua{
	top: 30px;
}
.header .menu.lingua li{
	margin-left: 10px;
}
.header .menu.main{
	top: 155px;
}
.header .menu.main li{
	margin-left: 30px;
}
.content{
	width: 950px;
	min-height: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.content img.bannerTop{
	display: block;
	width: 950px;
	height: 299px;
	margin: 0 auto;
}
.footer{
	text-align: center;
	margin-top: 20px;
}
.footer hr{
	margin: 5px auto;
	border-top: 1px solid #000;
}
.footer a{
	color:#FFF;
}
/* index */
.content div.descrIndex, .content div.descrWrapper{
	display: block;
	float: left;
	width: 415px;
	line-height: 18px;
	margin-top: 40px;
	text-align: justify;
}
.imgCompany{
	width: 950px;
	margin: 40px auto 10px auto;
	text-align: center;
}
.imgCompany img{
	width: 150px;
	margin: 0 10px;
	display: inline-block;
}
/* azienda */
.content div.descrCompany{
	line-height: 18px;
	text-align: justify;
	width: 950px;
	margin-top: 40px;
}
.content div.descrCompany p, .content div.descrCompany strong{
	display: block;
	margin: 0 auto 10px auto;
}
/* prodotti */
.subProdotti {
	display: block;
	width: 950px;
	height: 20px;
	margin: 10px auto;
	text-align: center;
} 
.subProdotti li{
	display: inline-block;
}
.subProdotti li a{
	padding: 2px;
	margin: 0 20px;
	color: #FFF;
	text-decoration: none;
}
.subProdotti li a:hover, .subProdotti li a.active{
	color: #58585A;
}
div.descrWrapper{
	margin-top: 0 !important; 
}
.descrProducts h2{
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.descrProducts .slideshow{
	width: 320px;
	height: 320px;
	overflow: hidden;
	float: right;
}
/*news*/
div.newsWrapper{
	width: 700px;
	margin: 40px auto 20px auto;
}
div.newsWrapper .article{
	padding-bottom: 15px; 
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #FFFDFD;
	overflow: hidden;
}
div.newsWrapper .article:last-child{
	border: none;
}
div.newsWrapper .article p{
	text-align: justify;
}
div.newsWrapper .article img{
	float: left;
	width: 150px;
	margin-right: 10px;
	vertical-align: top;
}
/*contatti*/
.gmapsWrapper{
	float:left;
	margin-top: 40px;
}
.formWrapper{
	width: 440px;
	margin-top: 40px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.form{
	width: 350px;
	text-align: left;
	margin: 10px auto;
}
.form label{
	display: block;
	padding: 10px 5px;
	height: auto;
	overflow: hidden;
	vertical-align: top;
}
.form label:hover{
	-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	background-color: #AAA;
}
.form input, .form textarea{
	display: block;
	width: 85%;
	margin: 4px auto 0 auto;
}
.form textarea{
	height: 150px;
	resize: none;
}

.form input[type='checkbox'] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	width: auto;
}
.form input[type="submit"] { 
	width: 100px;
	margin: 10px auto 0 auto;
}
.form label.err{
	padding-bottom: 0px;
	height: 60px;
}
.form label.err input, .form label.err textarea{
	background-color: #FFFDFD;
	border:1px solid #C00;
}