/* CSS Document */

body {

	margin: 0 0 25px 0;
	padding: 0;
	
	background-image: url(/images/global_layout/body_bground.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
	}
	
p {

	margin: 0;
	padding: 0;
	}
	

a:link {

	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	
	text-decoration: underline;
	}
	
a:visited {	color: #333333;	text-decoration: underline; font-weight: bold;}
a:hover {	color: #621d77;	text-decoration: none; font-weight: bold; }



/* -------------------------------------------------------------------
   Additional Fonts
   ------------------------------------------------------------------- */
.font_blue { color: #6296c1; }   
   
   

/* -------------------------------------------------------------------
   Wrapper Enabling Centering of Layout
   ------------------------------------------------------------------- */

#wrapper {

	width: 916px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	}
	
	
	
	
/* -------------------------------------------------------------------
   Header Area Definition
   ------------------------------------------------------------------- */

#sub_header_area {

	width: 916px;
	height: 55px;
}



/* -------------------------------------------------------------------
   Main Content Area Definition
   ------------------------------------------------------------------- */
   
#lower_content_area {

	width: 916px;
	
	padding: 3px 0px 0px 0px;

	background-color: #ffffff; 	
}


#lower_content_area .gradient_bground {

	width: 910px;
	
	margin: 0px 3px 0px 3px;

	background-color: #ffffff; 	
	
	background-image: url(/images/global_layout/lower_content_bground.jpg);
	background-repeat: repeat-x;	
	background-position: 0px 0px;
}


/* -------------------------------------------------------------------
   Menu Area Definition
   ------------------------------------------------------------------- */
   
#main_menu {

	position: relative;

	width: 916px;
	height: 42px;
		
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------------------------------------
   Left Column Definition
   ------------------------------------------------------------------- */
   
#left_column {

	width: 527px;
	
	padding: 3px 0px 0px 0px;
	
	float: left;
}

#left_column h1 {

	width: 527px;
	height: 50px;
	
	text-indent: -9999px;
	
	margin: 0px;
	
	background-repeat: no-repeat;
}

#left_column h2 {

	color: #333333;
	font-weight: bold;
	font-size: 12px;

	margin: 0px;
	padding: 15px 0px 15px 40px;
}

#left_column p {

	margin: 0px;
	padding: 0px 0px 0px 40px;
}

#left_column ul {

	margin: 0px;
	padding: 0px 0px 0px 75px;
	
	list-style-type: square;
	
	font-size: 11px;
}

#left_column li {

	margin: 0px;
	padding: 0px 0px 10px 0px;
	
	font-size: 11px;
}



/* -------------------------------------------------------------------
   Right Column Definition
   ------------------------------------------------------------------- */
   
#right_column {

	width: 355px;
	
	padding: 3px 0px 0px 0px;
	
	float: right;
	
	color: #621d77;
	font-weight: bold;
	font-size: 12px;
	
}


#right_column a {

	color: #621d77;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;	
}

#right_column a:visited {

	color: #621d77;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;		
}

#right_column a:hover {

	color: #621d77;
	font-weight: bold;
	font-size: 12px;	
	text-decoration: none;	
}

#right_column h1 {

	width: 355px;
	height: 50px;
	
	text-indent: -9999px;
	
	margin: 0px;
	
	background-repeat: no-repeat;
}

#right_column h2 {

	color: #333333;
	font-weight: bold;
	font-size: 12px;

	margin: 0px;
	padding: 15px 0px 15px 40px;
}

#right_column p {

	margin: 0px;
	padding: 0px 0px 0px 16px;
}

#right_column ul {

	margin: 0px;
	padding: 0px 0px 0px 32px;
	
	list-style-type: square;
	
	font-size: 11px;
}

#right_column li {

	margin: 0px;
	padding: 0px 0px 10px 0px;
	
	font-size: 11px;
}


/* -------------------------------------------------------------------
   Fleet Layout Definition
   ------------------------------------------------------------------- */
   
.fleet_image_thumbs {

	border: 2px solid #c8c8c8;
	
	margin: 5px 5px 5px 0px;
	padding: 0px;
}


/* -------------------------------------------------------------------
   Booking Form Definition
   ------------------------------------------------------------------- */
   
#booking_form_layout {

	margin: 0px 20px 0px 40px;
	padding: 0px;
}


#booking_form_layout .contact_text_boxes {

	margin-bottom: 10px; 
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
	width:180px;
	
}

#booking_form_layout .contact_text_buttons {

	margin-bottom:5px; 
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
	width:75px;
}




/* -------------------------------------------------------------------
   Footer Area Definition
   ------------------------------------------------------------------- */
   
 
#footer_area_top {

	margin: 20px 0px 0px 0px; 
	padding: 7px 0px 0px 0px;
	
	height: 23px;

	color: #ffffff;	
	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	
	background-color: #3b3b3b;
	
	text-align: center;
}


#footer_area_top a {

	color: #ffffff;	
	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
		
	text-decoration: underline;
}

#footer_area_top a:visited {

	color: #ffffff;	
	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
		
	text-decoration: underline;
}

#footer_area_top a:hover {

	color: #ea91ff;	
	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
		
	text-decoration: none;
}


#footer_area_bottom {

	margin: 0px;
	padding: 20px;
	
	height: 20px;

	color: #464646;	
	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	
	background-color: #424242;
}


#footer_area_bottom ul {

	margin: 0px;
	padding: 0px;

	list-style-type: none;
	
	float: left;
}

#footer_area_bottom li {

	margin: 0px;
	padding: 0px 3px 0px 3px;

	list-style-type: none;
	
	display: inline;
	
	color: #a2a2a2;
	font-weight: normal;
}

#footer_area_bottom li a {

	margin: 0px;
	padding: 0px;

	list-style-type: none;
	
	display: inline;
	
	color: #a2a2a2;
	text-decoration: none;
	font-weight: normal;
}

#footer_area_bottom li a:visited {

	margin: 0px;
	padding: 0px;

	list-style-type: none;
	
	display: inline;
	
	color: #a2a2a2;
	text-decoration: none;
	font-weight: normal;
}

#footer_area_bottom li a:hover {

	margin: 0px;
	padding: 0px;

	list-style-type: none;
	
	display: inline;
	
	color: #ffffff;	
	text-decoration: underline;
	font-weight: normal;
}


#footer_area_bottom .copyright_area {

	width: 250px;
	
	float: right;

	margin: 0px;
	padding: 0px;

	color: #838181;	
	font-weight: normal;
	
	text-align: right;
}


#seo_text_block {


	font-size: 11px;
	color: #b64141;
	
	padding: 0px 15px 0px 15px;
	margin: 19px 0px 0px 0px;
	
	text-align: center;
}

#seo_text_block a{ 

	font-size: 11px;
	color: #b64141;
	
	text-decoration: underline;
}

#seo_text_block a:visited {

	font-size: 10px;
	color: #b64141;
	
	text-decoration: underline;
}	

#seo_text_block a:hover {

	font-size: 11px;
	color: #ffffff;
	
	text-decoration: none;
}		
