/* author: Matteo Vergani all rights reserved */
div#page {
	margin: 0px auto;
	border: 0px solid blue;
	width: 100%;
}
div#headerImage {
	background-image: url('../img/header.png');
	height: 115px;
	width: 766px;
	margin: 0px auto;
}
div#menuContainer {
	width: 100%;
	/* background-image: url('../img/ombra.png'); */
	background-color: #99B0B2;
	background-repeat: repeat-x;
}
div#menu {
	background-color: #366368;
	height: 222px;
	width: 766px;
	margin: 0px auto;
	text-align: left;
	color: white;
}
/* Start a list apart*/
div#menu ul li {
	position: relative;
}
div#menu li ul {
	position: absolute;
	left: 174px;
	top: 0;
	display: none;
}
div#menu ul li a {
	display: block;
}
div#menu li:hover ul, div#menu li.over ul {
	display: block;
}
/* End a list apart*/
div#menu ul {
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
div#menu li {
	list-style: none;
	line-height: 31px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	width: 167px;
}
div#menu a { /* Per Explorer 6 che non capisce una sega */
	color: white;
}
div#menu li a{
	font-size: 16px;
	color: inherit;
	padding-left: 7px;
	background-color: #366368;
	width: 100%; /* Per explorer 6 */
}
div#menu li a:hover{
	color: black;
	background-color: #F47B28;
}
div#content {
	width: 766px;
	margin: 0px auto;
}
div#rightColumn {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#leftColumn {
	width: 171px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 10px;
}
div.info {
	margin-top: 10px;
	background-color: #E6E6E6;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 10px;
}
div.contactForm {
	padding: 5px;
}
div.contactForm input, div.contactForm select, div.contactForm textarea {
	font-size: 16px;
	color: black;
	background-color: white;
	border: 1px solid #AAAAAA;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.contactForm button {
	margin-top: 5px;
	margin-bottom: 5px;
}
div#centerColumn {
	float: right;
	width: 550px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
}
div#centerColumn p {
	text-align: left;
}
div#centerColumn ul {
	text-align: left;
}
img#imgNews {
	margin-top: 20px;
	margin-bottom: 0px;
}
div#blogNews {
	padding: 0px 15px;
	text-align: left;
}
div#blogNews h3, div#blogNews h3 a{
	color: #39666B;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 2px;
}
div#blogNews img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#blogNews div {
	font-size: 16px;
	padding-bottom: 10px;
	background-image: url('../img/line1.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
div#bottom {
	width: 766px;
	height: 21px;
	text-align: right;
	vertical-align: middle;
	background-color: #366368;
	background-image: url('../img/ombraBottom.png');
	background-repeat: repeat-x;
	color: white;
	font-size: 16px;
	margin: 0px auto;
	clear: both;
	padding-right: 10px;
}