/* ------------- TERRITORIO --------------- */


#main_container_territorio {	
	min-height: 770px;
}

#territorio_intro {
	padding-right: 135px;
	padding-left: 135px;
	padding-top: 130px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: justify;
}

#territorio_text {
	padding-right: 135px;
	padding-left: 135px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: justify;
}

/* I hate you ie 6 */
#first_par {
	margin-top: 0px;
}

/* ------ lake list ------*/

#lake_list {
	list-style-type: none;
}

#terr_lago_orta {
	position: absolute;
	top: 110px;
	right: 250px;
}

#terr_lago_orta a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/lago_dorta.jpg');
}

#terr_lago_maggiore {
	position: absolute;
	top: 110px;
	left: 250px;
}

#terr_lago_maggiore a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/lago_maggiore.jpg');
}

/* -- */
#lake_list li {
	width: 100px;
	height: 95px;	
}

#lake_list a {
	display: block;
	width: 100px;
	height: 75px;
	padding: 0px;
	text-decoration: none;
	filter:alpha(opacity: 60); 
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#lake_list a span {
	display: block;
	position: absolute;	
	bottom: 0px;
	left: 0px;
	font-size: 16px;
	width: 100px;
	text-align: center;
}

#lake_list a:hover {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;	
}

#lake_list a:hover span {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;	
}

/* --------- location list --------- */

#location_list {
	list-style-type: none;
}

#terr_stresa {
	position: absolute;
	top: 160px;
	left: 20px;
}

#terr_stresa a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/stresa.jpg');
}

#terr_arona {
	position: absolute;
	top: 285px;
	left: 20px;
}

#terr_arona a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/arona.jpg');
}

#terr_verbania {
	position: absolute;
	top: 535px;
	right: 20px;
}

#terr_verbania a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/verbania.jpg');
}

#terr_belgirate {
	position: absolute;
	top: 535px;
	left: 20px;
}

#terr_belgirate a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/belgirate.jpg');
}

#terr_baveno {
	position: absolute;
	top: 410px;
	left: 20px;
}

#terr_baveno a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/baveno.jpg');
}

#terr_mergozzo {
	position: absolute;
	top: 285px;
	right: 20px;
}

#terr_mergozzo a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/mergozzo.jpg');
}

#terr_san_giulio {
	position: absolute;
	top: 410px;
	right: 20px;
}

#terr_san_giulio a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/san_giulio.jpg');
}

#terr_gignese {
	position: absolute;
	top: 660px;
	left: 20px;
}

#terr_gignese a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/gignese.jpg');
}

#terr_vogogna {
	position: absolute;
	top: 660px;
	right: 20px;
}

#terr_vogogna a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/vogogna.jpg');
}

#terr_ghiffa {
	position: absolute;
	top: 160px;
	right: 20px;
}

#terr_ghiffa a {
	background: no-repeat left center url('../imgs/territorio/loc_thumbs/ghiffa.jpg');
}

#location_list li {
	width: 100px;
	height: 95px;	
}

#location_list a {
	display: block;
	width: 100px;
	height: 75px;
	padding-left: 0px;
	text-decoration: none;
	filter:alpha(opacity: 60); 
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#location_list a span {
	display: block;
	position: absolute;	
	bottom: 0px;
	left: 0px;
	font-size: 16px;
	width: 100px;
	text-align: center;
}

#location_list a:hover {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;	
}

#location_list a:hover span {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;	
}
