/*
  http://www.macommultimedia.com/
*/
body {
	margin: 0px;
	padding: 0px;
}

.width {
  width: 776px;
}

/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 2em;
	margin: 0 auto;
	background-color: #000000;
	border-bottom: 0px;
	padding-bottom:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 1.0em 1em 0 0 !important;
  margin: 1.0em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 0.8em arial, sans-serif;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  text-decoration:none;

  color: #657596;
  border-right: 1px solid #101115;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #ffffff;
  text-decoration:none;
}

/**************************************************************
   Manù principale [QUELLO GROSSO, ndr]
 **************************************************************/

#menu {
  margin: 0 auto;
  text-align: centre;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: center;
  background: #101115 url(../img/bg_menu_onyricon.gif) repeat-x top left;
  /*   --- Occhio a questo sfondino che non corrisponde!!!---    */
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: centre;
}

#menu ul li a {
	float: left;
	width: 14%;
	height: 1.6em;
	text-align: center !important;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: 0.1em;
	background-color: #101115;
	color: #fff;
	border-top: 0px solid #000;
	border-bottom: 5px solid #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #101115;
  border-top: 0px;
  border-bottom: 5px solid #5C5C5C;
  color: #9DB9EB;
  text-decoration: none;
  font-weight:bold;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}

/**************************************************************
   Footer o piè di pagina
 **************************************************************/

#footer {
	clear: both;
	float: left;
	width: 750px;
	height: 6em;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

#footer #bg {
  position: relative;
  height: 6em;
  margin: 0 auto;
  background: #000000 url(../xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: centre;
  margin: 2em 1em 0 0 !important;
  margin: 2em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
	
	padding: 0 1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #ddd;
	border-right: 1px solid #101115;
	text-decoration: none;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #555555;
  text-decoration: underline;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}


