@charset "utf-8";
/* CSS Document */

/********************************************************************************GENERALI*/

body{

	margin: 0 0 0 0;
	background-color:#444444;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

img{
border:0;
}

a{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:#EB7601;
}
/********************************************************************************LAYOUT*/


#wrapper{
	width:960px;
	margin:auto;
}

/*-----------------------------------TOP*/
#top{
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-y;
	clear:both;
	height:350px;
}

#top_left{
	width:158px;
	float:left;
	background-image:url(../images/legno.gif);
	background-position:top center;
	background-repeat:repeat-y;
	height:350px;
}

#logo{
	margin-top:220px;
	padding: 0 16px 0 14px;
}

#top_right{
	margin-left:160px;
	width:798px;
}

#flash{ 
	height:287px;
}

#scelta_lingua{
	height:16px;
	text-align:right;
	padding: 3px 4px 0 0;
}
#menu{
	height:44px;
	text-align:left;
	
}

/******MENU*/

ul{
list-style-type:none;
/*margin-left:-10px;*/
margin: 0 0 0 -40px;
}

li{
list-style-type:none;
background-image:url(../images/bottone_oriz.gif);
/*display:block;*/
width:132px;
height:42px;
float:left;
margin:0 1px 0 0;

}

a.mainmenu{
	display:block;
	width:90px;
	height:14px;
	margin:15px auto 0 10px;
	padding:0 0 0 15px;
	color:#FFFFFF;
	background-image:url(../images/menu_oriz.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	font-size:14px;
	letter-spacing:0.05em;
	text-align:center;
}

a.mainmenu_sel{
	display:block;
	width:90px;
	height:14px;
	margin:15px auto 0 10px;
	padding:0 0 0 15px;
	color:#EB7601;
	background-image:url(../images/menu_oriz.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	font-size:14px;
	letter-spacing:0.05em;
	text-align:center;
}

a.mainmenu:hover{
	background-image:url(../images/menu_oriz_hover.gif);
	
	color:#EB7601;
}

/*-----------------------------------BOTTOM*/

#bottom{
	background-color:#363636;
	clear:both;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-y;
}

#menu_vert{
	background-color:#6d6d6d;
	width:160px;
	float:left;
	min-height:100px;
}

#main_text{
	margin-left:162px;
	width:768px;
	min-height:100px;
	padding:15px;
}

#text{
	padding:15px 40px 15px 40px;
	line-height:18px;
	text-align:justify;
}
/*-----------------------------------FOOTER*/

#footer{
	clear:both;
}

/********************************************************************************CLASSI*/

.titolo{
font-size:24px;
}

a.menu_vert{
 	display:block;
	width:90px;
	height:14px;
	margin:25px auto 0 18px;
	padding:0 0 0 30px;
	color:#FFFFFF;
	background-image:url(../images/menu_vert.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	font-size:12px;
	letter-spacing:0.05em;
	
}

a.menu_vert_sel{
 	display:block;
	width:90px;
	height:14px;
	margin:25px auto 0 18px;
	padding:0 0 0 30px;
	color:#FFFFFF;
	background-image:url(../images/menu_vert.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	font-size:12px;
	letter-spacing:0.05em;
	color:#ff7f00;
	
}

a.menu_vert:hover{
	background-image:url(../images/menu_vert_hover.gif);
	color:#EB7601;
}