/*
 Screen style    
 Site: Adeli
*/
body {
	background: #333;
	font-size: 68.75%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

/*
=Auto clearing floats
*/
#wrapper:after, #top:after, #lang-nav:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}

#wrapper {
 background: #fff url(../images/bg/wrapper.gif) repeat-y;
 color: #555;
 margin: 0 auto;
 text-align: left;
 width: 776px;
}

/*
=Header
*/
#header {
 background: #E2E2E2 url(../images/bg/header.jpg) no-repeat;
 height: 140px;
 position: relative;
}

#header h1 {
 font-size: 1em;
 height: 105px;
 left: 27px;
 margin: 0;
 overflow: hidden;
 position: absolute;
 top: 17px;
 width: 142px;
}

#header h1 span {
 background: url(../images/text/logo2.jpg) no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

/*
=Top bar
*/
#top {
 background: #fff;
 color: #959595;
 padding: 5px 9px 5px 10px;
}

#top p {
 margin: 0;
}

#top a {
 color: #959595;
 text-decoration: none;
}

#top .lang {
 float: right;
 text-align: right;
 width: 375px;
}

#top .lang img {
 vertical-align: text-bottom;
}

#top .lang a {
 margin-left: 1px;
}

#top .lang a.first {
 margin-left: 3px;
}

#top .breadcrumbs {
 float: left;
 width: 375px;
}

#top .breadcrumbs a:hover {
 text-decoration: underline;
}

/*
=Content
*/
#content {
 background: #E2E2E2 url(../images/bg/content.gif) no-repeat;
 float: right;
 padding: 0 15px 15px 29px;
 width: 546px;
 min-height: 400px;
 font-size: 1.09em;
 line-height: 1.6;
}

.home #content {
 float: none;
 width: 726px;
 padding: 20px 25px;
 background-repeat: repeat-x
}

#content h2 {
 padding-left: 14px;
 background: url(../images/bg/heading.gif) 0 55% no-repeat;
 margin: 25px 0 20px -14px;
}

.sIFR-hasFlash h2 {
 font-size: 19px;
 line-height: 21px;
 visibility: hidden;
}

#lang-nav {
	width: 650px;
	border-top: 1px solid #fff;
	background: url(../images/bg/delimiter.gif) top right no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#lang-nav li {
 margin: 0;
 float: left;
 list-style: none;
 background: url(../images/bg/delimiter.gif) no-repeat;
 padding: 15px 16px;
}

#lang-nav a {
 text-align: center;
 text-decoration: none;
 display: block;
 text-transform: uppercase;
 font-size: 10px;
}

.sIFR-hasFlash #lang-nav a {
 font-size: 16px;
 line-height: 16px;
 visibility: hidden;
}

#lang-nav a:hover {
 color: #0468CC;
}

#home-img {
 display: block;
 margin: 0 auto;
 clear: both;
 width: 566px;
}

.white {
color: #fff;
}

/*
=Sidebar
*/
#sidebar {
 background: #EFEFEF;
 float: left;
 padding-bottom: 50px;
 width: 186px;
}

#sidebar ul {
 list-style: none;
 margin: 0;
}

#sidebar li {
 border-bottom: 1px solid #fff;
 margin: 0;
}

#sidebar a {
 border-bottom: 1px solid #D7D7D7;
 color: #4685CC;
 display: block;
 font-weight: bold;
 padding: 5px 20px 5px 12px;
 text-decoration: none;
 background: url(../images/bg/arrow1.gif) 171px 50% no-repeat;
}

#sidebar a:hover, #sidebar a.current {
 background: #53B3F7 url(../images/bg/arrow2.gif) top left no-repeat;
 border-bottom-color: #459DDB;
 color: #fff;
}

#sidebar li ul {
 border-bottom: 1px solid #D7D7D7;
 border-top: 1px solid #fff;
 padding: 3px 0 8px 0;
}

#sidebar li li {
 border-bottom: none;
}

#sidebar li li a {
 border-bottom: none;
 padding: 6px 20px 6px 12px;
 background: url(../images/bg/arrow3.gif) 5px 50% no-repeat;
 color: #555;
 font-weight: normal;
}

#sidebar li li a:hover {
 background: transparent url(../images/bg/arrow3.gif) 5px 50% no-repeat;
 color: #555;
 text-decoration: underline;
}

/*
=Footer
*/
#footer {
 clear: both;
 color: #606060;
 margin: 0 auto;
 padding: 15px 0;
 width: 776px;
 font-size: 0.91em;
}

#footer a {
 color: #606060;
 text-decoration: none;
}

#footer a:hover {
 color: #ccc;
}

/*
=Lightbox Image effect
*/

#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: 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }