<!--

body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana;
	text-align: left;
	background: url(../layout/body_bg.gif) #ffffff;
	background-repeat: repeat-x;
}

html, body { height: 100%; }

#container {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 950px;
	min-height: 100%;
	background-image: url(../layout/container_bg.gif);
	background-repeat: repeat-y;
}

* html #container { height: 100%; }

/* ------------------------------------------ Banner ------------------------------------------ */

#ban {
	float: left;
	width: 950px;
	height: 163px;
	margin: 0px;
	padding: 0px;
	background: url(../layout/ban.jpg) top;
	background-repeat: no-repeat;
}

/* ------------------------------------------ Left ------------------------------------------ */

#left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 210px;
}

/* ------------------------------------------ Menü ------------------------------------------ */

#menu_bg {
	float: left;
	width: 210px;
	background: url(../layout/menu_top_bg.gif) #f5f3ed;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 30px 0px 0px 0px;
}

#menu_bg ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu_bg li {
	float: left;
	width: 170px;
	height: 25px;
	margin: 0px;
	text-align: left;
}

#menu_bg li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #32348e;
	display: block;
	width: 100%;
	background-image: url(../layout/menu_bg.gif);
	padding: 4px 0px 0px 40px;
	height: 25px;
}

#menu_bg li a:hover {
	background-image: url(../layout/menu_hover_bg.gif);
	color: #fe9800;
	height: 25px;
}

#menu_bg #menu_active {
	background-image: url(../layout/menu_active_bg.gif);
	color: #000;
	font-weight: bold;
	height: 25px;
}

/* ------------------------------------------ Submenu ------------------------------------------ */

#submenu_bg {
	float: left;
	width: 210px;
	background: #f5f3ed;
	margin: 0px;
	padding: 0px;
}

#submenu_bg ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu_bg li {
	float: left;
	width: 155px;
	height: 25px;
	margin: 0px;
	text-align: left;
}

#submenu_bg li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #32348e;
	display: block;
	width: 100%;
	background-image: url(../layout/submenu_bg.gif);
	padding: 4px 0px 0px 55px;
	height: 25px;
}

#submenu_bg li a:hover {
	background-image: url(../layout/submenu_hover_bg.gif);
	color: #fe9800;
	height: 25px;
}

#submenu_bg #menu_active {
	background-image: url(../layout/submenu_active_bg.gif);
	color: #000;
	font-weight: bold;
	height: 25px;
}

/* ------------------------------------------ Middle ------------------------------------------ */

#middle {
	float: left;
	margin: 15px 0px 0px 20px;
	padding: 0px;
	width: 695px;
}

/* ------------------------------------------ Footer ------------------------------------------ */

.clear {
	clear: both;
	height: 50px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	margin-top: -50px;
	height: 50px;
	width: 100%;
	clear: both;
}

/* -------------------------------------------- Lightbox ------------------------------------------ */

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

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	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: none; }

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../releases/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{ padding:0 10px; }

#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

-->
