/* CSS Document */

@charset "utf-8";

body {
	text-align:center;
	padding:0;
	margin:0;
	background-color: #FFF;
} 

#container {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* pre-header contiene menu home e lingue */
#pre-header {
	height:72px;
	text-align:left;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #293E36;
}

#logo {
	width:520px;
	height: 72px;
	float:left;
}

#menu01 {
	width:440px;
	float:left;
	color: #293E36;
	padding-top: 57px;
}

ul#menuTop {
	padding:0;
	margin:0;
	list-style:none;
	font-size: 12px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
	ul#menuTop li {float:left;}
	ul#menuTop li a {
	color:#293E36;
	font-size:12px;
	text-decoration:none;
	border-right:0.4em solid #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 1.1em;
	font-weight: bold;
}
	ul#menuTop li a:hover {
	background-color: #FFF;
	color: #D30006;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D30006;
	height: 22px;
}
#foto-header {
	width:960px;
	height:320px;
	float:left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #293E36;
}

#content {
	width:960px;
	background-color: #FFF;
}

#col-sx {
	width:249px;
	height:800px;
	float:left;
	background-color: #FFF;
	background-image: url(images/pagina/bg-menu.jpg);
	background-repeat: repeat-y;
	background-position: 206px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #293E36;
}

#menu-sx
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	line-height: 25px;
	color: #770003;
	text-align: left;
	margin: 0;
	font-weight: bold;
}

#menu-sx ul 
{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu-sx ul li 
{
	padding: 0;
	list-style-type: none;
}

#menu-sx ul li a 
{
	display: block;
	width:249px;
	text-decoration: none;
	color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54645E;
}
#menu-sx a:hover
{
color: #770003;
background-color: #eee;
}




#col-dx{
	width:710px;
	float:left;
	background-color: #FFF;
}

#titolo{
	width:710px;
	height: 30px;
	float:left;
	font-size: 20px;
	color: #293E36;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#testi{
	width:670px;
	float:left;
	font-size: 12px;
	color: #333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	line-height: 20px;
}


#testi a:link, #testi a:visited, #testi a:active {
color: #D30006;
text-decoration: underline;
}

#testi a:hover {
color: #293E36;
}



/* footer */
#footer {
	clear:left;
	width: 960px;
	font-size: 9px;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #293E36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	}
	#footer a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#footer-sx {
	float:left;
	width: 250px;
	text-align: left;
}

#footer-dx {
	float:left;
	width: 710px;
	text-align: right;
}

