/*=================================
         CSS for Footer
=================================*/
#globalfooter {
	margin-top: 20px;
	font-size: 10px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #212121;
	height:50px;
}

#globalfooter ul{
	font-size: 10px;
	color: #5e5e5e;
	text-align: left;
	float: left;
	margin-left: -35px;
}

#globalfooter li{
	padding-left: 10px;
	border-left-color: #e2e2e2;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: 10px;
	display: inline;
	float: none;
	font-size: 10px;
	color: #797979;
	list-style-type: none;
}

#globalfooter a{
	font-size: 10px;
	color: #fffeff;
	text-decoration: none;
}

#ft_enquiry {
	font-size: 10px;
	float: right;
	margin-left: auto;
}

#ft_line {
	width: 770px;
	top: 33px;
	height: 33px;
	border-bottom: 1px solid #212121;
}

#ft_others {
	height: 33px;
	float: left;
	top: 33px;
}

#ft_copyright {
	font-size: 10px;
	float: right;
	top: 33px;
}

#ft_counter {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 15px;
	margin-top: 20px;
	text-align: right;
}