html,body
{
	margin: 0px;
	padding: 0px;
	background-color: #518247;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
}

body
{
	color: #16422F;
	font-family: 'Lucida Grande','LucidaGrande', 'Lucida Sans Unicode', Lucida, Tahoma, Sans-Serif;
	font-size: 76%;
	line-height: 150%;
}


div#cont
{
	width: 400px;
	margin: 0px auto;
}


div#container
{
	width: 760px;
	margin: 0px auto;
}


div#container2
{
	background-image: url(../images/bg_cont.gif);
	background-repeat: repeat-y;
	background-position: 0px 120px;
	
}

div#container2due
{
	background-image: url(../images/bg_contdue.gif);
	background-repeat: repeat-y;
	background-position: 0px 120px;
	
}

.hidden  { display: none; }

h1.logo
{
	display: none;
}

div#header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 149px;
}

div#menup
{
	height: 39px;
	width: 760px;
	position: relative;
	top: 110px;
}


div#center
{
	margin: 0px 0px 0px 102px;
	background-image: url(../images/tit_contatti.gif);
	background-repeat: no-repeat;
	padding: 0px 24px 0px 0px;
}



#center p
{
	padding: 0px 36px 0px 36px;
	text-align: justify;
}



div#left
{
	float: left; 
	top: 149px; 
	left: 0px;
    width: 102px;
	background-image: url(../images/tit_vuoto.gif);
	background-repeat: no-repeat;
    }


h3.catalogo
{
	height: 83px;
	margin-top: 0px;
	
}


h3.news
{
	height: 83px;
	margin-top: 0px;
}


P.cat
{
	margin-top: -7px;
	text-align: center;
}


P.cat_primo
{
	margin-top: 0px;
	text-align: center;
}





#footer
{
	clear: both;
	background-color: #518247;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 8px 0px 0px 0px;
}

#footer address
{
	color: #fff;
	font-size: 92%;
	font-style: normal;
	text-align: center;
}

#footer address A
{
	color: #82FE3D;
	text-decoration: none;
}

#footer address A:hover
{
	color: #BCF901;
	text-decoration: none;
}







