* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background: #600000 url(/site/images/backgrounds/body_bkg.jpg) center top repeat-y;
	border: 0;
	}

table, td, th {
	font-size: 100%;
	vertical-align: top;
}


a {	color: #800000;	}
a:hover { color: #f90}	



h1, h2, h3 {
	color: #800000;
	font-size: 1.5em;
	line-height: 1;	
}
	
	
p {
	line-height: 1.3em;
	margin-bottom: 0.7em;
	}

ul, ol { margin:0 0 0.5em 2em; }

.floatleft {
	float: left; margin-right: 5px;
	}
.floatright {
	float: right; margin-left: 5px;
	}
.small { font-size: 85%; }

.nobull { list-style-type: none; }



.pdf-link {
	background: transparent url('/site/images/pdf.gif') left top no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}

.inner {
}


/* no blue border on linked images */
a img { border: 0px none transparent; }

/* ########################	 */
/* LAYOUT DIV RULES */
/* adapted from http://www.alistapart.com/articles/holygrail */
/* ########################	 */

#layoutbox {
	margin: auto;
	width: 960px; /* max width of window */
	background-color: #fff;
	}

#header {
	position: relative;
	background-color: #fff;
	height: 115px; 
}

#container {
  margin-top: 8px;
  background-color: #fff;
  width: 100%;
}
	
#main {
	background-color: #fff;
	border-right: 2px dotted #aaa;
	padding: 0px 10px;
}

#left-col {
	width: 180px;    
	background-color: #88001B;
}

#right-col {
	width: 230px; 
	padding-left: 10px;
	padding-right: 10px;
}
	
#footer {
	text-align: center;
	clear: both;
	border-top: 1px solid #fff;
	background-color: #88001B;

}

/*** IE6 Fix ***/
* html #left {
  left: 250px;           /* RC width */
}

/* ########################	 */
/* new rules 2006	 */
/* ########################	 */
/* HEADER	 */
/* ########################	 */
/* main menu styles */
/* ########################	 */

#header img {
	border: 0;
}

#menu {
	text-align: center;
	background-color: #ffefcb;
	height: 2.5em;
}
	
#nav-main {
	margin: 0 auto;
	padding: 0;
}
#nav-main li { 
	display: inline;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#nav-main li a { 
	display:block;
	float: left;
	font-size: 1em;
	line-height: 1.5;
	color: #800000;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0.5em 1em; 
	vertical-align: middle;
/*	height: 1em; */
	border-right: 1px solid #fff;
}

#nav-main li a:hover {
	background-color: #800000;
	color: #f90;
	}

#search {
	float:right;
	margin-top: 4px;
	margin-right: 10px;
	text-align: left;
	}

#search label { 
	display: none;
}

#search input {
	border: 1px solid #fff;
/*	padding: 2px; */
	font-size: 1em;
}

#flashcontent {
	text-align: center;
	margin-bottom: 1em;
}

#flashcontent2 { 
	position: absolute;
	top: 0;
	right: 0;
}
	

	
/* ########################	 */
/* rules for partner sites	 */
/* ########################	 */	

#header-partner {
	background: #fff url(/site/images/partner-top_grad.jpg) right center no-repeat;
	text-align: center;	
	}	
#wwulogo {
	margin-left: -75px; /* centers logo assuming partner logo is max 150 wide */
	}
#partnerlogo {
	float: left;
	}
	
	
	
	
/* ########################	 */
/* RIGHT COL rules	 */
/* ########################	 */
#right-col {
	background-color: #fff;
	color: #333;
	}

#right-col h2 {
	color: #800000;
	background-color: #ffefcb;
	padding: 0.1em 5px;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

#right-col h3 {
	font-size: 1.25em;
	line-height: 1.5em;
}	
	
	
/* tour rules */
#priceguide { height: 200px; overflow: auto;}



/* for brochure listing */
/*
#brochurecovers { width: 100%; text-align: center; }
*/
#brochurecovers td { width: 50%; text-align: center; }

	
/* ########################	 */
/* MAIN	&& CONTAINER 2 */
/* ########################	 */	
	
.intro {
	color: #800000;
	font-weight: bold;
	font-size: 1.1em;
	}

#main #container2 {
	margin: 0 5px 10px 10px;
	padding: 0 10px 0 0;
	}
#main h1 {
	font-size: 2em;
/*	background-color: #ffefcb; */
/*	padding: 0.2em 0.5em; */
	margin-bottom: 10px;
	clear: both;
	}
#main h3 {
	margin-bottom: 0.2em;
}

/* for TOUR pages */
#headtype1 {
	margin-bottom: 0.5em;
}
#headtype1 h1, h2 {
	background-color: #800000;
	color: #fff;
	margin: 0 0 0.5em;
	padding: 0px 10px;
	line-height: 1.5;
	}
#headtype1 h1 {
	margin: 0;
	}
#headtype1 h2 {
	color: #fc0;
	padding: 0px 10px 3px;
	font-size: 1.2em;
	}

#main li { line-height: 1.5;} /* helps space long list of tour items in productList page */

/* for heading links (occur in dossier listing) */
#main h2 a { color: #fff; text-decoration: none; }
#main h2 a:hover { text-decoration: underline;}


/* ########################	 */
/* LEFT COLUMN */
/* ########################	 */

#left-col h3  {
	font-size: 1.2em;
	margin:5px;
	}
#left-col h3 a {
	color: #fc0;
	text-decoration: none;
}
#left-col h3 a:hover {
	color: #fff;
	border-top: 1px solid ;
	border-bottom: 1px solid;
}

#left-col .inner {
	padding: 0 5px;
}

#sharks_sponsor { 
	margin-top: 2em;

}

/* ########################	 */
/* left column country drop down menu styles */
/* ########################	 */

#left-col, #left-col a { 	
	color: #fff;
	}
	
#country-nav {
	position: relative; 
	width: 180px;
	z-index: 2000;
}

#left-col ul {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	list-style: none;
/*	width: 130px;  Width of Menu Items  - in this case, same as left-col: 150px*/
	text-align: left;
	margin-left: 0;
	margin-bottom: 2em;
	background-color: #760909;
	}
	
#left-col ul li {
	position: relative;
	margin: 0;
	padding: 0;
	}
	
#left-col li ul {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 0;
	position: absolute;
	left: 179px; /* Set at least 1px less than menu width */
	top: 2px;
	display: none;
	width: 250px;
	}

/* Styles for Menu Items */
#left-col ul li a {
	background: transparent url(/site/images/bullets/country-nav-bull.gif) 1% 50% no-repeat;
	display: block;
	text-decoration: none;
	padding: 6px 3px 6px 20px; 
	border: 0; /* IE6 Bug */
	border-bottom: 1px solid #fff;	
	}

#left-col ul li a:hover {
	background-color: #5A0303;
	color: #f90;
	}
/* adjust above rules for intro and short stay items */
#left-col ul li a.sub { background-color: #FEE3A5; }
#left-col ul li a.sub:hover { }
	
#left-col li ul {
	margin: 0;
	padding: 0;
	background-color: #ffefcb;
	}
#left-col li li {
	padding: 0;
	margin: 0;
	}

#left-col li ul a {
	background: transparent url(/site/images/bullets/country-nav-bull2.gif) 3px center no-repeat;
	color: #800000;
	padding: 1px 3px 1px 12px;
	}
#left-col li ul a:hover {
	background: #800000 url(/site/images/bullets/country-nav-bull2o.gif) 3px center no-repeat;
	color: #f90;
	}	
	

/* Holly Hack. IE Requirement \*/
* html #country-nav li { float: left; height: 1%;}
* html #country-nav li a { height: 1%; }
* html #country-nav { height: 1px;}
/* End */
	
/* Holly Hack. IE Requirement \*/
* html #left-col ul li { float: left; height: 1%;}
* html #left-col ul li a { height: 1%; }
/* End */

#left-col li:hover ul, #left-col li.over ul { display: block; } /* The magic */

#left-col ul ul li a {
	font-size: 0.9em;
	}
	
	
	
	
/* LEFT SIDEBAR UTILITIES	
/* styles for extra options in left-col */
#sidebar-utilities a { 
	background: transparent url('/site/images/icons/icon-bro.gif') right center no-repeat;
	min-height: 40px;
	vertical-align: middle;
	text-align: left;
	display: block;
	border-top: 2px solid #800000; 
	border-bottom: 2px solid #800000; 
	padding: 3px 40px 3px 0px; 
}
#sidebar-utilities h3 a:hover { 
	border-top: 2px solid #fc0; 
	border-bottom: 2px solid #fc0; 
}

#subscr a { background-image: url('/site/images/icons/icon-envelope.gif'); }
#epostc a { background-image: url('/site/images/icons/icon-camera.gif'); }
#trippl a { background-image: url('/site/images/icons/icon-planner.gif'); }
#surchrg a { background-image: url('/site/images/icons/icon-plane.gif'); }
#form-download a { background-image: url('/site/images/icons/icon-download.gif'); }



/* ########################	 */
/* FOOTER	 */
/* ########################	 */
#footer {
	color: #fff; 
}
#footer a { 
	color: #fff; 
	text-decoration: none;	
	}
#footer a:hover {
	color: #fc0;
	text-decoration: underline;
	}
* html #footer p {margin-bottom: 0;} /* holly hack IE requirement */





/* warning style for form errors */
.warning {
	color: #f00;
	font-weight: bold;
	margin: 3px 0;
}

/* add space between specials on current specials page */
#main .special { margin-bottom: 2em; }	
