@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
}

html, body, #fsImage, #fsImage table, #fsImage td {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
}
a img {
	border: none;
}

div#container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
	display: table;
}

div#middle {
	display: table-cell;
	vertical-align: middle;
}

div#titleBar {
	background-image: url(black80pc.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#titleBar p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}
div#titleBar a {
	color: #ffffff;
	text-decoration: none;
}
div#titleBar p.blurb {
	color: #ffffff;
	font-family: Androgyne, italic, sans-serif;
	font-size: 10pt;
}
div#titleBar table {
	width: 100%;
	padding: 0px;
	padding-left: 170px;
	padding-right: 170px;
	vertical-align: bottom;
}
div#titleBar td {
	margin: 10px;
}
div#titleBar td#tcr {
	width: 180px;
}
div#titleBar td#about {
	width: 50px;
	padding-top: 6px;
	padding-right: 10px;
}
div#titleBar td#contact {
	padding-top: 6px;
	width: 60px;
}
div#titleBar td#about img, div#titleBar td#contact img {
	padding-right: 4px;
}
div#titleBar td#loading {
	width: auto;
	text-align: center;
}
div#titleBar td#blurb {
	width: 300px;
	text-align: right;
	padding-top: 5px;
}

div.infoBox {
	position:absolute;
	background-image: url(black80pc.png);
	background-repeat: repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 15px 20px 10px 20px;
}
div.infoBox h2 {
	color: #ffffff;
	font-family: Androgyne, italic, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
div.infoBox p.phone {
	font-size: 10pt;
	font-weight: bold;
}
div.infoBox a {
	color: #29abe2;
	text-decoration: none;
}
div.infoBox a:hover {
	text-decoration: underline;
}

div#info {
	position:absolute;
	right: 170px;
	top:12px;
	width: 265px;
}
div#fsInfo {
	width: 265px;
	background-image: url(black80pc.png);
	background-repeat: repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 15px 0px 10px 0px;
}
div#fsInfo p {
	padding: 0px 0px 10px 0px;
	margin: 0px 20px 0px 20px;
	border-bottom: #fff dotted thin;
}
div#fsCaption, div#fsTitleDiv {
	display: none;
	padding: 10px 20px 5px 20px;
}
div#fsTitleDiv {
	font-weight:bold;
	height:10px;
	line-height:10px;
	padding-bottom: 0px;
}
div#fsTitleDiv a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}
span#fsTitle {
	padding-left: 1px;
}
div.navigator {
	float: right;
	padding-top: 2px;
}

div#aboutBox, div#contactBox {
	width: 399px;
	display:none;
}
div#aboutBox {
	left: 330px;
	margin-bottom: 25px;
	bottom: 50%;
}
div#contactBox {
	left: 395px;
	margin-top: 25px;
	top: 50%;
}
div#aboutBox p, div#contactBox p {
	padding: 0px;
	padding-bottom: 10px;
}

#fsImage div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#fsImage td{vertical-align:middle;text-align:center;font:italic 18px/1 georgia,serif;color:#888;}
#fsImage img{min-height:50%;min-width:50%;margin:0 auto;display:block;}
#fsImage img.init{min-width:0;min-height:0;}
#fsImage span{position:absolute;width:50%;height:100%;display:block;top:0;left:0;cursor:pointer;}
#fsImage span.raster{width:100%;background:url(raster.png)}
#fsImage span.right{left:50%;}
ul.fsGallery{position:absolute;bottom:20px;left:20px;}
ul.fsGallery{margin-right:15px;}
ul.fsGallery li{display:block;width:20px;height:20px;cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#fff;font-size:10px;font-family:arial,sans-serif;font-weight:bold;line-height:20px;color:#000;text-align:center;opacity:.1;filter:alpha(opacity=10);}
ul.fsGallery li.loaded{opacity:.6;filter:alpha(opacity=60);}
ul.fsGallery li.active{background:#000;background-image:none!important;opacity:1;filter:alpha(opacity=100);cursor:default;}
ul.fsGallery li.hover{background:#000;opacity:1;filter:alpha(opacity=100);}
ul.fsGallery li.loading{background:#fff url(static/loading.gif) no-repeat 50% 50%;}
ul.fsGallery li a img{display:block;position:relative;top:18px;padding-bottom:24px;padding-top:2px;border:none;}

ul.fsGallery li a{display:block;background:url(bubbla.gif) no-repeat 50% 100%;color:#fff;padding:2px 10px 10px;font-size:11px;font-family:arial,sans-serif;display:none;position:absolute;}