html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 11px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(../images/header_bg.jpg) repeat-x;
	text-align: left;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 230px;
	position: absolute;
	z-index: 30;
}
#header h1 {
	margin-top: 5px;
}
#header h1 img {
	display: block;
}
#nav {
	position: relative;
	z-index: 30;
	margin-top: 7px;
}
#nav img {
	float: left;
}
/* Menu a tendina */
#nav ul{
  padding:0;
  margin:0;
}
#nav li{
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  padding:0;
}

#nav ul ul{
  position: absolute;
  top: 30px;
  visibility: visible;
  z-index: 30;
}
.hid {
  padding-top: 200px;
}
#li1 a{
  background: url("../images/menu/m1_1.jpg") no-repeat;
  background-position: top left;
  display: block;
  text-align: center;
  line-height: 50px;
  text-decoration:none;
  color: white;
  height: 41px;
  width: 87px;
}
#li1 a:hover{
  background-position: bottom left;
  height: 41px;
  width: 87px;
}

#li2 a{
  background: url("../images/menu/m2_1.jpg") no-repeat;
  background-position: top left;
  display: block;
  text-align: center;
  line-height: 50px;
  text-decoration:none;
  color: white;
  height: 41px;
  width: 87px;
}
#li2 a:hover{
  background-position: bottom left;
  height: 41px;
  width: 87px;
}

#li3 a{
  background: url("../images/menu/m3_1.jpg") no-repeat;
  background-position: top left;
  display: block;
  text-align: center;
  line-height: 50px;
  text-decoration:none;
  color: white;
  height: 41px;
  width: 87px;
}
#li3 a:hover{
  background-position: bottom left;
  height: 41px;
  width: 87px;
}

#pr3 a{
  background: url("../images/menu/m3_3_1.jpg") no-repeat;
  background-position: top left;
  display: block;
  text-align: center;
  line-height: 30px;
  text-decoration:none;
  color: white;
  height: 30px;
  width: 87px;
  
}
#pr3 a:hover {
  background-position: bottom left;
  height: 30px;
  width: 87px;
}

#li4 a{
  background: url("../images/menu/m4_1.jpg") no-repeat;
  background-position: top left;
  display: block;
  text-align: center;
  line-height: 50px;
  text-decoration:none;
  color: white;
  height: 41px;
  width: 87px;
}
#li4 a:hover{
  background-position: bottom left;
  height: 41px;
  width: 87px;
}


#li5 a{
  background: url("../images/menu/m8_1.jpg") no-repeat;
  background-position: top left;
  display: block;
  text-align: center;
  line-height: 50px;
  text-decoration:none;
  color: white;
  height: 41px;
  width: 94px;
}
#li5 a:hover{
  background-position: bottom left;
  height: 41px;
  width: 94px;
}




/* fine menu */
/*Banner loading */
/*fine banner loading*/

#headline {
	position: relative;
	z-index: 1;
	width: 774px;
	height: 261px;
	padding-top: 205px;
}

#photo {
	float: left;
	width: 624px;
	
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
	
}

#photo .slideshow {
	height: 255px;
	width: 618px;
}
#photo .slideshow img{
	padding: 2px 2px 2px 2px;
}
#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(../images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 420px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#listbox  ul.plussbullets {
	margin-top: 10px;
	margin-left: 270px;
	padding: 0;
}

#body-left ul.plussbullets li {
	background: top left url(../images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}
#listbox  ul.plussbullets li {
	background: top left url(../images/bullet_plus.gif) no-repeat;
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(../images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}

#listbox {
	text-align: left;
}
ul#split, ul#split li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#split li {
	float:left;
	width:418px;
	margin:0 10px 10px 0;
}
ul#split h3 {
	font: bold 120%/1.3 tahoma, arial, sans-serif;
    text-transform:uppercase;
	margin:0px;
	padding: 5px 0 0;
	text-align: center;
	color: #5C5C5C;
}
ul#split h2 {
	font: bold 11px tahoma, arial, sans-serif;
	margin:0px;
	padding: 5px 0 0;
	text-align: left;
	color: #5C5C5C;
}

div#listbox h3 {
	font: bold 120%/1.3 tahoma, arial, sans-serif;
	margin:0px;
	padding: 5px 0 0;
	text-align: left;
	color: #5C5C5C;
}

div#listbox h2 {
	font: bold 11px tahoma, arial, sans-serif;
	margin:0px;
	padding: 5px 0 0;
	text-align: left;
	color: #5C5C5C;
}

ul#split p {
	margin:0;
	padding:5px 8px 15px
}
li#one h3 {
	background: #C8C866
}
ul#split div {
	background: #FFFFFF;
}
li#one div {
	border:2px solid #C8C866
}
li#two h3 {
	background: #FFBD00
}
li#two div {
	border:2px solid #FFBD00
}
li#three h3 {
	background: #E3A1C4
}
li#three div {
	border:2px solid #E3A1C4
}

li#four h3 {
	background: #C8C866
}
li#four div {
	border:2px solid #C8C866
}
li#five h3 {
	background: #FFBD00
}
li#five div {
	border:2px solid #FFBD00
}
li#six h3 {
	background: #E3A1C4
}
li#six div {
	border:2px solid #E3A1C4
}

#body-left .input {
  width: 280px;
  border:1px solid #859D31;
  margin-bottom: 5px;
  float: right;
  
}
#body-left .input_prov {
  width: 25px;
  border:1px solid #859D31;
  margin-left: 4px;
  margin-bottom: 5px;
  float: right;
}
.mybox {
  width:700px; 
  height: 265px;
  text-align: left;
}
#errore {
  width:380px;  
  height:30px;  
  margin-top: 15px;
}
.error {
	visibility: hidden;
}
