/**
 * Style sheet application_bottom
 */
div#footer
{
	background-image:url("tl_files/imiq/bg-footer.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
	height:40px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}

div#footer ul
{
	padding:0px 0px 0px 0px;
	margin:25px 0px 0px 30%;
	list-style:none;
}

div#footer li
{
	padding:0px 5px 0px 5px;
	margin:0px;
	float:left;
	font-size:0.8em;
	color:#505050;
}

div#footer p
{
	display:inline;
	padding:0px 8px;
	margin:0px;
	color:#000;
	border-left:1px solid #505050;
}

div#footer a
{
	color:#505050;
	text-decoration:none;
	padding:0px 8px;
	margin:0px;
	display:block;
	float:left;
	border-left:1px solid #505050;
}

div#footer a.first
{
	border:none;
}

div#footer a:hover
{
	text-decoration:underline;
}
