body{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000033;
	margin-top: 20px;
	
}
.clear{clear: both;}
#header{
	height: 190px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
}
#logo{position: relative;}
#logo a{
	background-image: url(images/logo-small.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 131px;
	display: block;
	position: absolute;
	left: 300px;
	top: 20px;
	text-indent: -999999px;
	 outline: none;
}

#depli{
	display: block;
	position: absolute;
	left: 10px;
	top: 38px;	
}
#depli img{
	border: 2px solid white;	
}
/****  MENU  ****/
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 200px;
  height: 29px;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 69px;
  height: 29px;
  background: url(images/home.png) no-repeat;
  left: 290px;
  top: 155px;
}
#menu .home span {
  width: 69px;
  height: 29px;
  background: url(images/homeH.png) no-repeat;
  left: 0;
  top: 0;
}

#menu .contatti {
  width: 89px;
  height: 29px;
  background: url(images/contatti.png) no-repeat;
  left: 590px;
  top: 155px;
}
#menu .contatti span {
  width: 89px;
  height: 29px;
  background: url(images/contattiH.png) no-repeat;
  left: 0;
  top: 0;
}
#menu .servizi {
  width: 87px;
  height: 29px;
  background: url(images/servizi.png) no-repeat;
  left: 390px;
  top: 155px;
}
#menu .servizi span {
  width: 87px;
  height: 29px;
  background: url(images/serviziH.png) no-repeat;
  left: 0;
  top: 0;
}
#menu .utilita {
  width: 89px;
  height: 29px;
  background: url(images/utilita.png) no-repeat;
  left: 490px;
  top: 155px;
}
#menu .utilita span {
  width: 89px;
  height: 29px;
  background: url(images/utilitaH.png) no-repeat;
  left: 0;
  top: 0;
}
/****  Side Bar  ****/
#sidebarsx{
	display: block;
	float: left;
	height: 500px;
	width: 210px;
	background-image: url('images/InfoutiliBG.gif');
	baclground-repeat: x;
	margin-right: 10px;

}
#sidebarsx p{
	padding: 5px;
}
#content{

	height: 500px;
	background-color: #ffffff;
	background-image: url(images/paper.jpg);
}
#content ul{
	padding-left: 200px;
	list-style-type: circle;
	display: block;
	position: relative;
	left: 50px;
	top: 20px;

}
.service{
	font-size: 15pt;
}

#footer{
	display: block;
	float: bottom;
	background-color: #000099;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}
#footer p{font-size: small;}
