/* Structure */

body {
	font: 0.75em/140% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
	background: repeat-x url(/img/body_bg.jpg);
}

#container {
	width: 760px;
	height: 510px;
	border: 1px solid #fff;
	margin: 40px auto 0px auto;
}
#detail {
	background: #fff no-repeat url(/img/details_bg.jpg);
	width: 284px;
	float: left;
	padding-left: 35px;
	padding-top: 38px;
	height: 472px;
	padding-right: 20px;
	letter-spacing: 0em;
}

#tabs {
	float: left;
	height: 510px;
	width: 35px;
}

#home #tabs {
	background: url(/img/hm_tabs_bg.jpg) no-repeat;
}

#bookings #tabs {
	background: url(/img/bk_tabs_bg.jpg) no-repeat;
}

#contact #tabs {
	background: url(/img/ct_tabs_bg.jpg) no-repeat;
}

#prices #tabs {
	background: url(/img/pr_tabs_bg.jpg) no-repeat;
}


#dec {
	float: right;
	height: 410px;
	width: 386px;
}

#head {
	width: 386px;
	height: 60px;
	background: #fff no-repeat url(/img/head_bg.jpg);
}

#photo {
	width: 386px;
	height: 198px;
	background: no-repeat url(/img/photo_bg.jpg);
}

#desc {
	background: #ffa01a url(/img/desc_bg.jpg) repeat xy;
	width: 386px;
	height: 252px;
}

/* Formatting */

.nodisp {
	display: none;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	color: #b37113;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Details */

#detail h2 {
	color: #5081b7;
	height: 20px;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	text-decoration: none;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #c9e0ee;

}

p.info {
	margin-bottom: 15px;
	text-align: justify;
}

form {
	font-size: .9em;
}

form dd {
	text-align: right;
	margin: 0 0 3px 0;
	background-color: #F7FBFF;
	padding: 3px;
	border-top: 1px solid #dbeaff;
	border-bottom: 1px solid #dbeaff;
}

form dd.submit {
	background: none;
	border-style: none;
	margin-bottom: 0;
}

form dd.left {
	text-align: left;
	background: none;
	border-style: none;
	padding: 1px 3px 1px 3px;
}

form dd.name,
form dd.domint,
form dd.street,
form dd.phone,
form dd.arrflight,
form dd.depflight,
form dd.date,
form dd.deptime {
	border-bottom: none;
	margin: 0;
}

form dd.phone,
form dd.email,
form dd.arrflight,
form dd.depflight,
form dd.date,
form dd.time,
form dd.deptime,
form dd.picktime,
form dd.suburb {
	border-top: none;
}

.picktime {
	text-align: left;
	background: no-repeat url(/img/intmsg_icon.gif) 0px 5px #f7fbff;
	padding-left: 18px;
	color: #446187;
	border-top-width: 1px;
}

p.picktime {
	background: no-repeat url(/img/intmsg_icon.gif) 0px 5px;
	font-size: 0.8em;
}


form dd.phone input.intcode {
	width: 30px;
}

form dd.phone input.stdcode {
	width: 30px;
}

form dd.phone input.phnum {
	width: 57px;
}

form label {
	text-align: left;
	width: 124px;
	float: left;
}

form input, form select {
	width: 145px;
}


form #date {
	color: #ccc;
}

form select, form .button {
	width: 149px;
}

form dd.date select {
	width: auto;
}

form dd.time input.hour,
form dd.time input.min {
        width: 41px;
}

form dd.time select {
	width: 50px;
}

form dd.time span {
	font-size: 1.5em;
}

form dd.date select.day {
	width: 45px;
}

form dd.date select.month {
	width: 53px;
}

form dd.date select.year {
	width: 45px;
}

#nameerror,
#phoneerror,
#emailerror,
#directerror,
#arrflighterror,
#timeerror,
#depflighterror,
#deptimeerror,
#sterror,
#suberror,
#numerror {
	color:  red;
	text-align: left;
	padding: 3px 3px 3px 18px;
	background: url(/img/error_bul_y.gif) no-repeat 0px 4px;
	margin: 0;
	border: none;
}
#nameerror,
#phoneerror,
#arrflighterror,
#timeerror,
#depflighterror,
#deptimeerror,
#sterror {
	background-color: #f7fbff;
	margin-bottom: -1px; 
}

p.sent {
	padding: 3px;
	border-top: #b9f384 1px solid;
	border-bottom: 1px solid #b9f384;
	background: #feffd0;
	margin:  0 0 5px 0;
	font-size: 0.8em;
}

p.sent span.email {
	color: #658ec1;
}

p.notsent {
	padding: 3px;
	border-top: #ff95a3 1px solid;
	border-bottom: 1px solid #ff95a3;
	background: #feffd0;
	color: #cb0206;
	font-size: 0.8em;
}

table {
	margin: 20px 0 0 0;
	border: 0;
}

th {
	color: #b37113;
	text-align: left;
	font-size: 1.1em;
	border-bottom: 1px dotted #F0CC98;
}

td {
	vertical-align: top;
	padding: 0 0 5px 0;
	text-align: left;
	background: 0;
}

td.title {
	color: #5081b7;
	font-weight: bold;
	width: 200px;
	padding: 0 5px 0 0;
	text-align: left;
}

td span.small {
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
}

table#pricetb {
	margin: 5px 0 0 0;
}


#pricetb td.title {
	width:120px;
}

#bookings p.info,
#contact p.info {
	margin-bottom: 5px;
}

#contact table {
	margin: 5px 0 0 0;
}

table.bookings {
	margin: 0;
}

.bookings td {
	background-color: #F7FBFF;
	border-top: 1px solid #dbeaff;
	border-bottom: 1px solid #dbeaff;
	padding: 2px 0;
	font-size: 0.8em;
	width: 210px;
}

.bookings td.title {
	width: 150px;
	font-size: 0.8em
}

.bookings th.left {
	color: #444;
	border: none;
	text-decoration: none;
	font-size: 0.8em;
}

/* Navigation */

ul#nav {
	margin-top: 29px;
}

#homenav,
#bookingsnav,
#pricesnav,
#contactnav {
	height: 75px;
	width: 24px;
}

#tabs a {
	width: 24px;
	height: 75px;
	display: block;
}

#homenav b,
#bookingsnav b,
#contactnav b,
#pricesnav b {
	display: none;
}

#homenav {
 	margin: 0 0 0 3px;
}

#bookingsnav {
 	margin: 18px 0 0 3px;
}

#pricesnav {
 	margin: 16px 0 0 3px;
}

#contactnav {
 	margin: 17px 0 0 3px;
}

/* Heading */

#head h1 {
	display: none;
}

/* Description */

#desc h2 {
	color: #253140;
	padding: 5px 0 0 5px;
	background: no-repeat url(/img/serv_bg.jpg) 0px 100px #fdb201;
	width: 381px;
	height: 247px;
	font: bold 1.5em/140% Arial, Helvetica, sans-serif;
}

/* Footer */

#footer p {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #d8edff;
}

#footer a {
	color: #d8edff;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}



