* { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6, p, blockquote, ol, dl { margin-bottom: 1em; }

body {
	background: #664e37 url(images/bodybg.gif) fixed repeat-x;
	font: 62.5%/1.6em "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

img {
	border: none;
}

a {
	outline: none;
	text-decoration: none;
	color: #cc9b1c;
	font-weight: bold;
}

a:hover {
	color: #3a85c9;
	border-bottom: 1px solid #333;
}

h1 {
	position: absolute;
	top: -9999px;
}
h1 a {

}

h2 {
	letter-spacing: -1px;
	padding-bottom: 10px;
	margin-bottom: 7px;
	border-bottom: 3px dashed #13120F;
	font-size: 1.7em;
	color: #e2e2e2;
}
h3 {
	color: #999;
	margin-bottom: 8px;
}

h2.announce {
	line-height: 1.4em;
	color: #3a85c9;
	letter-spacing: normal;
	border-bottom: none;
	text-align: justify;
	margin: -10px 20px 20px 20px;
	padding: 10px 20px;
	background: #13120F;
}
h2.announce a {
	color: #cc9b1c;
}

p {
	width: 360px;
	text-align: justify;
	line-height: 1.6em;
	word-spacing: -1px;
}
p.full {
	width: 100%;
}

ul {
	list-style: none;
}

ol li {
	margin: 0 20px 20px 20px;
	line-height: 1.6em;
	text-align: justify;
}
ol li h3 {
	margin-bottom: 4px;
	color: #999;
}

address {
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

/* construct */
#container {
	width: 780px;
	margin: 0 auto;
	background: #000;
}

#head {
	background: #000 url(images/hed/rotator.php) no-repeat;
}
#head a img {
	position: relative;
	z-index: 100;
}

#nav {
	margin: -20px 0 0;
	background: transparent url(images/navbg.gif) bottom left no-repeat;
	height: 2em; 
	width: 100%;
	font-size: 1.3em;
	border-bottom: 7px solid #664e37;
}

#content {
	padding: 30px 30px 0 30px;
	background: #000 url(images/contentbg.gif) top right no-repeat;
	font-size: 1.2em;
}

#footer {
	clear: both;
	font-size: 1.1em;
	height: 80px;
	background: #664e37 url(images/footerbg.gif) 0 0 no-repeat;
}
#footer p {
	position: relative;
	top: 74px;
	text-align: right;
	width: 100%;
}

/* lists */
#nav ul {
	margin-right: 10px;
	float: right;
}
#nav ul li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	text-align: left;
	height: 1.2em;
	padding: 0.4em 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc9b1c;
	position: relative;
	z-index: 100;
}
#nav ul li a:hover {
	background: #333;
	color: #fff;
}
#nav ul li a#selected {
	color: #fff;
}

ul#routelist {
	margin-top: 10px;
}
ul#routelist li {
	width: 704px;
	min-height: 116px;
	background: #13120F;
	padding: 8px;
	margin-bottom: 8px;
	text-align: justify;
}
ul#routelist a {
	font-size: 1.2em;
	line-height: 2em;
}
ul#routelist li img {
	float: right;
}

ul.steplist {
	margin: 0 0 20px 0;
}
ul.steplist li {
	border-bottom: 1px dotted #333;
	line-height: 1.8em;
	padding: 3px 0 6px 0;
}

ol ul {
	margin: 8px 0 8px 0;
}

ol ul li {
	margin-bottom: 0px;
	line-height: 1.6em;
 }

/* images */
#photodiv {
	width: 640px;
	height: 270px;
	background-repeat: no-repeat;
	border: 2px solid #ccc;
	margin: 20px 0 30px 36px;
}

img.right {
	float: right;
	background: #13120F;
	padding: 4px;
	margin: 0 0 20px 30px;
}
li img.right {
	background: #000;
}

.massive {
	font-size: 3em;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#flashcontent {
	width: 720px;
	margin: 40px auto;
}

/* packages */
tr {
	padding: 7px;
}

table {
	width: 720px;
	border: none;
	line-height: 1.8em;
	font-size: 1.1em;
	margin: 30px 0;
}

table th {
	text-align: center;
}

table th.left {
	text-align: right;
	padding: 0 8px 0 0;
	border-right: 3px solid #000;
	width: 150px;
}
td.green, td.yellow {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
}

tr.center {
	text-align: center;
	line-height: 2em;
	background: #13120F;
	font-size: 1.3em;
}

.green { 
	background: #4A9139 url(images/tick.gif) 97% 50% no-repeat;
	width: 276px;
}
.yellow { 
	background: #cc9b1c url(images/tick.gif) 97% 50% no-repeat; 
	width: 276px;
}
span.hidden {
	color: #f7f7f7;
	font-size: 0.8em;
	background-image: none;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.8em;
	border: none;
	padding: 3px 10px;
	width: 260px;
}
.show {
	cursor: pointer;
}
.arrow {
	margin-left: 144px
}

/* booking */
#cal {
	margin: 20px 0 30px 0;
}

#cal div.period-range {
	color: #fff !important;
}

.booking {
	margin: 20px 0;
}
.booking p {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	word-spacing: 0.1em;
	line-height: 1.8em;
}
.booking p strong, .booking ol li strong {
	background: #222;
}
.booking ol li {
	font-size: 0.9em;
	margin: 0 0 4px 20px;
}

.paypal {
	padding: 0 12px 20px 12px;
	background: #13120F;
	border: 3px dashed #333;
}

#booking3 form {
	width: auto;
	margin: 4px 0 0;
	padding: 8px 0 10px 0;
	border-bottom: 1px dotted #333;
}
#booking3 form input {
	width: auto;
}
#booking3 form p {
	font-size: 1.3em;
	margin-bottom: 2px;
}

.gold {
	color: #ccc61c;
	padding: 0 4px;
}
.greenspan {
	color: #090;
}

input.dateinput {
	margin-left: 6px;
	width: 4em;
	border: 3px solid #000;
}

.dmy {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;	
}

input.basket {
	margin: 0 2px -6px 30px;
	border: none;
}

/* form */
form {
	width: 360px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 30px 0;
}

fieldset {
	border: 3px dashed #333;
	padding: 10px;
	background: #13120F;
}
legend {
	padding: 0 3px 0 3px;
	background: #000;
}

label {
	display: block;
	padding-top: 10px;
	cursor: pointer;
	margin-bottom: 0.2em;
}

input, textarea, #submit {
	width: 330px;
	border: 3px double #ccc;
	font-size: 0.9em;
	padding: 1px;
}
input, textarea {
	background: #f7f7f7;
}
#submit {
	color: #090;
	background: #f7f7f7;
	font-weight: bold;
	border: 3px double #666;
	cursor: pointer;
}
#submit:hover {
	background: #fff;
	color: #000;
	letter-spacing: 1px;
}

/* sifr */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
	font-size: 28px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.sIFR-active h2.announce {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
	font-size: 2.4em;
	padding-bottom: 2px;
	margin-bottom: 20px;
}


/* misc */
#head a:hover {
	border-bottom: none; 
}

#footer a {
	color: #fff;
}

.more {
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p.clearfix {
	margin-bottom: 30px;
}