/* CSS Document */
html {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0
}

body {
	background-color: #2f2f2f;
	background-image: url(../images/dropshadow_subtle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

}
img {
	border: 0;
}

#lightbox {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_width: expression(this.parentNode.offsetWidth + 'px');
	_height: expression(this.parentNode.offsetHeight + 'px');
	
	z-index: 10000;
	display: none;
}
#lightbox.show {
	display: block;
}
#lightbox-bg {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_width: expression(this.parentNode.offsetWidth + 'px');
	_height: expression(this.parentNode.offsetHeight + 'px');
	z-index: -1;
	
	background-color: #000;
	opacity: 0.66;
	*filter: Alpha(Opacity=66);
}
#lightbox-video {
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 480px;
	margin-top: -240px;
	margin-left: -320px;
	z-index: 100;
	
	background-color: #fff;
}

#wrapper-top {
	margin: 0 auto 0 auto;
	width: 1024px;
}
#wrapper-middle {
	background-color: #fff;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	clear:left;
}
#wrapper-bottom {
	width: 100%;
	height: 236px;
	background-image: url(../images/footer-repeat.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#wrapper-content {
	margin: 0 auto 0 auto;
	width: 1024px;
}
#wrapper-content-left {
	float: left;
	margin-right: 76px;
	width: 700px;
}
#wrapper-content-right {
	float: left;
	width: 248px;
}
.clear {
	clear: left;
}
.column-left {
	float: left;
	padding-right: 50px;
	width: 250px;
}
.column-right {
	float: left;
}

#language-button {
	margin: 0 36px 0 2px;
	border: 0;
}
#language {
	width: 248px;
	text-align: right;
	margin-top: -36px;
	margin-bottom: 36px;
}
#language-text {
	line-height: 13px;
	float: right;
	margin-right: 8px;
	color: #bbb;
}
#language img {
	float: right;
	margin-left: 3px;
}
#language a img {
	opacity: 0.3;
	*filter: alpha(opacity=30);
}
#language a:hover img {
	opacity: 1;
	*filter: alpha(opacity=1);
}

#map{
	width: 654px;
	height: 570px;
	
}

#map-tip {
	color: #FFFFFF;
	position: relative;
	top: -563px;
	left: 80px;
	font-weight: bold;
}

#map-label {
	color: #000000;
	text-align: center;
	width: 220px;
}


li {
	position: relative;
}


#menu {
	width: 1024px;
	height: 93px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#FFFFFF;
}

#content {
	width: 1024px;
	margin: 0;
	padding: 0 0 0 0px;
	border: 0;
}

#footer {
	clear: both;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	color:#a2a2a2;
}
#footer-links {
	line-height: 33px;
	color:#fff;
}
#footer-links a {
	text-decoration: none;
	color:#fff;
}
#footer-links a:hover {
	color:#ddd;
}
#footer-copyright {
	padding-top: 20px;
}


#image-panel {
	position: relative;
	z-index: 1;
	width: 1024px;
	height: 491px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	
	background-color: #000;
}
#image-panel.long {
	position: relative;
	z-index: 1;
	width: 1024px;
	height: 570px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#gallery-panel {
	position: relative;
	width: 1024px;
	height: 80px;
	background-repeat: no-repeat;
	margin-top: -80px;
	padding: 0;
	border: 0;
	z-index: 100;
	background-color: #666;
}
#gallery-panel img {
	position: relative;
	display: block;
	float: left;
	
	width: 150px;
	height: 66px;
	
	margin-top: 7px;
	margin-left: 18px;
}
#dvd-button {
	position: absolute;
	display: block;
	z-index: 100;
	width: 208px;
	height: 19px;
	margin-left: 776px;
	margin-top: 464px;
	
	padding-left: 40px;
	padding-top: 8px;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	
	background-image: url(../images/side_button.png);
}


#lang-jp {
	width: 109px;
	height: 50px;
	margin: 0;
	float: left;
	background-image:url(../images/lang_jp_up.jpg);
}
#lang-jp:hover {
	background-image:url(../images/lang_jp_over.jpg);
}
#lang-de {
	width: 109px;
	height: 50px;
	margin: 0;
	float: left;
	background-image:url(../images/lang_de_up.jpg);
}
#lang-de:hover {
	background-image:url(../images/lang_de_over.jpg);
}
#lang-fr {
	width: 109px;
	height: 50px;
	margin: 0;
	float: left;
	background-image:url(../images/lang_fr_up.jpg);
}
#lang-fr:hover {
	background-image:url(../images/lang_fr_over.jpg);
}

#top-text {
	margin: 17px 0 0 24px;
	float: left;
}

#top-text p{
	width: 598px;
	height: auto;
	margin: 5px 0 10px 2px;
}

#top-text a {
	color: #000000;
	text-decoration: underline;
}

#top-text a:hover{
	color: #FF6600;
	text-decoration: none;
}

#bottom-panel {
	width: 1024px;
	height: 285px;
	background-repeat: no-repeat;
	float: left;
}

#left-panel {
	width: 370px;
	height: 570px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	text-align: center;
}

#left-text-white {
	width: 322px;
	margin: 20px 0 0 24px;
	text-align: left;
	color: #FFFFFF;
	float: left;
	display: inline;
}

#left-text-white p {
	color: #FFFFFF;
}

#left-text-black {
	width: 322px;
	margin: 20px 0 0 24px;
	text-align: left;
	color: #000000;
	float: left;
	display: inline;
}

#left-text-black a {
	color: #000000;
	text-decoration: underline;
}

#left-text-black a:hover{
	color: #FF6600;
	text-decoration: none;
}

#left-text-white a {
	color: #FFFFFF;
	text-decoration: underline;
}

#left-text-white a:hover{
	color: #FF6600;
	text-decoration: none;
}


#left-text-white p{
	width: 324px;
	height: auto;
	/*margin: 112px 0 10px 0;*/
	
	text-align: left;
}
#left-text-black p{
	width: 324px;
	height: auto;
	/*margin: 112px 0 10px 0;*/
	
	text-align: left;
}



#tour-thumbs {
	width: 273px;
	height: auto;
	margin: 10px auto 10px auto;
	padding: 0;
}

#tour-pic {
	width: 71px;
	height: 71px;
	padding: 10px;
	margin: 0;
	float: left;
}

* html #tour-pic {
	width: 71px;
	height: 71px;
	padding: 0 10px 10px 10px;
	margin: 0;
	float: left;
}

#prices {
	border: 0;
	padding: 5px;
	margin: 0;
	width: 169px;
	height: 25px;
	float: left;
}

#booknow {
	border: 0;
	padding: 5px;
	margin: 0;
	width: 102px;
	height: 25px;
	float: left;
}

#tour-pic img{
	border: 0;
}

#contacts {
	color: #FFFFFF;
	width: 447px;
	height: 279px;
	float: left;
	padding: 40px 20px 10px 20px;
	background-image:url(../images/address.jpg);
	background-repeat: no-repeat;
}

#contacts a {
	color: #FFFFFF;
	text-decoration: underline;
}

.column {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}

#right-panel {
	width: 654px;
	height: 570px;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}


	
#right-panel-scroll {
	width: 654px;
	background-repeat: no-repeat;

	padding: 0;
	margin: 0;
}

* html #right-panel-scroll { /* IE will ignore this block, thus overriding the hardcoded 1600px line */
	min-height: 570px;
	height: auto;
}

#weather {
	margin: 10px 0 0 15px;
	float: left;
}

#weather p {
	width: 340px;
	height: auto;
	margin: 10px 0 10px 0;
	font-size: 9pt;
}

#dates {
	width: 183px;
	float: left;
}

#exp-images {
	height: 150px;
	float: left;
}

#right-text {
	height: 10px;
	margin: 20px 24px 0 24px;
	text-align: left;
	clear: left;
}
#right-text p {
	color: #FFFFFF;
}

#right-text h1 {
	margin-top: 20px;
	clear: left;
}

.AnchorPrices {
	display: inline-block;
	background-color: #666;
	color: #ffffff;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 10px;
	margin-left: 20px;
}
a:hover.AnchorPrices {
	background-color: #999;
	color: #ffffff;
}

h1 {
	width: 430px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

h3{
	margin-bottom: 0.25em;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

ul {
	margin-top: 0px;
	margin-bottom: 2em;
}

hr {
	border: none;
	border-bottom: 1px solid #a5a5a5;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1d679b;
}

.black-line {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #000000;
}

.black-line {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #FFFFFF;
}

.white-line {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #FFFFFF;
}


a {
	font-family: Arial, sans-serif;
	color: #a5a5a5;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 17px;
	
	text-decoration: none;
}
a:hover {
	color: #4e4e4e;
}
p {
	font-family: Arial, sans-serif;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 17px;
}
p.intro {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}


#experience h1 {
	color: #000000;
}

#guide-text {
	color: #FFFFFF;
	float: left;
	height: 135px;
	float: left;
}

#guide-text p{
	margin: 0 24px 0 7px;
	padding: 5px;
}

#guide-text img {
	width: 135px;
	height: 135px;
	padding: 0 10px 0 0;
}


.hook {
	position: relative;
	display: block;
	width: 248px;
	height: 150px;
	margin-bottom: 20px;
	text-decoration: none;
}
.hook-image {
	position: absolute;
	display: block;
	z-index: 1;
}
.hook-text {
	position: absolute;
	display: block;
	z-index: 100;
	width: 208px;
	height: 20px;
	margin-top: 123px;
	
	padding-left: 40px;
	padding-top: 7px;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	
	background-image: url(../images/side_button.png);
	background-position: -1px;
	
	opacity: 0.8;
	*filter: alpha(opacity=80);
}
a:hover .hook-text {
	opacity: 1;
	*filter: alpha(opacity=100);
}
