@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444433;
	font-size:12px;
}
p {
	font-size:12px;
	color:#444433;
}
h1 {
	font-size:12px;
	color:#f96bc8;
	font-weight:bold;
}
h2 {
	font-size:12px;
	color:#444433;
	line-height:1.5;
	font-weight:normal;
}
h3 {
	font-size:10px;
	text-align:center;
	padding:0;
	margin:0;
	color:#f96bc8;
	line-height:20px;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:740px;
	background-image:url(images/bg_main.png);
	background-position:center;
	background-repeat:no-repeat;
}
.linksbox {
	width:340px;
	height:20px;
	position:absolute;
	left:470px;
	top:110px;
}
.columnone {
	width:340px;
	position:absolute;
	left:90px;
	top:140px;
}
.columntwo {
	width:340px;
	position:absolute;
	left:470px;
	top:140px;
}
.columnbig {
	position:absolute;
	left:100px;
	top:140px;
}
.columnbig2 {
	position:absolute;
	width:340px;
	left:150px;
	top:260px;
}
.columngalleria {
	position:absolute;
	width:600px;
	left:100px;
	top:160px;
}
.bigimg1 {
	width:260px;
	height:360px;
	position:absolute;
	left:70px;
	top:360px;
	background-image:url(images/biglink1.jpg);
}
.bigimg2 {
	width:240px;
	height:360px;
	position:absolute;
	left:330px;
	top:360px;
	background-image:url(images/biglink2.jpg);
}
.bigimg3 {
	width:260px;
	height:360px;
	position:absolute;
	left:570px;
	top:360px;
	background-image:url(images/biglink3.jpg);
}
.lahjahitti {
	position:absolute;
	left:480px;
	top:200px;
}
.img {
border-style: none;
border-right:solid 10px #fff;
}
.img2 {
border-style: none;
border:none;
}
.link a:link { border:none; text-decoration:none; color:#fff; font-weight:bold;}
.link a:visited { border:none; text-decoration:none; color:#fff; font-weight:bold;}
.link a:active { border:none; text-decoration:none; color:#fff; font-weight:bold;}
.link a:hover { border:none; text-decoration:none; color:#fff; font-weight:bold;}

/*lightbox ---------- javascript*/

a {
cursor: pointer;
}
#lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}
#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;
}
#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:#f96bc8; /* color of caption text etc */
}
#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: #f96bc8; /* Background shading color when image opened */
} 