body {
background: #2d8e25;
font-family:"Cabin","Verdana","Segoe UI","Humanist 777","Frutiger","Univers","Frobisher",Arial,Lucida,times new roman,"Myriad Pro","Myriad";
	font-size:14px;
	color:#444444;
}

.main {
width:1000px;
position: relative;
}


.header_home {
	background: #2d8e25 url("./immagini/home.png") top center no-repeat;
	height:138px;
	width:1000px;
}

.header_chisiamo {
	background: #2d8e25 url("./immagini/chisiamo.png") top center no-repeat;
	height:138px;
	width:1000px;
}

.header_servizi {
	background: #2d8e25 url("./immagini/servizi.png") top center no-repeat;
	height:138px;
	width:1000px;
}

.header_contatti {
	background: #2d8e25 url("./immagini/contatti.png") top center no-repeat;
	height:138px;
	width:1000px;
}

.h2 {
font-weight: normal;
margin:0;
margin-bottom:5px;
}

.corpo {
	background: #2d8e25 url("./immagini/corpo.png") top center no-repeat;
	height:498px;
	width:1000px;
}

.corpomenu {
width:260px;
float: left;
margin-right: 15px;
padding-top: 170px;
text-align:left;
}

.immagine1 {
border-width: 0;
margin-left:45px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
position:relative;
}
.immagine1:hover {
margin-left:20px;
}

.immagine2 {
border-width: 0;
margin-left:40px;
position:relative;
-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.immagine2:hover {
margin-left:15px;
}


.immagine3 {
border-width: 0;
margin-left:60px;
-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
position:relative;
}
.immagine3:hover {
margin-left:35px;
}

.immagine4 {
border-width: 0;
margin-left:80px;
-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
position:relative;
}
.immagine4:hover {
margin-left:55px;
}

#testoo {
height:530px;
text-align:justify;
float:left;
width:475px;
}

.nano {
overflow-y: auto;
}

.nano img {
margin-bottom:8px;
border-radius:10px;
}

.treblocchi {
text-align:justify;
float:left;
width:138px;
margin-right: 18px;
}

.treblocchi h3 {
text-align:center;
font-weight: normal;
margin:0;
margin-bottom:10px;
}

.treblocchi img {
display: block;
 margin-left: auto;
 margin-right: auto;
}

.treblocchi img:hover {
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
box-shadow: 0px 1px 1px 1px #444444;
}


.footer {
	background: #2d8e25 url("./immagini/footer.png") top center no-repeat;
	height:164px;
	width:1000px;
}

.footer p {
margin-left: 100px;
font-size:12px;
margin-top: 110px;
float:left;
color:#ffffff;
}

.footer a {
text-decoration:none;
color:#ffffff;
}

.footer a:hover {
text-decoration:underline;
color:#444444;
}

.footermenu {
width:260px;
float: right;
margin-left: 15px;
text-align:left;
}

.facebook {
border-width: 0;
margin-left:35px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
position:relative;
-webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
    transition-property: transform;
}
.facebook:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	max-width:none;
}

.nivo-main-image {
	display:block!important;
	position:relative!important;
	width:100%!important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img {
	display:block;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:-400px;
	bottom:70px;
	width:300px;
	color:#fff;
	z-index:8;
	overflow:hidden;
	display:none;
}

.nivo-caption h1 {
	padding:10px 20px;
	margin:0;
	background:#fff;
	color:#000;
	opacity:.8;
	font-weight:400;
	float:left;
}

.nivo-caption p {
	padding:10px 20px;
	margin:0;
	background:#000;
	opacity:.8;
	font-weight:400;
	float:left;
}

.nivo-caption a {
	display:inline!important;
}

.nivo-html-caption {
	display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:none;
}

.nivo-prevNav {
	left:0;
}

.nivo-nextNav {
	right:0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:15px 0;
	float:left;
	display:block;
	bottom:0;
	right:20px;
	position:absolute;
	z-index:99999;
}

.nivo-controlNav a {
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:700;
}

a {
	color:#04ea80;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0 2px;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

@media (max-width: 960px) {
	#wrapper {
		width:100%;
		position:relative;
		margin:100px auto;
	}
}

@media (max-width: 767px) {
	#wrapper {
		width:100%;
		position:relative;
		margin:100px auto;
	}
	
	.nivo-caption {
		bottom:0;
	}
	
	.nivo-caption h1 {
		font-size:110%;
	}
	
	.nivo-caption p {
		font-size:90%;
	}
	
	.nivo-controlNav {
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	#wrapper {
		width:100%;
		position:relative;
		margin:100px auto;
	}
}