/* Structure */

body {
	font: 0.75em/140% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
}

#container {
	width: 500px;
	margin: 20px auto 0 auto;
}
#detail {
	background: #fff;
	letter-spacing: 0.03em;
	margin: 20px 0 0 0;
}


#tabs {
	display: none;
}

#footer {
	width: 500px;
	margin: 0 auto;
}

/* 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;
	padding: 3px;
}

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.street,
form dd.name,
form dd.domint,
form dd.arrflight,
form dd.depflight {
	margin-bottom: 0px;
	border-bottom-style: none;
}

form dd.phone,
form dd.date,
form dd.deptime {
	border-style: none;
	margin-bottom: 0px;
}

form dd.suburb,
form dd.email,
form dd.selectdirect,
form dd.arrtime,
form dd.picktime {
	border-top-style: none;
}

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

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

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

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;
}

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

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

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

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;
}

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: 70px;
	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 {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	font: bold 2em/100% Arial, Helvetica, sans-serif;
}

/* Description */

#desc h2 {
	color: #777;
	font: bold 1.5em/140% Arial, Helvetica, sans-serif;
}

/* Footer */

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

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

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

#footer .extra {
	display: none;
}

