@charset "utf-8";
/* CSS Document */



#footer{
	width:100%;
	height:auto;
}
	#footer .faresCover{
		width:100%;
		height:auto;
		background:#004098;
		padding:20px 0px 10px 0px;	
	}
		.fares{
			max-width:983px;
			height:auto;
			margin:0px auto;
			padding:0px 0px 0px 0px;
		}
			.fares img{
				max-width:100%;
				height:auto;
			}


	#footer .contactArea{
		max-width:983px;
		height:auto;
		margin:0px auto;
		padding:15px 0px 15px 0px;
		overflow:hidden
	}
		.contactArea .customer{
			width:61.54%;
			height:auto;
			float:left;	
		}
			.contactArea .customer img{
				max-width:100%;
				height:auto;
			}
		.contactArea .company{
			width:21.87%;
			height:auto;
			float:right;	
		}
			.contactArea .company img{
				max-width:100%;
				height:auto;
			}

	#footer .copyrightCover{
		width:100%;
		height:auto;
		background:#e14631;	
		padding:10px 0px;
	}
		.copyrightCover p{
			color:#fff;
			font-size:75%;
			text-align:center;
		}
