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


/* Servizi */
#sfogliaServizi {
	position: relative;
	z-index: 20;
	font-size: 10px;
	margin: 12px 0 -8px;
	color: #999;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
}

#servizi {
	position: relative;
	background: #f9f9f9;
	margin-top: 60px;
	padding-bottom: 20px;
}

/* Servizi brand */
#serviziBrand {
	height: 59px;
	text-align: center;
	margin: -59px auto 0;
}

li.serviziBrand {
	display: inline-block;
	height: 59px;
	padding-left: 20px;
}

a.serviziBrand {
	display: inline-block;
	height: 59px;
	color: #CCC;
	text-transform: lowercase;
	font-size: 10px;
	text-align: center;
	padding: 20px 20px 15px 0;
}

#content a.serviziBrand:hover {
	color: #666;
	text-decoration: none;
}

a.serviziBrand strong {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 1px;
	letter-spacing: -1px;
}

.selected #serviziBrand_web strong {
	color: #459955;
}

.selected #serviziBrand_grafica strong {
	color: #eb4c93;
}

.selected #serviziBrand_servizi strong {
	color: #32b4f9;
}

/* Servizi list */
#serviziList {
	position: relative;
	color: #666;
	margin: 10px 0;
}

.servizio {
	float: left;
	text-align: center;
	width: 275px;
	margin: 20px;
}

.servizio.newRow {
	clear: left;
}

.servizio.nth2-child {
	margin-left: 171px;
}

.servizio.nth1-child {
	margin-left: 335px;
}

.servizioTitolo {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	background:  no-repeat 0 100% transparent;
	background-image: url(img/home.jpg);
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.servizioDescrizione {
	font-size: 11px;
}
