﻿body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0;
	background: #ddd url(/resources/images/template/body-bg.gif) repeat-x;
}


img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 962px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	height: 98px; 
	padding: 0 0 0 22px;
	position: relative;
}

.logo {
	margin: 17px 0 0;
	float: left;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 137px;
	height: 60px;
	overflow: hidden;
	background: url(/resources/images/template/logo.gif) no-repeat;
}


.nav-block {
	float: right;
	margin-top: 61px;
	padding-right: 11px;
}
.nav {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	float: left;
}
.nav li {
	float: left;
	padding-left: 3px;
}
.nav li a {
	float: left;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none; 
	font-size: 12px;
	color: #555;
	font-weight: bold;
	border: 1px solid #ddd; 
	border-bottom: 0;
	background: #fcfcfc url(/resources/images/template/nav-bg.gif) repeat-x;
}
.nav li a.active,
.nav li a:hover {
	border-color: #0071ff;
	background: #0071ff;
	color: #fff;
}


.lang {
	float: left;
	text-decoration: none;
	color: #555;
	margin: 6px 0 0;
	padding-right: 24px;
	line-height: 14px;
	background: url(/resources/images/template/lang-icon.gif) no-repeat 100% 50%;
}
.lang:hover {
	text-decoration: underline;
}

.lang2 {
	float: left;
	text-decoration: none;
	color: #555;
	margin: 6px 0 0;
	padding-right: 24px;
	line-height: 14px;
	background: url(/resources/images/template/is_flag.gif) no-repeat 100% 50%;
}
.lang2:hover {
	text-decoration: underline;
}


.tools {
	position: absolute;
	right: 1px;
	top: 1px; 
	padding: 8px 6px 10px 271px;
	background: url(/resources/images/template/tools-bg.gif) no-repeat 100% 0;
	line-height: 18px;
}
.tools .links {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
.tools .links li {
	float: left;
	padding: 0 10px;
	display: inline;
	margin-left: -1px;
	background: url(/resources/images/template/tools-divider.gif) no-repeat 0 50%;
}
.tools .links li a {
	text-decoration: none;
	color: #0071ff;
}
.tools .links li a:hover {
	text-decoration: underline;
}

.tools .size {
	margin: 0;
	padding: 0 10px 0 40px;
	list-style: none;
	float: left;
}
.tools .size li {
	font-size: 11px;
	display: inline;
	margin-left: -3px;
}
.tools .size li.big {
	font-size: 13px;
}
.tools .size li.bigger {
	font-size: 16px;
}
.tools .size li a {
	color: #0071ff;
	text-decoration: none;
	padding: 0 5px;
}
.tools .size li a:hover {
	text-decoration: underline;
}
.tools .size li a.active {
	background: url(/resources/images/template/size-bg.gif) no-repeat 50% 0;
	color: #fff;
	text-decoration: none !important;
}
.tools .text {
	float: left;
	margin: 0; 
	padding: 1px 0 2px 5px;
	width: 137px;
	color: #666;
	border: 1px solid #ccc; 
	font: 10px Arial, Helvetica, sans-serif;
}
.tools .submit {
	float: left;
	border: 0;
	background: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 46px;
	cursor: pointer;
	color: #0071ff;
}


.main-img {
	background: url(/resources/images/template/main-img-bg.gif) no-repeat;
	width: 951px;
	height: 218px;
	overflow: hidden;
	padding: 10px 0 0 11px;
}

.main {
	overflow: hidden;
	height: 100%;
	margin-top: 8px;
	background: url(/resources/images/template/main-bg.gif) repeat-y;
}
.main-top-bg {
	overflow: hidden;
	height: 100%;
	background: url(/resources/images/template/main-top-bg.gif) no-repeat;
}
.main-bot-bg {
	overflow: hidden;
	height: 100%;
	padding: 0 1px;
	background: url(/resources/images/template/main-bot-bg.gif) no-repeat 0 100%;
}
.main a {
	text-decoration: none;
	color: #0071ff;
}
.main a:hover {
	text-decoration: underline;
}
.main h1 {
	margin: 5px 0 0;
	font-size: 17px;
	color: #444;
	font-weight: bold;
}
.main h2 {
	margin: 18px 0 0;
	font-size: 16px;
	color: #444;
	font-weight: normal;
}
.main h3 {
	margin: 5px 0 0;
	font-size: 15px;
}
.cols {
	overflow: hidden;
	width: 100%;
}
.main-bg {
	overflow: hidden;
	width: 100%;
	background: url(/resources/images/template/cols-divider.gif) no-repeat 319px 0;
	padding-bottom: 18px;
}
.col {
	float: left;
	width: 300px;
	min-height: 154px;
	padding-left: 19px;
}

* html .col {
	height: 154px;
}
.cols .links {
	margin: 15px 0 0 -4px;
	display: inline;
	padding: 0;
	list-style: none;
	font-size: 12px;
	float: left;
	overflow: hidden;
}
.cols .links li {
	float: left;
	padding: 0 4px;
	margin-left: -1px;
	display: inline; 
	background: url(/resources/images/template/cols-links-divider.gif) no-repeat 0 50%;
}
.cols p {
	margin: 0;
	line-height: 16px;
}
.post {
	overflow: hidden;
	height: 100%;
	padding: 0 60px 0 0;
}
.post .text {
	display: block;
	margin: 8px 0 0;
	border: 1px solid #ccc; 
	color: #666;
	width: 177px;
	padding: 1px 0 2px 5px;
	font :10px Arial, Helvetica, sans-serif;
}
.post p {
	margin-top: 11px;
}

.boxes {
	overflow: hidden;
	width: 100%;
}
.boxes p {
	margin:0;
}
.box {
	float: left;
	width: 300px;
	padding-left: 19px;
	background: url(/resources/images/template/box-bg.gif) no-repeat;
}

.img-list {
	overflow: hidden;
	height: 100%;
	padding: 0 0 6px;
}
.img-list ul {
	margin: 14px 0 0 1px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
.img-list ul li {
	float: left;
	padding-right: 9px;
}
.img-list ul li a {
	float: left;
}
.img-list ul li img {
	display: block;
}

.zoom-block {
	overflow: hidden;
	height: 100%;
	padding: 0 18px 0 0;
}

.zoom-block .right-img {
	float: right;
	margin: -6px 0 0 7px;
	display: inline;
	position: relative;
}
.box .zoom-block .right-img {
	margin: 12px 0 0 7px;
}
.zoom-block .right-img img {
	display: block;
}
.zoom-block .right-img a {
	color: #999;
	font-size: 10px;
	float: left;
	margin-top: 3px;
	padding-left: 15px;
	padding-top: 2px;
	background: url(/resources/images/template/zoom-icon.gif) no-repeat 0 50%;
}
.zoom-block p {
	margin-top: 3px;
	line-height: 18px;
}
.box .zoom-block p {
	margin: 9px 0 0;
}
.zoom-block .link {
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

.tour-block {
	overflow: hidden;
	height: 100%;
	float: left;
}

.tour-block ul {
	list-style: none;
	float: left;
	padding: 0;
	overflow: hidden;
	margin-left: 10px;
}
.tour-block ul li {
	padding-top: 22px;
	padding-bottom: 2px;
	width: 280px;
	background: url(/resources/images/template/box-bg2.gif) no-repeat;
	background-position: center;
}

.tour-block ul li a {
	font-size: 15px;
}

.map-block {
	overflow: hidden;
	height: 100%;
	padding: 0 16px 0 2px;
}

.map-block .link {
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

.map-block p {
	margin-top: 3px;
	line-height: 18px;
}
.map {
	float: right;
	margin-top: 3px;
}
.arrow-links {
	margin: 0;
	padding: 11px 0 0 9px;
	list-style: none;
	overflow: hidden;
	width: 146px;
}
.arrow-links li {
	float: left;
	font-size: 13px;
	line-height: 20px;
	width: 73px;
}
.arrow-links li a {
	padding-left: 9px;
	background: url(/resources/images/template/arrow.gif) no-repeat 0 50%;
}


.video-block {
	overflow: hidden;
	height: 100%;
	padding: 19px 28px 0 3px;
}

.video-block img {
	float: right;
	padding-right: 40px;
}

.video-block2 img {
	float: left;
	padding-left: 10px;
	padding-top: 25px;
}

.video {
	float: left;
	border: 2px solid #ddd; 
}
.video img {
	display: block;
}
.logos {
	margin: 0;
	padding: 2px 0 0;
	text-align: center;
	list-style: none;
	float: right;
}
.logos li {
	padding-top: 5px;
}


#footer {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
	font-size: 12px;
}
#footer li {
	display: inline;
	color: #555;
	padding: 0 1px 0 7px;
	background: url(/resources/images/template/footer-divider.gif) no-repeat 0 50%;
}
#footer li.first {
	padding-left: 1px;
	background: none;
}
#footer li a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
#footer li a:hover {
	text-decoration: underline;
}

#left-col
{
	float: left;
	width: 211px;
	background: url(/resources/Images/template/col-seperator.gif) no-repeat right top;
	min-height: 173px;
	padding-bottom: 10px;
}

#left-col2
{
	float: left;
	width: 211px;
	background: url(/resources/Images/template/col-seperator.gif) no-repeat right top;
	min-height: 25px;
	padding-bottom: 10px;
}

#middle-col
{
	float: left;
	width: 502px;
	padding: 23px 18px 20px 18px;
}

#middle-content
{
	margin-top: 10px;
	padding-top: 19px;
	background: url(/resources/Images/template/content-bg.gif) no-repeat;
}

#right-col
{
	float: left;
	width: 211px;
	min-height: 173px;
	background: url(/resources/Images/template/col-seperator.gif) no-repeat left top;
}

#side-nav
{
	float: left;
	margin: 20px 0 0 10px;
}

#side-nav h3
{
	font-weight: normal;
	padding: 0 0 12px 0;
}

#side-nav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#side-nav ul li
{
	background: url(/resources/Images/template/sidenav-bg.gif) no-repeat;
	width: 176px;
	min-height: 20px;
	padding: 7px 0 3px 7px;
	font-size: 12px;
	margin-top: 3px;
}

#side-nav ul li.sublevel
{
	background: none;
	min-height: 15px;
	width: 171px;
	padding: 0 0 4px 12px;
	font-size: 12px;
	overflow: hidden;
}

#side-nav ul li.sublevel2
{
	background: none;
	min-height: 13px;
	width: 168px;
	padding: 0 0 3px 15px;
	font-size: 11px;
	overflow: hidden;
}

#images
{
	background: url(/resources/Images/template/sidenav-bg.gif) no-repeat;
	margin: 10px;
	padding: 10px 0 0 0;
}

#itemlistings div
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 19px 0 11px 0;
	border-bottom: 1px solid #dddddd;
}

#itemlistings div a
{
	display: block;
	font-size: 16px;
	color: #4171ff;
	font-weight: bold;
	padding-bottom: 4px;
}

.contact-line
{
	font-weight: bold;
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-top: 5px;
}

.booknow
{
	width: 130px;
	height: 30px;
	border: none 0px #fff;
	background-image: url(/resources/Images/template/booknow.gif);
}

.booknowIS
{
	width: 130px;
	height: 30px;
	border: none 0px #fff;
	background-image: url(/resources/Images/template/booknow_IS.gif);
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/resources/styles/lightbox-images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/resources/styles/lightbox-images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
