@charset "UTF-8";
/* CSS Document */



/* ______________ LAYOUT ______________ */

#header { margin-bottom: 10px; }

#picture {
	position: relative;
	width: 960px;
}

#spalla {
	position: absolute;
	top: 26px;
	left: 0;
	width: 228px;
}

#dida {
	position: relative;
	width: 960px;
	height: 48px;
}

#dida #title {
	position: absolute;
	width: 594px;
	left: 0;
	top: 12px;
	color: #000;
}

#dida div.bottonedx {
	position: absolute;
	right: 0;
	top: 12px;
	width: 340px;
}

/* ______________ STYLES ______________ */

#dida #title h1 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	margin-bottom: 0;
}

#dida #title h3 {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	margin-bottom: 0;
}

#submenu.bianco a {
	color: #fff;
	border-top-color: #fff;
}

#submenu.bianco a:hover, #submenu.bianco a.current {
	color: #900;
}

#submenu.bianco a.speciale {
	color: #d5d5d5;
}

#submenu.bianco a.speciale:hover {
	color: #fff;
}

#submenu.nero2 a {
	color: #000;
	border-top-color: #000;
}

#submenu.nero2 a:hover, #submenu.bianco a.current {
	color: #900;
}

#submenu.nero2 a.speciale {
	color: #d5d5d5;
}

#submenu.nero2 a.speciale:hover {
	color: #fff;
}

