* { 	font-family: arial; }
* p { padding:0; margin:0; }



body
{
	background:#ddd;
	margin:0px;
	padding:0px;
}

a, a:link, a:hover, a:visited
{ text-decoration:none; }


#principale{
	clear:both;
	width:900px;
	height:auto;
	margin:0 auto 0 auto;
	background:#fff;
}

#principale2{
	background:#fff;
	float:left;
	height:675px;
	width:900px;
	border:1px solid #9e9e9e;
	margin:20px 0;
}

.top{
	float:left;
	width:900px;
	height:160px;
	background:url(gfx/top.jpg) no-repeat 0 0;
}


.l_home{
	float:left;
	display:block;
	width:230px;
	height:160px;
}

.l_incide{
	position:relative;
	top:30px;
	left:575px;
	float:left;
	display:block;
	width:60px;
	height:60px;
}



.menu_container{
	float:left;
	width:670px;
	height:30px;
	position:relative;
	top:60px;
}

.voce_menu,
.voce_menu_hover{
	display:block;
	float:left;
	height:22px;
	width:134px;
	background:url(gfx/menu.jpg) no-repeat 1px 11px;
	color:#000;
	padding:9px 0 0 25px;
	font-size:15px;
}

.voce_menu_hover{ 	background:url(gfx/menu_hover.jpg) no-repeat 1px 11px; }

.contenuti{
	float:left;
	width:900px;
	height:475px;
	padding-top:37px;
	font-size:17px;
	line-height:25px;
	color:#3f3f3f;
}

.dx_01,
.dx_02,
.dx_03,
.dx_04,
.dx_05{
	float:left;
	width:187px;
	height:155px;
	font-size:10px;
	color:#000;
	letter-spacing:-0.075em;
	padding:325px 0 0 45px;
	line-height:11px;
}

.dx_01{ background:url(gfx/dx_01.jpg) no-repeat 45px 3px; }
.dx_02{ background:url(gfx/dx_02.jpg) no-repeat 45px 3px; }
.dx_03{ background:url(gfx/dx_03.jpg) no-repeat 45px 3px; }
.dx_04{ background:url(gfx/dx_04.jpg) no-repeat 45px 3px; }
.dx_05{ background:url(gfx/dx_05.jpg) no-repeat 45px 3px; }

.in{
	float:left;
	width:650px;
	height:475px;
}

.splash_01{
	margin-top:2px;
	float:left;
	width:313px;
	height:256px;
	border:1px solid #008BA0;
	font-size:20px;
	text-align:center;
	line-height:35px;
	padding-top:60px;
	display:block;
	color:#000;
}

.splash_02{
	display:block;
	margin-top:2px;
	float:left;
	width:313px;
	font-size:37px;
	text-align:center;
	background:#FDB910;
	margin-left:1px;
	padding-top:129px;
	height:189px;
	color:#000;
}




.form_left{
	font-size:14px;
	float:left;
	width:150px;
	height:30px;
}

.form_right{
	float:left;
	width:350px;
	height:30px;
}


.input_form{
	width:348px;
	height:24px;
	background-color:#ddd;
	border:0;
	padding: 3px 0 0 2px;
}

.tasto_form{
	width:auto;
	height:auto;
	background:#ddd;
	border:0;
	padding:6px 20px;
	display:block;
	cursor:pointer;
}

.tasto_form:hover { color:#f00; }




