body,
html {
	padding: 0;
	margin: 0;
	line-height: 25px;
	height: 101%;
}

#page {
	width: 975px;
	margin: 0 auto -14px auto;
	padding: 0 25px 25px 25px;
	box-shadow: 0px -93px 65px 45px #ececec;
}

#page-head,
#page-content,
#page-foot {
	padding-top: 25px;
}

#page-content {
	padding-top: 35px;
	margin-top: -10px;
}

#page-head {
	min-height: 100px;
}
#page-content {
	min-height: 600px;
}
#page-foot {
	padding-top: 25px;
}
#page-totop {
	position: fixed;
	bottom: 75px;
	height: 50px;
	width: 20px;
	margin-left: 980px;
	background-image: url( '../img/site/totop.svg' );
	cursor: pointer;
}

#logo {
	position: absolute;
	margin-top: -6px;
	margin-left: -1px;
}
#logo img {
	width: 230px;
}

#nav {
	float: right;
	height: 25px;
	margin-top: -11px;
	margin-bottom: 11px;
}
#nav ul li {
	float: left;
	margin-left: 15px;
}
#nav ul li a {
	display: inline-block;
	min-width: 25px;
	height: 25px;
	text-decoration: none;
	text-align: center;
}
#nav ul li a img {
	margin-top: 4px;
}
#nav .trigger {
	/*margin-top: 2px;*/
	padding-bottom: 4px;
}

.menu ul {
	margin-top: -6px !important;
	background-color: #fff;
	border: 1px solid #000;
}
.menu ul li {
	float: none !important;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 0 !important;
	text-align: right;
}
.menu ul li.divider {
	height: 24px;
	border-top: 1px solid #000;
}
.menu .trigger {
	display: inline-block;
	height: 28px !important;
	width: 30px;
	position: relative;
	top: -5px;
	background-image: url( '../img/icons/settings.svg' );
}
.menu .trigger-active {
	background-image: url( '../img/icons/settings_gray.svg' );
}
.menu span.dmode,
.menu span.lmode {
	position: relative;
	left: 6px;
	top: -1px;
	display: inline-block;
	padding: 4px 6px 0 6px;
	line-height: 21px;
}
.menu span.dmode {
	background-color: #2b2b2b;
	color: #fff;
}
.menu span.lmode {
	background-color: #fff;
	color: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.menu span.dmode,
	.menu span.lmode {
		position: relative;
		left: 6px;
		top: -1px;
		display: inline-block;
		padding: 0 6px 2px 6px;
		line-height: 21px;
	}
}

#search {
	float: right;
	margin: 20px 0 0 0;
}

.search-group {
	width: auto;
	margin-right: 0;
}
.search-group input {
	display: block;
	float: left;
	width: 473px;
}
.search-group button {
	display: block;
	float: left;
	margin-top: 1px;
}

.search-options {
	overflow: hidden;
	width: 775px;
	height: 0;
	padding-top: 24px;
}
.search-options p {
	padding-top: 2px;
}
.search-options {
 position: relative;
 z-index: 2;
}

#search .se-keyword {
	border-right: none;
	text-rendering: optimizeLegibility !important;
	font-size: 18px !important;
	padding: 0px 6px auto 6px !important; 
}
#search .se-options {
	border-left: none;
	border-right: none;
	background-image: url( '../img/back/options.png' );
	background-repeat: no-repeat;
     padding: 1px 0px 1px 0px !important;
}
#search .se-search {
	border-left: none;
}
#search .se-search:hover {
	background-color: #e7e7e7;
}

#search .quick-search-reset {
	position: absolute;
	right: 95px;
	margin-top: -33px;
	cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#search .se-options {
		width: 59px;
	}
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) {
	  	#sidebar {
		position: fixed;
		top: 148px;
	}
  }

#sidebar {
	position: fixed;
	top: 148px;
	width: 150px;
	min-height: 200px;
     text-rendering: optimizeLegibility !important;
}
#sidebar ul {
	margin-left: 59px;
}
#sidebar ul li {
	padding: 2px 0 0 15px;
	margin: 6px 0 22px 0;
	box-sizing: border-box;
}
#sidebar ul li a {
	padding-right: 15px;
	font-weight: 300;
	font-size: 14pt;
     color: #171717;
	text-decoration: none;
text-shadow: 0.15px 0px 0px #171717;
webkit-font-smoothing: subpixel-antialiased;
}
#sidebar ul li.active,
#sidebar ul li a:hover  {
	background-image: url( '../img/arrows/sidebar_arrow_right.png' );
	background-repeat: no-repeat;
}
#sidebar ul li.active {
	background-position: left;
}
#sidebar ul li a:hover {
	background-position: right;
}
#sidebar ul li.local {
	padding: 0 0 6px 9px;
	margin: 6px 0 22px 0;
}
#sidebar ul li.local a {
	padding-right: 16px;
	padding-bottom: 7px;
}
#sidebar ul li.local-active {
	background-position: left;
}
#sidebar ul li.local a:hover {
	background-position: right;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#sidebar ul li.active {
		background-position: left 13px;
	}
	#sidebar ul li a:hover {
		background-position: right 10px;
	}
	#sidebar ul li.local-active {
		background-position: left 12px;
	}
	#sidebar ul li.local a:hover {
		background-position: right 11px;
	}

}

#content {
	margin: 0 0 0 200px;
}

#spaceview,
#imageview {
	width: 775px;
	height: 517px;
	text-align: center;
	white-space: nowrap;
}
#imageview img {
	max-width: 775px;
	max-height: 517px;
	vertical-align: middle;
}

.slideview {
	width: 575px;
	height: 400px;
	margin-left: 2px;
	text-align: center;
	white-space: nowrap;
}
.slideview img {
	max-width: 575px;
	max-height: 400px;
	vertical-align: middle;
}
.imghelper {
	display: inline-block;
	width: 1px;
    height: 100%;
    margin-right: -11px;
    vertical-align: middle;
}