
#welcome {
	width: 205px;
	height: 235px;
	margin-bottom: 7px;
	padding: 10px;
	background: url('images/customer/bg_welcome.jpg') 0px 0px no-repeat;

	font-size: 11px;
	line-height: 12px;
	text-align: justify;
}

/*----------*/

#bfg {
}

	#bfg a {
		width: 100px;
		height: 20px;
		display: block;
		float: left;
	}


#bfg{
	width:225px;
	height:123px;
	margin-bottom:7px;
	background:url('images/customer/bg_bfg.jpg') 0px bottom no-repeat;
}

	#bfg a{
		width:107px;
		height:21px;
		display:block;
		float:left;
		padding:36px 5px 0px 0px;
		color:#FFFFFF;
		font-size:14px;
		font-family:Arial;
		text-align:right;
		text-transform:uppercase;
		font-weight:bold;
		letter-spacing:-1px;
		background:url('images/customer/bg_bfg-a.jpg') 0px 0px no-repeat;
	} 

	#bfg a.bfs { margin: 0px 1px 1px 0px; }
	#bfg a.bfss { margin: 0px 0px 1px 0px; }
	#bfg a.bfo { margin: 0px 1px 0px 0px; }
	#bfg a.bfm { margin: 0px 0px 0px 0px; }

	#bfg a:hover {
		background-position: bottom;
		cursor: pointer;
	}



/*----------*/

#services {
	width: 225px;
	height: 255px;
	margin-bottom: 7px;
}

	#services a {
		width: 100px;
		height: 49px;
		display: block;
		float: left;
		padding: 75px 5px 0px 0px;
		
		font-size: 16px;
		color: #ffffff;
		font-family: arial;
		text-align: right;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 16px;
	}

	#services a.technical {
		margin: 0px 15px 7px 0px;
		background: url('images/customer/bg_technical.jpg') 0px 0px no-repeat;
	}

	#services a.lounge {
		margin: 0px 0px 7px 0px;
		background: url('images/customer/bg_lounge.jpg') 0px 0px no-repeat;
	}

	#services a.catering {
		margin: 0px 15px 7px 0px;
		background: url('images/customer/bg_catering.jpg') 0px 0px no-repeat;
	}

	#services a.fuel {
		margin: 0px 0px 7px 0px;
		background: url('images/customer/bg_fuel.jpg') 0px 0px no-repeat;
	}

	#services a.transport {
		margin: 0px 15px 0px 0px;
		background: url('images/customer/bg_transport.jpg') 0px 0px no-repeat;
	}

	#services a.hotels {
		margin: 0px 0px 0px 0px;
		background: url('images/customer/bg_hotels.jpg') 0px 0px no-repeat;
	}

	#services a:hover {
		background-position: bottom;
		cursor: pointer;
	}
