/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0;
	background:#2C404F;
	text-align:center;
	
	
	

}



#wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:none;
	text-align:left;
	background:#2C404F;
	
	
}


#header {
	width:100%;
	height:100px;
	float:left;
	background:#FF6600;
	background-image:url(../images/headerbg3.jpg);
	background-position:top right;
	background-repeat:repeat;
	margin-left:0px;
	border-bottom:0px dotted #CCC;
	
	
}

#header h2 {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	float:right;
	color:#FFF;
	margin-top:35px;
	padding:0px;
	border-bottom:1px dotted white;
	}


#header img {
    float:left;
	position:absolute;
	top:10px;
	left:30px;
	border:none;
}

#header h2:hover {
	color:#FDEAA6;

}

#nav {
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0099FF;
	margin-top:-100px;
	width:20%;
	min-height:600px;
	background:none;


}


#navbg {
    float:none;
    width:auto;
    height:30px;
	background-image:url(../images/nav_top.jpg);
	background-position: top right; 
	background-repeat:no-repeat;
	margin-top:100px;
	display:block;
}

#nav ul {
	margin-left:0px;
	margin-top:10px;
}

#nav li {
	float:left;
	clear:both;
	list-style:none;
	border-bottom:1px solid #293A77;
	width:90%;
	height:30px;
	line-height:20px;

}

#nav li:hover { background:#252E35; float:left; border-bottom:1px dotted #6FBAD7;}

#nav a {
	color:#FFFFFF;
	padding:5px;
	text-decoration:none;
	width:90%;
	float:left;

}

#nav a:hover {
	color:#6FBAD7;
	background:none;

}

#nav img {
	text-align:center;
	margin:15px;
	border:1px solid #CCC;
}


#content {
	width:80%;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	background:#2C404F;
	background-image:url(../images/footerbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	
}

#content p, h1, h2 {
	margin-left:50px;
	margin-right:50px;
	color:#CCC;

}

.cimg {
margin-left:50px;
border:none;
}



#content a, #footer a {
	color:#CCC;
}

#content .conditions {
color:#FDEAA6;
background:none;
padding:4px;
}


/*Booking Form*/
#content table {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	float:left;
	width:90%;

	
	}
	
form {width:auto; float:left;}
	
input {
	border:1px solid #FFF;
	padding-left:3px;
	
	}
	
input:hover {
	border:1px solid #FF3300;
	
	}
	
input:focus {
	border:1px solid #FF3300;
	color:#FF3300;
	
	}
	
.submit {
	background: #FF3300;
	color:#FFFFFF;
	
	}
	
#agree {
background:none;
}

#agree:hover {
color:#FDEAA6;

}


#footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(../images/footerbg.jpg);
	float:left;
	width:100%;
	height:80px;
	border-top:1px dotted #CCC;
	}
	
#footer p {
	margin-left:20px;
}

/*Buses Fleet*/

#merc {
float:left;
width:110px;
height:130px;
margin-top:0px;
margin-left:60px;
margin-right:15px;
border:1px dotted #FFF;
background:#99CCFF;
padding:7px;

}
	
#iveco {
float:left;
width:120px;
height:130px;
margin-top:0px;
margin-right:8px;
border:1px dotted #FFF;
background:#CC99FF;
padding:7px;

}

#toyota {
float:left;
width:90px;
height:130px;
margin-top:0px;
margin-right:8px;
border:1px dotted #FFF;
background:#FFFF99;
padding:7px;

}

#toyota21 {
float:left;
width:75px;
height:130px;
margin-top:0px;
margin-right:8px;
border:1px dotted #FFF;
background:#CCFFCC;
padding:7px;

}

#toyota15 {
float:left;
width:55px;
height:130px;
margin-top:0px;
margin-right:8px;
border:1px dotted #FFF;
background:#FF99CC;
padding:7px;

}

#toyota11 {
float:left;
width:55px;
height:130px;
margin-top:0px;
margin-right:8px;
border:1px dotted #FFF;
background:#FF99CC;
padding:7px;

}

/*Gallery*/

.photo {
float:left;
border:4px solid #FFF;
margin:3px;

}

.pic {
float:left;
border:4px solid #FFF;
margin-right:10px;
margin-bottom:0px;

}