body, html {
	margin: auto 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	background: #FFF;
	height: 100%;
}

#wrapper {
	display: table;
	margin: 50px auto;
	width: 900px;
}

h1 {
	display: none;
}

#contentblock {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 900px;
	height: 400px;
	border: 0px #000 solid;
	position: absolute;
	z-index: 15;
}

#contentblock img {
	position: absolute;
	z-index: 5;
}

/* ------------------------------------------------------------------- */
/* Thumbnails */
/* ------------------------------------------------------------------- */

#thumbblock {
	width: 908px;
	height: 400px;
	background: #FFF;
	position: absolute;
	z-index: 20;
	overflow: auto;
}

#thumbblock ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 890px;
	list-style: none;
}

#thumbblock li {
	margin: 0 0 0 0;
	padding: 1px;
	width: 220px;
	height: 98px;
	float: left;
}

#thumbblock img {
	border: 0px;
}

#thumbblock li a:hover {
}
#thumbblock li a:hover {
}



/* ------------------------------------------------------------------- */
/* Header */
/* ------------------------------------------------------------------- */

#header {
	background: url(images/logo.gif) no-repeat;
	height: 90px;
	width: 900px;
}

#header.intro {
	background: #FFF;
	height: 90px;
	width: 900px;
}

#header p {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	float: right;
}

#header img {
	border: 0px;
	padding-left: 5px;
	vertical-align: middle;
}

#header a {
	color: #B6B6B6;
	font-weight: normal;
	font-size: 80%;
	height: 50px;
	text-decoration: none;
}

/* ------------------------------------------------------------------- */
/* Navigation */
/* ------------------------------------------------------------------- */


#nav {
	margin: 405px 0 0 0;
	padding: 0;
	width: 900px;
	display: table;
	background: #FFF;
	position: absolute;
	z-index: 10;
}

#nav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style: none;
	background: #FFF;
	width: 900px;
}

#nav li {
	padding: 0px 5px 0px 0px;
	float: left;
}

#nav li a {
	padding: 0px 5px 0px 0px;
	color: #B6B6B6;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	border-right: 1px #B6B6B6 solid;
}
#nav li a.first {
	padding: 0px 5px 0px 5px;
	border-left: 1px #B6B6B6 solid;
}

#nav li a:hover {
	color: #425259;
}

#nav li a.on{
	color: #425259;
}

#bignav {
	margin: 100px auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 191px;
	display: table;
	background: url(images/navblock.png) no-repeat;
}

#bignav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style: none;
	width: 716px;
	height: 191px;
}

#bignav li {
	padding: 0px 0px 0px 10px;
}

#bignav li a {
	padding: 0px 10px 0px 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 140%;
	text-decoration: none;
	text-transform: uppercase;
}

#bignav li a:hover {
	color: #000;
}

#bignav li a.on{
	color: #C6912B;
}


/* ------------------------------------------------------------------- */
/* Links Page */
/* ------------------------------------------------------------------- */

#countryblock {
	padding: 20px 0px 10px 10px;
	margin: 60px 0px 0px 145px;
	background: url(images/textbacking.png);
	width: 125px;
	height: 250px;
	overflow: auto;
	color: #455259;
	position: absolute;
	z-index: 20;
}

#countryblock a, #subblock a, #linkblock a {
	display: block;
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #455259;
	text-decoration: none;
}
#countryblock a:hover, #subblock a:hover, #linkblock a:hover {
	text-decoration: underline;
}

#subblock {
	padding: 50px 0px 10px 10px;
	margin: 60px 0px 0px 285px;
	background: url(images/textbacking.png);
	width: 160px;
	height: 220px;
	overflow: auto;
	color: #455259;
	position: absolute;
	z-index: 20;

}

#linkblock {
	padding: 50px 10px 10px 10px;
	margin: 60px 0px 0px 460px;
	background: url(images/textbacking.png);
	width: 420px;
	height: 220px;
	overflow: auto;
	color: #455259;
	position: absolute;
	z-index: 20;
}

#linkblock a {
	font-weight: bold;
}


/* ------------------------------------------------------------------- */
/* Text Block */
/* ------------------------------------------------------------------- */

#textblock {
	padding: 20px 0px 10px 10px;
	margin: 60px 0px 0px 460px;
	background: url(images/textbacking.png);
	width: 430px;
	height: 250px;
	overflow: auto;
	color: #455259;
	position: absolute;
	z-index: 20;

}

#textblock h2 {
	padding: 0 20px 0 10px;
	font-size: 110%;
	color: #455259;
	text-transform: uppercase;
}

#textblock h2 span {
	font-size: 80%;
	text-transform: none;
	font-weight: normal;
}

#textblock h2 span a {
	color: #455259;
}

#textblock p {
	padding: 0 10px 0 10px;
	font-size: 95%;
	line-height: 150%;
}

#textblock p strong {
	padding: 0 0 0 0;
	font-size: 100%;
	color: #000;
}

#textblock a {
	color: #000;
}

#textblock table {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	list-style: none;
	width: 380px;
	font-size: 100%;
	background: #FFF;
}
#textblock table td {
	padding: 2px;
}

/* ------------------------------------------------------------------- */
/* Virtual Tours */
/* ------------------------------------------------------------------- */

#virtualblock {
	margin: 50px auto;
	position:relative;
	width: 340px;
	height: 240px;
	z-index:2;
}


	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		width: 400px;
		height: 250px;
		background-color: #eee;
		border:  1px solid #ccc;
	}
	
	div.cf_element div.content
	{
		padding: 10px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}