@charset "UTF-8";
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	/*	background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	background-color: #2D7BBE;
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 157px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 425px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

a {
	color: #0FA2DB;
	text-decoration: none;
}
a:hover {
	color: #EDF5F7;
}


/*start of nav styles*/

#nav {
	background-image: url(images/nav-1.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 1000px;
}
#nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 500px;
	list-style-type: none;
	height:31px;
}
#nav ul li {
	display: block;
	float: left;
	width: 108px;
	height:31px;
}
#nav ul li a {
	display: block;
	width: 108px;
	height:31px;
	font-size: 12px;
	color: #369ED7;
	background-repeat:no-repeat;
	text-indent:-10000px;
}

#nav ul li a.vehicle {
	
	background-image: url(images/vehicle-nav.jpg);
	/*text-indent:-300px;*/
}

#nav ul li a.prices {
	background-image: url(images/prices-nav.jpg);
	
}
#nav ul li a.enquiry {
	background-image: url(images/enquiry-nav.jpg);
	
}


/*#nav ul li a.vehicle { 
	background-image: url(images/vehicle-nav.jpg);
}*/






h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0FA2DB;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {

	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 16px 30px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #0FA2DB;
}
.twoColFixLtHdr #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 153px;
	clear: both;
	text-align: right;
	padding-right: 25px;
	padding-top: 4px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-
	}
.twoColFixLtHdr #legalinfo {
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
}
.twoColFixLtHdr #container #mainContent #form1 h6 {
	font-size: 24px;
	color: #71A8DE;
	margin: 0;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #form1 td.price {
	margin: 0px 0px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr #container #mainContent #form1 #Submit {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #71A8DE;
	margin-top: 10px;
	width: 200px;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul li a.booking {
	background-image: url(images/book-now.jpg);
}
#nav ul li a.flights {
	background-image: url(images/flights-nav.jpg);
}.footnote {
	font-size: .75em;
}
