/*
 *		Footer structure
 */

.footer {
	position		: relative;
	margin-top		: 0px;
	padding-top		: 5px;
	height			: 25px;
	color			: #a8a8a8;
	font-size:9px;
	background-image: url(/static/_img_itim/hdot.gif);
	background-repeat: repeat-x;
	background-position: top;
	float:left;
	display:inline;
	width: 751px;
}


#footer_copy {
	position        : absolute;
	margin-top      : 3px;
	left            : 0;
	color			: #a8a8a8;
	width: 230px;
}

#footer_img {
    position        : absolute;
    left            : 300px; /*365px;*/
}

#footermenu {
	margin          : 0;
    margin-top      : 3px;
    padding         : 0;
	display         : inline;
	height          : auto;
	list-style-type : none;
    float           : right;
}

#footermenu li {
	display         : inline;
}


.footer_menu_spacer {
	margin			: 0 3px;
	color			: #a8a8a8;
}

/*****************************************************************/


#footer_pop_up {
	position		: relative;
	margin-top		: 8px;
	padding-top		: 5px;
	height			: 25px;
	background		: url('/static/_img_itim/hdot.gif') top repeat-x;
	color			: #a8a8a8;
	font-size:9px;
	width: 600px;
	padding-left: 27px;
}

a.testo_menu_ist:link, 
a.testo_menu_ist:visited, 
a.testo_menu_ist:active  {
	color			: #a8a8a8;
	font-size		: 9px;
	letter-spacing  : -1px;
}

a.testo_menu_ist:hover {
	color			: #888888;
}

