
@import "pagine.css";
@import "text.css";

/*
 **************************************
 Struttura
 **************************************
 **************************************
 */
 
* {
  margin:0;
  padding:0;
}
body {
  text-align:center;
  background-image:url("img/body.jpg");
  background-repeat:repeat-y;
  background-position:top center;
  background-color:#789F84;
}
#wrapper {
  background-image:url("img/wrapper.jpg");
  background-repeat:repeat-x;
  background-position:top left;
  background-color:#EDE2D0;
}
#box {
  width:780px;
  margin:0 auto;
  text-align:left;
  background-color:#E6E1D5;
  background-image:url("img/box.jpg");
  background-repeat:repeat-y;
  background-position:top center; 
}
#header {
  height:250px;
  background-image:url("img/header.jpg");
  background-repeat:no-repeat;
  background-position:top center;
}
#head-sx {
  float:left;
  padding:12px 0 0 20px;
}
#head-dx {
  padding:210px 0 0 670px;
}
#content {
  
}
#footer {
  clear:both;
}
#wrapper-bottom {
  text-align:center;
  background-image:url("img/wrapper-bottom.jpg");
  background-repeat:repeat-x;
  background-position:top left;
}
#foot {
  width:780px;
  margin:0 auto;
  text-align:right;
  background-image:url("img/foot.jpg");
  background-repeat:no-repeat;
  background-position:top center;
}
#foot p {
  padding:10px 20px 0 0;
  margin-bottom:50px;
}


/*
 **************************************
 Menù
 **************************************
 **************************************
 */

#menu {
  height:40px;
  background-image:url("img/menu.jpg");
  background-repeat:no-repeat;
  background-position:top center;
}
#menu-contatti {
  height:40px;
  background-image:url("img/menu-contatti.jpg");
  background-repeat:no-repeat;
  background-position:top center;
}
#menu1,#menu2,#menu3 {
  float:left;
  display:block;
  width:168px;
  height:40px;
}
#menu1 {
  padding-left:36px;
}
#menu2 {
  padding-left:166px;
}
#menu3 {
  padding-left:32px;
}
#menu-foot {
  clear:both;
}
a.a-menu {
  display:block;
  width:168px;
  height:40px;
  
}
a.a-menu:hover {
  background-image:url("img/menu-hover.jpg");
  background-repeat:no-repeat;
  background-position:top center;
}














