@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg) no-repeat top center;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:19px;
	color:#555555;
}

strong {
	font-weight:600;
}

h1 {
	font-size:55px;
	line-height: 90px;
}

h2 {
	font-size:40px;
	line-height: 65px;
}

h3 {
	font-size:20px;
	line-height: 25px;
}

p {
	margin-bottom:15px;
	line-height:21px;
}

ul li {
	font-style:italic;
	line-height:22px;
}

em {
	font-style:italic;
}

#wrapper {
	width:980px;
	margin:0 auto;
}

#header {
	width:980px;
	height:134px;
	background:white url(../images/stripes.png) no-repeat 400px 0;
}

#logo a{
	display:block;
	float:left;
	width:350px;
	height:91px;
	background:white url(../images/logo.png) no-repeat top center;
	margin:20px 60px;
}


/* menu */

#menu {
	float:right;
	display:block;
	margin:45px 25px 0 0;
	font-size:13px;
}

#menu ul {
	float: left;
    padding: 0 50px 0 10px;
    border-left: 1px solid #ddd;
    line-height: 22px;
}

#menu ul li a{
	color:#868889;
}

#menu ul li a:hover, #menu ul li a.active{
	color:#8faf32;
}


/* claim */

#claim {
	width:980px;
	color:white;
	margin: 75px 0;
}

#claim h1, #claim h2{
	font-weight:600;
	background: rgba(134, 136, 137, 0.6);
    text-shadow: 2px 2px 6px #000;
	display:inline-block;
	padding: 0 10px;
	margin-bottom:5px;
}

.back {
	text-align:center;
}

#claim p{
	font-size:18px;
	font-weight:600;
	text-align:center;
	line-height: 25px;
	background: rgba(134, 136, 137, 0.6);
    text-shadow: 1px 1px 3px #000;
	display:inline-block;
	margin-bottom:5px;
	padding: 0 10px;
}


/* box */

#section {
	width:980px;
}

.box1, .box2, .box3 {
	float:left;
	width:268px;
	height:200px;
	background:white;
	padding:0 25px;
}

.box2, .box3 {
	margin-left:13px;
}

.sec_title {
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	margin:20px 0;
}

.sec_icon {
	text-align:center;
	color:#999999;
	font-size:13px;
	margin-top:20px;
}

.more {
	text-align:center;
	margin:25px 0;
}

.more a{
	color:#8faf32;
}


/* content */

#content {
	width:980px;
	background:white;
	min-height: 160px;
}

#text_home {
	margin:60px 0;
	text-align:justify;
	font-size:16px;
}

#text_page {
	margin:0 25px 60px 25px;
	padding-top: 25px;
	text-align:justify;
	font-size:16px;
}

#text_page p a{
	color:#8faf32;
}

/* contatti */

.contact1 {
	float:left;
	width:250px;
	background:white;
	margin-bottom:30px;
	text-align:left;
}


/* footer */

#footer {
	margin:10px 0;
	padding-top:10px;
	width:980px;
	border-top:1px solid #cccccc;
}

#footer a{
	color:#c2c2c2;
}

#footer .left {
	float:left;
	font-size:10px;
	color:#c2c2c2;
}

#footer .right {
	float:right;
	font-size:10px;
	color:#c2c2c2;
}

#footer .right img {
	vertical-align:middle;
}
a.informativa-link {
	color: #8faf32!important;
	font-size:12px;
}
a.informativa-link:hover {
	color: #c2c2c2!important;
}