* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial;
	font-size: 12px;
	background-color: #F97D03;
	color: #000000;
	height: 100%;
}

body {
	background-image: url("background.png");
	background-position: center top;
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

a {
	color: #F97D03;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: medium none;
}

a img {
	border: 0 none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	margin-bottom: -93px;
	min-height: 100%;
	z-index: 2;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	height: 374px;
}

.hdr_logo {
	position: absolute;
	height: 73px;
	width: 145px;
	left: 74px;
	top: 123px;
}

.hdr_info {
	position: absolute;
	left: 105px;
	top: 220px;
	height: 73px;
	width: 175px;
	text-align: center;
}

.hdr_info .strong {
	color: #B0360B;
	font-weight: bold;
}

.main_menu {
	display: block;
	position: absolute;
	left: 45px;
	top: 342px;
}

.main_menu li {
	display: block;
	height: 42px;
	float: left;
	text-indent: 200px;
	overflow: hidden;
}

.main_menu li a {
	display: block;
	height: 42px;
	background-position: center bottom;
}

.main_menu li a:hover {
	background-position: center top;
}

.main_menu li a.active {
	background-position: center top;
}

#middle {
	position: relative;
	width: 890px;
	padding: 0 50px;
	z-index: 5;
}

#cnt_panel {
	float: right;
	width: 592px;
	z-index: 5;
}

#side_panel {
	float: left;
	width: 287px;
}

.content {
	overflow: hidden;
	width: 532px;
	padding: 0 30px;
	background-color: #FFFFFF;
}

.content h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #A54308;
	padding: 15px 10px;
}

.cnt_left {
	float: left;
	width: 555px;
	padding: 0 0 15px 35px;
	margin-bottom: 15px;
}

.cnt_right {
	float: right;
	width: 345px;
	padding: 0 35px 15px 0;
	margin-bottom: 15px;
}

.content a:hover {
	text-decoration: underline;
}

#ftr_bg {
	position: relative;
	width: 100%;
	height: 93px;
}

#footer {
	background-image: url("ftr_bg.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 93px;
	width: 990px;
	z-index: 1;
	color: #943C06;
}

#clearfooter {
	height: 93px;
	clear: both;
}

#ftr_menu {
	position: relative;
	margin-left: 50px;
}

#ftr_menu a {
	text-align: left;
	display: inline;
	white-space: nowrap;
	color: #943C06;
	margin: 25px 10px 0;
}

#ftr_copyright {
	margin-left: 60px;
	margin-top: 40px;
}

#ftr_indivo {
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
}

#ftr_indivo a {
	font-weight: bold;
	color: #DF5ED3;
}

#ftr_indivo a:hover {
	font-weight: bolder;
}

#indivo {
	background-image: url("indivo.png");
	background-position: center bottom;
	display: block;
	overflow: hidden;
	height: 16px;
	width: 72px;
	position: absolute;
	left: 860px;
	top: 66px;
	text-indent: -5000px;
}

#indivo:hover {
	background-position: 0 top;
}

#systemydk {
	background-image: url("systemy_logo_bw.png");
	background-position: 0 bottom;
	display: block;
	overflow: hidden;
	height: 16px;
	width: 51px;
	position: absolute;
	left: 800px;
	top: 67px;
}

.common_list {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.common_list > img {
	float: left;
	margin: 0 10px 10px 0;
}

.common_list .image {
	float: left;
	margin: 0 10px 10px 0;
	width: 121px;
	height: 82px;
	text-align: center;
	border: 1px solid #E1E1E1;
}

.common_list .title {
	font-weight: bold;
	color: #000000;
}

.common_list .date {
	font-size: 11px;
	font-weight: bold;
	color: #F99F03;
}

.common_list .desc {
	margin-top: 10px;
	margin-bottom: 0;
}

.common_list .btn_more {
	margin: 0;
	float: right;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: medium none;
}

#outerImageContainer {
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer > #hoverNav {
	left: 0;
}

#hoverNav a {
	outline: medium none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,AAAA");
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url("js/prevlabel.gif") no-repeat scroll left 15% transparent;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url("js/nextlabel.gif") no-repeat scroll right 15% transparent;
}

#imageDataContainer {
	font: 10px/1.4em Verdana,Helvetica,sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: medium none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
}


