@CHARSET "UTF-8";

#bannerHome
{
	margin: 0px auto;
	position: absolute;
	top: 3px;
	height: 462px;
	line-height: 462px;
	/*border-bottom:6px solid #C8D724;*/
}
#bannerHome img{vertical-align:bottom;}

#header
{
	height: 260px;
}

#CCContent.home
{
	border-right: 1px solid #dddddd;
}

.home .prodotto
{
	margin-right: 15px;
	padding: 15px 0;
	border-top: 1px solid #dddddd;
	position: relative;
}

.home .prodotto.first
{
	border-top-width: 0px;
}

.home .prodotto .nome
{
	font-weight: bold;
	font-size: 26px;
}

.home .prodotto .sottotitolo
{
	font-size: 20px;
	margin-bottom: 10px;
}

.home .prodotto .description
{
	overflow: hidden;
}

.home .prodotto .continua
{
	margin-top: 5px;
}

.continua a
{
	color:#798214;
}

.home .prodotto .logo
{
	float: left;
	width: 125px;
	height: 125px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: 20px;
}
