@charset "utf-8";
/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
}
body {
	background: #434554 url(../images/bg_interne.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
h1,h2,h3,h4,p,ul,li,form {
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #9900CC;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #9900CC;
}
a img {
	border: 0;
}
div.clearer {
	clear: both;
}
p {
	font-size: 1.15em;
	line-height: 1.4em;
	text-align: justify;
}
h1 {
	color: #990066;
	font-size: 1.6em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}
h1.top {
	margin-top: 40px;
}
h2 {
	font-style: italic;
	font-weight: bold;
	color: #15A8DD;
	font-size: 1.2em;
}
ul {
	margin: 10px 0 5px 12px;
}
ul li {
	list-style: url(../images/spunta_blu.gif);
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 1em 0.5em;
}
ul.grande li {
	font-size: 1.2em;
	margin: 1.3em 0.5em;
}
ol li {
	font-size: 1.1em;
	margin-bottom: 0.6em;
	line-height: 1.4em;
}
ol li ol {
	margin-top: 0.4em;
}
ol li ol li {
	font-size: 1em;
	list-style: upper-alpha;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #15A8DD;
}
/* layout */
#container, #container_contenuto {
	width: 920px;
	margin: 0 auto;
}
#container_contenuto {
	background: transparent url(../images/bg_pagina.jpg) repeat-y;
}
#container_contenuto p {
	margin-bottom: 0.5em;
}
#wrapper {
	text-align: left;
}
#header {
	padding: 0 9px;
	height: 104px;
}
#header div {
	height: 100%;
	background: transparent url(../images/bg_header.jpg) bottom repeat-x;
	position: relative;
}
/* logo */
a#logo {
	position: absolute;
	top: 0;
	left: 10px;
}
/* slogan */
img#slogan {
	position: absolute;
	top: 0;
	right: 0;
}
/* contenitore immagine principale */
div#top_container {
	height: 184px;
	background: transparent url(../images/background_top_interne.jpg) no-repeat;
	text-align: center;	
}
/* menu */
ul#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	z-index: 99;
}
ul#menu li {
	float: left;
	display: block;
	font-size: 1em;
	height: 38px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/ling_middle.jpg) repeat-x;
}
ul#menu li a, ul#menu li a:visited {
	display: block;
	height: 100%;
	background: transparent url(../images/ling_left.jpg) left no-repeat;
	text-decoration: none;
	color: #76787E;
}
ul#menu li a:hover {
	color: #9900CC;
}
ul#menu li a span {
	display: block;
	height: 100%;
	background: transparent url(../images/ling_right.jpg) right no-repeat;
	padding: 0 10px;
	cursor: pointer;
}
ul#menu li.active, ul#menu li.active_interna {
	background: transparent url(../images/ling_middle_active.jpg) repeat-x;
}
ul#menu li.active a {
	background: transparent url(../images/ling_left_active.jpg) left no-repeat;
	color: #416276;
}
ul#menu li.active a span {
	padding-left: 14px;
}
ul#menu li.active_interna a {
	background: transparent url(../images/ling_left_active_interna.jpg) left no-repeat;
	color: #416276;
}
ul#menu li.active a span, ul#menu li.active_interna a span {
	background: transparent url(../images/ling_right_active.jpg) right no-repeat;
}
ul#menu li.ombra_active a {
	background: transparent url(../images/ling_left_shadow.jpg) left no-repeat;
}
ul#menu li.ombra_active_prima a span {
	background: transparent url(../images/ling_right_shadow_prima.jpg) right no-repeat;
}
/* contenuto */
div.contenuto {
	margin: 0 60px 0 60px;
	padding-top: 20px;
}
/* varie contenuto */
table {
	border: 1px solid #999999;
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #999999;
	text-align: center;
	padding: 3px 5px;
	vertical-align: top;
}
th {
	color: #15A8DD;
}
p.didascalia {
	font-size: 1em;
	text-align: center;
	margin-bottom: 3px;
}
/* colonne */
div.a_primo {
	float: left;
	width: 490px;
	padding-right: 20px;
}
div.a_secondo {
	float: right;
	width: 250px;
	padding-left: 20px;	
	font-size: 0.9em;
}
div.a_secondo h2 {
	text-align: center;
	margin-bottom: 20px;
}
div.a_secondo h3 {
	text-align: center;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	color: #006666;
	font-size: 1.3em;
}
/* footer */
div#footer_top p, div#footer_bottom p {
	text-align: center;
}
div#footer_top {
	height: 19px;
	padding: 7px 0;
	margin: 45px 10px 0 10px;
	color: #9900CC;
	font-size: 0.85em;
	text-align: center;
}
div#footer_bottom {
	background-color: #EDEDED;
	padding: 7px 0;
	margin: 0 10px;
	color: #434554;	
	font-size: 0.7em;	
	text-align: center;	
}
div#footer_top a, div#footer_bottom a, div#footer_top a:visited, div#footer_bottom a:visited {
	color: #9900CC;
}
/* contatti */
h4.telefono {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	text-align: left;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent url(../images/icons/tel_ico.jpg) no-repeat;
}
h4.fax {
	text-align: left;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent url(../images/icons/fax_ico.jpg) no-repeat;
}
h4.cell {
	text-align: left;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent url(../images/icons/cell_ico.jpg) no-repeat;
}
div.contatti p {
	line-height: 1.6em;	
}
form#contatti_form p {
	margin: 0.9em 0;
}
form#contatti_form textarea {
	width: 100%;
	height: 120px;
}
form#contatti_form textarea.alto {
	height: 160px;
}
span.asterisco {
	color:#15A8DD;
	font-weight:bold;
}
label.error {
	color: #FF0000;
	font-weight: bold;
	padding-left: 10px;
}
p.messaggio {
	color: #FF0000;
	font-weight: bold;
	padding: 3px 10px;
	background-color: #FFFF99;
	text-align: center;
	margin-top: 10px;
}
table.contatti {
	margin: 0;
	padding: 0;
	border: none;
}
table.contatti td {
	border: none;
	margin: 0;
	padding: 0;
	padding-right: 15px;
}
/* varie */
.top5 {
	margin-top: 5px !important;
}
.top10 {
	margin-top: 10px !important;
}
.top20 {
	margin-top: 20px !important;
}
.top40 {
	margin-top: 40px !important;
}
p.center {
	text-align: center;
}
.left {
	text-align: left !important;
}
p.menu {
	margin: 0.3em 0 !important;
	text-align: left !important;
}
p.viola {
	color: #990066;
}
p.blu {
	color: #003366;
}
p.rosso {
	color: #CC0000;
}
p.medio {
	font-size: 1.4em;
}
p.grande {
	font-size: 1.6em;
}
div.spacer30 {
	height: 30px;
	clear: both;
}
div.spacer40 {
	height: 40px;
	clear: both;
}
div.spacer50 {
	height: 50px;
	clear: both;	
}
img.right {
	margin-left: 10px;
	margin-bottom: 0;
}
img.left {
	margin-bottom: 0;
}
.blu {
	color: #333399 !important;
}
.verde {
	color: #339900 !important;
}
.rosso {
	color: #CC0000 !important;
}
.aqua {
	color: #006666 !important;
}
em.grande {
	font-size: 1.1em !important;
}
h2.grande {
	font-size: 1.4em !important;
}
.rightmargin30 {
	margin-right: 33px;
}