*{
    margin:0;
    padding:0;
}

a{ 
float:none;
}

body {
	background-image: url(../img/bgr.jpg);
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	font-family: 'Source Sans Pro', sans-serif;
}

.header{
	position: fixed;
	background-repeat: repeat-x;
	width: 100%;
	z-index: 2;
}

#top {
	height: 72px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#elementi-top {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
}


a:focus {
	outline-style:none;
}

.header a:hover{
            color:#ddd;
            text-decoration:none;
}
#logo {
	height: 72px;
	width: 172px;
	float: left;
}


#top #flag {
	padding-top: 20px;
	left: 222px;
	float: right;
	width: 80px;
}

#flag a.it {
	background-image: url(../img/flag-ita.png);
	height: 33px;
	width: 33px;
	background-repeat: no-repeat;
	text-indent: -999999;
	background-position: center;
	display: block;
	float: left;
}

#flag a:hover.it {
	background-image: url(../img/flag-ita-hover.png);
	height: 33px;
	width: 33px;
	background-repeat: no-repeat;
	text-indent: -999999;
	background-position: center;
	display: block;
}

#flag a.uk {
	background-image: url(../img/flag-uk.png);
	height: 33px;
	width: 33px;
	background-repeat: no-repeat;
	text-indent: -999999;
	background-position: center;
	display: block;
	float: left;
}

#flag a:hover.uk {
	background-image: url(../img/flag-uk-hover.png);
	display: block;
	height: 33px;
	width: 33px;
	background-repeat: no-repeat;
	text-indent: -999999px;
	background-position: center;
}

.header #nav {
	height: 92px;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
	width: 919px;
	background-image: url(../img/nav.png);
	background-repeat: repeat-x;
	background-position: 2px;
}

.header #nav table{
	margin:0 auto; text-align:center;
}

.header #nav ul {
	height: 48px;
	width: auto;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.header #nav ul li {
	display: block;
	list-style-type: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 30px;
	padding-left: 15px;
	float: left;
}

.header #nav ul .more-space {
	padding-left: 20px;
}

.header #nav ul li.no-border {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header #nav ul li a {
	display: inline;
	color: #7d7d7d;
	text-shadow: 1px 1px 2px #fff;
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

.header #nav ul li a:hover {
	display: inline;
	color: #2C4694;
	text-shadow: 1px 1px 2px #fff;
	font-variant: small-caps;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.section{
	margin: 0px;
	height: 4000px;
	width: 100%;
	float: left;
}

.section #box {
	background-color: #FFF;
	width: 900px;
	border: 1px solid #D3D3D3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 170px;
	padding: 20px;
	position: relative;
}

.img-dx {
	float: right;
	margin-left: 40px;
}

a.btn-more {
	background-color: #aeaeae;
	text-decoration: none;
	padding: 8px;
	margin-left: 6px;
	color: #FFF;
	font-weight: 200;
}

.btn-more {
	background-color: #aeaeae;
	text-decoration: none;
	padding: 8px;
	margin-left: 6px;
	color: #FFF;
	font-weight: 200;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
}

a.btn-more-active {
	background-color: #666666;
	text-decoration: none;
	padding: 8px;
	margin-left: 6px;
	color: #FFF;
	font-weight: 200;
}

a:hover.btn-more {
	text-decoration: none;
	padding: 8px;
	margin-left: 6px;
	color: #FFF;
	font-weight: 200;
	background-color: #2C4694;
}

.btn-more:hover {
	text-decoration: none;
	padding: 8px;
	margin-left: 6px;
	color: #FFF;
	font-weight: 200;
	background-color: #2C4694;
}

a.btn-certificazioni {
	background-image: url(../img/btn-cert.jpg);
	display: block;
	height: 232px;
	width: 388px;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	padding-left: 64px;
	padding-top: 12px;
	font-size: 18px;
	padding-bottom: 0px;
	text-indent: -999999px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
a.btn-certificazioni2 {
	background-image: url(../img/btn-cert2.jpg);
	display: block;
	height: 232px;
	width: 388px;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	padding-left: 64px;
	padding-top: 12px;
	font-size: 18px;
	padding-bottom: 0px;
	text-indent: -999999px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


a:hover.btn-certificazioni {
	background-image: url(../img/btn-cert-hover.jpg);
	display: block;
	height: 232px;
	width: 388px;
	background-repeat: no-repeat;
	text-decoration: none;
}
a:hover.btn-certificazioni2 {
	background-image: url(../img/btn-cert2-hover.jpg);
	display: block;
	height: 232px;
	width: 388px;
	background-repeat: no-repeat;
	text-decoration: none;
}


.section h2{
	margin-top: 0px;
	margin-right: 0psx;
	margin-bottosm: 20px;
	margin-left: 6px;
	color: #2C4694;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-variant: small-caps;
	font-size: 36px;
}

.section p{
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 6px;
	color: #8d8c8d;
	font-weight: 200;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

form {
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 6px;
	color: #8d8c8d;
	font-weight: 200;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

form label {
	height: 30px;
	display: block;
	line-height: 30px;
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
}

form input.campo.hightlight {
	border: 1px solid #9F1319;
	background-color: #FFDFDF;
}

form input.campo {
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
	width: 400px;
	border: 1px solid #E1E1E1;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form select.seleziona {
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
	width: 400px;
	border: 1px solid #E1E1E1;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


form .messaggio {
	line-height: 30px;
	display: block;
	float: left;
	height: 50px;
	width: 400px;
	border: 1px solid #E1E1E1;
	padding: 4px;
}

.prodotti {
	height: 740px;
}

.home {
	top: -180px;
}

#box-prod {
	1width: 285px;
	background-color: #E1E1E1;
	border: 1px solid #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	width: 285px;
	float: left;
	margin: 0px;
}

.contentuto-box {
	border: 1px solid #FFF;
	height: 150px;
}

.contentuto-box .img-prod {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 80px;
	width: 80px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bottom  {
	background-image: url(../img/bottom-box-prod.jpg);
	height: 9px;
	width: 285px;
	background-repeat: no-repeat;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#box a.contatti {
	text-decoration: none;
	color: #2C4694;
}

#box a:hover.contatti {
	text-decoration: none;
	color: #0092C3;
}

.contentuto-box p {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	color: #666;
}

.contentuto-box h3 {
	background-color: #2C4694;
	font-size: 16px;
	font-weight: 500;
	color: #F6F6F6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.contentuto-box h4 {
	background-color: #2C4694;
	font-size: 14px;
	font-weight: 500;
	color: #F6F6F6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.footer {
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(../img/bgr-footer.png);
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-top: 14px;
	font-weight: 200;
	left: 0px;
	bottom: 0px;
	position: fixed;
	padding-bottom: 8px;
	z-index: 14;
}

.footer a  {
	color: #666;
}

.footer a:hover {
	color: #2C4694;
}
#inline {
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	display: none;
	width: 760px;
}


.done {
	text-decoration: none;
	padding: 8px;
	margin-left: 6px;
	color: #FFF;
	font-weight: 200;
	background-color: #2C4694;
	margin: 0;
	display: none
}

.loading {
	margin: 0;
	background: url(../img/loader.gif) no-repeat;
	height: 31px;
	width: 31px;
	display: none;
	float: right;
}
