/* ------------------ tooltip ------------------------- */

#tt {position:absolute; display:block; background:url(tooltip/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(tooltip/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}

object {
   outline           : none 
}

/* ----------------- submodal ------------------- */
#popupMask { display:none; position:absolute;top:0;left:0;width:100%;height:100%;z-index:200;background-color:#000;-moz-opacity: 0.7;opacity:.70;filter: alpha(opacity=70);}
#popupContainer {position: absolute;z-index: 201;top: 0px;left: 0px;display:none;padding: 0px;}
#popupInner { padding:12px;padding-top:0px;background-color: #FFFFFF;}
#popupFrame {margin: 0px;width: 100%;height: 100%;position: relative;z-index: 202;}
#popupTitleBar {background-color: #fff;color: #FFFFFF;font-weight: bold;height: 20px;padding: 0px; padding-top:8px;position: relative;z-index: 203;}
#popupTitle {float:left;font-size: 1.1em; display:none}
#popupControls {float: right;cursor: pointer;cursor: hand;}
#popupControls a span {display: block;height: 20px;width: 20px; margin-right:0px; margin-top:0px; text-indent: -9000px;background: url('submodal_base/submodal_close.gif') no-repeat;}
.popupBody  {margin:5px; margin-top:0px;margin-left:10px;background-color:#FFFFFF; }

/* ----------------- CSS WEBSITE ------------------- */
body
{
	margin					: 0;
	padding					: 0;
	border					: 0;
	background-color		: #DC0000;
	background-image		: url(../_pics/struttura/bg_body.jpg);
	background-repeat		: no-repeat;
	background-position	: center top;
	color						: #FFF;
}

body,
select,
input,
textarea {
	font-family		: Trebuchet MS, sans-serif;
	font-size		: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited {
	color                	: #D00;
	text-decoration			: none;
	font-weight          	: bold;
	text-decoration      	: underline;
}

a:hover {
	text-decoration		: underline;
	color						: #FFF;
}



input,
select,
textarea
{
	padding				: 4px;
	background-color	: #FFF;
	border				: 2px solid #000;
	font-size			: 14px;
}

textarea {
	
}


html>body div.clear { display: none; }
head:first-child+body div.clear { display: block; }
.clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .clear { display: none; } /* */

div {
	background		: transparent;
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

form {
   margin         : 0;
   padding        : 0;
}

.centrato {
	text-align		: center;
}

.padding_10 {
	padding			: 10px;
}


.stile_indi
{
	display				: none;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

#div_container {
	margin				: auto;
	width					: 980px;
}

div.div_body_margin {
	width					: 840px;
	margin-left			: 140px;
}

#div_container div.div_header {
	height				: 170px;
	position				: relative;
}

#div_container div.div_header div.div_logo {
	position				: absolute;
	bottom				: 0;
	left					: 130px;
}

#div_container div.div_header div.div_logo,
#div_container div.div_header div.div_logo img {
	width					: 450px;
	height				: 145px;
}

#div_container div.div_main_menu {
	text-align			: center;
	white-space			: nowrap;
}


#div_container div.div_body {
	position					: relative;
	font-size				: 14px;
	line-height				: 20px;
}

#div_container div.div_body b {
	color						: #F60;
}

#div_container div.div_main_menu,
#div_container div.div_footer,
#div_container div.div_body div.div_body_inner {
	margin-right			: 54px;
}

#div_container div.div_header div.div_logo a,
#div_container div.div_main_menu a {
	outline					: none;
}

#div_container div.div_body div.div_body_inner {
	background-image: url(../_pics/struttura/bg_body_inner.png);
}

#div_container div.div_footer {
	text-align			: center;
}

#div_container div.div_footer p {
	margin				: 8px 0;
}

#div_container div.div_footer a:link,
#div_container div.div_footer a:visited {
	color					: #FFF;
	text-decoration		: none;
}

#div_container div.div_footer a:hover {
	text-decoration		: underline;
}

#div_container div.div_footer p.main_menu {
}

ul.testo {
	list-style-type			: square;
	margin-left					: 15px;
	padding-left				: 15px;
}

ul.testo li {
	padding					: 6px 0;
}

p.titolo_2 {
	font-size				: 22px;
	letter-spacing			: -1px;
	font-weight				: bold;
}

p.titolo_3 {
	font-size				: 17px;
	font-weight				: bold;
	color						: #FD0;
	
}

p.testo {
	line-height				: 20px;
	text-align				: justify;
	padding					: 0 2px;
}

p.titolo_img {

}

p.titolo_img img {
	vertical-align				: middle;
}


table.tab_contatti {
	margin					: auto;
	width						: 95%;
}

table.tab_contatti td {
	vertical-align			: top;
}

table.tab_contatti td table td {
	vertical-align			: middle;
}

table.tab_contatti td.td_sx {
	width						: 60%;
}

table.tab_contatti td.td_dx {
	width						: 40%;
	font-size				: 17px;
}

#div_form_contatti input.input_1,
#div_form_contatti select.input_1,
#div_form_contatti textarea.input_1 {
	width						: 250px;
}

#div_form_contatti div.div_errori,
#div_form_contatti div.div_invio {
	margin			: auto;
	width			   : 60%;
	padding			: 2px;
}

#div_form_contatti div.div_invio p.ok_mail,
#div_form_contatti div.div_errori p.errore {
	font-size		: 16px;
	font-weight		: bold;
	text-align		: center;
}

#div_form_contatti ul.errore_form,
#div_form_contatti div.div_errori p.errore {
	color			: #E00;
}

#div_form_contatti ul.errore_form {
   width                : 250px;
   margin               : auto;
}

#div_form_contatti ul li {
	padding			: 2px;
}

#div_form_contatti table.tab_form {
	margin			: auto;
	width				: 70%;
}

#div_form_contatti table.tab_form td {
	padding			: 2px;
}

#div_form_contatti table.tab_form td.td_header {
	text-align		: center;
	padding			: 6px 0 2px 0;
	font-weight		: bold;
}

#div_form_contatti table.tab_form td.td_dida {
	text-align		: right;
	white-space      : nowrap;
}

#div_form_contatti table.tab_form td.td_campo {
	text-align		: left;
}

#div_form_contatti table.tab_form td.td_messaggio {
	text-align		: center;
}

#div_form_contatti table.tab_form td p.privacy_txt {
	font-size		: 11px;
}

#div_form_contatti table.tab_form td p.privacy_input {
	padding			: 3px;
	text-align		: center;
}

#div_form_contatti table.tab_form td p.submit {
	text-align		: center;
	padding			: 2px;
}

img.img_bordo {
	border			: 1px solid #FFF;
}

div.div_prima_dopo,
div.div_prima_dopo table {
	margin				: auto;
}

div.div_prima_dopo table td {
	padding				: 10px 8px;
}


table.tab_dove_operiamo {
	
}

table.tab_dove_operiamo td {
	font-size				: 12px;
}

table.tab_dove_operiamo td a:link,
table.tab_dove_operiamo td a:visited {
	color						: #FFF;
	text-decoration		: none;
}

table.tab_dove_operiamo td a:hover {
	color						: #FFF;
	text-decoration		: underline;
}

p.servizi_zone {
	font-size			: 10px;
	line-height			: 10px;
	text-align			: justify;	
}

p.servizi_zone a {
	text-decoration		: none;
	color				: #FFF;
	font-weight			: normal;
}

p.servizi_zone a:hover {
	text-decoration		: underline;
	color				: #FFF;
}

div.scambio_link a {
	text-decoration		: none;
	color				: #FFF;
}

div.scambio_link a:hover {
	text-decoration		: underline;
	color				: #FFF;
}
div.contatti_box {
	float				: right;
	width				: 390px;
	text-align			: center;
	padding-right		: 20px;
}

.contatti_box .titolo_box{
  font-family			: 'Permanent Marker', serif;
  font-size				: 36px;
  font-style			: normal;
  font-weight			: 400;
  text-shadow			: none;
  text-decoration		: none;
  text-transform		: none;
  letter-spacing		: 0.07em;
  word-spacing			: 0em;
  line-height			: 1.2;
  margin				: 5px 0;
}

.contatti_box .sottotitolo_box {
  font-family			: 'Francois One', serif;
  font-size				: 22px;
  font-style			: normal;
  font-weight			: 400;
  text-shadow			: none;
  text-decoration		: none;
  text-transform		: none;
  letter-spacing		: 0em;
  word-spacing			: 0em;
  line-height			: 1.2;
  color					: #ffcc00;
  margin				: 10px 0;
}

.contatti_box .testo_box {
  font-family: 'Francois One', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.05em;
  word-spacing: 0em;
  line-height: 25px;
}
