/* CSS Document */

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  width: 100%;
  text-align: center;
}

/*
<div id="minWidth"></div>
#minWidth
{
  width:760px;
  height:1px;
}
*/

#center
{
  /*  min-width:760px;  */
  /* padding:0 10px 0 10px; */
  width:870px;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  text-align:left;
  height:550px;
  overflow:hidden;
}


#header
{
  width: 100%;
  height: 80px;
  overflow: hidden;         /* Elimina spazio misteriosamente creato in ie7 */
  border-bottom:1px solid #C0C0C0;
}

#div_header_image
{
  height: 50px;
  background:#FFFFFF;
  overflow: hidden;
}

#header_image
{
  font-size:0;
  line-height:0;
  height: 50px;
  overflow: hidden;
}

#div_menu_top
{
  border-top:1px solid #C0C0C0;
  height: 30px;
  line-height:30px;
}

#menu_top
{ 
  height: 30px;
  width: 100%;
  overflow:hidden;
  text-align: left;
  list-style: none;
}

#menu_top li
{ 
  float:left;
  height: 32px;
  padding:0px 3px 0px 0px;
}

#menu_top a
{ 
  font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
  letter-spacing: 0px;
  font-weight:bold;
  text-transform: lowercase;
  text-transform: uppercase;
  /* color: #888888; */
  color: #000000;
  display:block;
  line-height:30px;
  padding:0px 6px 0px 6px;        
}


#menu_top a:hover,
#menu_top a:focus,
#menu_top a:link,
#menu_top a:visited
{
  text-decoration: none;
}

/* Sezione pagina principale del documento */
#content
{
  width: 100%;
  text-align: left;
  /*
  *height: 100%;
  min-height: 100%;
  */  
  padding-top: 10px;
  padding-bottom: 10px;  
}

/* Footer */
#footer
{ 
  margin-top: 5px;
  border-top:1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  text-align: center;
  font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 15px;
  font-weight:bold;
}

/* adatta la lunghezza del contenitore al contenuto in caso di float */
.clear
{
  clear: both;
  height: 0;
  font-size: 0;               /* Correzione per ie. Elimina le altezze del div */
  overflow: hidden;
  line-height: 0;
}