/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/mainBg.png) top repeat-x #99a0c6;
	margin-top: 10px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.3em;
	background: url(../../images/misc/h1Bg.png) repeat-x #353447;
	margin: 0px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #fff;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.4em;
}

	h2.righth2 {
	color:#FFFFFF;
		margin: 0px;
		padding: 4px 10px 6px 10px;
	}
	
	h2.flighth2 {
	color:#343251;
		margin: 0px;
		padding: 4px 10px 6px 10px;
	}
	
	h2.righth2b {
		margin: 0px;
		padding: 1px 10px 2px 10px;
		color: #FFFFFF;
		text-align: center;
		font-size: 2.2em;
		letter-spacing: -2px;
	}
	
	h2.testimonialsh2 {
		font-size: 1.2em;
		margin: 0px;
		padding: 0px;
	}
	
	h2.copyh1 {
		font-size: 1.4em;
		margin: 0px;
		padding: 0px;
	}

.js-error { /* Javascript Error Box */
	clear:both;
	background:#e9e9e9 url(../../images/misc/warning.gif) 5px center no-repeat;
	border:#ddd solid 1px;
	color:#000;
	margin:20px;
	padding:10px 10px 10px 40px;
}
	.js-error p {
		margin:0;
		padding:0;
	}
	
em.testimonialsem {
	color: #000066;
	font-size: 0.95em;
	font-weight: bold;
}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 4px solid #fff;
	background: #fff;
}

#header {
	width: 740px;
	height: 86px;
	float: left;
	background: url(../../images/misc/headerBg.png) no-repeat;
	border-bottom: 4px solid #fff;
	position:relative;
}

	#number{
		z-index:20;
		top:40px;
		right:5px;
		width:180px;
		position:absolute;
		color:#343251;
		font-weight:bold;
		font-size:2.6em;
		display:block;
	}
	
	#number p{	
		padding:0px;
		margin:0px;
	}
	
#contentContainer {
	width: 740px;
	font-size: 1.2em;
}

/* Content Left Default Styles
--------------------------------------------------------------- */

#contentLeft {
	float: left;
	width: 537px;
	position:relative;
}

	#contentLeft h2.righth2{
		font-size:1.2em;
	}

	#flightinfo{
		width:199px;
		margin-right:10px;
		float:left;
	}
	
	#flightinfo .right-grey-top{
		margin-right:10px;
		float:left;
	}
	
	#flightinfo .right-grey{
		margin-right:10px;
		float:left;
	}
	
	#flightinfo .right-grey-bottom{
		margin-right:10px;
		float:left;
	}
	
	#flightinfo p{
		padding-bottom:5px;
	}

	#flightinfo a{
		margin-left:10px;
		display:block;
	}
	
	#left-left-container {
		margin: 4px 4px 0px 0px;
		float: left;
		width: 346px;
	}
	
	#left-left-top {
		float: left;
		width: 346px;
		background: url(../../images/misc/left-left-top.png);
		height: 13px;
	}
	
	#left-left {
		float: left;
		width: 346px;
		background: url(../../images/misc/left-left-bg.png);
	}
	
	#left-left-bottom {
		float: left;
		width: 346px;
		background: url(../../images/misc/left-left-bottom.png) bottom;
		height: 16px;
	}
	
	#left-big-container {
		margin: 4px 0px 0px 0px;
		float: left;
		width: 537px;
	}
	
	#left-big-top {
		float: left;
		width: 537px;
		background: url(../../images/misc/left-big-top.png);
		height: 13px;
	}
	
	#left-big {
		float: left;
		width: 537px;
		background: url(../../images/misc/left-big-bg.png);
	}
	
	#left-big-bottom {
		float: left;
		width: 537px;
		background: url(../../images/misc/left-big-bottom.png) bottom;
		height: 16px;
	}
	
	#left-right-container {
		margin-top: 4px;
		float: left;
		width: 187px;
	}
	
	#left-right-top {
		float: left;
		width: 187px;
		background: url(../../images/misc/left-right-top.png);
		height: 13px;
	}
	
	#left-right {
		float: left;
		width: 187px;
		background: url(../../images/misc/left-right-bg.png);
	}
	
	#left-right-bottom {
		float: left;
		width: 187px;
		background: url(../../images/misc/left-right-bottom.png) bottom;
		height: 16px;
	}
	
	#youtubeMovie {
		color: red;
	}

#payment{
	z-index:30;
	position:absolute;
	top:180px;
	left:330px;
	color:#fff;
	font-size:0.8em;
	padding:0px;
	margin:0px;
}

	#payment p{
		padding:0px;
		margin:0px;
	}	

#airportsites{
	font-size:0.9em;
	border:1px solid red;
}
	#airportsites table{
		padding:5px;
	}	
	
	#airportsites td{
		width:100px;
		padding-left:5px;
		padding-right:5px;
	}
	
ol.terms1 {
	list-style: decimal;
	font-size: 1.2em;
	padding: 0px 0px 0px 20px;
	line-height: 24px;
}


ol.terms2 {
	list-style: upper-roman;
}
	
/* Content Right Default Styles
--------------------------------------------------------------- */

#contentRight {
	float: right;
	width: 199px;
}

.callToActionTop {
	clear:both;
	background-image:url(../../images/misc/top.jpg);
}

	#right-weddings {
		float: left;
		width: 199px;
		height: 180px;
		padding: 23px 0px 0px 0px;
		margin-bottom: 4px;
		background: url(../../images/misc/right-wedding-bg.jpg);
	}
	
	#right-weddings p {
		margin: 0px;
		padding: 0px 10px 0px 10px;
	}
	
	#right-weddings a {
		color: #CC6600;
	}
	
	#contentRight h2 {
		margin: 0px 0px 2px 0px;
	}
	
	#contentRight ul#cars-nav {
		margin: 0px 0px 4px 0px;
		padding: 0px;
		width: 199px;
		float: left;
	}
	
		#contentRight ul#cars-nav li {
			list-style: none;
			font-size: 1.5em;
		}
		
		#contentRight ul#cars-nav li a {
			display: block;
			background: url(../../images/misc/sidebar-cars-bg.jpg);
			border-bottom: 1px solid #000;
			color: #fff;
			text-decoration: none;
			padding: 8px;
			border-bottom: 1px solid #333;
			margin-bottom: 2px;
		}
		
			#contentRight ul#cars-nav li a:hover {
				color: #FFFF00;
			}
	
/* Content Right Boxes Individual Styles
--------------------------------------------------------------- */
	
	.right-darkblue-top, .right-lightblue-top, .right-grey-top {
		width: 199px;
		float: left;
		height: 12px;
	}
	
	.right-darkblue, .right-lightblue, .right-grey {	
		color: #fff;
		width: 199px;
		float: left;
	}
	
		.right-darkblue p, .right-lightblue p, .right-grey p {
			padding: 0px 10px 0px 10px;
			margin: 0px;
		}
	
	.right-darkblue-bottom, .right-lightblue-bottom, .right-grey-bottom {
		width: 199px;
		margin-bottom: 0px;
		float: left;
		height: 9px;
		
	}

	.right-darkblue-top {
		background: url(../../images/misc/right-darkblue-top.png);
	}
	
	.right-darkblue {	
		background: url(../../images/misc/right-darkblue-bg.png);
	}
		
		.right-darkblue a {
		color: #FFFF00;
		padding-left:5px;
		font-size: 1.1em;
		}
	
	.right-darkblue-bottom {
		background: url(../../images/misc/right-darkblue-bottom.png) bottom;
		margin-bottom:4px;
	}
	
	.right-grey-top {
		background: url(../../images/misc/right-grey-top.png);
	}
	
	.right-grey {	
		background: url(../../images/misc/right-grey-bg.png);
		color: #000;
	}
		
		.right-grey a {
		color: #CC6600;
		}
	
	.right-grey-bottom {
		background: url(../../images/misc/right-grey-bottom.png) bottom;
		margin-bottom:10px;
	}
	
	.right-lightblue-top {
		background: url(../../images/misc/right-lightblue-top.png);
	}
	
	.right-lightblue {	
		background: url(../../images/misc/right-lightblue-bg.png);
		color: #000;
	}

		.right-lightblue a {
		color: #CC3300;
		}
	
	.right-lightblue-bottom {
		background: url(../../images/misc/right-lightblue-bottom.png);
	}
	
		
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navHolder {
	width: 740px;
	float: left;
	border-bottom: 4px solid #fff;
}

#navigation {
	background:url(../../images/misc/navBg.png) top repeat-x #3c3c3c;
	width: 740px;
	height: 42px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation ul li {
	display: inline;
	margin: 0px;
}
	  
#navigation li a {
	color: #fff;
	float: left;
    text-decoration:none;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-size: 1.4em;
	border-right: 1px solid #333;
	border-left: 1px solid #777;
}
	
	#navigation li a.quotation-request {
		color: #FFFF00;
		font-weight: bold;
	}
	
	#navigation li a span {
		display: block;
	}

	#navigation li a.singleline {
		padding-top: 13px;
		padding-bottom: 13px;
	}

#navigation ul li a:hover {
	background: #222;
}

#navigation .noBorder {
	border-right: none;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 520px;
	padding: 10px;
	color: #000;
	background: #fff;
	font-size: 1.1em;
}
	#footer a {
	}
	#footer a:hover {
		color: #333;
		text-decoration:underline;
	}
	
ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 720px;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 720px;
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	clear:both;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	clear: both;
}

/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #9999CC;
	background: #fff;
}

.clearfix {
	clear: both;
}

.img-left {
	border: 1px solid #666;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #666;
	float: right;
	margin: 2px 7px 0px 5px;
}

.img-leftNB {
	border: none;
	float: left;
	margin: 0px 10px 10px 0px;
}


.img-rightNB {
	border: none;
	float: right;
	margin: 0px 0px 10px 10px;
}

#logo {
	width: 314px;
	height: 86px;
	float: left;
}

.right-freephone {
	color: #FFFFFF;
	text-align: center;
	font-size: 2.2em;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}

.padding01 {
	padding: 0px 20px;
}

.booking td {
	margin: 0px;
	padding: 0px;
}

.booking input, .booking textarea {
	background: #ebebeb url(../../images/misc/formBg.png) repeat-x;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.booking option:hover {
	color: #000;
	background: #333;
}

.strong{
	font-weight:bold;
}

.right-darkblue a {
padding-left:10px;
font-size:1.3em;
font-weight:bold;
}

.right-grey img {
margin-left:5px;
border: solid 2px #343251;
}

.footernumber {
padding-top:3px;
padding-bottom:3px;
color:#FFFFFF;
padding-left:10px;
background-color:#343251;
font-weight:bold;
}

.right {
margin:0px;
text-align:center;
float:right;
padding-top:30px;
padding-right:10px;
}

.footernumber a {
font-size:1.3em;
margin:0px;
color:#FFFF00;
}

.footernumber p{
margin-top:3px;
}

.free {
color:#FFFF00;
}

.call {
font-size:1.6em;
margin:0px;
}

.number {
margin:0px;
font-size:4.2em;
}

.center {
padding-left:9px;
padding-bottom:10px;
padding-top:10px;
}

.copied {
background-color:#FFFF00;
}

.right2h2 {
color:#343251;
margin: 0px;
padding: 4px 10px 6px 10px;
}

.locations li {
display:inline;
padding-right:10px;
}

.locations ul {
clear:both;
float:left;
margin:0px;
padding:0px;
}