/* CSS Document */

#homebox {
	background-image: url(pattern.gif);
	background-color: #eceff0;
	border-top: 3px solid #2c495b;
	padding: 0;
	position: relative;
	height: 160px;
}
#homebox h4 {
	font-size: 12px;
}
#boxint {
	position: absolute;
	width: 241px;
	left: 46px;
	top: 30px;
	height: 100px;
}
#boxconv {
	position: absolute;
	width: 241px;
	left: 362px;
	height: 100px;
	top: 30px;
}
#boxtur {
	position: absolute;
	width: 241px;
	left: 671px;
	top: 30px;
	height: 100px;
}
#homebox p {
	margin: 5px 0 0 0;
}
#homenav {
	margin:0;
	padding: 0;
}
#contenitore {
	background-image: none;
	
}
#contenuto {
	
	height: 175px;
}
#homenav li {
	list-style: none;
}
#homenav li a {
	display: block;
	position: absolute;
	width: 201px;
	height: 121px;
	text-indent: -9999px;
	top: 305px;}

#homenav li a:hover {
	background-position: 0 -121px;
	}

#homenav li a#homeist {
	background-image: url(ist/home.gif);
	left:66px;
}
#homenav li a#homeconv {
	background-image: url(conv/home.gif);
	left:382px;
}
#homenav li a#hometur {
	background-image: url(tur/home.gif);
	left:691px;
}
#tagline {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 960px;
	text-align: center;
}

