body {
	text-align: left;
	width: 960px;
	height: 100%;
	background: white;
	color: #8f8f8f;
	font-family: Arial, Helvetica, sans-serif;
}

body, ul, li, h1, p {
	margin: 0; 
	padding: 0; 
	border: none;
	list-style: none;
	line-height: 100%;
}

img { 
	border: 0; 
	text-decoration: none;
	display: block;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

div.contenitore_ext {
	width: 960px;
	height: 600px;
	padding-top: 40px;
}

table.tabella_indirizzi {
	width: 240px;
	border-spacing: 0;
	margin-top: 40px;
}

.footer a {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	text-align: right;
}

.footer h3 {
	font-size: 9px;
	font-weight: normal;
	text-align: right;
}

div.logo_sinistra h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 180%;
	padding-right: 3px;
	text-align: right;
}

div.logo_sinistra h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	padding-top: 10px;
	text-align: right;
}

div.logo_sinistra img {
	padding-top: 4px;
}

td.bandiera {
	vertical-align: bottom;
	text-align: right;
	padding: 0;
	width: 32px;
	border-spacing: 0;
}

td.bandiera img {
	padding: 0 0 6px 0;
	float: right;
}

#slideshow_container {
	width:600px;
	height:400px;
}

#slideshow_container .easy_slides_caption {
	width:590px;
	height:25px;
	padding: 10px 0 0 10px;
}

.easy_slides_container {
	/*border: 1px solid #8f8f8f;*/
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 400px;
}

.easy_slides_img1,.easy_slides_img2 {
	display: none;
	top: 0;
	position: absolute;
}

.easy_slides_img1 {
	z-index: 2;
}

.easy_slides_img2 {
	z-index: 1;
}

.easy_slides_caption {
	position: absolute;
	bottom: 0;
	background-image: url(../images/bg.png);
	background-color: transparent;
	display: none;
	z-index: 3;
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
}
