/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

* {margin:0; padding:0}
#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}



*{
	margin: 0;
	padding: 0;
	text-align: center;
}*
body {
	margin: 50px 0 0;
	background: #fff url(../images/bg.gif) repeat-x;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
	width: auto;
}
	h1 {
	font-size: 3em;
	font-weight: normal;
	float: none;
}
	h1 a { text-decoration: none; }
	h2 {
	font-size: 2em;
	color: #326171;
	font-weight: normal;
	margin: 0 0 .8em;
}
	h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  {
	margin: 0 0 2em 0;
}
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #9D2900; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap {

}
 
#header {
	width: auto;
	height: 50px;
}




#header1 {
	width: auto;
	height: 50px;
	text-align: center;
	_padding-left: 315px;
	padding-left: 315px;
	float: none;
}





	#menu  {
	padding: 6px 0 0 0;
	list-style: none;
}
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }
		#menu a:hover {
	color: #FF0000;
	border-bottom: 2px solid #ccc;
}
		#menu .active a {
	border-bottom: 2px solid #C70012;
	color: #FF0000;
}
 
#teaser {
	clear: both;
	height: 259px;
}
	.box {
	float: none;
	width: auto;
	color: #666666;
	padding-left: 20px;
	padding-top: 20px;
}
	#image { float: right; width: 388px; position: relative; top: 16px; background: url(../images/logotype.jpg) no-repeat top right; height: 258px; }
	
#bar {
	height: 5px;
	padding: 10px 0 0 0;
	background-image: url(../images/teaserbg1.jpg);
	width: auto;
	text-align: center;
	clear: right;
}
	.step { cursor: pointer; color: #FAFDDD; padding: 5px 0 0 13px; margin: 0 35px 0 0; font-size: 1.3em; float: left; text-align: left; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col {
	width: 276px;
	margin: 0 0px 0px 0;
	height: 150px;
	text-align: center;
}
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

#footer {
	clear: none;
		padding: 15px;
	border-top: 1px solid #e0e0e0;
	background-image: url(../images/teaserbg.jpg);
	width: auto;
}	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
	
	
	
	
	
	
	
	
	
	
	
	#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; }

	
	
	
