﻿/* =========================================== *|
	This is the default CSS style for the
	footer.
/* =========================================== */



	/* ------ Footer ------ */

.footerContainer
{
	width:100%;
	margin:0 auto;
}	

	/* ------ Footer Menu ------ */
	
.footerMenu
{
	list-style:none;
	height:20px;
	text-align:center;
}
.footerMenu li
{
	display:inline;
}
.footerMenu a
{
	color:#000000;
	font-size:11px;
}
.footerCopyright
{
	color:#000000;
	font-size:11px;
	direction:ltr;
	text-align:center;
}
.footerCopyright span
{
	color:#000000;
	font-size:11px;
}