@charset "UTF-8";
/* CSS Document */


/*=====================================================================================
CSS RESET
=====================================================================================*/

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,
b, u, i, center,
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-size: 100.1%;
	vertical-align: baseline;
	background: transparent;
}


blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}


/*============================ 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; }


/*=====================================================================================*/

html {
	height: 100%;
}

body {
	/*height:100%;*/
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	text-align:center;
	line-height:11px;
	color:#333;
	}
	
/*======*/

h1 {
	font-size:18px;
	line-height:24px;
	color:#333;
	margin-bottom:14px;
	}

h2 {
	font-size:15px;
	line-height:20px;
	color:#333;
	margin-bottom:14px;
	}
	
p {
	line-height:14px;
	margin-bottom: 14px;
}

p a {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	}

p a:hover {
	text-decoration:none;
	}

p a img {
	margin: 4px;
	border:none;
	}

p a:hover img {
	margin:0;
border: #d0d0d0 solid 4px;

}

ul {
list-style:circle;
padding-left: 5px;
}

ul li {
margin-bottom: 4px;
}
 

#footer p {
	color:#666;
	font-size:11px;
	}
	
/*======*/


#wrapper {
position: relative;
margin: 50px auto 50px auto;
	width:720px;
	
	border:#8e8e8e solid 1px;
}

#ylakuva {
	border-bottom:#8e8e8e solid 1px;
	}


#content {
text-align:left;
}
	
#content_left_frame {
width:460px;
min-height: 300px;
margin:25px 0 0 0;
	padding: 0 25px 25px 25px;
	float:left;
	border-right:#8e8e8e solid 1px;
	
	}

.content_left {
}

#content_right_frame {
width:159px;
padding: 25px;
float:right;
}

	
.clear {
	clear:both;
	}
/*	
#footer_wrap, #push {
	width: 760px;
	height: 30px;
	}
*/
#footer {
height:23px;
	padding: 8px 0 0 0;
	text-align:center;
	margin: 25px 25px 0 25px;
	border-top:#8e8e8e solid 1px;
	}

/*==== NAVI ====*/


#navi_wrap {
	width:720px;
	margin:25px 0 0 0;
	height:1.1em;
	text-align:center;
	background:#d0d0d0;
	}

#navi {
	font-size:11px;
	list-style:none;
	text-align:center;
	}

#navi li {
	display:inline;
	}
	
#navi a {
	padding: 0 14px;
	text-decoration:none;
	color:#000;
	background:#d0d0d0;
	border-left:#8e8e8e solid 1px;
	border-right:#8e8e8e solid 1px;
	}

#navi a:hover {
	background:#fff;
	color:#000;
	}

#etusivu #navi-etusivu a,
#suunnittelu #navi-suunnittelu a,
#kuvataide #navi-kuvataide a,
#yhteydenotto #navi-yhteydenotto a {
	background:#fff;
	color:#000;
	}
/*
hr {
	color: #cccc33;
	height: 2px;
	background-color: #cccc33;
	border-style: none;
	margin-top: 35px;
}
*/


/******************** PALAUTEFORMI *******************************/


input, textarea, select {
border: #8e8e8e 1px solid;
margin-left:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

input:focus, textarea:focus, select:focus {
background:#d0d0d0;
}

.formRequiredList {
list-style: none;
color:#8e8e8e;
font-weight:bold;
}
	
.formtext {
padding:10px 0;
}

.formfield {
padding-left: 10px;
}



