
* {
	margin: 0px;
	padding: 0px;	
}

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 12pt;
	color: #444;
	background-color: white;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-a, #wrapper-footer, #wrapper-header-a {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-a {
	background: white url('images/bg02-white-left.png') no-repeat left top	
}

#wrapper-b {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 0px 13px 0px 13px;
}


#wrapper-header { background: transparent url('images/bg.png') top center repeat-x; }

#wrapper-header-a { background: transparent url('images/bg02-red-left.png') top left no-repeat; height: 100%; }
#wrapper-header-b { background: transparent url('images/bg02-red-right.png') top right no-repeat; height 100%; padding: 0px 14px 0px 13px; }

#header {
	background-color: #d00;
	background-image: url('images/bg.gif');	
	background-repeat: repeat-x;
	height: 192px;
	line-height: 180%;
}

#header-wrapper {
	padding-top: 70px;	
}

#header img {
	float: right;	
}

#header h1 {
	margin: 0px 0px 10px 50px;
	color: #fff;
	font-size: 400%;
}

#header h2 {
	margin: 0px 0px 0px 50px;
	color: #AAF;
	font-size: 190%;
}

#menu-wrapper {
	padding-top: 0.5em;	
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 1px;
	background-color: #FEFEB2;
	background-image: url(images/menubar.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FEFE00;
}

ul#menubar {
	list-style: none;
	font-size: 100%;
	font-family: Georgia, Verdana;
}

ul#menubar li {
	display: inline;
}

ul#menubar a {
	text-decoration: none;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
	color: #000;
	font-family: trebuchet ms, verdana, sans-serif;
}

ul#menubar a:hover {
	color: #F00;	
}

ul#menubar a span {
	padding: 5px 5px 5px 1px;
}

#menubar-divider {
	height: 14px; 
	background-image: url(images/border2.gif); 
	margin-right: 1px
}

#submenu-wrapper {
	display: none;
	padding-top: 0.5em;	
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-right: 1px;
	
	/* background-color: #FEFEB2; background-image: url(images/menubar.png); */	 
	
	background-repeat: repeat-x;
	border-bottom: 1px solid #FEFE00;
	
	width: 70%;
	/*position: absolute;*/
}

ul#submenubar {
 
	list-style: none;
	font-size: 100%;
	font-family: Georgia, Verdana;
}

ul#submenubar li {
	display: inline;
}

ul#submenubar a {
	text-decoration: none;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
	color: #000;
	font-family: trebuchet ms, verdana, sans-serif;
}

ul#submenubar a:hover {
	color: #F00;	
	text-decoration: underline;
}

ul#submenubar a span {
	padding: 5px 5px 5px 1px;
}

#left-bar {
	float: left; 
	margin-left: 1em; 
	margin-right: 1em;
	margin-top: 0.5em;
	text-align: center;	
}

.right-bar {
  float: right;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 2em; 
  width: 180px;
}

.emph-box h3 {
    background-image: url(images/box_yellow.png);	
}

.normal-box h3 {
    background-image: url(images/box.png);
}

.info-box h3 {
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
}

.info-box p  {
	padding: 0em 1em;	
}
.info-box {
	margin-bottom: 2em;	
}
    
#wrapper-menu-page {
	width: 150px;
	margin: 2em 0px 2em 0px;
	background: transparent url('images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#menu-page { padding: 1em 1em 1em 1em; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 100%;
	
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #F00; text-decoration: none}

#content {
	background-repeat: repeat-x;
	padding: 1em;
	margin-left: 11.5em;
	margin-right: 13.5em;	
}

#content {
	color: #333;	
}

.content-right {
	float: right;
	margin: 1em 0em 0em 1em;
}

p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}

span.initial {
	font-weight: bold;	
}

#content p {
	margin-bottom: 1em;	
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 4em 20px 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

ul.news li {
	font-size: 10pt;
	list-style-image: url(images/bullet.png);
	padding-left: 0.5em;
	vertical-align: middle;
}

ul.news {
	margin-left: 5em;	
}

h2 { font-size: 130%; margin: 1.2em 0em 0.4em 0em; }

h3 { font-size: 100%; margin-bottom: 0.5em; }
h3 > span { color: #AAA; font-weight: normal;}
a:link, a:visited { text-decoration: none; color: red; }
a:hover{ text-decoration: underline; color: #000; }

a img {
	border: 0px none;	
}

.button {
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;	
}

form.contact fieldset table tr td {
	vertical-align: top;
}

ul.booking_methods li {
	list-style: none;	
}

.quote-author {
	text-align: right;
	font-style: italic;
}

ul.silat_list {
	list-style-image: url(images/bullet.png);
	margin-left: 25px;
}

ul.silat_list li {
	padding-left: 10px;
}

emph {
	font-style: italic;	
}

img.content-image {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #AAA;
		
}


img.content-image-left {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #AAA;
		
}


p.error {
	color: red;	
}

table.info-table {
	
}

table.info-table tr td, table.info-table tr th {
	vertical-align: top;
	text-align: left;
	padding-right: 1.2em;
}

table.locations-table tr td, table.locations-table tr th{
	padding-right: 1.5em;
}

table.info_table tr {
    border-bottom: 1px solid #AAA;	
}

p.hidden_quote {
	display: none;
}

#header img {
	filter: alpha(opacity=100);
}

img.idupe {
	position: absolute;
	z-index: 30000;
	visibility: hidden;
}
