﻿@charset "utf-8";
/* CSS Document */

#footerInformation {
float:left;
position: relative;
width: 100%;}

#footerInformation ul {

	margin: 0;
	padding: 0.7em 0em;
	font-size: 1em;
	list-style-type: none;
	text-align: center;
	line-height: 1.3em;}
	
	
#footerInformation ul li {
	display: inline;
	
	}

#footerInformation ul li a {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0;
	color: #999999;
	white-space: nowrap;
	}
	
#payment_logo {

position: absolute;
right: 0;
top: 2em;
height: 24px;
width: 161px;
background-image: url(../images/payment_logo.gif);
background-position:center;
background-repeat: no-repeat;}