@charset "utf-8";
/* CSS Document */
/*clear all defaults*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color:#fff;
	margin:0;
	width:100%;
	font-family:Trebuchet, Helvetica, Arial, Calibri, sans-serif;
	font-size:75%;
	line-height:150%;
	position:relative;
	height:100%;
	color:#ccc;
}

.ribbon{
margin:0;
background-color:2a9f00;
font-size:24px;
height:30px;
color:#ccc;
text-align:center;
}

.clear {
	clear: both;
}
/*blanket rules for all elements*/



a {
}
a:visited {
	color:#222;
	text-decoration: none;
}
a:hover {
	color:#2A9F00;
	text-decoration: none;
}
a:link {
	color:#2A9F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

#wrapper{
margin:10px auto;
	width:980px;
}

#topbox{
color:#ccc;
font-size:60%;
float:left;
}

#topbox a:visited, #topbox a:hover, #topbox a:link, #topbox a:active{
color:#ccc;
}

.image {
	border:1px solid #333;
	margin-bottom:10px;
	width:248px;
}
.imageMain {
	border:2px solid #a6caf0;
	border-top:0;
	width:435px;
	margin:0 10px 10px 0;
}
.leftimage {
	float: left;
	margin-right:10px;
}
.rightimage {
	float:right;
	margin-left:10px;
}
.rightimageMain {
	float:right;
	border:1px solid #333;
	margin:0 10px 10px 10px;
	width:238px;
}
.rightimageMainAlt {
	float:right;
	margin:0 0 20px 20px;
	width:246px;
	border:2px solid #a6caf0;
}
.style1 {
	color: #FF0000
}
/*================ sections =================*/

#perimeter {
	position:relative;
	background-color:#FFF;
	width:980px;
	margin:auto;
	color:#ccc;
}
#perimeter p {
	margin:5px 0;
}

#content_ {
	position:relative;
	width:100%;
	padding:20px 0;
	color:#222;
	clear:both;
}


#postpage_, #postpage_ p, #postpage_ a{
text-transform:uppercase;
font-size:8px;
padding:0;
color:#999;
}

#wrapperContent {
	position:relative;
	width:710px;
	clear:left;
	min-height:400px;
}

/*================ columns =================*/

.leftCol {
	margin:0;
	padding:0;
	width:500px;
	float:left;
}
.rightCol {
	margin:0 0 10px 10px;
	padding:0;
	width:250px;
	float:right;
}
/*================ wrappers and boxes =================*/
.perTextBox{
float:right;
font-size:80%;
}
.perTextBox a{
color:#ccc;
}
#masthead {
	width:980px;

}
#footer{
	clear:both;
	background-color:#333;
padding:5px 0 1px 10px;
}

#footer p, #footer a {
color: #fff;
font-size:11px;
}

.wrapperHeading {
	font: 14px Arial;
	padding:5px 5px 5px 10px;
	color: #fff;
	background-color: #a6caf0;
	border:2px solid #a6caf0;
}
.wrapperHeadingMain, .wrapperHeadingMainAlt, .wrapperHeadingMainContact {
	font: 14px Arial;
	padding:5px 5px 5px 10px;
	border:2px solid #a6caf0;
	border-bottom:0;
	background:#ebf4fb;
	color:#2A3F55;
	width:420px;
}
.wrapperHeadingMainAlt {
	border-bottom:2px solid #a6caf0;
	margin-bottom:10px;
}
.wrapperHeadingMainContact {
	width:405px;
	}
.wrapperHeadingSub {
	font: 14px Arial;
	padding:5px 5px 5px 10px;
	color: #222;
	border:2px solid #a6caf0;
}
.quote, .quoteB {
	background-color:#FFFFAA;
	width:228px;
	padding:10px;
	font: 12px Arial;
	color:#004071;
	margin-top:10px;
	border:1px solid #a6caf0;
	background:#ebf4fb;
}
.quoteB {
	margin-top:0;
	margin-bottom:10px;
}
.quoteAlt {
	background-image:url(../images/notepad.jpg);
	background-repeat:no-repeat;
	height:200px;
	padding:120px 50px 0 50px;
	color:#004071;
	font: 12px Arial;
}
.textBox {
	padding:10px;
	color:#222;
}
.textBox p {
	margin-bottom:10px;
}
.textBox ul li {
	margin-left:20px;
}
.rightCol ul li {
	list-style:none;
	display:block;
}
.alphabetMenu{
clear:left;
}
.alphabet{
text-transform:uppercase;
font:10px Arial;
width:350px;

}
.alphabet ul{
list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.alphabet ul li{
display:inline;
	margin:0;
	width:23px;
	height:20px;
	float:left;
	padding:0 3px 3px 0;
}
.alphabet ul li a{
color:#fff;
background-color:#999;
text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:3px;
	width:auto;
	_width:50px;
}
.alphabet a:hover{
background-color:#ccc;
color:#333;
}
.suburbs{
width:300px;
float:left;
clear:left;
margin-bottom:10px;
list-style:none;
}
.letter{
font:bold 36px Arial;
padding-right:20px;
}
.arrow{

}
/*================ nav =================*/


/* Begin CSS Drop Down Menu */

.menuh-container {
}
.menuh {
	text-transform:uppercase;
	font: bold 11px Arial;
	width:100%;
	float:left;
	margin-top:10px;
	background-color: #333;
}
.rightCol .menuh {
	margin-left:0;
	border-left:0;
	width:100%
}
.menuh a {
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:5px;
	width:auto;
	_width:50px;
}
.menuh a:link, .menuh a:visited, .menuh a:active	/* menu at rest */ {
	color: #fff;
	background-color:#333;
	text-decoration:none;
	padding:5px 16px;
	_padding:5px;
}

.menuh a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color:#2A9F00;  /* +++++  #2A9F00  GREAT COLOUR  ++++++  */
	text-decoration:none;
}
.menuh ul ul li a:link, .menuh ul ul li a:visited, .menuh ul ul li a:active	/* SUB menu at mouse-over  */ {
	color: #666;
	background-color:#ccc;
	text-decoration:none;
	border-bottom:1px solid #666;
}
.menuh ul ul li a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color:#2A9F00;
	text-decoration:none;
}
.menuh ul ul ul li a:link, .menuh ul ul ul li a:visited, .menuh ul ul ul li a:active	/* BOTTOM menu at mouse-over  */ {
	color: #004071;
	background-color:#ccc;
	text-decoration:none;
}
.menuh ul ul ul li a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color:#2A9F00;
	text-decoration:none;
}
.menuh .current a {
	color: #004071;
	background-color: #fff;
	text-decoration:none;
}
.menuh a.top_parent, .menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */ {
/*
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
*/	
	}
.menuh a.parent, .menuh a.parent:hover 	/* attaches side-arrow to all parents */ {
/*
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
*/	
	}
.menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
}
.menuh li {
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
.menuh ul ul, .rightCol .menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:192px;
	float:left;
}

.menuh ul ul ul {
	top:0;
	left:100%;
}
div.menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div.menuh li:hover ul ul, div.menuh li li:hover ul ul, div.menuh li li li:hover ul ul, div.menuh li li li li:hover ul ul {
	display:none;
}
div.menuh li:hover ul, div.menuh li li:hover ul, div.menuh li li li:hover ul, div.menuh li li li li:hover ul {
	display:block;
}
/* End CSS Drop Down Menu */

.nav {
}
.nav ul {
	padding: 0;
	color:#fff;
	background-color:#b7ddf2;
	list-style: none;
}
.nav ul li {
	display:inline;
	padding: 0;
	text-transform:uppercase;
	background-color:#b7ddf2;
}
.nav ul li a {
	color:#004071;
	background-color:#b7ddf2;
	text-decoration: none;
	float:left;
	display:block;
	padding:5px;
	font: bold 10px Arial;
	text-align:left;
	width:110px;
	border-right:1px solid #fff;
}
.nav ul li a:hover, .nav ul li a:focus {
	background-color:#004071;
	color:#fff;
}
.nav .current a, .nav .current a:hover {
	color:#004071;
	background-color:#FFF;
}
/*================ vertNav =================*/

.vertNav {
	border:1px solid #a6caf0;
}
.vertNav ul {
	padding:0;
	margin:0;
	list-style:none;
	width:248px;
}
.vertNav ul li {
	text-transform:uppercase;
}
.vertNav ul li a {
	height:1.5em;
	display:block;
	text-decoration: none;
	background-color:#FFF;
	color:#333;
	font: bold 10px Arial;
	padding:5px;
}
.vertNav ul li a:hover, .vertNav ul li a:focus {
	background-color:#b7ddf2;
	color:#FFF;
}
.vertNav .current a, .vertNav .current a:hover {
	color:#b7ddf2;
	background-color:#fff;
}
.vertNav ul li ul li a {
	margin-left:10px;
	background-color:#fff;
	color:#808080;
}
.vertNav ul li ul li a:hover, .vertNav ul li ul li a:focus {
	background-color:#b7ddf2;
	color:#FFF;
}
.vertNav .current ul li ul li a, .vertNav .current ul li ul li a:hover {
	color:#fff;
	background-color:#ccc;
}
/*================ siteMap =================*/

.siteMap ul {
	padding:0;
	margin:0;
	list-style:none;
	width:400px;
}
.siteMap ul li {
	height:auto;
	display:block;
	text-decoration: none;
	font: bold 10px Arial;
	padding:5px;
}
.siteMap ul li ul li {
	margin-left:10px;
}
.siteMap ul li ul li ul li {
	margin-left:20px;
}
/* =================== nav to form ====================== */

#bookingsLink {
	border:solid 2px #a6caf0;
	border-bottom:0;
	background:#ebf4fb;
	padding:15px 5px;
	height:90px;
}
#bookingsLink .handle {
	width:90px;
	font:bold 12px Arial;
	text-align:right;
	float:left;
	display:block;
	clear:both;
	padding-right:10px;
	margin-bottom:10px;
}
#bookingsLink .feature, #bookingsLink .feature a{

	font: bold 14px Arial;
	color:#fff;
	background-color:#2A9F00;
	text-align:center;
	width:100%;
	margin:10px;
	height:20px;
}
/*================ form =================*/

/* -----------  Table -------------*/
#TCAform {
	margin:0;
	padding:10px;
	width:400px;
	border:solid 2px #b7ddf2;
	border-top:0;
	background:#ebf4fb;
}
#TCAform table .yourdetails {
	border:0;
	border-collapse:collapse;
	width:415px;
}
#TCAform tr, td {
	padding:5px 0;
}
#TCAform .handle {
	width:130px;
	font:bold 12px Arial;
	text-align:right;
	float:left;
	display:block;
	clear:both;
	padding-right:10px;
}
#TCAform .small {
	color:#666;
	display:block;
	font:normal 10px Arial;
	text-align:right;
	clear:left;
}
#TCAform .field {
	width:250px;
}
#TCAform #pickupDay, #TCAform #pickupMonth, #TCAform #pickupYear, #TCAform #passengers, #TCAform #pickupTime, #TCAform #Select_AM_or_PM{
	width:30%;
}
#TCAform #pickupHour, #TCAform #pickupMin{
	width:48%;
}
#TCAform #name, #TCAform #email, #TCAform #phone, #TCAform #mobile, #TCAform #fax, #TCAform #pickupLocAdd, #TCAform #destLocAdd, #TCAform #vehicle, #TCAform #comments, #TCAform #request {
	width:95%;
}
#TCAform input, #TCAform textarea {
	border:solid 1px #aacfe4;
	padding:2px;
	background-color:#fff ! important;
}
#TCAform fieldset {
	border-top:1px solid #aacfe4;
}
#TCAform legend {
	padding:5px 10px;
	font:12px Arial;
	margin:0;
}
#TCAform #request {
	color:#2A9F00;
	font:bold 12px Arial;
	margin-left:7px;
}
