/* CSS Document */

body{
	margin:0px;
	background:#FF892B url(../_img/struttura/loop.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
#container{
	background:url(../_img/struttura/sfondo.jpg) no-repeat top;
	width:1000px;
	height:600px;
	margin:auto;
	
}
#logo{
	position:relative;
	margin:auto;
	top:144px;
	width:122px;
	height:204px;
}
#entra{
	position:absolute;	
	width:100%;
	height:14px;
	top:350px;
	text-align:center;
	cursor:pointer;
}
div.entra_over{
	background:#000000;
	color:#FF9900;
}
div.entra_out{
	background:transparent;
	color:#FFF;
}
#awards{
	position:absolute;	
	width:100%;
	height:25px;
	top:600px;
	text-align:center;
}
#awards img{
	border:0px;
	padding-right:10px;
}

#service{
	position:absolute;	
	width:100%;
	top:420px;
	text-align:center;
}
div.service_int{
	height:14px;
	color:#AB4515;
	cursor:pointer;
}
div.service_over{
	height:14px;
	background:#FFAF35;
	color:#AB4515;
	cursor:pointer;
}
div.service_out{
	height:14px;
	background:transparent;
	color:#AB4515;
	cursor:pointer;
}


/*PAGINE INTERNE*/
#contenuti{
	position:relative;
	top:20px;
	width:400px;
	height:250px;
	overflow:auto;
	margin:auto;
}
#container2{
	background:url(../_img/struttura/sfondo.jpg) no-repeat -250px -125px;
	width:500px;
	margin:auto;
}
#logo2{
	position:relative;
	margin:auto;
	top:16px;
	width:122px;
	height:204px;
}
h1{
	font-size:12px;
	color:#893E00;
}
h2{
	font-size:11px;
	color:#FFF;
	padding:0px;
	margin:5px;
}
/*newsletter*/
input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border:1px solid white;
	background-color:transparent;
	color:black;
	width:250px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;	
}
input.submit{
	margin-top:10px;
	width:262px;
	border:2px solid white;
	color:#FFFFFF;
}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border:1px solid white;
	background-color:white;
	color:black;
	width:60px;
}
#newsletter_table{
	width:400px;
}
a{
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover{
	color:#893E00;
}

/*NEWS                   */

td{
	vertical-align:middle;
}
td.contenuti{
	padding:5px 20px 5px 20px;
	height:15px;
	border-bottom:1px solid #FF7300;
}
td.top{
	font-size:12px;
	font-weight:bold;
	color:#893E00;
}
.r_ov{
	background-color:#FF9F50;
}
.r_ou{
	background-color:transparent;
}
div.img_news{
	clear:both;
	float:left;
	padding-right:10px;
	padding-bottom:10px;		
}


/*INPUT  */


