﻿body	{
	
	margin-top:20px;
	
	}

html	{
	background-image: url(../images/background_base.jpg);
	background-repeat: repeat-x;
	background-color: #001948;
	}
	
 #custom-doc { 
 	width:75.38em;
 	/* Commented out by Glauco, causes error *width:73.57em; */
 	min-width:980px; 
 	margin:auto; 
 	text-align:left;
 	background:#fff;}

p	{
	margin:0 0 12px 0;
	}

ul	{
	margin:15px 0 15px 30px;
	}
	
li	{
	list-style-type:disc;
	}
	
h1, h2, h3, h4, h5	{
	font-family:helvetica, garamond, "times new roman";
	padding:0 0 10px 0;
	}

h1	{
	font-size:160%;
	}

h1#main	{
	width:690px;
	}
h2	{
	font-size:120%;
	}
	
a	{
	color:#263b8e;
	text-decoration:underline;
	}

a:hover	{
	color:#ccc;
	}
/* ---------------------------------------------------
	header 
--------------------------------------------------- */ 
#hd	{
 height:195px;
	}
 
 #flags	{
 	float:right;
 	padding:10px 20px 0 0;
    }
	
 #social	{
 	float:left;
 	padding:10px 20px 30px 10px;
 	}
	
#banner	{
	padding:10px 0 0px 10px;
	}

.phone	{
	font-family:georgia, garamond, "times new roman";
	font-size:85%;
	color:#263b8e;
	font-weight:bold;
	margin:0 0 0px 5px;
	float:right;
	}

#breadcrumbs	{
	margin:-30px 0 10px 0;
	}
	
.red	{
	color:#263b8e;
	}
/* ---------------------------------------------------
	content	
--------------------------------------------------- */ 

#content, #sidebar	{
	padding:10px 0px 0 15px;
	font-size:16px;
	color:#4e4c4d;
	}

#home #sidebar	{
	margin:-47px 15px 0 0px;
	color:#000;
}

#sidebar	{
margin:-47px 15px 0 0px;
color:#000;
}

#top_line	{
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#content	{
	width:71%;
	}

#faq_bar	{
	width:100%;
	}

#sidebar	{
	width:22%;
	}

#left_col	{
	float:left;
	width:58%;
	color:#4e4c4d;
	}

#right_col	{
	float:left;
	width:38%;
	margin-top:10px;
	color:#4e4c4d;
}

#left	{
	width:340px;
	float:left;
	}
#right	{
	width:340px;
	float:right;
	display:block;
	}
	
#left h2, #right h2	{
	font-size: 110%;
	color: #263b8e;
}
	
#below	{
	width:100%;
	float:left;
	}
/* ---------------------------------------------------
	three columns
--------------------------------------------------- */ 

#three_column	{
	padding: 20px 15px 0 15px;
	font-size:16px;
	color:#4e4c4d;
	}
	
/* ---------------------------------------------------
	sidebar
--------------------------------------------------- */ 

#offer	{
	background-image: url(../img/box.gif);
  background-repeat: no-repeat;
  background-position: right center;
  height:288px;
  margin:15px 0 0 0;
 }

.offer_wrapper	{
	padding:40px 0 0 0;
	}
	
.offer_item	{
	font-size:80%;
	padding:5px 10px 5px 10px;
	border-bottom:1px dotted #000;
	font-family:georgia, garamond, "times new roman";
	
	}
*.offer_item	{
	font-size:75%;
	}
	
#online_booking	{
	margin:0px 0 0 0;
	}

#offer a:hover	{
	color:#000;
	}
/* ---------------------------------------------------
	menu
--------------------------------------------------- */ 

#menu	{
	width: 960px;
	margin: 0 10px 0 10px;
	background:	#263b8e;
	float: left;
}

#menu_inner {
/*background-image: url(../img/menu_round.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  */
  float: left;
  width: 960px;
  height: 30px;
}
	
#menu a {
	padding: 6px 15px 2px 0;
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
	
}

#menu a:hover {
	color: #a5a9ac;
}

#menu li
{
list-style-type:none;
float: left;
margin: 0 0em 0 0;

} 

.submenu	 a	{
	margin:0 0 0 0px;
	width:150px;
	border-left:10px solid #263b8e;
	}

.active {
		font-style: italic;
}

 #home1 #nav-home a, #corporate1 #nav-corporate a, #transfers1 #nav-transfers a, #wedding1 #nav-wedding a, #tourism1 #nav-tourism a, #testimonials1 #nav-testimonials a, #tariff1 #nav-tariff a, #links1 #nav-links a , #faq1 #nav-faq a, #contact1 #nav-contact a, #booking1 #nav-booking a, #roadshows1 #nav-roadshows a, #terms-and-conditions1 #nav-terms-and-conditions a {
 	color:#a5a9ac;
 	
 	}

/* ---------------------------------------------------
	suckerfish stuff
--------------------------------------------------- */ 
 
/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.suckerfish_menu iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	/* Commented out by Glauco, causes error filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.suckerfish_menu, .suckerfish_menu ul { /* all lists */
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	line-height: 1;
}

.suckerfish_menu a {
	display: block;
	padding: 0.2em 1em 0.2em 0;
}

.suckerfish_menu li {
	float: left;
}

.suckerfish_menu li ul li {
	width: 10em; /* width needed or else Opera goes nuts */
}

.suckerfish_menu li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0px 0 0 0;
}

.suckerfish_menu ul li a {
	display: block;
	  background:#263b8e;
	padding: 0 0.4em;
}


.suckerfish_menu li ul ul { 
	margin: -1.7em 0 0 10em;
}

.suckerfish_menu li:hover ul ul, .suckerfish_menu li:hover ul ul ul, .suckerfish_menu li.sfhover ul ul, .suckerfish_menu li.sfhover ul ul ul {
	left: -999em;
}

.suckerfish_menu li:hover ul, .suckerfish_menu li li:hover ul, .suckerfish_menu li li li:hover ul, .suckerfish_menu li.sfhover ul, .suckerfish_menu li li.sfhover ul, .suckerfish_menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}

/*----------------------------------------------------
contact form
-----------------------------------------------------*/

  .textInput_firstname	{
	width: 15em;
	border: 1px solid #000;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.textInput_email	{
	width: 15em;
	border: 1px solid #000;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.textInput_postcode	{
	width: 7em;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.textInput_otherinfo	{
	width: 28em;
	height:10em;
	border: 1px solid #000;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.form_text	{
		font-size:85%;
		font-weight:bold;
	}

/*----------------------------------------------------
footer
-----------------------------------------------------*/
	
#footer_text	{

	color:#ffffff;
	font-size:80%;
	
	}
	
#footer_text a	{
	text-decoration:underline;
	}
	
/*----------------------------------------------------
drop shadow box
-----------------------------------------------------*/

#container {	
	margin: 0 0 0 0;
}

#round-top {	
	background: url(../img/box-top.png) no-repeat center top;
	height: 14px;
}

#round-content {
	background: url(../img/box-middle.png) repeat-y center top;
	padding: 0 25px;
	margin: 0;
}

#round-bottom {
	background: url(../img/box-bottom.png) no-repeat center top;
	height: 22px;
}

.clear {
	clear:both;
}

/* ---------------------------------------------------
	tariff table
--------------------------------------------------- */ 

table.tariff	{
	margin:0 0 20px 5px;
	width:740px;
	}
	
td.sterling, td.euro, td.dollar	{
	width: 125px;
	height:30px;
	vertical-align:bottom;
	padding:0 0 5px 0;
	}

td.location	{
	vertical-align:bottom;
	padding:0 0 5px 20px;
	}
td.from	{
	padding:0 0 5px 20px;
	}
	
tr.row	{
	background-color:#ccc;
	}
tr.top	{
	background:#263b8e;
	color:#fff;
	font-weight:bold;
	}
	
	tr.bottom	{
	background:#263b8e;
	color:#fff;
	height:35px;
	font-weight:bold;
	}
	
#legal	{
	font-size:75%;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
	
	}
	
#testimonial_wrapper	{
	width:220px;
	
	}
	
.testimonial	{
margin:0 0 30px 20px;
	}
	
#testimonial_wrapper .quote, #testimonial_wrapper a	{
	font-size:16px;
	font-family:garamond, georgia;
	font-style:italic;
	color:#263b8e;
	line-height:105%;
	}

#testimonial_wrapper .test_link a	{
	font-size:14px;
	font-family:garamond, georgia;
	float:right;
	font-style:normal;
	color:#263b8e;
	}
#footer_text P {
	margin-top: 4px;
}
