body {
	margin:0;
	color:#000;
	font:14px/16px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	background:#000 url(img/bg-body.jpg) repeat-x;
}
img { border-style:none;}
a {
	color:#444;
	text-decoration:none;
}
a:hover { text-decoration:underline;}
.page {
	width:848px;
	margin:0 auto;
	padding:0 0 20px;
}
#header {
	height:106px;
	position:relative;
}
#header strong {
	position:absolute;
	top:11px;
	left:0;
	height:88px;
	width:233px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/bg-logo.gif) no-repeat;
}
#header strong a {
	height:100%;
	display:block;
}
#header ul {
	position:absolute;
	top:29px;
	left:229px;
	margin:0;
	padding:0;
	list-style:none;
}
#header ul li {
	float:left;
	padding:0 0 0 10px;
}
#header ul a {
	display:block;
	height:56px;
	overflow:hidden;
	text-indent:-9999px;
}
#header ul a.home { background:url(img/menu-home.gif) no-repeat; width:46px; }
#header ul a.about-us { background:url(img/menu-about-us.gif) no-repeat; width:63px; }
#header ul a.charter { background:url(img/menu-charter.gif) no-repeat; width:121px; }
#header ul a.fleet { background:url(img/menu-fleet.gif) no-repeat; width:68px; }
#header ul a.drivers { background:url(img/menu-drivers.gif) no-repeat; width:128px; }
#header ul a.quote { background:url(img/menu-quote.gif) no-repeat; width:46px; }
#header ul a.contact { background:url(img/menu-contact.gif) no-repeat; width:60px; }
#header ul a:hover, #header ul a.active { background-position:0 -56px; }
.main {
	background:url(img/bg-main.png) no-repeat;
	padding:4px;
	width:840px;
}
#img-holder {
	position:relative;
	width: 840px;
	height: 378px;
}

#img-holder.pages {
        position:relative;
        width: 840px;
        height: 554px;
}

#img-holder img { display:block;}
.content {
	position:absolute;
	top:27px;
	left:39px;
	width:412px;
	padding:12px 12px 0 20px;
	height:489px;
	overflow:hidden;
	background:url(img/bg-content.png);
}

body#charter .content {
	background: none;
	padding-left: 0;
	font-size: 14px;
	width: 400px;
	line-height: 1.3em;
}

.content h2 {
	text-indent:-9999px;
	overflow:hidden;
	width:350px;
	height:52px;
	margin:0;
}

.content h2.about_us {
        background:url(img/aboutus.png) no-repeat;
}

.content h2.charter_services {
        background:url(img/charterservices.png) no-repeat;
}

.content h2.our_fleet {
        background:url(img/ourfleet.png) no-repeat;
}

.content h2.our_drivers {
        background:url(img/ourdrivers.png) no-repeat;
}

.content h2.quote {
        background:url(img/quote.png) no-repeat;
}

.content h2.contact {
        background:url(img/contact.png) no-repeat;
}

.content p { margin:10px 0 17px;}
.content p span { display:block;}
#img-holder ul.home {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:352px;
	right:43px;
	font:10px/19px Arial, Helvetica, sans-serif;
}
#img-holder ul.home li {
	float:left;
	padding-left:5px;
}
#img-holder ul.home a {
	color:#727274;
	display:block;
	padding-left:9px;
	width:14px;
	background:url(img/bg-controls.png) no-repeat;
}
#img-holder ul.home a:hover,
#img-holder ul.home li.active a {
	text-decoration:none;
	color:#fff;
	background:url(img/bg-controls-hover.png) no-repeat;
}
.btm-block {
	overflow:hidden;
	height:1%;
	padding:46px 24px 0 34px;
}
.page2 .btm-block { padding:18px 98px 0 11px;}
.btm-block blockquote {
	background:url(img/bg_tagline.gif) no-repeat;
	width:400px;
	height:97px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin:20px 0 0;
}
.page2 .btm-block blockquote { margin: 12px 0 0;}
.btm-block img { float:right;}
.page2 #footer { margin: -77px 0 0;}
#footer {
	padding:33px 0 13px 18px;
	color:#444;
	font-size:12px;
	background:url(img/bg-footer-border.gif) no-repeat 0 100%;
}
#footer p {margin:0;}
#footer ul {
	margin:0;
	padding:0;
	overflow:hidden;
	height:1%;
	list-style:none;
	line-height:14px;
}
#footer ul li {
	float:left;
	padding-right:4px;
}


/*FORMS*/
div.input label {
	display: block;
}

div.input input[type="checkbox"] {
	float:left;
}

span.small {
	font-size: 8pt;
}

div.checkbox {
	margin-top: 8px;
}

fieldset {
	margin: 10px 0 20px 0;
}

div.text input {
	border: solid 1px #333333;
}

div.text {
	margin: 0 0 5px 0;
}

/*MESSAGES*/

div.message {
	width: 385px;
	background-color: #FEF1E9;
	border: 2px solid red;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

span.red {
	color: red;
}

