@charset "UTF-8";

/* CSS Document */

 
img, div 
{ 
	behavior: url("/script/iepngfix.htc");
}


/** SITE WIDE **/

body {
	background-color: #666;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #FFF;	
}


/** BANNER **/

#banner {
	width: 100%;
	background-color: #999;	
	font-family: Georgia, Times New Roman, Serif;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #CCC;
}

#banner div {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
	font-size: 1.0em;
}

#banner div, #banner a {
	color: #FFF;
}

/** HEADER **/

#header {
	width: 700px;
	height: 175px;
	background-image: url(../images/header-bgd.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	float: left;
	height: 175px;
	width: 260px;
}

#header #booking {
	float: right;
	margin-top: 25px;
	margin-right: 50px;
}

#booking a {
	display: block;
	text-decoration: none;
	background-image: url('../images/online-booking.png');
	width: 127px;
	height: 57px;
	padding-top: 26px;
	text-align: center;
	color: #FFF;
}

#booking a:hover {
	text-decoration: underline;
}



/** MENU **/

#menu {
	list-style: none;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	text-align: center;
	height: 47px;
	overflow: hidden;
}

#menu li {
	float: left;
	height: 47px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-image: url('../images/button-2-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

*>li.menu-item { 
}

#menu li a {
	display: block;
	float: left;
	height: 47px;
	padding: 7px 13px 0 13px;
	background-image: url('../images/button-2-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
}

#menu li a.extrapad {
	padding-top: 15px;
}

#menu li a:hover {
	text-decoration: underline;
}



/** PAGE **/

#page {
	min-height: 400px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}



/** TITLES **/

h1 {
	font-size: 18px;
	color: #036;
}

h1.signpost,
h2.signpost {
	color: #FFF;
	font-size: 16px;
	background-image: url(../images/signpost.png);
	height: 55px;
	width: 150px;
	padding-top: 12px;
	padding-left: 100px;
	padding-right: 70px;
	margin-left: -5px;
	background-position: left top;
	background-repeat: no-repeat;
}

.sidebar h1 {
	color: #F00;
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #930
}

#page p {
	color: #666;
}



/** SIDEBARS AND CONTENT **/

.sidebar {
	width: 250px;
	min-height: 100px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.content {
	width: 405px;
	min-height: 100px;
}

.fullwidth-content {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 100px;
}



/** SPOKENMO LISTS **/

ul.spokenlist {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 2px #F00;
}

ul.spokenlist li {
	background-image: url(../images/logo-button.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-bottom: 20px;
	min-height: 30px;
}



/** ADVICE LISTS **/

ul.advicelist {
	list-style: none;
	margin: 0px;
	padding-left: 110px;
	background-image: url(../images/warning-sign.png);
	background-position: left center;
	background-repeat: no-repeat;
}

ul.advicelist li {
	margin-bottom: 10px;
	color: #F66;
}


/** BOOKING HOTLINE **/

#booking-hotline {
	font-size: 18px;
	font-weight: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F00;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 675px;
	padding: 10px 5px 10px 20px;
}

#booking-hotline, 
#booking-hotline a {
	color: #FFF;
}

#booking-hotline div {
	float: left;
}

#booking-hotline div#telephone {
	width: 29%;
}

#booking-hotline div#email {
	width: 43%;
}

#booking-hotline div#online {
	width: 28%;
}

#booking-hotline div h3, 
#booking-hotline div p {
	padding: 0;
	margin: 0;
}

#booking-hotline div h3 {
	font-size: 0.65em;
	margin: 0 30px 3px 0;
	color: #FF0;
}

#booking-hotline div p {
	font-size: 0.9em;
}



/** FOOTER **/


#footer {
}

#footer #copyright {
	text-align: center;
	height: 25px;
	line-height: 25px;
	clear: both;
	background-color: #006;
	color: #FFF;
	font-size: 11px;
	margin-top: 30px;
}

#footer #links {
	padding: 5px 15px 15px 20px;
	font-size: 11px;
	width: 100%;
}

#footer ul {
	list-style: none;
}

#footer .footermenu {
	border-top: solid 10px #FFF;
	border-bottom: solid 20px #FFF;
	display: block;
	float: left;
	clear: none;
	min-width: 230px
	border-right: solid 1px #000;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}



.footermenu li {
	font-size: 1.2em;
	font-weight: bold;
}

#footer .footerlinks {
	border-top: solid 2px #CCC;
	margin: 3px 0 0 0;
	padding: 0;
}

#footer .footerlinks li {
	font-size: 0.8em;
	font-weight: normal;
	padding: 3px 20px 3px 0px;
	margin-top: 3px;
}


/** IMAGES **/

img.yellborder {
	border: solid 3px #F90;
}


/** TOUR FOOTER **/

#tour-footer {
	float: left;
	margin: 20px 0 40px 0;
}

#tour-footer div.tripadvisor {
	width: 165px;
	height: 75px;
	float: left;
	margin-right: 20px;
}

div.button {
	float: left;
	height: 47px;
	margin-right: 8px;
	margin-bottom: 10px;
	background-image: url('../images/button-2-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div.button a {
	display: block;
	float: left;
	line-height: 47px;
	padding: 0 16px 0 16px;
	background-image: url('../images/button-2-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
}

div.button a:hover {
	text-decoration: underline;
}

#home-footer {
	float: left;
	clear: both;
	width: 100%;
}

#home-footer #tripad, #home-footer #qype {
	float: left;
	width: 49%;
}





* html #container {
	width: 665px;
}

* html .content {
	width: 365px;
}

* html #footer #copyright {
	width: 700px;
}

#navigation * {
	border: solid 0px #FFF;
	outline: none;
}


#specialoffer {
	background-color: #FFFFCC; 
	border: solid 2px #FF9900;
	height: 250px;
	overflow: hidden;
}
					
#specialoffer h1 a {
	color: #FF9900;
	text-decoration: none;
}
					
#specialoffer h1 a:hover {
	text-decoration: underline;
}
					
#specialoffer p {
	margin: 20px;
}






* html #container div {
	padding-right: 0;
	margin-right: 0;
}