/* ------------------ 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		: #F73C90;
}

body,
select,
input,
textarea {
	font-family		: Arial, sans-serif;
	font-size		: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited {
	color                : #055217;
	text-decoration		: none;
	font-weight            : bold;
	text-decoration        : underline;
}

a:hover
{
	text-decoration		: underline;
}



input,
select,
textarea
{
	padding			: 2px;
	background-color	: #EEE;
	border			: 1px solid #999;
}

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_1 {
	padding			: 5px;
}

.padding_1_lat {
	padding			: 0 5px;
}

.padding_2 {
	padding			: 10px;
}

.padding_2_left {
	padding			: 0 10px;
}

.padding_3 {
	padding			: 15px;
}

.padding_3_left {
	padding			: 0 15px;
}

.stile_indi {
	display				: none;
}

div.div_main_bg {
	background-image: url(../_pics/struttura/bg_main_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div.div_main_header {
	background-image: url(../_pics/struttura/bg_main_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

div.div_main_footer {
	background-image: url(../_pics/struttura/bg_main_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height				: 510px;
	height					: auto !important;
	height					: 510px;
}

#div_container {
	width					: 934px;
	padding-bottom		: 80px;
	margin				: auto;
}

div.div_header {
	height				: 122px;
	position				: relative;
	position				: relative;
}

div.div_header div.div_logo {
	position				: absolute;
	top					: 20px;
	left					: 20px;
}

div.div_header div.div_main_menu {
	position				: absolute;
	right					: 18px;
	top					: 40px;
}

div.div_main_content {
	padding				: 10px 20px;
	min-height			: 400px;
	height				: auto !important;
	height				: 400px;
}

div.div_footer_txt {
	text-align			: center;
	padding-top			: 25px;
	line-height			: 18px;
	color					: #FFF;
}

div.div_footer_txt a:link,
div.div_footer_txt a:visited {
	text-decoration		: none;
	font-weight				: normal;
	color					: #FFF;
}

div.div_footer_txt,
div.div_footer_txt a:link,
div.div_footer_txt a:visited {
	color					: #FFF;
}

div.div_footer_txt a:hover {
	text-decoration		: underline;
}

div.div_footer_txt p.main_menu {
}

div.div_footer_txt p.copyright {
	font-size			: 11px;
}

p.titolo {
	padding				: 5px 0 10px 0;
}

table.tab_mappa_contatti {
	margin				: auto;
	width					: 100%;
}

table.tab_mappa_contatti td {
	padding				: 10px;
}

table.tab_mappa_contatti td.td_contenuto {
	width					: 60%;
}

table.tab_mappa_contatti td.td_indirizzo {
	width					: 40%;
	line-height			: 16px;
}

table.tab_img {
	margin				: auto;
}

table.tab_img td {
	padding				: 10px;
	font-size			: 16px;
	text-align			: center;
}

table.tab_img td img {
	border				: 2px solid #CCC;
	
}

