body { 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
}

#container { 
	background-color: white; 
	text-align: left; 
	width: 952px; 
	height: auto; 
	margin-top:0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0; 
}

/* HEADER XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#top { 
	background-color: #ffffff; 
	width: 952px; 
	height: 75px; 
	border-bottom: 5px solid #099; 
}

#top ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	float:right;
}

#top li {
	float: left;
}

#top li a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #3b3b3b;
	display:block;
}

#selettore1 {
	border-top: 6px solid #fb9400;
	margin-right: 20px;	
}

#selettore2 {
	border-top: 6px solid #2881d1;
	
	
}

#lang {
	float:left;
	display:inline;
	height:20px;
	text-align:right;
	font-size:10px;
	color:#000000;
	padding:0px;
	margin:0px;
	position: relative;
	left: 699px;
	top: 55px;	
}

#lang a {
	color:#666;
	text-decoration:none;
}

#navbar { 
	background-image: url(../imgs/navigazione/bkg_navbar.gif); 
	background-repeat: repeat-x; 
	width: 952px; 
	height: 35px; 
}

#navigazione {
	float:left;
}

#cerca {
	float:right;
	height:27px;
	padding-top:8px;
	padding-right:20px;
}

.field_cerca {
	width:135px;
	height:14px;
	font-size:11px;
	color:#444444;
	padding:1px;
	border: 1px solid #d1d0d0;
}

/* FOOTER XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#footer {
	font-size: 11px;
	background-color: white;
	width: 952px;
	height: 100px;
	clear: both;
	display: block;
	background-image: url(../imgs/footer/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footerscritta { 
	float: left; 
	margin-top: 50px; 
	margin-left: 110px; 
	display: inline;
	color:#444; 
}

#footerimg { 
	float: left; 
	margin-left: 10px;
	margin-top: 35px; 
	display: block; 
}

.bigfooter { 
	color: #099; 
	font-weight: bold; 
}

/* TITOLO PAGINA XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#pagina {
	width:952px;
	height:52px;
	background-color: #ffffff;
	overflow:hidden;
	text-align:left;
	margin:0px;
	padding:0px;
	clear:both;
}

#pagina h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	color: #22a9a9;
	margin-top:30px;
	margin-left: 30px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;	
}

#pagina h1 span {
	display:none;
}

#pagina h1 {
	height: 15px;
	background-image: url(../imgs/azienda/tit_default.gif);
	background-repeat: no-repeat;
}

/* CONTENUTI PAGINA XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#content {
	background-image:url(../imgs/filetto.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	clear:both;
}

#content h2 {
	margin:0px;
	padding:15px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #009d9d;
}

#content h3 {
	margin:0px;
	padding:7px 0px 7px 0px;
	font-size: 14px;
	color: #444444;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #009d9d;
}

#content p {
	margin:0px;
	margin-bottom: 15px;
	padding:0px;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}

#content table {
	margin-top:20px;
}

#content #testo {
	padding-top: 25px;
	padding-left:30px;
}

#content ul {
	margin:0px;
	margin-left: 25px;
	padding: 0px;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}

#content li {
	text-align: justify;
	margin:0px;
	padding:0px;
	list-style: disc;
}

/**CLASSI TESTO XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX**/

.colore1 {
	color: #2881d1;
	font-weight: bold;
}

.colore2 {
	color: #c47300;
	font-weight: bold;
}

/** SPECIFICHE CONTENUTI XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX**/

.g_map {
	width:520px;
	height:320px;
}


/** CONTATTI XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX**/

.tab_form {
	font-size:12px;
	color:#444;
}

.tab_form b {
	color:#FF6600;
}

.request {
	color:#FF6600;
}

.campo_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	border: 1px solid #ccc;
	padding:2px;
	width:250px;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	border: 1px solid #ccc;
	padding:2px;
	width:510px;
}

.form_button {
	display:block;
	background-color:#444;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:2px;
	border: 1px solid #444;
	cursor:pointer;
	float:left;
	margin-right:5px;
}

.form_button_send {
	display:block;
	background-color:#009c9c;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:2px;
	border: 1px solid #009c9c;
	cursor:pointer;
	float:left;
	margin-right:5px;
}

.ok_form {
	font-size:12px;
	font-weight:bold;
	color:#444;
}

.clear {
	clear:both;
}