/* CSS Document */

#main {
	width:777px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: center;
	padding: 0;
}
body {
	margin:0px;
	padding: 0px;
	background-color: #e7e7e7;
	width: 100%;
}
#testata {
	background-image:url(images/bg_top.jpg);
	width:777px;
	margin: 0px 0px 1px 0px;
	text-align:center;
}
#menu {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#4d2d0b;
	background-image:url(images/bg_menu.gif);
	background-repeat:repeat-x;
	background-position:top;	
	height:40px;
	vertical-align:middle;
	border:0;
}
#menu a, #menu a:active, #menu a:visited {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#4d2d0b;
	vertical-align:middle;
	text-decoration:none;
	border:0;
}
#menu a:hover {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#bfbfbf;
	background-image:url(images/bg_menu_sel.gif);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
	vertical-align:middle;
	text-decoration:none;
	border:0px;
	margin:0px;
	padding: 12px 0px 12px 0px;
}
#menu_sel {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#bfbfbf;
	background-image:url(images/bg_menu_sel.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:middle;
	text-decoration:none;
	border:0px;
	margin:0px;
	padding: 12px 0px 12px 0px;
}

#menu_reg {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#d3d3d3;
	background-image:url(images/bg_menu_reg.gif);
	background-repeat:repeat-x;
	background-position:top;	
	height:40px;
	vertical-align:middle;
	border:0;
}
#menu_reg a, #menu_reg a:active, #menu_reg a:visited {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#4d2d0b;
	vertical-align:middle;
	text-decoration:none;
	border:0;
}
#menu_reg a:hover {

	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#bfbfbf;
	background-image:url(images/bg_menu_sel.gif);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
	vertical-align:middle;
	text-decoration:none;
	border:0px;
	margin:0px;
	padding: 11px 0px 12px 0px;
}
#content {
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:11px;
	color:#FFFFFF;
}
#text {
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:12px;
	color:#bfbfbf;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 20px 0px 20px;
	background-color: transparent;

}
span {
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color: transparent;

}
#text a, #text a:active {
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:12px;
	color:#e29214;
	font-weight:bold;
	text-decoration:none;
}
#text a:hover, #text a:visited,   {
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:12px;
	color:#e29214;
	font-weight:bold;
	text-decoration:none;
}
h1 {
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
	margin:0px;
	height:20px;
}
ul {
	color:#bfbfbf;
	margin:10px 0px 10px 20px;
	padding-left:0px;
	list-style-type:none;
	list-style-position:inside;
	text-align: left;
	white-space: normal;
	color:#bfbfbf;
}
li.lista  {
	color:#bfbfbf;
	background-image:url(images/filetto.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 5px 0px 5px 0px;

}
li.lista a {
	text-decoration:none;
	color:#e29214;
	font-weight:bold;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}
li.lista a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

li.lista01  {
	width:280px;
	color:#474747;
	background-image:url(images/filetto01.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 5px 0px 5px 0px;

}
li.lista1 a {
	text-decoration:none;
	color:#e29214;
	font-weight:bold;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}
li.lista01 a:hover {
	text-decoration:none;
	color:#474747;
	font-weight:bold;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}






#footer {
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	width:777px;
	height:69px;
}
#footer  a{
	font-family:"Trebuchet MS", Tahoma, Helvetica;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	width:777px;
	height:69px;
	text-decoration:none;
}
