* { 	font-family:arial, tahoma; }


body
{
	background:#fff;
	margin:0px;
	padding:0px;
}

a, a:link, a:hover, a:visited
{ text-decoration:none; }



.principale{
	margin:0 auto 0 auto;
	width:900px;
	height:375px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-187px;
	background:url(gfx/home_new.jpg) no-repeat center #fff;
	
}


.menu_container{
	position:relative;
	top:0;
	left:0;
	float:left;
	width:240px;
	height:170px;
}

.sx{
	padding-top:50px;
	float:left;
	width:170px;
	height:100px;
}

.dx {
	float:left;
	width:100px;
	height:190px;
	padding-top:60px;
}

.catalogo{
	float:left;
	position:relative;
	width:900px;
	height:20px;
	top:185px;
	left:0;
	display:block;
	cursor:pointer;
	background:url(gfx/home_link.jpg) no-repeat 0px 0px;
}

.catalogo:hover{ background:url(gfx/home_link_hover.jpg) no-repeat 0px 0px; }


.l_in{
	float:left;
	display:block;
	height:18px;
	width:155px;
	font-size:11px;
	color:#374923;
	text-align:right;
}

.l_in:hover { color:#A98F04; }

.sotto{
	float:left;
	width:500px;
	height:100px;
	padding-left:97px;
}





