/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
		
	background-color:#FFFFFF;

	margin:0px;
	
	font-size:0.8em;
	
	margin-top:20px;
}

	.mini_basket
	{
	display:none;
		background:#6B4937;
		background-image:url(../images/panels/basket_top_of_page.gif);
		background-repeat:no-repeat;
		position:absolute;
		top:0px;
		right:0px;
		margin-top:0px;
		
		height:22px;
		padding-top:7px;
		
		padding-right:6px;
		
/*		width:260px;*/
		padding-left:10px;
		
		font-size:0.85em;
		
		color:white;
		
	}
		
		.mini_basket  .button_brown
		{
			font-size:1em;
			margin-left:5px;
		}

		.button_brown:hover
		{
			background-color:#523a2a;

		}
		
	
		.mini_basket a#accountname
		{
			color:white;
		}
	
		.mini_basket a#accountname:hover
		{
			text-decoration:underline;
			
		}

	.page_holder
	{
		margin-top:0px;
		width:962px;

		text-align:left;
		


	}
	
		.page_header
		{
			margin-top:0px;
			
			background-image:url(../images/header/london_airport_transfers_from_hire_we_go.png);
			background-repeat:no-repeat;
			
			padding-top:93px;
			height:25px;

			width:962px;
			

		}
					
			.page_header .header_navigation
			{
				background-image:url(../images/header/heathrow_airport_transfers_from_hire_we_go_header_border_bottom.png);
				background-position:left bottom;
				background-repeat:repeat-x;
				height:27px;
				margin-top:0px;


				width:952px;
				padding-left:10px;
			
			}
			
		.page_header_lower
		{
			height:22px;
			padding-top:3px;
			
			
			font-size:0.9em;
			
			width:952px;
			padding-left:10px;

			background-image:url(../images/header/heathrow_airport_transfers_from_hire_we_go_header_border_bottom.png);
			background-position:left bottom;
			background-repeat:repeat-x;
			
			color:black;
			
		}
			.page_header_lower .left
			{
				float:left;
				margin-top:3px;
			}
		
			.page_header_lower .right
			{
				float:right;


			}
			
		.page_main
		{
			min-height:500px;

		}	
		
			.page_content
			{

				min-height:500px;
/*				font-size:0.85em;*/

				padding:0px;
				position:relative;

			}
		

					
		.page_footer
		{
			background-color:#00559B;
			height:20px;
		}
		.page_footer_text
		{
			color:gray;
			text-align:right;
			font-size:0.85em;
			color:#666666;
	
		}
			.page_footer_text a
			{
				color:#666666;
			}
		