/*
-----------------------------------------------
Arsweb basic style
version:  2004.11.11
----------------------------------------------- */

body {
  margin:0;
  padding:0;
  background:#fffff;
  font-weight: normal;
  font-size: 10pt;
  color: black;
  font-style: normal;
  font-family: "Trebuchet MS", Verdana;
  text-decoration: none
  }
p {
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: "Trebuchet MS", Verdana;
    text-decoration: none
  }

td {
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: "Trebuchet MS", Verdana;
    text-decoration: none
  }

h1 {
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: "Trebuchet MS", Verdana;
    text-decoration: none;
    line-height : 150%
}

.titolo {
	font-weight: bold;
	font-size: 10pt;
	color: #E28724;
	font-style: normal;
	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	padding-bottom : 3px;
}

 
/* Main Navigation
----------------------------------------------- */
#nav{
  position:relative;
  margin-left:8em;
  height:100%;
  background:#E8EBE;
  }
#nav div {
  position:absolute;
  width:500px;
  bottom:0;
  left:0;
  border-left:1px solid #E28724;
  }
#nav a, #nav strong, #nav em {
  font-family: "Trebuchet MS", Verdana;
  font-size: 10pt;
  font-weight: bold;
  float:left;
  display:block;
  padding:3px 5px 6px;
  border-width:0;
  border-style:none;
  border-right:1px solid #E28724;
  text-decoration:none;
  text-transform:lowercase;
  color: #E28724;
  }
#nav strong {
  font-family: "Trebuchet MS", Verdana;
  font-size: 10pt;
  border-bottom:5px solid #E28724;
  padding:2px;
  color:#000;
  }
#nav a:hover {
  font-family: "Trebuchet MS", Verdana;
  font-size: 10pt;
  color:#ffffff;
  }

/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  border-bottom:5px solid #E28724;
  padding-bottom:1px;
  background:#E8EBE;
  }
#nav strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:2px;
  background:#E8EBE;
  }
#nav strong a:hover {
  border-bottom-width:0;
  background:#E8EBE;
  }
#nav em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  background:#E8EBE;
  }
#nav span {display:none;background:#E8EBE;}




/* Second level Navigation
----------------------------------------------- */
#nav2{
  position:relative;
  margin-left:-10px;
  margin-top:100px;
  height:100%;
  }
#nav2 div {
  position:absolute;
  width:100px;
  height:100%;
  bottom:0;
  left:0;
  border-left:0px solid #E28724;
  }
#nav2 a, #nav2 strong, #nav2 em {
  font-family: "Trebuchet MS", Verdana;
  font-size: 10pt;
  font-weight: normal;
  float:left;
  display:block;
  padding:5px 10px 12px;
  border-width:0;
  border-style:none;
  border-right:0px solid #E28724;
  text-decoration:none;
  text-transform:lowercase;
  color: #E28724;
  }
#nav2 strong {
  font-family: "Trebuchet MS", Verdana;
  font-size: 10pt;
  border-left:5px solid #E28724;
  padding:5px 10px 12px;
  color:#000;
  }
#nav2 a:hover {
  font-family: "Trebuchet MS", Verdana;
  font-size: 10pt;
  color:#E28724;
  }

/* \ Hack to get IE5/Mac to ignore the following rule */
#nav2 a:hover {
  border-left:5px solid #E28724;
  }
#nav2 strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:5px 10px 12px;
  }
#nav2 strong a:hover {
  border-bottom-width:0;
  }
#nav2 em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  }
#nav2 span {display:none;}



/* Forms
------------------------------------------------*/
input
{
	font-weight: normal;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	border : 1px solid #B9B9B9;
}
select
{
	font-size: 10pt;
	color: black;
	font-family: "Trebuchet MS", Verdana;
}
textarea
{
	font-size: 10pt;
	color: black;
	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	border : 1px solid #B9B9B9;
}
input.field
{
    width: 30mm;
    height: 0pt
}
input.button
{
	font-size: 10pt;
	color: black;
	font-family: "Trebuchet MS", Verdana;
	background-color : #F3F3F3;
	border : 1px solid #B9B9B9;
}
