* ,
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans',Verdana,Arial,sans-serif;
	color:#000000;
	text-shadow: 1px 1px 1px #c4b59b;
}

section {
	margin-top:20px;
	margin-bottom:20px;
}

body {
	margin:0;
	
	font-size:12pt;
	line-height:16pt;
	
	background-color:white;
	
}

a img {
	border:0;
}

#header {
	position:fixed;
	top:10px;
	left:0;
	right:0;
	height:130px;
}

#footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;	
	
	background:#f6b137;
	
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 40px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 40px rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 40px rgba(0, 0, 0, 0.6);

}

#header,
#footer {
	overflow:hidden;
	z-index:1;
}

#logo {
	display:inline-block;
	position:relative;
	margin:15px;
	left:15%;
	top:5px;
}

#logo img {
	position:relative;
	z-index:1;
}

.fotorama-wrapper {
	position:fixed;
	top:0px;
	bottom:65px;
	left:0px;
	right:0px;
	z-index:-1;
}
#bg-fotorama-wrapper  {
	z-index:-2;
}

div#loading {
	position:fixed;
	top:130px;
	bottom:65px;
	left:50px;
	right:50px;
	background: transparent url(/img/loading.gif) no-repeat center center;
	display: none;
}

.loading {
	background: transparent url(/img/loading.gif) no-repeat center center;
	min-height:64px;
	min-width:64px;
}

#content-wrapper{
	position:fixed;
	top:130px;
	bottom:65px;
	left:50px;
	right:50px;
	
	margin:0 auto;
	max-width:1020px;
}

#content-pane {
	overflow:auto;
	
	position:absolute;
	top:50px;
	left:0px;
	right:0px;
	bottom:0;
	
	padding:30px;
	
	background-color:#f4f7be;
	/*
	background-color:rgba(244,241,190,.75);
	*/
	
	border-left:2px solid #f6b137;
	border-right:2px solid #f6b137;
	border-top:2px solid #f6b137;
		
	
		-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
	box-shadow:  0 0 40px rgba(0, 0, 0, 0.6);
}

#content-top-shadow {
	position:absolute;
	top:52px;
	left:30px;
	right:30px;
	height:30px;

	z-index:1;
	
	/* http://www.colorzilla.com/gradient-editor/#f4f7be+0,f4f7be+100&1+0,1+26,0+100;Custom */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjdiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2Y0ZjdiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY3YmUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(244,247,190,1) 0%, rgba(244,247,190,1) 26%, rgba(244,247,190,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,247,190,1)), color-stop(26%,rgba(244,247,190,1)), color-stop(100%,rgba(244,247,190,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,247,190,1) 0%,rgba(244,247,190,1) 26%,rgba(244,247,190,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,247,190,1) 0%,rgba(244,247,190,1) 26%,rgba(244,247,190,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,247,190,1) 0%,rgba(244,247,190,1) 26%,rgba(244,247,190,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,247,190,1) 0%,rgba(244,247,190,1) 26%,rgba(244,247,190,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7be', endColorstr='#00f4f7be',GradientType=0 ); /* IE6-8 */



}

#content-title {
	position:absolute;
	top:0;
	left:20%;
	right:20%;
	height:50px;
	line-height:45px;
	
	font-size:24px;
	
	margin:0;
	padding:3px;
	
	text-align:center;
	background-color:#f6b137;
	font-weight:bold;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 40px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 40px rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.075) inset, 0 0 40px rgba(0, 0, 0, 0.6);
}
#content-title:empty {
	display:none;
}
.js #content-title {
	cursor:pointer;
}


#nav {
	margin:14px 0;
}
#nav ul {
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}
#nav li {
	display:inline-block;
	width:175px;
	background:#dd940b;
	margin:5px 5px;
	vertical-align:middle;
}
#nav li a {
	display:block;
	padding:5px 10px;
	color:black;
	
	line-height:25px;
	
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s; /* Safari and Chrome */
	-o-transition: all .25s; /* Opera */
}
#nav li:hover a,
#nav li.active a {
	text-decoration:none;
	background:white;
	color:#de2121;
	
	text-shadow: none;
}
#nav li.active a {
	font-weight:bold;
}

#flags {
	position:absolute;
	right:25px;
	top:25px;
}
#flags a {
	display:inline-block;
	margin:0 3px;
}
#flags a:hover {
	text-decoration:none;
}


#pbafws {
	position:fixed;
	bottom:8px;
	right:15px;
	z-index:1;
	
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s; /* Safari and Chrome */
	-o-transition: all .25s; /* Opera */
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
}
#pbafws:hover,
#pbafws:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

::-webkit-scrollbar{
	width:8px;
	background: #eeeeee;
	-webkit-border-radius:4px;
}
::-webkit-scrollbar:hover{
	background-color:#eeeeee;
	border: none;
}
::-webkit-scrollbar-thumb{
	min-height:5px;
	-webkit-border-radius:4px;
	background-color: #f6b137;
	opacity: 0.5;
	border: none;
}
::-webkit-scrollbar-thumb:hover{
	border: none;
	background-color: #f6b137;
	opacity: 0.8;
}
::-webkit-scrollbar-thumb:active{
	opacity: 1;
	background-color: #f6b137;
	border: none;
}


#menu-navicon a,
#menu-navicon a:active,
#menu-navicon a:hover{
	display:block;
	color: black;
	text-decoration:none;
	margin:10px;
	
	background-image:url(/img/navicon.png);
	background-repeat:no-repeat;
	background-position:center left;
}

.privacy-link,
.privacy-link * {
	font-size: 11px;
	line-height: 17px;
	color: white;
	text-shadow: 1px 1px 1px black;
}
#content .privacy-link,
#content .privacy-link * {
	color:black;
	text-shadow: inherit;
}