/* CSS Document */

/*if desired

* {
	margin: 0;
}

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	background-image: url(images/interface/bg.gif);
	margin: 0;
	padding: 0;
}
* html body {
	font-size: xx-small;
	f\ont-size: x-small;
}
a {
	cursor: hand;
	cursor: hand;
	color: #BD2B1C;
}
a:hover {
	color: #D27A88;
}

h1 {
	font-size: 200%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #C61621;
}
h2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #8C4873;
}
h3 {
	font-size: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #E27E88;
}
h4 {
	font-size: 18px;
	font-weight: normal;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 85%;
}
#container {
	width: 775px;
	margin: auto;
	background: #FFFFFF;
	color: #766;
}
#header {
	margin: 5px 0 0 0;
	background-color: #FFFFFF;
}

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #BE3048;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("/images/interface/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	font-weight:bold;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("/images/interface/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#CC0000;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}
#content {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
	width: 773px;
	border-left: solid 1px #C00;
	border-right: solid 1px #C00;
}
#contents {
	margin: 0;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	background-color: #BE3048;
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/interface/bottom-left-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar a {
	color: #E0A3AB;
}

#information {
	float: left;
	padding: 10px;
	width: 520px;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 5px;
	border: solid 1px #C00;
	width: 763px;
	border-top: none;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 10px
}
#footer a {
	font-weight: bold;
	color: #666666;
}
#footer a:hover {
	color: #E78E28;
}
#booking_request {
	margin: 0 25px;
}
.red {
	font-weight: bold;
	color: #CC0000;
}.inv {
	display: none;
}
.tracks a {
	color: #BD2B1C;
	text-decoration: none;
}
