/* CSS Document */
#footer {
	position		: relative;
	margin-top		: 0px;
	padding-top		: 5px;
	height			: 25px;
	background		: url('/static/_img_root/hdot.gif') top repeat-x;
	color			: #a8a8a8;
	font-size:9px;
}


#footer_copy {
    position        : absolute;
    margin-top      : 3px;
    left            : 0;
	color			: #a8a8a8;
}

#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_root/hdot.gif') top repeat-x;
	color			: #a8a8a8;
	font-size:9px;
	width: 600px;
	padding-left: 27px;
	
	
}

