*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#desk #piede {
	position: absolute;
	bottom: -30px;
	left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: transparent;
	color: Navy;
}
#desk{
	background-color: #FFFFFF;
	color: #000000;
/*	border: 1px solid #0098A7; */
	width: 82%;
	height: 75%;
	min-width: 500px;
	position: absolute;
	top: 120px;
	left: 150px;
	z-index: 10;
}
#fiore{
	position: absolute;
	left: 52px;
	top: 22px;
	z-index: 1;
}

body{
	background-image: url(../images/sfumatura3.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul{
	margin: 0px 0px 0px 1px;
}
a{
	text-decoration: none;
	background-color: #6ACDD9;
	color: #000000;
	font-weight: bold;
}
div#logo{
	position: absolute;
	top: 30px;
	right: 8%;
}
/* area login */
table.login{
	border: 1px solid #9E9E9E;
	background-color: #F4F4F4;
}
table.login tr{
	height: 20px;
}
th.login {
	background-image: url(../images/testate.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}
td.piede {
	background-color: #DDF246;
	color: #000000;
	text-align: center;
	height: 20px;
}
/* area menu */
div#menu{

}
div#container{
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	z-index: 2
}
#menu a {
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	text-decoration: none;
	height: 20px;
	display: block;
	outline: 0;
	margin-bottom: 0px;
}
#menu li {
	display: block;
	list-style-type: none;
}
#menu a:hover {
	color: #000000;
}
#menu .accordion a {
	color: #000000;
	padding-left: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	background-color: #C2F0F2;
}
#menu .accordion a:hover {
	color: #000000;
	text-decoration: none;
}

#menu .in {
	color: #000000;
	padding-left: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	background-color: #C2F0F2;
	cursor: default;
}

/*- Search -*/
#search{
	background: url(../images/search-bgr.gif) no-repeat top right;
	float: left;
	height: 22px;
	width: 140px;
}
#search input{
	background: transparent;
	border: 1;
	float: left;
	margin: 2px 0 0;
	width: 120px;
}
#search input.btn{
	margin: 3px 0 0 7px;
	padding: 0;
	width: auto;
}
