body {
	color:#595959;
	margin: 0px;
	padding: 0px;
	/*text-align:center;*/
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form {
	margin:0px;
	padding:0px;
}

.clear-float {
	clear: both;
}

a {
	color: #4054BF;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #ED7700;
	text-decoration: none;
}




#footer-area {
	margin: 0px;
	width: auto;
	padding-bottom:20px;
	text-align:center;
}

#footer-area .footer-menu {
	color: #666666;
	font-size:10px;
	/*margin:0px auto 0px auto;*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC8C17;
	list-style-type: none;
	text-align:center;
}
#footer-area #copy-area {
	background-image: url(../../../img/bg-copyright.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 10px;
	text-align: right;
	margin:0px auto 0px auto;
	width: auto;
}


#footer-area .footer-menu li {
	display:inline;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer-area .footer-menu .f-top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-area .footer-menu li a {
	color: #666666;
	text-decoration: none;
}
#footer-area .footer-menu li a:hover {
	color: #FF6600;
}

