html {
	height:100%;
	overflow-y: scroll;
}
body {
	background:#f4f1e8;
	height:100%;
	width:100%;
	font-family: Georgia, serif;
	font-size:13px;
	color:rgb(77,77,77);
}

object,img {
	vertical-align: bottom;
}

h1, div.h1 {
	color:rgb(239,105,38);
	font-size: 20px;
	margin:19px 0 0 0;
}


@font-face {
	font-family: 'Hermes';
	src: url('../../frontend/fonts/hermereg.woff2') format('woff2'),
		url('../../frontend/fonts/hermereg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Hermes';
	src: url('../../frontend/fonts/hermebol.woff2') format('woff2'),
		url('../../frontend/fonts/hermebol.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}


.bodytext {
	font-family: 'Hermes', sans-serif;
	font-size: 12px;
}

.container {
	min-width:999px;
	overflow-x:hidden;
}

#page {
	margin:0 auto;
	width:781px;
	position: relative;
}

.black {
	color:rgb(77,77,77);
}

.orange {
	color:rgb(239,105,38);
}

#header {
	height:108px;
	background: url(logo.png) no-repeat 0 47px;
}

#menu {
	position:relative;
	padding-bottom:13px;
	border-bottom: 1px solid rgb(77,77,77);
	margin-bottom:21px;
	z-index: 3000;
}
#logoed_links {
	position: absolute;
	right:0;
	bottom:0;
}
	#logoed_links a {
		display:inline-block;
		width: 62px;
		height: 51px;
	}
	#logoed_links .mester {
		background: url('mester_logo.png') no-repeat;
	}
	#logoed_links .sentral {
		background: url('sentral_logo.png') no-repeat;
	}
#submenus {
	background:#f4f1e8;
	position:absolute;
	width:781px;
	display:none;
}

#menu .submenu {
	line-height: 18px;
	padding:16px 0 23px 0;
	display:none;
}
#menu .submenu .bullet {
	margin-right: 5px;
}

#menu a {
	color: rgb(77,77,77);
	text-decoration: none;
}

#menu a.root {
	display:block;
	float:left;
	padding-bottom:2px;
	border-bottom: 2px none;
	margin-right:9px;
}

#menu .delim {
	display:block;
	float:left;
	margin-right: 9px;
}

#menu a.active {
	color:rgb(239,105,38);
	border-bottom: 2px solid rgb(239,105,38);
}

#menu .submenu a:hover {
	text-decoration: underline;
}


#content {
}

#image_browser {
	position: relative;
	width:781px;
	height:436px;
	background: url("ajax-loader.gif") no-repeat center center;
}

#image_browser.ready {
	background: none;
}
#image_browser img, #image_browser video {
	position:absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#image_browser a {
	position:absolute;
	width:390px;
	height:436px;
	display: block;
	outline: none;
}
#image_browser a img.ie_a_fix {
	position:static;
	width:390px;
	height:436px;
}
#prev, #next {
	position: relative;
}
#next {
	right:0;
}
#prev::after, #next::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 3px solid white;
	transform: translateY(-50%) rotate(45deg);
	opacity: .65;
	transition: opacity .4s ease;
}
#prev::after {
	left: 24px;
	border-right: none;
	border-top: none;
}
#next::after {
	right: 24px;
	border-bottom: none;
	border-left: none;
}
#prev:hover::after, #next:hover::after {
	opacity: 1;
}
#prev.disabled::after, #next.disabled::after {
	display: none;
}
#image_browser ul {
	list-style: none;
	margin: 0;

}
#pr_prev, #pr_next {
	position:absolute;
	width:0px;
	height:436px;
	overflow: hidden;
}
#pr_prev {
	right:872px;
	border-right:9px solid rgb(239,105,38);
}
#pr_next {
	left:872px;
	border-left:9px solid rgb(239,105,38);
}
#pr_prev div, #pr_next div {
	position: absolute;
	width:781px;
	height:436px;
	background: rgb(239,105,38);
}
#pr_prev img, #pr_next img {
	position: absolute;
	top:0;
	width:781px;
	height:436px;
}

#pr_prev img {
	right:0;
}

#pr_next img {
	left: 0;
}

#image_gauge {
	height:34px;
	border-bottom: 1px solid rgb(77,77,77);
	text-align: center;
}
#image_gauge.nodots {
	height:21px;
}

#image_gauge img {
	background: url("img_inactive.png") no-repeat;
	width:17px;
	height:34px;
}
#image_gauge .active {
	background: url("img_active.png") no-repeat;
}

#main_column {
	float:left;
	width:530px;
	margin-right:76px;
}
#contact_form table {
	width:100%;
}
#contact_form {
	margin-top:21px;
}
#contact_form .control {
	text-align: right;
}
#contact_form td {
	padding-top:3px;
	vertical-align: top;
}
#contact_form input.text {
	border:1px solid white;
	width:353px;
	padding:2px;
	margin:0 0 3px 3px;
}
#contact_form textarea {
	border:1px solid white;
	width:353px;
	height:75px;
	padding:2px;
	margin:0 0 3px 3px;
}
#contact_form input.submit {
	border:0 none;
	color: rgb(239,105,38);
	font-family: Georgia, serif;
	font-size:13px;
	cursor: pointer;
	padding: 0 0 1px 0;
	background: none;
}

#contact_form input.submit:hover {
	padding: 0;
	border-bottom:1px solid rgb(239,105,38);
}

#assets {
	float:left;
	width:175px;
}

#assets a {
	color:rgb(239,105,38);
	line-height: 21px;
	text-decoration: none;
}

#assets a:hover {
	text-decoration: underline;
}

#footer {
	margin-top:21px;
	border-top:1px solid rgb(77,77,77);
	padding: 6px 0 32px 0;
}
