html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


body {
	background:#FFF;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#pane-container {
	position:absolute;
	left:0;
	top:0;
}

#nav {
	background:none;
	font-family:'Yanone Kaffeesatz', Arial, sans-serif;
	font-size: 27px;
	left:0;
	letter-spacing:2px;
	line-height:36px;
	position:fixed;
	top:70px;
	width:198px;
	z-index:1;
}

#menu{
	background:#00adef;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding:24px 0 24px 24px;
}

#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#4ac0ed;
	text-decoration:none;
}

#nav li {
	list-style:none;	
}

#textBox {
	background:none;
	left:255px;
	padding-left:12px;
	position:relative;
	top:50px;
	width:590px;
}

#textBox a, #textBox a:active, #textBox a:visited {
	border-bottom:dashed 1px #005481;
	color:#005481;
	text-decoration:none;
}

#textBox a:hover {
	border-bottom:dashed 1px #ff5a19;
	color:#ff5a19;
	text-decoration:none;
}

h3 {
	color:#ff5a19;
	font-family:'Lobster', Georgia, Times, serif;
	font-size: 50px;
	letter-spacing:0px;
	margin-bottom:4px;
}

h4 {
	color:#005481;
	font-family:'Lobster', Georgia, Times, serif;
	font-size: 60px;
	line-height:36px;
}

h4 span {
	color:#ccc;
	font-family:'Lobster', Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
}

p {	
	color:#00adef;
	font-family:Georgia, Times, serif;
	font-size: 16px;
	line-height:24px;
	margin:0;
}

p.no-script {
	margin: 1em 0;
}

.row {
/*	width:5000px /* number of .pane x .pane:width */;
}

.pane {
	width:1000px;
	height:800px;
}

.auxiliary-pane {
	display:none;
}

.auxiliary-pane.but-still-show {
	display:block;
}

#pane-1a {
	background:url(images/tiles/bg_01.jpg) no-repeat;
}

#pane-1b {
	background:url(images/tiles/bg_02.jpg) no-repeat;
}

#pane-1c {
	background:url(images/tiles/bg_03.jpg) no-repeat;
}

#pane-1d {
	background:url(images/tiles/bg_04.jpg) no-repeat;
}

#pane-1e {
	background:url(images/tiles/bg_05.jpg) no-repeat;
}

#pane-2a {
	background:url(images/tiles/bg_06.jpg) no-repeat;
}

#pane-2b {
	background:url(images/tiles/bg_07.jpg) no-repeat;
}

#pane-2c {
	background:url(images/tiles/bg_08.jpg) no-repeat;
}

#pane-2d {
	background:url(images/tiles/bg_09.jpg) no-repeat;
}

#pane-2e {
	background:url(images/tiles/bg_10.jpg) no-repeat;
}

#pane-3a {
	background:url(images/tiles/bg_11.jpg) no-repeat;
}

#pane-3b {
	background:url(images/tiles/bg_12.jpg) no-repeat;
}

#pane-3c {
	background:url(images/tiles/bg_13.jpg) no-repeat;
}

#pane-3d {
	background:url(images/tiles/bg_14.jpg) no-repeat;
}

#pane-3e {
	background:url(images/tiles/bg_15.jpg) no-repeat;
}

.clear {
	clear:both;
}

/*image rollover*/
* { 
	padding:0px;
	margin:0px;
}

h6 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:22px 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: normal;
}
			
.boxgrid { 
	width: 190px; 
	height: 160px; 
	margin:0; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p { 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font: 12px Arial, sans-serif; 
}
				
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 180px; 
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 }

.captionfull .boxcaption {
	top: 200px;
	left: 0px;
}