@charset "utf-8";
/* 
	IFS - style sheet 
	created by Boris Belonjek in May 2009
	jungleFx.com
	
*/


/*
		* = IE7 hack;
		_ = IE6 hack;
		
*/

/* eric mayer reset style list */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* ------------------------ custom style -- */

body {
	background-image:url(../siteImg/bodyBg.gif);
	font-size:62.5%;
	color:#5e5b5c;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.clear {
	clear:both;
	}
	
#taglineStripe {
	background-color:black;
	height:30px;
	}
	
#navBar {
	height:102px;
	width:100%;
	background-image:url(../siteImg/navBarBg.png);
	background-repeat:repeat-x;
	position:relative;
	display:block;
	float:left;
	}
	
#menu {
	background-image:url(../siteImg/menuBg.png);
	background-repeat:repeat-x;
	height:68px;
	width:944px;
	margin-top:14px;
	}
	
a.logo {
	background-image:url(../siteImg/logoBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height:68px;
	width:201px;
	display:block;
	float:left;
	
	}
	
a.logo:hover {
	background-position:0 -96px;
	}
	
#menu ul {
	float:left;
	margin-left:113px;
	}
	
#menu ul li {
	float:left;
	}
	
#menu ul li a {
	display:block;
	height:68px;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#menu ul li a:hover, #menu ul li a.activeLink {
	background-position:0 -96px;
	}
	
#menu ul li a.company {
	background-image:url(../siteImg/companyLink.png);
	width:152px;
	}
	
#menu ul li a.projects {
	background-image:url(../siteImg/projectsLink.png);
	width:151px;
	}
	
#menu ul li a.contact {
	background-image:url(../siteImg/contactLink.png);
	width:141px;
	}
	
#menu ul li a.onama {
	background-image:url(../siteImg/onamaLink.png);
	width:152px;
	}
	
#menu ul li a.projekti {
	background-image:url(../siteImg/projektiLink.png);
	width:151px;
	}
	
#menu ul li a.kontakt {
	background-image:url(../siteImg/kontaktLink.png);
	width:141px;
	}		
	
div.langBar {
	background-image:url(../siteImg/langBarBg.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:68px;
	width:100px;
	display:block;
	margin-right:-2px;
	float:right;
	}
	
div.langBar a {
	height:25px;
	margin:20px 15px 0 0;
	line-height:25px;
	display:block;
	float:right;
	color:#999;
	}
	
div.langBar a:hover {
	color:#5193a8;
	text-decoration:none;
	}

#about {
	background-image:url(../siteImg/onamaBg.jpg);
	background-repeat:no-repeat;
	background-position:486px 321px;
	}
	
#kontaktBg {
	background-image:url(../siteImg/kontaktBg.jpg);
	background-repeat:no-repeat;
	background-position:637px 369px;
	} 
	
#content {
	width:952px;
	background-image:url(../siteImg/contentBg.png);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
	padding-bottom:200px;
	margin-top:90px;
	*margin-top:-10px;
	}
	
.headImg {
	margin:-10px 0 0 5px;
	}
	
#content h1 {
	font-size:3.6em;
	color:#5e0016;
	text-align:left;
	padding-left:66px;
	height:66px;
	line-height:66px;
	margin:25px 0;
	background-image:url(../siteImg/h1Bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#content h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#444;
	}
	
#content em {
	font-weight:bold;
	color:#222;
	font-style:normal;
	}
	
#content dl {
	display:block;
	margin:25px 0 0 65px;
	font-size:1.3em;
	}
	
#content dl dd {
	margin:-12px 0 25px 80px;
	font-weight:bold;
	color:#222;
	}
	
#content dl.contact dd {
	margin:-12px 0 15px 80px;
	}
	
#contentLeft {
	width:420px;
	float:left;
	margin-top:-35px;
	}
	
.project {
	float:left;
	border-bottom:1px dotted #ccc;
	width:820px;
	margin-left:66px;
	padding-bottom:30px;
	margin-bottom:30px;
	display:inline;
	}
	
#content .project h2 {
	float:left;
	font-weight:bold;
	font-size:4.0em;
	color:#bbb;
	}
	
#content .project h2 small {
	display:block;
	font-weight:normal;
	font-size:0.27em;
	color:#999;
	}
	
#content .project .info {
	float:left;
	margin-left:10px;
	font-size:1.1em;
	width:232px;
	}
	
#content .project .info h3 {
	font-weight:bold;
	color:#222;
	font-size:1.7em;
	margin:3px 0 20px 0;
	border-bottom:1px dotted gray;
	padding-bottom:20px;
	}
	
#content .project .info h3 small {
	font-weight:normal;
	display:block;
	font-size:0.6em;
	margin-top:3px;
	}
	
#content .project .info em {
	font-weight:bold;
	color:#666;
	display:block;
	margin:8px 0 2px 0;
	}
	
#content .project .pic {
	float:left;
	width:465px;
	margin-left:20px;
	}	
	
#content .project .pic img {
	float:left;
	width:115px;
	margin:0 1px 1px 0;
	}	
	
#contentLeft h2 {
	margin:35px 0 15px 66px;
	}
	
#contentLeft p {
	margin:0 0 10px 66px;
	font-size:1.3em;
	line-height:1.4em;
	}
	
#contentRight {
	width:410px;
	float:right;
	}
	
#contentRight div {
	background-position:0 33px;
	background-repeat:no-repeat;
	}
	
#contentRight div.multimedia {
	background-image:url(../siteImg/multimediaIcon.gif);
	}
	
#contentRight div.design {
	background-image:url(../siteImg/designIcon.gif);
	}
	
#contentRight div.construction {
	background-image:url(../siteImg/constructionIcon.gif);
	}

#contentRight div h2 {
	margin:0 66px 15px 95px;
	}
	
#contentRight div p {
	margin:0 66px 37px 95px;
	font-size:1.2em;
	line-height:1.4em;
	}
	
#footer {
	background-color:#222;
	line-height:30px;
	text-align:right;
	padding:0 15px;
	margin-top:26px;
	color:#666;
	}
	
#footer a {
	color:#ddd;
	margin:0 5px;
	}
	
	
	
	
/* lightbox */
	
#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; }
