@font-face { 
	font-family: 'stainy';
    src: url('../font/Stainy_PersonalUseOnly.ttf') format('truetype'),
		url('../font/Stainy_PersonalUseOnly.woff') format('woff');	
}
body {
	margin: 0;
	font-family: Arial, sans serif;
	font-size: 13pt;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.site-width {
	position: relative;
	width: 900px;
	margin: auto;
}
h1, h2 {
	font-family: 'stainy', Arial, sans serif;
	text-align: center;
	font-weight: 100;
}
h2 {
	font-size: 32pt;
}
header {
	height: 100px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;	
	background-color: rgba(255,255,255,0.2);
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}
header .site-width {
	height: 100%;
}
header:hover {
	background-color: rgba(255,255,255,1) !important;
}
.simulate-header {
	position: relative;
	height: 120px;
}
.signet {
	height: 60px;
	position: relative;
	left: -50%;
	cursor: pointer;
}
.s-centerme {
	position: absolute;
	left: 50%;
	bottom: -40px;	
}
.s-centerme.morebottom {
	bottom: -100px;
}
.centerme {
	position: absolute;
	left: 50%;
	top: 5px;
	height: 100%;
}

#logo {
	height: 90%;
	position: relative;
	left: -50%;
	cursor: pointer;
	z-index: 2;
}
nav {
	position: absolute;
	width: 100%;
	top: 50%;
}
nav ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: -12.5px 0 0 0;
	height: 25px;
}
nav ul li {	
}
nav ul li.b {
	border-right: 1px solid #000;
}
nav ul li.right a {
	padding: 5px 22px;
}
nav ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 5px 25px;
	display: block;
}
.page {
	width: 100%;
}
.pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pic img.pano {
	margin: auto;
	display: block;
	width: 130%;
}
.pic img.logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 400px;
}
.txt {
	font-size: 12pt;
	padding-bottom: 30px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 60px;
}
.txt ul.std-list {
	text-align: left;
	padding-left: 50px;
}
.frames {
	margin-bottom: 140px;
}
.frames iframe {
	width: 400px;
	height: 225px;	
}
.gallery-images img{
	width: 400px;
	height: 225px;
}
.gallery-images a {
	margin-bottom: 50px;
}
.subtitle {	
	font-size: 12pt;	
	font-family: Arial, sans serif;
	line-height: 60px;
}
.biglogo {
	width: 561px;
	margin: auto;
	display: block;
	margin-bottom: 50px;
}
.contactdata {
	height: 200px;
}
.contactdata p {
	float: left;
	width: 300px;
	padding-left: 170px;
}
.contactdata p.rght {
	padding-left: 40px;
}
img.quo {
	position: absolute;
	z-index: -1;
}
img.quo.l {
	top: -15px;
	left: 100px;
}
img.quo.r {
	top: 180px;
	right: 90px;
}