@import url(form.css);
@import url(tree.css);
@import url(slider.css);
/*@import url(slider_coda.css);*/
body {
  color: #231F20;
  font-family: Verdana, Arial, "Times New Roman", Times, serif;
  font-size: 90%;
  background: #FFF url("../../images/bg.jpg") top repeat-x;
  margin: 0;
  padding: 0;
}

H2 {
  margin: 8px 0;
  padding: 0;
  font-family: Century Gothic, arial !important;
  font-weight: normal;
  font-size: 2.1em;
  letter-spacing: -0.4px;
  border-bottom: 1px solid #869C2E;
}
a {
  color: #7F9928;
	text-decoration: none;
}
DIV#contain a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/*bd*/
a img{
  border: 0;
}
.clear{
  clear: both;
}

DIV.wrap {
  width: 944px;
  margin: 12px auto;
}

/* Header & Navigation
----------------------------------------------------------------------------------------------------*/
DIV#header {
  height: 148px;
	position: relative;
  width: 960px;
  margin: 0 auto;
}
DIV#header H1 {
  margin: 5px;
  padding: 0;
}
DIV#header H1 SPAN {
  display: none;
}
DIV#header UL#navigation {
	position: absolute;
  /*width: 26em;*/
  bottom: 20px;
	right: 0;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 1.2em;
  font-family: Century Gothic, arial !important;
}
DIV#header UL#navigation LI {
  display: inline;
	float: left;
  /*line-height: 40px;*/
  margin: 0;
  padding: 0;
}
DIV#header UL#navigation LI A {
  color: #737373;
  text-decoration: none;
  padding: 10px 24px;
  display: block;
  text-transform: uppercase;
}

/*bd l'helper assegna la current class al tag li non al tag a */
/*
DIV#header UL#navigation LI A:hover,
DIV#header UL#navigation LI A:focus {
  color: #737373;
  background: url("../../images/nav_active.gif") no-repeat center;
}
DIV#header UL#navigation LI A.active:hover,
DIV#header UL#navigation LI A.active:focus {
  color: #9BA500;
}
DIV#header UL#navigation LI .active {
  margin-top: 0;
  color: #9BA500;
  background: url("../../images/nav_active.gif") no-repeat center;
}
*/
DIV#header UL#navigation LI A:hover,
DIV#header UL#navigation LI A:focus {
  color: #737373;
  background: url("../../images/nav_active.gif") no-repeat center;
}
/*
DIV#header UL#navigation LI A.active:hover,
DIV#header UL#navigation LI A.active:focus {
  color: #9BA500;
}
*/
DIV#header UL#navigation LI.active A {
  margin-top: 0;
  color: #9BA500;
  background: url("../../images/nav_active.gif") no-repeat center;
}

DIV#header .reserved {
	position: absolute;
  /*width: 26em;*/
  top: 20px;
	right: 0;
  margin: 0;
  padding: 0;
}
DIV#header .reserved INPUT {
  width: 6em;
  padding: 1px;
  border: 1px solid #C0C0C1;
  background: url("../../images/bg_input.gif") repeat-x bottom;
}
DIV#header .reserved INPUT.go {
  width: 2.4em;
  padding: 2px;
  border: 1px solid #C0C0C1;
  color:#fff;
  font-weight: bold;
  font-size: 0.8em;
  background: url("../../images/bg_input_go.gif") repeat-x bottom;
}
/* Contenuti
----------------------------------------------------------------------------------------------------*/
DIV#contain {
  font-size: 0.8em;
  background: url("../../images/texture.png") bottom right no-repeat;
  min-height:550px;
  height:auto !important;
  height:550px;
  padding-bottom: 40px;
}

/* Homepage
----------------------------------------------------------------------------------------------------*/
DIV#contain .newsbox {
  float: left;
  margin: 4px 20px 4px 0;
  width:210px;
}
DIV#contain .newsbox H2 A,
DIV#contain .videobox H2 A{
  color: #231F20 !important;
  font-weight: normal;
}
DIV#contain .videobox {
  margin: 4px 20px 4px 0;
  width:333px;
  float: left;
}
DIV#contain .homeDescription {
  width:360px;
  margin: 4px 0 4px 0;
  float: right;
}
/* layout
----------------------------------------------------------------------------------------------------*/
DIV#contain #main {
  width: 700px;
  float: left;
  margin-bottom: 40px;
}
DIV#contain #rightbox {
  width: 210px;
  float: right;
}
DIV#contain #rightbox .newsbox {
  width: 200px;
  margin: 0;
}
DIV#contain #rightbox .utilitybox {
  width: 200px;
}

/* footer
----------------------------------------------------------------------------------------------------*/
DIV#footer {
  clear: both;
  width: 100%;
  margin: 0;
  background: #989898 url("../../images/bg_footer.jpg") top repeat-x;
  font-size: 0.8em;
  min-height: 200px;
  height:auto !important;
  height:550px;
}
DIV.contactbox {
  position: relative;
  float: left;
  width: 390px;
  height: 200px;
  margin: 18px 0;
  margin-right: 12px;
  padding: 4px 14px;
  color: #fff;
  background: url("../../images/bg_contactbox.png") top left no-repeat;
}
DIV.contactbox H2{
  border: none;
  color: #CCC915;
}
DIV.contactbox IMG {
  /*padding: 4px 14px;*/
  position: absolute;
  top: 5px; right: 15px;
}
DIV.linkbox {
  float: right;
  width: 440px;
  margin: 18px 0;
  padding: 4px 14px;
  color: #fff;
}
DIV.linkbox A.box {
  color: #fff;
  display: block;
  float: left;
  width: 102px;
  height: 102px;
  text-align:center;
  padding-top: 8px;
  margin-left: 8px;
  background: url("../../images/bg_icon_link.png") top left no-repeat;
}
DIV.linkbox A.box IMG {
  border: none;
}
DIV.linkbox A.box:hover,
DIV.linkbox A.box:focus {
  text-decoration: none;
  color: #D5D110;
}
DIV.linkbox .credits {
  clear: both;
  color: #fff;
  display: block;
  width: 480px;
  height: 50px;
  text-align:left;
  line-height: 28px;
  padding: 8px 5px 0 15px;
  margin-top: 5px;
  margin-left: 4px;
  background: url("../../images/bg_credits.png") top left no-repeat;
}
DIV.linkbox .credits IMG {
  float:left;
  padding-right: 8px;
}

