
/* CSSBASE */

*,  * html * {
	margin		: 0;
	padding		: 0;
	border		: 0;
}

.cleared:after {
    display     : block; 
    visibility  : hidden;
    content     : ".";
    height      : 0; 
    clear       : both;
}

.cleared {
    display: inline-table;
}

* html .cleared {
    height      : 1%;
}

.floatleft {    
    float       : left;
    display     : inline;
}

.floatright {    
    float       : right;
    display     : inline;
}


/* COMMON */

#column_normal  h3
{
	font-size:12px;
	color: #009966;
	margin: 10px 0 10px 0;
}

#column_normal {
	color			: #333;
/*	line-height		: 1.4em;*/
	line-height		: 1.3em;
	font-size:12px;
}

#column_normal p {
	color			: #333;
	margin-bottom		: 10px;
}
#column_normal ul {
	color			: #333;	
	list-style-type : none;
	/*margin-bottom:10px;*/
}

#column_normal a {
	color: #009966;
	text-decoration:none;
}

#column_normal ul li {
	background-image	: url('../img/sfondi/ul.gif');
	background-position	: left 0.6em;
	background-repeat	: no-repeat;
	padding				: 0 0 0 8px;
	margin				: 0 0 0 0px;
}

#column_normal ul ul li {
	background-image	: url('../img/sfondi/ulnested.gif');
	background-position	: left 0.6em;
	background-repeat	: no-repeat;
	padding				: 0 0 0 8px;
	margin				: 0 0 0 15px;
}

.rossoevidente {
	color: #ff0000;
	font-weight: bold;
}

/* INTERNAL FOOTER */

#footer {
	margin: -3px 0 0 0;
	font-size: 10px;
	height:4em;
	width			: 762px;
	/* background		: url('../img/sfondi/footer.jpg') top left no-repeat; */
    	background-image 	: url('../img/sfondi/footer.jpg');
    	background-position	: top left;
    	background-repeat 	: no-repeat;
	
}

#footer a {
	text-decoration : none;	
	color			: #567893; /*#999 - #b2b2b2;*/
}

#footer a:hover {
	color			: #096;
}

#footer p {
	padding:8px 0;
	width: 280px;
	color: #b2b2b2;
}

#footer p span.blue_text {
	color:#567893;
}

#footer ul {
	list-style-type	: none;
	font-size		: 10px;
	padding			: 0;
	margin			: 21px 10px 5px 0;
	text-align		: right;
	border			: 0px solid green;
	width			: 475px;
	/* max-width		: 450px; */
	height			: 20px;
}

#footer ul li {
	display			: inline;
	padding			: 0 8px;
	border-left		: 1px solid #b2b2b2;
}

#footer ul #firstdisc {
	border: 0;	
}


#footer ul li a {
	text-decoration : none;	
	color: #b2b2b2;
}
#footer ul li.second_group a {
	color: #525252;
}
#footer ul li.preventivo a {
	color			: #525252;
}
#footer ul li a:hover {
	color			: #096;
}

#sitigruppo,
#sitigruppo_back {
	float			: left;
	position		: absolute;
	z-index			: 300;
	width			: 170px;
	height			: 70px;
	margin-top		: -54px;
	margin-left		: 300px;
	border 			: 1px solid #ccc;
	display			: none;
}

#sitigruppo_back {
	z-index			: 200;	
	opacity			: .88;
	-moz-opacity	: .88;
	filter			: alpha(opacity=88);
	background		: #fff;
	border 			: 1px solid #fff;
}
#sitigruppo.no_home_page {
	margin-left		: 385px;
}
#sitigruppo_back.no_home_page {
	margin-left		: 385px;
}

        #footer #sitigruppo #sitigruppo_btn_chiudi {
            float: right;
            text-align: right;
            padding: 2px 2px 0 0;
        }

        #footer #sitigruppo #sitigruppo_btn_chiudi span {
            /*font-size: 12px;*/
        }

		#footer #sitigruppo ul {
			list-style-type	: none;
			width			: 140px;
			max-width		: 140px;			
			height			: auto;
			margin 			: 15px 0 0 2px;
			text-align		: left;
		}

		#footer #sitigruppo ul li {
			line-height		: 1.8em;
			display			: block;
			border : 0;
		}

		#footer #sitigruppo ul li a {
			display			: block;
			color			: #567893;
			text-decoration : none;
			width			: 140px;
			padding			: 0 0 0 10px;
			background-image 	: url('../img/sfondi/menu2_arrow_dark.gif');
			background-position	: 2px center;
			background-repeat 	: no-repeat;			
		}


		#footer #sitigruppo ul li a:hover {
			color			: #096;
			background-color: #e8e8e8;
			background-image 	: url('../img/sfondi/arrow_green.gif');
			background-position	: 3px center;
			background-repeat 	: no-repeat;			
		}


