
/*--Footer styles--*/
#footer {
  width: 990px; min-height: 200px; background-color: #000; border-top: 6px solid #666666; padding: 10px 0px; margin: 0px auto;
}

/*--Set footer width and center--*/
#footer-wrapper {
  color: #999; width: 981px; margin: 0 auto; padding: 10px 0px;
}

#footer-wrapper p { text-align: center; }

.footer-menu {
	float: left; margin: 0px 40px;
}

.footer-menu h3 {
	color: #b9b9b9; font-size: 16px; border-bottom: 1px solid #999;	margin: 0px 0px 8px 0px;
}

.footer-menu ul { list-style: none; }

.footer-menu li { margin: 5px 0px; }

.footer-menu a:link {
	color: #999999;	font-size: 12px; text-decoration: none;
}

.footer-menu a:visited {
	color: #999999;	font-size: 12px; text-decoration: none;
}

.footer-menu a:hover {
	color: #e7e7e7;
	text-decoration: underline;
}

#phpmotiontemplates-footer {
	color: #999; width: 990px; text-align: center; background-color: #3f3f3f; padding: 5px 0px; margin: 0px auto;
}


