html, body, 
h1, h2, h3, h4, h5, h6, 
form, fieldset,
p, ol, ul, li, 
dt, dd, dl,
table, th, tr, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
img, fieldset, input, textarea, select { border: 0; margin: 0; }

/* basics
-------------------------------------- */
body {
	background-color: #000000;
	background-image: url(../media/bg-page.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
p, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 18px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
p, ul, li {
	font-size: 10px;
}
a:link {
	color: #268326;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #268326;
	text-decoration: underline;
}
a:active {
	color: #268326;
	text-decoration: none;
}
.justified {
	text-align: justify;
}

/* wrapper
-------------------------------------- */
#wrapper {
	background-color: #666666;
	background-image: url(../media/bg-wrapper.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* header
-------------------------------------- */
#header {
	background-color: #000000;
	background-image: url(../media/bg-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 120px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}

#logo {
	width: 220px;
	height: 120px;
	float: left;
	position: relative;
}
#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../media/logo.jpg);
	background-repeat: no-repeat;
}
#slogan {
	width: 530px;
	height: 60px;
	float: right;
	position: relative;
	clear: none;
}
#slogan span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../media/slogan.gif);
	background-repeat: no-repeat;
}

/* menu
-------------------------------------- */
ul#menu {
	list-style: none;
	width: 530px;
	height: 45px;
	float: right;
	margin-top: 15px;
}
#menu li {
	float: right;
	height: 45px;
	text-indent: -100em;
}
#menu li a { 
	display: block; 
	height: 100%; 
	overflow: hidden; 
	width: 100%; 
}
#home-btn {
	width: 66px;
}
#fleet-btn {
	width: 98px;
}
#rates-btn {
	width: 70px;
}
#about-btn {
	width: 95px;
}
#gallery-btn {
	width: 89px;
}
#contact-btn {
	width: 112px;
}
#home-btn a, #fleet-btn a, #rates-btn a, #about-btn a, #gallery-btn a, #contact-btn a {
	background-image: url(../media/menu.jpg);
}
#home-btn a:hover { background-position: 0 -45px; }
#home-btn a.down { background-position: 0 -90px; }
#fleet-btn a { background-position: -66px 0; }
#fleet-btn a:hover { background-position: -66px -45px; }
#fleet-btn a.down { background-position: -66px -90px; }
#rates-btn a { background-position: -164px 0; }
#rates-btn a:hover { background-position: -164px -45px; }
#rates-btn a.down { background-position: -164px -90px; }
#about-btn a { background-position: -234px 0; }
#about-btn a:hover { background-position: -234px -45px; }
#about-btn a.down { background-position: -234px -90px; }
#gallery-btn a { background-position: -329px 0; }
#gallery-btn a:hover { background-position: -329px -45px; }
#gallery-btn a.down { background-position: -329px -90px; }
#contact-btn a { background-position: -418px 0; }
#contact-btn a:hover { background-position: -418px -45px; }
#contact-btn a.down { background-position: -418px -90px; }

#header-picture {
	background-color: #000000;
	background-image: url(../media/header-pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px;
	clear: both;
	height: 190px;
	width: 760px;
}

/* content
-------------------------------------- */
#top-border {
	background-color: #666666;
	background-image: url(../media/top-border.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 30px;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}
#content {
	width: 754px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #000000;
	background-image: url(../media/bg-content.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#right-column {
	clear: none;
	float: right;
	width: 215px;
	padding-right: 15px;
}
p#ctlogo, p#tourismlogo {
	text-align: center;
	width: 165px;
	padding-top: 20px;
	padding-left: 10px;
}
p#ctlogo a:link, p#tourismlogo a:link {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p#ctlogo a:visited, p#tourismlogo a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p#ctlogo a:hover, p#tourismlogo a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p#ctlogo a:active, p#tourismlogo a:active {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#right-column-wide {
	clear: none;
	float: right;
	width: 460px;
	padding-right: 15px;
	text-align: justify;
}
#left-column {
	clear: none;
	float: left;
	width: 215px;
	padding-left: 15px;
}
#left-column-wide {
	clear: none;
	float: left;
	width: 460px;
	padding-left: 15px;
}
#middle-column {
	width: 215px;
	clear: none;
	float: right;
	padding-right: 15px;
}
#content ul {
	padding-bottom: 5px;
	padding-left: 15px;
}
#content li {
	list-style-type: disc;
	white-space: normal;
	padding-left: 5px;
	padding-top: 3px;
}
#content h3 {
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.05em;
}
#content h4 {
	padding-top: 8px;
	padding-bottom: 5px;
	letter-spacing: 0.05em;
}
#right-column a:link, #left-column-wide a:link {
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
#right-column a:visited, #left-column-wide a:visited {
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
#right-column a:hover, #left-column-wide a:hover {
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #268326;
}
#right-column a:active, #left-column-wide a:active {
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content-end {
	width: 754px;
	clear: both;
	height: 10px;
}

/* fleet and rates
-------------------------------------- */
table {
	margin-right: 10px;
	margin-left: 10px;
}
td {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: center;
}
td.leftie {
	text-align: left;
}
td h4{
	padding-left: 2px;
	padding-right: 2px;
}
#left-column table {
	margin-right: 0px;
	margin-left: 0px;
}
.keepleft {
	float: left;
	clear: both;
	display: block;
	width: 40px;
	padding-left: 10px;
	padding-top: 10px;
}
form p {
	padding: 5px 0px 0px 0px;
}
.blackfields input {
	background-color: #000000;
	margin: 0px;
	border-bottom: 1px solid #333333;
	width: 50%;
	height: 18px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	padding: 0px 4px 0px 4px;
}
#booking-btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	margin: 15px 0px 0px 0px;
}
#booking-btn:hover {
	color: #CCCCCC;
	cursor: pointer;
}

/* gallery
-------------------------------------- */
.gallery-heading, .gallery-heading-green {
	clear: both;
	padding-left: 15px;
}
.gallery-heading-green {
	color: #268326;
	width: 730px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #268326;
	margin-bottom: 5px;
	position: relative;
	margin-left: 10px;
	padding-left: 5px;
}
ul#vehicle-gallery, ul#sponsor-gallery, ul#christmas2007-gallery, ul#promo-gallery-older, ul#promo-gallery-24aug2007 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul#vehicle-gallery li.thumbnail, ul#sponsor-gallery li.thumbnail, ul#christmas2007-gallery li.thumbnail, ul#promo-gallery-older li.thumbnail, ul#promo-gallery-24aug2007 li.thumbnail {
	list-style-type: none;
	margin: 0px;
	padding-left: 46px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thumbnail p {
	width: 120px;
	padding-top: 4px;
	padding-bottom: 10px;
	height: 60px;
	overflow: hidden;
	line-height: 14px;
}
.thumbnail a {
	display: block;
	height: 120px;
	overflow: hidden;
	width: 120px;
	border: 5px solid #333333;
}
.thumbnail a:hover {
	border: 5px solid #666666;
}

/* bottom
-------------------------------------- */
#bottom {
	background-color: #666666;
	background-image: url(../media/btm-wrapper.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 30px;
	width: 780px;
}
#copyright {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright p {
	color: #666666;	
}
a#left-splash  {
	height: 280px;
	width: 270px;
	position: absolute;
	top: 300px;
	background-image: url(../media/check-out-our-rates.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -100em;
}


/* The day when machines take over may not be far away. Instead of mother waking you up in the morning, the cold metal arm of a robot may shake you into wakefulness. */