#footer { width: 100%;	height: auto; display: block; clear:both;	margin-top: 75px; font-family:Arial, Helvetica, sans-serif;	font-size: 11px;

	background-color: #512680;
	background: -webkit-linear-gradient(#4d227c, #401e66, #331950, #331950); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#4d227c,#401e66, #331950, #331950); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4d227c,#401e66, #331950, #331950); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4d227c,#401e66, #331950, #331950); /* Standard syntax */
}

#footer-wrapper{margin: 0 auto;	width: 100%;}



.footer-content a, .footer-content ul li a{color: #bdb5d2;text-decoration:none;	/*border-bottom: #392d5e 1px dotted;*/}
.footer-content a:hover, .footer-content ul li a:hover{	color: #FFF;text-decoration: underline; /*border-bottom: #bdb5d2 1px dotted;*/}
.footer-content{text-align: left;padding: 40px 0px 20px 0px;font-size: 11px;color: #bdb5d2;line-height: 16px;display: inline-block;clear:both;}
.footer-content ul{	list-style: none;margin: 0px 0px 20px 0px;padding: 0px 0px 0px 0px;line-height: 14px;}
.footer-content ul li{ margin: 0px 0px 5px 10px; text-indent: -1em;}


#footer-copyright {	background: #1f1a2d/*url(../images/footer-copyright-bg.png) repeat-x*/;	width: 100%;height: auto;	display:block;	clear:both;	color: #a79fbe;	font-size:11px;	line-height: 14px;}
#footer-copyright-wrapper{	margin: 0 auto;	width: 100%;}
#footer-copyright-left {float: left;width: 339px;height:auto;display:none;}
#footer-copyright-right {width: 100%; height:auto; display:inline-block;	padding: 10px; text-align: center !important;}
#footer-copyright a{color: #bdb5d2;	text-decoration:none; /* border-bottom: #392d5e 1px dotted; */ border-bottom: none;}
#footer-copyright a:hover{color: #FFF;text-decoration:none;	/* border-bottom: #bdb5d2 1px dotted; */ border-bottom: none;}
#footer-copyright strong { font-weight:normal; }

