
body{
  font-family:Verdana, Arial,Helvetica;
  font-size:12px;
  text-align:center;
  /*background-color:#440101;*/
  background-image:url(immagini/sfondo.jpeg);
  background-repeat:repeat-x;
}

#global-container{
  left:50%;
  margin-left:-450px;
  position:absolute;
  background-color:#ffffff;
  width:900px;
  border:6px solid #000000;
  height:auto;
}

#header{
  border-top:0px solid black;
  height:150px;
  font-size:30px;
  text-align:left;
  padding-left:30px;
  background-color:#ffffff;
}

#menu{
  padding-left:150px;
  height:40px;
  line-height:40px;
  background-image:url(immagini/nerolucido.jpg);
  background-repeat:repeat-x;
  border-bottom:2px solid black;
  border-top:2px solid black;
  margin-bottom:10px;
}
.menu_item{
  float:left;
  width:120px;
  background-image:url(immagini/grigiolucido.jpg);
  background-repeat:repeat-x;
  height:38px;
  line-height:38px;
  border-right:1px solid black;
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
}

.menu_item:hover{
  border:1px solid black;
  background-image:url(immagini/grigiolucido2.jpg);
  color:#ffffff;
}


.menu_item a{
  color:#ffffff;
}

#main-content{}

/* MENU DI SINISTRA */

#left-container{
  float:left;
  margin:5px;
  margin-left:10px;
  margin-bottom:30px;
  width:180px;
  border:2px solid black;
  display:block;
}

#right-container .sb-inner{
	background-color: #ebebeb;
}
#right-container .sb-border{
	background-color: #000000;	
}

.sep-menu{
margin:10px;
border:1px solid black;
}
.default-menu-title{
  background-image:url(immagini/nerolucido.jpg);
  background-repeat:repeat-x;
  /*background-color:#474444;*/
  color:#ffffff;
  height:20px;
  font-weight:bold;
  border:2px solid black;
  text-transform:uppercase;
}
.default-menu-subtitle{
  text-align:left;
  padding-left:5px;
  background-color:#ebebeb;
  border-bottom:1px solid black;
  font-weight:bold;
  height:30px;
  text-decoration:none;
  line-height:30px;
}

.default-menu-subtitle:hover{
  background-color:#948f8f;
  color:#ffffff;
  font-weight:bold;
}

.default-menu-subtitle a{
  color:#000000;
}


.default-menu-item{
  text-decoration:underline;
  text-align:left;
  padding-left:12px;
  background-color:#f9f4f4;
  border-bottom:1px solid black;
  height:22px;
  line-height:22px;
}

.default-menu-item:hover{
  background-color:#948f8f;
  color:#ffffff;
  font-weight:bold;
}

.default-menu-item a{
  color:#000000;
}

#center-container{
  float:left;
  margin:5px;
  width:490px;
  border:1px solid black;
  text-align:left;
  height:auto;
  margin-bottom:30px;
  padding-left:10px;
}

#right-container{
  float:left;
  width:170px;
  margin-left:7px;
  margin-top:5px;
  border:0px solid black;
}

.banner-title{
  font-weight:bold;
  font-size:14px;
}

#footer{
  clear:left;
  margin:20px;
  font-size:10px;
  color:#504949;
  padding:10px;
  background-color:#ebebeb;
  border:1px solid #504949;
}

