/* sfondo body */
body {
	background: repeat scroll 0 0 white;
	background-size: 15%, 15%;
}
.footers {

}
/* immagine intestazione */
.fotoIntro {
	width: 100%;
	height: 31.5em;
	float: left;
	/*border-top: 5.5px solid #ddd;*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.corpoPrincipale {
	background-size: 5% 40%;
}
.titoliIntro {
	width: 100%;
	height: 6em;
	margin-top: 25.5em;
	float: left;
	filter:alpha(opacity=70);
	 -moz-opacity:0.7;
	 -khtml-opacity: 0.7;
	 opacity: 0.7;
	background: none repeat scroll 0 0 #ababab; 
}

.titoliIntro ul {
	text-align: center;
	display: inline;
	height: 100%;
	padding-bottom: auto;
	background: #fff;
	background: transparent url(../bg.jpg);
	/*filter:alpha(opacity=50);
	 -moz-opacity:0.5;
	 -khtml-opacity: 0.5;
	 opacity: 0.5;*/
	font-family: 'Open Sans', sans-serif;
}

.titoliIntro li {
	display: inline-block;
    float: left;
}

.titoliIntro a {
	display: inline-block;
	width: 189.55px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.titoliIntro em {
	color: #000;
	font-size: 0.5em;
	line-height: 1em;
	font-variant: small-caps;
	text-decoration: none;
	color: #666;
}

.titoliIntro a:hover {
	font-weight: bold;
}


.testoPrincipale em {
	font-family: 'Tangerine', cursive;
	font-weight: 100;
	font-size: 48px;
	line-height: 48px;
}
.fotoIntro {
	margin-bottom: 3em;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #D6D6D6;
	border-bottom: 5px solid #D6D6D6;
}
.pe-thumbs{
	width: 100%;
	position: relative;
	/*border: 5.5px solid #ddd;*/
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
	margin-top: 4.5em;
}

/* sezioni di eCommerce */
.eCommerce h4 {
	background-color: #CAC020;
	color: #f3f3f3;
}
.eCommerce p {
	text-align: center;
	font-style: italic;
	color: #CAC020;
}
.eCommerce h3 {
	font-size: 2em;
	display: inline;
}