@charset "UTF-8";
body  {
	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;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
#activity {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/activity_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.twoColFixRtHdr #container {
	width: 952px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#middle {
	background-color: #FFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #header {
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#sidebar p {
	padding-top: 0px;
	margin-top: 10px;
}
#suppliers_logo {
	height: 30px;
	width: 910px;
	margin-bottom: 10px;
}
.top_sidebar_img {
	padding-top: 0px;
	margin-bottom: 10px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#guide  {
	margin: 0 0 0 260px;
	margin-top: -120px;
	margin-bottom: 10px;
}
#sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #28B2DD;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	font-weight: normal;
	top: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 680px;
} 
#activity h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 8px;
}
.activity_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #482F24;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#activity img {
	padding-left: 30px;
	padding-bottom: 15px;
}
.van_enquiry {
	padding-left: 5px;
}
#van_enquiry_buttons {
	margin: 0px;
	padding: 0px;
}
#van_enquiry_buttons img {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 {
	margin: 0px;
	padding: 0px;
}
.txt {
	margin-right: 10px;
}
#mainContent h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	color: #F2591C;
	font-weight: bolder;
	font-style: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
#car_choice {
	border-top-width: 0.5px;
	border-top-style: dotted;
	border-top-color: #E5811F;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #E5811F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#mainContent h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	width: 400px;
	color: #FFF;
	background-image: url(../images/activity_heading_bg.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 5px;
	height: 25px;
	margin-bottom: 10px;
}
.image_left {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.image_right {
	float: right;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#mainContent form input {
	padding-left: 40px;
}
#mainContent h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #F2591C;
	font-weight: bold;
	font-size: small;
	padding-left: 5px;
}
#mainContent h4 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F2591C;
	text-decoration: underline;
}
#mainContent h4 a:hover {
	color: #3F2810;
	text-decoration: underline;
}
.dotpoint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #28B2DD;
}
#mainContent p {
	color: #482F24;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
#mainContent h3 img {
	margin-left: 2px;
	margin-top: 5px;
}
.buttons_bottom {
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
}
.small_activity_buttons {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.activity_buttons {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
.sidebar_img_centre {
	margin-left: 10px;
	margin-top: 5px;
}
#mainContent p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #F2591C;
	text-decoration: underline;
	text-align: left;
}
.main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.twoColFixRtHdr #footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
} 
#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCC;
}
#footer p a:hover {
	color: #ED681C;
	text-decoration: underline;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.bold_footer {
	font-weight: bold;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
}
.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-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigation {
	margin: 0px;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	padding: 0px;
}
#click_buy img {
	height: 25px;
	width: 185px;
	margin-top: 150px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.italictext {
	color: #482F24;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.validdate {
	font-size: x-small;
}
#sidebar1 form table tr td {
	font-size: x-small;
	color: #CCC;
}
#flashbanner {
	margin-top: 20px;
	margin-bottom: 20px;
}
#suppliers_logo img {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 15px;
}
#sidebar_about {
	background-color: #8aa51d;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar_about ul {
	margin: 0px;
	padding: 0px;
}
#sidebar_about ul li {
	width: 200px;
	margin-left: 20px;
	list-style-type: none;
	margin-bottom: 2px;
	border-top-width: 0.1em;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar_about ul li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 1em;
	padding-bottom: 0.1em;
	background-image: url(../images/sidebar_nav_list_arrow.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 15px;
}
#sidebar_about ul li a:hover {
	text-decoration: underline;
}
#sidebar_about ul li a img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#mainContent ul {
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	color: #482F24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#mainContent ul li {
	padding-bottom: 10px;
}
#mainContent ul ul li {
	list-style-type: disc;
}
#mainContent ul li a {
	color: #F2591C;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#navigation_new {
	margin: 0px;
	padding: 0px;
	height: 35px;
	background-color: #D64D29;
	width: 952px;
}
#navigation_new ul {
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}
#navigation_new li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: relative;
	background-color: #D64D29;
}
#navigation_new ul li a {
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	height: 35px;
	width: 136px;
	display: block;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#navigation_new ul ul {
	position: absolute;
	visibility: hidden;
	top: 35px;
}
 #navigation_new ul ul a {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#navigation_new ul li:hover ul {
	visibility: visible;
}
#navigation_new li:hover {
	background-color: #382515;
}
#navigation_new ul li:hover ul li a:hover {
	background-color: #382515;
}
.activity_image {
	padding-left: 20px;
	padding-right: 15px;
	float: right;
}
.driving_maps {
	margin-right: 20px;
	margin-top: 10px;
}
.contact_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #482F24;
}
.tours_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #482F24;
	padding-top: 20px;
}
.van_hire_img {
	padding-right: 30px;
	float: left;
	padding-left: 5px;
}
#car_choice img {
	float: left;
	padding-right: 30px;
	padding-top: 10px;
}
#car_choice h4 {
	color: #F2591C;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.quick_quote_button {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
}
#car_choice img {
	padding-bottom: 10px;
}
#car_choice ul li {
	margin: 0px;
	padding: 0px;
}
.handy_tips_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #482F24;
	font-size: 12px;
	font-weight: bold;
}
#ezine {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
#ezine img {
	float: left;
}
#ezine_text {
	clear: left;
	margin-bottom: 15px;
}
#ezine_header {
	margin-top: 35px;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #D54D29;
}
#quick_quote_button {
	margin: 0px;
	padding: 0px;
}
#quick_quote_button p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#quick_quote_button img {
	padding-left: 5px;
	padding-bottom: 10px;
}
#car_table {
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.from_price {
	text-align: left;
}
#car_table h2 {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	vertical-align: bottom;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#car_table table td {
	width: 155px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#car_table table {
}
#car_table table p {
	text-align: center;
	color: #482F24;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	white-space: nowrap;
}
.table_column {
	width: 60px;
}
#car_table h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
}
.small_table_text {
	font-size: 11px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#currency_converter {
	width: 315px;
	float: left;
	display: block;
}
#currency_calculator {
	float: right;
	width: 315px;
}
.clearcols {
	clear: both;
	height: 1px;
}
#calculator_bottom_text p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#calculator_bottom_text ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#calculator_bottom_text a img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#car_table table .dark_orange td h3 {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	white-space: nowrap;
}
#input1 {
	width: 70px;
	float: left;
}
#multiply {
	width: 10px;
	float: left;
	font-size: 9px;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#equals p {
	font-size: 9px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#input_button {
	float: left;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#equals {
	float: left;
}
#input1 p {
	font-size: 9px;
	text-align: center;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#car_table table .light_orange td h3 {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#car_table table img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#car_table table .light_orange td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #482F24;
	text-align: center;
}
.dark_orange {
	background-color: #E5841E;
}
.terms_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #482F24;
	margin: 0px;
	padding: 0px;
}
#terms_footer {
	padding-top: 10px;
}
.light_orange {
	background-color: #e5bb90;
}
#car_table table h4 {
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	padding-right: 5px;
	padding-bottom: 5px;
}
#travel_route_map {
	margin-bottom: 25px;
}
#highlights_map {
	float: left;
	width: 360px;
	margin-bottom: 10px;
}
#hightligts_slideshow {
	float: left;
	width: 680px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 180px;
}
#hightligts_maintext {
	float: right;
	width: 300px;
}
#map_enquiry_buttons img {
	margin-right: 25px;
	margin-left: 15px;
}
#map_enquiry_buttons {
	margin-top: 10px;
}
#special_rates_button {
	height: 45px;
	width: 130px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 220px;
}
#special_rates_button img {
	margin: 0px;
	padding: 0px;
}
#you_tube_large {
	width: 660px;
	margin-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
ol {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #482F24;
	line-height: 2em;
}
#you_tube_small {
	float: right;
	padding: 0px;
	height: 174px;
	width: 310px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#vehicle_options_top {
	width: 680px;
	height: 195px;
	margin-bottom: 15px;
}
#vehicle_options_text {
	float: left;
	width: 350px;
}

