body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	background: #fff url(../images/layout/bg-right-column.png) top repeat-x;
	text-align:center;
}

#container {
	width: 720px;
	margin: 0px auto;
	background-color: #FFF;
	text-align:left;
}

#frame {
	margin: 0px 10px;
}

#header {
	height: 220px;
}
#header span {
	display: none;
}

#mainNavigation {
	height:20px;
}
#mainNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainNavigation li {
	float: left;
	width: 140px;
	height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainNavigation a {
	width: 140px;
	height: 20px;
	display: block;
}
#mainNavigation a span {
	display: none;
}

#brochure {
}
#brochure a {
	width: 175px;
	height: 90px;
	display: block;
}
#brochure a span {
	display:none;
}

#content {
	position:relative;
	background-color: #fff;
}

#title {
	height: 70px;
}
#title span {
	display: none;
}

#mainCopy {
	width: 525px;
	overflow: visible;
}

#rightColumn {
	width: 175px;
	height: 400px;
	position: absolute;
	top: 50px;
	left: 525px;
	background:url(../images/layout/bg-right.png);
	background-repeat:repeat-x;
}

#footerMargin {
	background-color: #FFF;
	height:20px;
	clear: both;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 5px 10px 5px 30px;
}

#copyright {
	height: 14px;
}

li#homepage {
	background-image:url(../images/menuNavInside/homepageOver.png);
}
li#homepage a {
	background-image:url(../images/menuNavInside/homepageOff.png);
}
li#homepage a:hover {
	background-image:url(../images/menuNavInside/homepageOver.png);
}

li#chiSiamo {
	background-image:url(../images/menuNavInside/chiSiamoOver.png);
}
li#chiSiamo a {
	background-image:url(../images/menuNavInside/chiSiamoOff.png);
}
li#chiSiamo a:hover {
	background-image:url(../images/menuNavInside/chiSiamoOver.png);
}

li#doveSiamo {
	background-image:url(../images/menuNavInside/doveSiamoOver.png);
}
li#doveSiamo a {
	background-image:url(../images/menuNavInside/doveSiamoOff.png);
}
li#doveSiamo a:hover {
	background-image:url(../images/menuNavInside/doveSiamoOver.png);
}

li#servizi {
	background-image:url(../images/menuNavInside/serviziOver.png);
}
li#servizi a {
	background-image:url(../images/menuNavInside/serviziOff.png);
}
li#servizi a:hover {
	background-image:url(../images/menuNavInside/serviziOver.png);
}

li#contatti {
	background-image:url(../images/menuNavInside/contattiOver.png);
}
li#contatti a {
	background-image:url(../images/menuNavInside/contattiOff.png);
}
li#contatti a:hover {
	background-image:url(../images/menuNavInside/contattiOver.png);
}
		
/* --------------------------------------------------------------------- */
/*typography*/

a {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	}
h2 {
	font-size: 1.0em;
	font-weight: normal;
	}
h2 span {
	display: none;
}
h1 {
	font-size: 1.4em;
	margin: 10px 0;
	font-weight: normal;
	color:#006699;
	
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}	
	
ol, ul {
	/*list-style: none;*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
li {
	font-size: 1em;
	line-height: 1.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 2.4em 1.2em 2.4em;
	}
#rightColumn p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	margin:10px 0px;
	padding:0px 10px;
}
#rightColumn h2 {
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	margin-left:10px;
}
#rightColumn ul {
	font-size: 0.8em;
	color: #666;
	margin:10px 0px;
	padding:0px 10px;
	list-style-type:square;
	font-style: normal;
}
#rightColumn li {
	line-height: 1em;
	font-size: 1em;
	color: #666666;
}

form {
	padding: 0px;
	margin: 0px;
}

li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
}
#davide_prevosto{background-color:#000;height:12px;text-indent:-9999px;margin-bottom:0;border-bottom:1px solid #eee;}