@charset "UTF-8";
/* CSS Document */
#footer
{
	background-image:url(../images/patterns/footer.jpg);
	background-repeat:repeat-x;
	width:1028px;
	height:150px;
	float:left;
	clear:both;
}
#footer ul
{
	padding:120px 0px 0px 25px;
	float:left;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#footer li
{
	padding:0px 0px 0px 5px;
	margin:0px;
	display:inline;
}
#footer li a
{
	color:#FFF;
	text-decoration:none;
	font-size:.8em;
	font-weight:bolder;
}
#footer li a:hover
{
	text-decoration:underline;
	font-weight:bolder;
}
#footer #footerRight
{
	float:right;
	width:200px;
	height:100px;
	margin:20px;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color:#666;
	padding-left: 20px;	
}

#footer #footerRight .header
{
	color:#FFF;
	font-size:.9em;
	
}

#footer #footerRight p
{
	color:#FFF;
	font-size:.7em;
	
}
