/*
Oates Travel styles by Alan Lait
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ff6e0b;
	text-decoration: none;
}
a:hover {
	color: #ff6e0b;
  text-decoration: underline;
}
body {
	background: black url(images/bgbody.gif);
	color: #444;
	font: normal 62.5% Helvetica, Arial, sans-serif;
	margin: 10px;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 0.7em;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 4px;
	text-align: center;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #ff6e0b;
	padding-top: 6px;
}
img.photo {
  border: none;
}

/* misc */
.clearer {
	clear: both;
}

/* layout */
.container {
	background: white;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 8px;
}
.header {
	background: url(images/bgheader.png) no-repeat;
	clear: both;
	padding-left: 20px;
  min-height: 160px;
}
.header .item {
  float: left;
}
.header .spacer {
  line-height: 100px;
}
.header .strap {
	font-size: 1.4em;
}
.header .contact {
	font-size: 1.1em;
}

/* navbar */
.navbar {
  background: #ff6e0b url(images/bgnavbar.png) no-repeat bottom;
	padding: 5px 20px;
	margin-bottom: 10px;
	line-height: 20px;
	max-height: 20px;
}
.navbar .item {
  float: left;
	width: 20%;
  font-size: 1.0em;
	font-weight: bold;
	min-height: 40px; /* so the onmouseout doesn't fire when we move on to the drop-down */
  height: auto !important; /* This overrides in IE7 */
  height: 40px; /* This applies in IE6 */	
}
.navbar a.current {
  color: #444;
}
.navbar a {
  color: white;
	text-decoration: none;
}
.navbar a:hover {
  color: #444;
	text-decoration: none;
}
.navbar li {
	list-style: none;
}
.navbar .dropdown {
  position:absolute;
	margin-top: 5px;
	visibility: hidden;
}
.navbar .subitem {
  background: #ff6e0b;
  padding: 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
  border-top: 1px solid white;
	width: 13em;
  font-size: 0.9em;
	font-weight: normal;
}
.navbar .subitem a {
  background: #ff6e0b;
}

/* content */
.content {
	padding: 0px 10px;
}
.content .item {
	padding: 5px 10px;
	border: 2px solid #ccb76e;
	background: #fef9e7;
	margin-bottom: 8px;
}
.content .squiggleitem {
	padding: 5px 10px;
	border: 2px solid #ccb76e;
	background: #fef9e7 url(images/bgsquiggle.png) no-repeat bottom;
	margin-bottom: 8px;
	min-height: 320px;
}
.content li {
  list-style: url(images/li.gif);
	margin-left: 18px;
	padding-bottom: 0.7em;
}
.content .linkimage {
  padding-left: 10px;
  border: none;
}
.tourlist, .fleettable {
  width: 100%;
}
.fleettable .odditem {
  padding: 10px;
  background: #fff6d6;
}
.fleettable .evenitem {
  padding: 10px;
}
.fleettable .photo {
  border: 1px solid #ccb76e;
}

/* rounded corners */
.roundedcornr_box {
	background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 8px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -4px;
}
.roundedcornr_content { padding: 11px 10px; }

/* footer */
.footer {
	padding: 0px 10px;
}
.footer .item {
	padding: 5px 10px;
	border: 2px solid #ccb76e;
	background: #fef9e7;
}
