@charset "utf-8";
/* CSS Document */

/* ========      FOOTER    ======== */
#footer{
	position: relative;
	clear: both;
	color: #666666;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 0;
	padding: 5px 0 0 0;
	width: 945px;
	font-size: 12px;
	}
		
#footer a {
	color: #D51500;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer ul li, #address{
	font-size: 93%;
	letter-spacing: .5px;
}
	
#footer ul {
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
	}

#footer ul li {
	border: 1px #666666;
	border-style: none none none solid;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	}
	
#footer ul li.first {
	border-style: none;
	padding: 0 10px 0 0;
	}
	
#address a { margin: 5px 10px 0 10px; 
	}
