body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background:#4a4a4a;
}

a{
	text-decoration: none;
	outline: none;
	color: #88201f;
}

a:hover{
	text-decoration: underline;
}

.container{
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 100%;
}

.content_top_bg{
	background: url(../images/bg_content_top.png) center bottom no-repeat;
}

a.readmore{
	font-style: italic;
}

.hr{
	clear: both;
	font-size: 0;
	height: 2px;
	margin: 10px 0;
	background: url(../images/hr.png) center top no-repeat;
}

.hr_280{
	clear: both;
	font-size: 0;
	height: 2px;
	margin: 8px 0;
	background: url(../images/hr_280.png) left top no-repeat;
}

table {width:100%;}
table td {vertical-align:top;}

.cb {
	float:none;
	clear:both;
	height:0;
}	

	/* HEADER */

#top{
	min-width: 960px;
	height: 78px;
	background: #333333 url(../images/bg_header_top.png) left top repeat-x;
	overflow: hidden;
}

#top h1{
	float: left;
	position: relative;
	overflow: hidden;
	width: 213px;
	height: 49px;
	margin: 11px 0 0 0;
	background: url(../images/saranen.png) left top no-repeat;
}

#top h1 a{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

/* topmenu */

.topmenu{
	float: left;
	margin: 28px 10px 0 20px;
	list-style: none;
}

.topmenu li{
	float: left;
	margin: 0 5px 0 0;
}

.topmenu li a{
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #e0e0e0;
	text-shadow: 0px -1px 1px #333333;
	cursor: pointer;
}

.topmenu li a:hover{
	text-decoration: none;
	color: #ffffff;
}

.topmenu li a span{
	display: block;
	float: left;
	height: 28px;
	background: url(../images/topmenu_button.png) no-repeat;
}

.topmenu li a .topmenu_left{
	width: 12px;
	background-position: 0px 999px;
}

.topmenu li a .topmenu_center{
	background-position: -12px 999px;
}

.topmenu li a .topmenu_right{
	width: 12px;
	background-position: -200px 999px;
}

.topmenu li a.active .topmenu_left{
	width: 12px;
	background-position: 0px 0px;
}

.topmenu li a.active .topmenu_center{
	background-position: -12px 0px;
}

.topmenu li a.active .topmenu_right{
	width: 12px;
	background-position: -200px 0px;
}


/* search */

.search{
	float: right;
	display: inline; /*iefix*/
	margin: 28px 0 0 10px;
	padding: 0;
	width: 150px;
	height: 28px;
	background: url(../images/topmenu_search.png) left top no-repeat;
}

.search input[type=text]{
	border: 0;
	float: left;
	width: 110px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.03em;
	color: #cccccc;
	background: transparent;
}

.search input[type=text]:focus{
	color: #ffffff;
}

.search input[type=submit]{
	border: 0;
	float: right;
	width: 22px;
	height: 28px;
	line-height: 28px;
	background: url(../images/topmenu_search_button.png) 2px 6px no-repeat;
	text-indent: -9000px;
	cursor: pointer;
}

.search input[type=submit]:hover{
	background-position: 2px -24px;
}



/* carousel */

#carousel{
	position: relative;
	min-width: 960px;
	height: 375px;
	background: #c0e1da url(../images/bg_header.png) center top repeat-x;
}

#carousel .carousel_text{
	position: absolute;
	left: 170px;
	top: 195px;
	width: 305px;
	height: 106px;
	overflow: hidden;
	background: url(../images/carousel_textbg.png) left top no-repeat;
	z-index: 5;
}

.hide{
	display: none;
}

#carousel .carousel_text div{
	width: 250px;
	height: 66px;
	margin: 18px 0 0 30px;
	font-family: "Helvetica neue", Helvetiva, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #88201f;
}

#carousel img.current{
	position: absolute;
	left: 166px;
	top: 4px;
	width: 628px;
	height: 339px;
}

#carousel img.next{
	position: absolute;
	left: 800px;
	top: 134px;
	width: 160px;
}

#carousel img.previous{
	position: absolute;
	left: 0px;
	top: 134px;
	width: 160px;
}

#carousel img.behind{
	position: absolute;
	left: 400px;
	top: 154px;
	width: 100px;
	z-index: -1;
}

#carousel a.next_button{
	display: block;
	position: absolute;
	left: 802px;
	top: 137px;
	width: 152px;
	height: 76px;
	z-index: 6;
	background: url(../images/carousel_nextprev.png) 0px -76px no-repeat;
}

#carousel a.next_button:hover{
	background-position: -152px 0px;
}

#carousel a.prev_button{
	display: block;
	position: absolute;
	left: 2px;
	top: 137px;
	width: 152px;
	height: 76px;
	z-index: 6;
	background: url(../images/carousel_nextprev.png) 0px -76px no-repeat;
}

#carousel a.prev_button:hover{
	background-position: 0px 0px;
}






/* carousel-rekry */

#carousel-rekry{
	position: relative;
	min-width: 960px;
	height: 375px;
	background: #c0e1da url(../images/bg_header.png) center top repeat-x;
}

#carousel-rekry .carousel_text{
	display: block;
	position: absolute;
	left: 168px;
	top: 185px;
	width: 355px;
	height: 109px;
	overflow: hidden;
	background: url(http://saranen.fi/files/rekry/rekry-tab.png) left top no-repeat;
	z-index: 5;
	text-decoration: none;
	color: #cfccc3;
}

#carousel-rekry .carousel_text:hover{
	color: #fff;
}

.hide{
	display: none !important;
}

#carousel-rekry .carousel_text span{
	display: block;
	width: 250px;
	height: 66px;
	margin: 11px 0 0 25px;
	font-family: "Helvetica neue", Helvetiva, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}


#carousel-rekry img.current{
	position: absolute;
	left: 170px;
	top: 24px;
	width: 620px;
	height: 320px;
}

#carousel-rekry img.next{
	position: absolute;
	left: 800px;
	top: 134px;
	width: 160px;
}

#carousel-rekry img.previous{
	position: absolute;
	left: 0px;
	top: 134px;
	width: 160px;
}

#carousel-rekry img.behind{
	position: absolute;
	left: 400px;
	top: 154px;
	width: 100px;
	z-index: -1;
}

#carousel-rekry a.next_button{
	display: block;
	position: absolute;
	left: 802px;
	top: 137px;
	width: 152px;
	height: 76px;
	z-index: 6;
	background: url(../images/carousel_nextprev.png) 0px -76px no-repeat;
}

#carousel-rekry a.next_button:hover{
	background-position: -152px 0px;
}

#carousel-rekry a.prev_button{
	display: block;
	position: absolute;
	left: 2px;
	top: 137px;
	width: 152px;
	height: 76px;
	z-index: 6;
	background: url(../images/carousel_nextprev.png) 0px -76px no-repeat;
}

#carousel-rekry a.prev_button:hover{
	background-position: 0px 0px;
}














/* head */

#head{
	min-width: 960px;
	height: 100px;
	background: #c0e1da url(../images/bg_header.png) center top repeat-x;
}

#head .small{
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #376a60;
	text-transform: uppercase;
	text-shadow: 0px 1px 0 #f0fff5;
}

#head .small a{
	color: #376a60;
}

#head h2{
	position: relative;
	margin: 0;
	font-weight: 200;
	font-size: 34px;
	color: #376a60;
	text-shadow: 0px 1px 1px #f0fff5;
}

#head .pagetitle {
    display:block;position:relative;
    color:#376A60;font-family: "Helvetica neue",Helvetica,Arial,sans-serif;
    font-size:34px;line-height:36px;font-weight: 200;
    text-shadow:0 1px 1px #F0FFF5;
    margin:0;padding:0;
}

	/* CONTENT */

#middle{
	background: #f7f7f7 url(../images/bg_middle.png) left top repeat-x;
}

.shadow{
	margin: 0 auto;
	background: url(../images/bg_shadows.png) center top no-repeat;
}

.content{
	border-collapse: collapse;
	position: relative;
	display: table;
	width: 962px;
	margin: 0 auto;
	background: #ffffff url(../images/bg_content.png) left top repeat-y;
}

h2, h3, h4, h5{
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2{
	font-size: 36px;
	display: block;
	line-height: 36px;
	margin: 15px 0 30px 0;
	padding: 0px 0 0 0;
}

h3{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #88201f;	
}

h4{
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

h5{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

h4.gray{
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px 0;
	color: #999999;
}

h2.main{
	font-size: 36px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
}

.ingress,.ingressi{
	font-size: 16px;
	line-height: 22px;
	color: #6e6e6e;
}

.content ul{
	margin: 0;
	padding: 0;
/*	list-style-position: inside;*/
	list-style: none;	
}

.content li{
	padding: 0 0 0 13px;
	margin: 3px 0 10px 0;
	background: url(../images/li.png) 4px 6px no-repeat;
}

/* columns */

.column_left_main{
	width: 510px;
	float: left;
	margin: 0 0 0 21px;
	padding: 0;
}

.column_right_main{
	width: 390px;
	float: right;
	margin: 0 21px 0 0;
	padding: 0;
}

.column_left{
	width: 600px;
	float: left;
	margin: 0 0 0 21px;
	padding: 0;
}

.column_right{
	width: 300px;
	float: right;
	margin: 0 21px 0 0;
	padding: 0;
}

.gray510{
	min-height: 140px;
	width: 468px;
	padding: 10px 20px;
	background: #ffffff url(../images/gradient_gray.png) left top repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.gray510 h4{
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	color: #88201f;
}

.gray510_top{
	font-size: 0;
	overflow: hidden;
	width: 510px;
	height: 7px;
	background: url(../images/columns_sprite.png) 0px 0px no-repeat;
}

.gray510_bottom{
	font-size: 0;
	width: 510px;
	height: 7px;
	margin: 0 0 10px 0;
	background: url(../images/columns_sprite.png) 0px -43px no-repeat;
}

.gray480{
	min-height: 140px;
	width: 448px;
	padding: 5px 10px 5px 20px;
	background: #ffffff url(../images/gradient_gray.png) left top repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.gray480_small{
	min-height: 77px;
	width: 458px;
	padding: 5px 10px;
	background: #ffffff url(../images/gradient_gray_small.png) left top repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.gray480 h4{
	margin: 0;
	font-size: 20px;
	line-height: 33px;
	padding: 0 0 0 40px;
	color: #888888;
	text-shadow: 0 1px 1px #ffffff;
}

.gray480 .title{
	height: 44px;
	margin: 0 0 10px 0;
	background: url(../images/hr_shadow.png) center bottom no-repeat;
}

.gray480_top{
	font-size: 0;
	overflow: hidden;
	width: 480px;
	height: 7px;
	background: url(../images/columns_sprite.png) 0px -10px no-repeat;
}

.gray480_bottom{
	font-size: 0;
	width: 480px;
	height: 7px;
	margin: 0 0 10px 0;
	background: url(../images/columns_sprite.png) 0px -53px no-repeat;
}

.gray390{
	min-height: 140px;
	width: 348px;
	padding: 5px 20px 10px 20px;
	background: #ffffff url(../images/gradient_gray.png) left top repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.gray390 h4{
	float: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 36px;
	font-size: 22px;
	line-height: 33px;
	color: #888888;
	text-shadow: 0 1px 1px #ffffff;
}

.gray390_top{
	font-size: 0;
	overflow: hidden;
	width: 390px;
	height: 7px;
	background: url(../images/columns_sprite.png) 0px -20px no-repeat;
}

.gray390 .title{
	height: 44px;
	margin: 0 0 10px 0;
	background: url(../images/hr_shadow.png) center bottom no-repeat;
}

.gray390_bottom{
	font-size: 0;
	width: 390px;
	height: 7px;
	margin: 0 0 10px 0;
	background: url(../images/columns_sprite.png) 0px -63px no-repeat;
}

.gray300{
	min-height: 130px;
	width: 278px;
	padding: 5px 10px 5px 10px;
	background: #ffffff url(../images/gradient_gray.png) left top repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.gray300 h4{
	float: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 36px;
	font-size: 18px;
	line-height: 33px;
	color: #888888;
	text-shadow: 0 1px 0 #ffffff;
}

.gray300_top{
	font-size: 0;
	overflow: hidden;
	width: 300px;
	height: 7px;
	background: url(../images/columns_sprite.png) 0px -30px no-repeat;
}

.gray300 .title{
	height: 44px;
	margin: 0 0 10px 0;
	background: url(../images/hr_shadow_300.png) center bottom no-repeat;
}

.gray300.uutiset{
	padding-bottom: 22px;
}

.gray300_bottom{
	font-size: 0;
	width: 300px;
	height: 7px;
	margin: 0 0 10px 0;
	background: url(../images/columns_sprite.png) 0px -73px no-repeat;
}

.lp120{
	padding: 0 0 0 120px;
}

.lp100{
	padding: 0 0 0 100px;
}

/* blog */

.mb30{
	margin: 0 0 30px 0;
}

.blogpages{
	text-align: center;
	margin: 50px 0 0 0;
}

.blogpages a.page{
	margin: 0 5px;
	font-size: 24px;
}

.blogpages .active{
	color: #666666;
	text-decoration: underline;
}

.tags{
	font-size: 14px;
	line-height: 24px;
}

div.commentForm{
	margin: 10px 0 6px 0;
}

div.commentForm label{
	float: left;
	display: block;
	color: #999999;
	width: 224px;
	margin: 10px 0 0 0;
}

div.commentForm input[type=text], div.commentForm textarea{
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	border: 1px solid #cccccc;
	margin: 0 4px 4px 0;
}

div.commentForm input[type=text]{
	height: 18px;
	padding: 4px;
	width: 206px;
}

div.commentForm textarea{
	width: 428px;
	height: 100px;
	padding: 5px;
}

div.commentForm input[type=text]:focus, div.commentForm textarea:focus{
	border: 1px solid #666666;;
}

div.commentForm input[type=submit]{
	border: 0;
	display: block;
	width: 160px;
	margin: 10px 0 0 0;
	padding: 0 0 0 40px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: url(../images/comment_button.png) 0px 0px no-repeat;
	cursor: pointer;
}

div.commentForm input[type=submit]:hover{
	color: #666666;
	background-position: 0px -30px;
}

/* blogikirjoittaja */


.writecomment{
	float: right;
	margin: -25px 5px 0 0;
}

.writer{
	height: 120px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	background: url(../images/hr_280.png) center bottom no-repeat;
}

.writer .title{
	height: 44px;
	margin: 0 0 10px 0;
	background: url(../images/hr_shadow_180.png) left bottom no-repeat;
}

.writer img{
	float: right;
	border: 1px solid #cccccc;
	max-width:95px;
}

.writer b{
	font-size: 20px;
	font-weight: normal;
}


/* contact */

.contact .title{
	background: url(../images/hr_shadow_300.png) left bottom no-repeat;
}

.contact .person{
	margin: 0 0 12px 0;
}

.contact .person b{
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

.contact img{
	float: right;
	border: 1px solid #dddddd;
}

.contact img.big{
	max-width:129px;
}

.contact img.small{
	max-width:64px;
}

.phone{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 21px;
	margin: 0 10px 0 0;
	background: url(../images/icon_small_phone.png) 0px center no-repeat;
}

.email{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 30px;
	background: url(../images/icon_small_email.png) 0px center no-repeat;
}


/* lists */

.list{
	background: url(../images/bg_list.png) left top no-repeat;
	width: 460px;
	padding: 4px;
	margin: 5px 0 0 -11px;
	font-size: 12px;
	border-spacing:0;
}

.list_bar{
	background: url(../images/list_header.png) left top no-repeat;
	height: 30px;
	line-height: 30px;
/*	margin: 0 0 7px 0;*/
}
.list_bar th {
	padding: 0 3px;
}

.list_bar a{
	font-size: 11px;
	text-transform: uppercase;
	color: #888888;
	text-shadow: 0px 1px 0 #ffffff;
}

.list_bar .cell_job{
/*	float: left;*/
	padding: 0 0 0 6px;
	width: 280px;
}

.list_bar .cell_company{
/*	float: left;*/
	width: 65px;
}

.list_bar .cell_ends{
/*	float: left;*/
	white-space:nowrap;
}

.list_bar a.sort{
	padding: 0 10px 0 0;
	background: url(../images/sort.png) right center no-repeat;
}

.list_row{
	background:url("../images/hr.png") no-repeat scroll center top transparent;
}
.list_row:first-child{
	background:none;
}

.list_row a{
	font-weight: bold;
}

.list_row td {
	padding: 7px 0 4px 0;
	vertical-align:middle;
}

.list_row .cell_job{
/*	float: left;*/
	padding: 7px 0 4px 6px;
	width: 280px;
	overflow: hidden;
}

.list_row .cell_company{
/*	float: left;*/
	width: 130px;
	overflow: hidden;
}

.list_row .cell_ends{
/*	float: left;*/
	overflow: hidden;
}

.hae_button{
	display: block;
	width: 140px;
	height: 30px;
	margin: 10px 0 10px 0;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: url(../images/hae_button.png) 0px 0px no-repeat;
	text-shadow: 0 1px 1px #500000;
}

.hae_button:hover{
	text-decoration: none;
	background-position: 0px -30px;
}

.companyinfo{
	color: #6e6e6e;
	padding: 10px 10px 10px 10px;
	background: url(../images/bg_companyinfo.png) 0px 0px no-repeat;
}

.companyinfo_bottom{
	font-size: 0;
	height: 6px;
	background: url(../images/bg_companyinfo.png) left bottom no-repeat;
}

.companyinfo .logo{
	height: 90px;
	line-height: 90px;
	text-align: center;
	padding: 0 0 3px 0;
	background: url(../images/hr_280.png) center bottom no-repeat;
}

.companyinfo .logo img{
	vertical-align: middle;
}

/* gallery */

.sidegallery{
	display: table;
	margin: 0 0 5px 0;
}

.sidegallery a.thumb{
	float: left;
	margin: 10px 4px 7px 13px;
	color: #c0c0c0;
}

.sidegallery a.thumb:hover{
	opacity: 0.8;
}

.sidegallery img{
	border: 1px solid #c0c0c0;
}

.sidegallery img:hover{
	border: 1px solid #d0d0d0;
}

/* icons */

.icon_small_yhteys{
	background: url(../images/icon_small_yhteys.png) left center no-repeat;
}

.icon_small_huuto {
	background: url(../images/icon_exclamation.png) left center no-repeat;
}
 
.icon_small_hevonen{
	background: url(../images/icon_small_hevonen.png) left center no-repeat;
}

.icon_small_raketti{
	background: url(../images/icon_small_raketti.png) left center no-repeat;
}

.icon_small_kuplat{
	background: url(../images/icon_small_kuplat.png) left center no-repeat;
}

.icon_small_yrityksille{
	background: url(../images/icon_small_yrityksille.png) left center no-repeat;
}

.icon_small_kyna{
	background: url(../images/icon_small_kyna.png) left center no-repeat;
}

.icon_small_kommentit{
	background: url(../images/icon_small_kommentit.png) left center no-repeat;
}

.icon_small_tag{
	background: url(../images/icon_small_tag.png) left center no-repeat;
}

.icon_small_bussi{
	background: url(../images/icon_small_bussi.png) left center no-repeat;
}

.icon_small_rekrytointi{
	background: url(../images/icon_small_rekrytointi.png) left center no-repeat;
}

.icon_small_muutos, .icon_small_muutostilanteet{
	background: url(../images/icon_small_muutos.png) left center no-repeat;
}

.icon_small_tulos, .icon_small_hr-tuloksentekijana{
	background: url(../images/icon_small_tulos.png) left center no-repeat;
}

.icon_small_avaintiedot{
	background: url(../images/icon_small_avaintiedot.png) left center no-repeat;
}

.icon_small_liikeidea{
	background: url(../images/icon_small_liikeidea.png) left center no-repeat;
}

.icon_small_yhteiskuntavastuu{
	background: url(../images/icon_small_yhteiskuntavastuu.png) left center no-repeat;
}

.icon_small_tyopaikkana, .icon_small_sc-tyopaikkana{
	background: url(../images/icon_small_tyopaikkana.png) left center no-repeat;
}

.icon_small_haemme, .icon_small_nyt-haemme{
	background: url(../images/icon_small_haemme.png) left center no-repeat;
}

.icon_small_tarina, .icon_small_scn-tarina{
	background: url(../images/icon_small_tarina.png) left center no-repeat;
}

.icon_small_uravalmennus{
	background: url(../images/icon_small_uravalmennus.png) left center no-repeat;
}

.icon_small_uutiset {
	background: url(../images/icon_small_uutiset.png) left center no-repeat;
}

.icon_bar_tyonhakijoille{
	background: url(../images/icon_bar_tyonhakijoille.png) right center no-repeat;
}

.icon_bar_yrityksille{
	background: url(../images/icon_bar_yrityksille.png) right center no-repeat;
}

.icon_bar_ajankohtaista{
	background: url(../images/icon_bar_ajankohtaista.png) right center no-repeat;
}

.icon_bar_galleria{
	background: url(../images/icon_bar_kamera.png) right center no-repeat;
}

.icon_bar_blogi{
	background: url(../images/icon_bar_blogi.png) right center no-repeat;
}

.icon_bar_saranen{
	background: url(../images/icon_bar_saranen.png) right center no-repeat;
}


.icon_extranet{
	background: url(../images/icon_extranet.png) left top no-repeat;
}

.icon_kamera{
	background: url(../images/icon_kamera.png) left top no-repeat;
}

.icon_ict{
	background: url(../images/icon_ict.png) left top no-repeat;
}

.icon_yrityksille{
	background: url(../images/icon_yrityksille.png) left top no-repeat;
}

.icon_rekrytointi{
	background: url(../images/icon_rekrytointi.png) left top no-repeat;
}

.icon_muutostilanteet{
	background: url(../images/icon_muutostilanteet.png) left top no-repeat;
}

.icon_hr_tuloksentekijana{
	background: url(../images/icon_hr_tuloksentekijana.png) left top no-repeat;
}

.icon_ajankohtaista{
	background: url(../images/icon_ajankohtaista.png) left top no-repeat;
}

.icon_avaintiedot{
	background: url(../images/icon_avaintiedot.png) left top no-repeat;
}

.icon_liikeidea{
	background: url(../images/icon_liikeidea.png) left top no-repeat;
}

.icon_yhteiskuntavastuu{
	background: url(../images/icon_yhteiskuntavastuu.png) left top no-repeat;
}

.icon_sc_tyopaikkana{
	background: url(../images/icon_sc_tyopaikkana.png) left top no-repeat;
}

.icon_nyt_haemme{
	background: url(../images/icon_nyt_haemme.png) left top no-repeat;
}

.icon_scn_tarina{
	background: url(../images/icon_scn_tarina.png) left top no-repeat;
}

.icon_saranen{
	background: url(../images/icon_saranen.png) left top no-repeat;
}

.icon_blogi{
	background: url(../images/icon_blogi.png) left top no-repeat;
}

.icon_tyontekija{
	background: url(../images/icon_tyontekija.png) left top no-repeat;
}

.icon_yhteystiedot{
	background: url(../images/icon_yhteystiedot.png) left top no-repeat;
}

.icon_uravalmennus{
	background: url(../images/icon_uravalmennus.png) left top no-repeat;
}

/* references */

.references_main{
	clear: left;
	width: 372px;
	height: 270px;
	margin: 0 0 0 -12px;
	padding: 4px;
	background: url(../images/bg_references_main.png) left top no-repeat;
}

.references_main .references_navi{
	float: left;
	display: block;
	margin: 0 3px 0 0;
	width: 298px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: url(../images/references_bar_main.png) 0px 0px no-repeat;
}

.references_main .references_spacer{
	clear: both;
	position: relative;
	width: 364px;
/*	height: 250px;*/
	overflow: hidden;
}

.references_main .references_page{
	float: left;
	width: 372px;
/*	height: 250px;*/
}

.references_page iframe {
	margin-bottom:20px;
	width:100%;
}

.references{
	clear: left;
	width: 282px;
	margin: 0 0 0 -2px;
	padding: 4px;
	background: url(../images/bg_references.png) left top no-repeat;
}

.references .references_navi{
	float: left;
	display: block;
	margin: 0 3px 0 0;
	width: 208px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: url(../images/references_bar.png) 0px 0px no-repeat;
}

.references .references_spacer{
	clear: both;
	position: relative;
	width: 274px;
	height: 250px;
	overflow: hidden;
}

.references .references_spacer_yrityksille{
	clear: both;
	position: relative;
	width: 274px;
	height: 300px;
	overflow: hidden;
}

.references .references_page{
	float: left;
	width: 274px;
}

.references .references_page img {
	max-width:64px;
	max-height:75px;
}

.references_page div.references_logo img {
	max-height:none;
	max-width:90%;
}

.references_page p {
	margin:0;
	padding:0;
}

.references_pages{
	position: absolute;
	clear: both;
	width: 9999px;
}

.references_pages a{
	font-weight: bold;
}

.references_top{
	height: 76px;
	padding: 20px 5px 15px 20px;
	margin: 0 0 5px 0;
	background: url(../images/hr_280.png) center bottom no-repeat;
}

.references_top img{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #cccccc;
}

.references_prev{
	float: left;
	display: block;
	margin: 0 3px 0 0;
	width: 30px;
	height: 30px;
	background: url(../images/references_nextprev.png) -30px 0px no-repeat;
}

.references_prev:hover{
	background-position: -30px -30px;
}

.references_next{
	float: left;
	display: block;
	margin: 0;
	width: 30px;
	height: 30px;
	background: url(../images/references_nextprev.png) 0px 0px no-repeat;
}

.references_next:hover{
	background-position: 0px -30px;
}

.references_text{
	padding: 0 20px;
}

.references_text .right{
	font-style: italic;
	margin: 6px 0 0 0;
	text-align: right;
}

.references_navi a{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 9px 2px 0 2px;
	background: url(../images/references_navi.png) 0px 0px no-repeat;
}

.references_navi a.active{
	background: url(../images/references_navi.png) 0px -13px no-repeat;
}

.references_logo{
	text-align: center;
	line-height: 90px;
	height: 90px;
	padding: 0 0 2px 0;
	margin: 0 0 13px 0;
	background: url(../images/hr_280.png) center bottom no-repeat;
}

.references_logo img{
	vertical-align: middle;
}

/* asdf */

a.box{
	float: left;
	width: 128px;
	height: 90px;
	margin: 0 3px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	background: url(../images/bg_main_box.png) 0px 0px no-repeat;
}

a.box.last{
	margin: 0;
}

a.box:hover{
	text-decoration: none;
	background-position: 0px -90px;
}

a.box span{
	display: block;
	height: 54px;
	margin: 10px 0 0 0;
}

a.box .box_rekrytointi{
	background: url(../images/icon_small_rekrytointi.png) center center no-repeat;
}

a.box .box_muutos{
	background: url(../images/icon_small_muutos.png) center center no-repeat;
}

a.box .box_tulos{
	background: url(../images/icon_small_tulos.png) center center no-repeat;
}

/* bars & more buttons */

.bar_green_main{
	height: 47px;
	margin: 0 0 3px 0;
	background: url(../images/bar_green_main.png) left top no-repeat;
}

.bar_green{
	height: 47px;
	margin: 0 0 3px 0;
	background: url(../images/bar_green.png) left top no-repeat;
}

.bar_red_main{
	height: 47px;
	margin: 0 0 3px 0;
	background: url(../images/bar_red_main.png) left top no-repeat;
}

.bar_red{
	height: 47px;
	margin: 0 0 3px 0;
	background: url(../images/bar_red.png) left top no-repeat;
}

.bar_green_main h3, .bar_green h3{
	margin: 0 15px 0 20px;
	font-size: 24px;
	line-height: 47px;
	text-transform: uppercase;
	color: #376a60;
	text-shadow: 0 1px 0px #aaeebb;
}

.bar_red h3 a, .bar_red_main h3 a {
	display:block;
	color: #571414;
}
.bar_green_main h3 a, .bar_green h3 a {
	display:block;
	color: #376a60;
}
.bar_red h3 a:hover, .bar_red_main h3 a:hover, .bar_green_main h3 a:hover, .bar_green h3 a:hover {
	text-decoration:none;
}

.bar_green_main h3{
	float: left;
}

.bar_red_main h3, .bar_red h3{
	margin: 0 15px 0 20px;
	font-size: 24px;
	line-height: 47px;
	text-transform: uppercase;
	color: #571414;
	text-shadow: 0 1px 0 #dd3333;
}

.bar_gray_arrow{
	font-size: 22px;
	line-height: 50px;
	color: #888888;
	text-shadow: 0 1px 0px #ffffff;
	
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 0 3px 0;
	padding: 0 10px 0 0;
	background: url(../images/bar_gray_arrow.png) left top no-repeat;
}

.bar_gray_arrow:hover{
	text-decoration: none;
}

.bar_gray_arrow:hover{
	background-position: 0px -50px;
}

.bar_gray_arrow span{
	display: block;
	margin: 0 0 4px 6px;
	padding: 0 0 0 36px;
}




/*
.bar_gray{
	height: 47px;
	line-height: 47px;
	margin: 0 0 3px 0;
	padding: 0 10px 0 0;
	background: url(../images/bar_gray.png) left top no-repeat;
}

.bar_gray h3{
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 35px;
	font-size: 18px;
	line-height: 47px;
	color: #888888;
	text-shadow: 0 1px 0 #ffffff;
}

.bar_gray a{
	margin: 15px 0 0 0 !important;
}
*/
 
a.more_green{
	display: block;
	float: right;
	height: 18px;
	line-height: 18px;
	width: 54px;
	margin: 14px 12px 0 0;
	padding: 0 0 0 13px;
	font-size: 12px;
	color: #ffffff;
	background: url(../images/more_buttons.png) 0px 0px no-repeat;
	text-shadow: 0 1px 1px #206050;
}

a.more_green:hover{
	text-decoration: none;
	background-position: 0px -20px;
}

a.more_red{
	display: block;
	float: right;
	height: 18px;
	line-height: 18px;
	width: 54px;
	margin: 8px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 12px;
	color: #ffffff;
	background: url(../images/more_buttons.png) -80px 0px no-repeat;
	text-shadow: 0 1px 1px #206050;
}

a.more_red:hover{
	text-decoration: none;
	background-position: -80px -20px;
}


	/* FOOTER */

#footer{
	clear: both;
	float:left;
	margin: -20px 0 0 0;
	padding: 80px 0 20px 0;
	width: 100%;
	min-width: 960px;
	background: #8dcbbe url(../images/bg_footer.png) center top repeat-x;
}

#footer .column{
	float: left;
	margin: 0 0 0 20px;
	width: 168px;
}

#footer h3{
	margin: 0;
}

#footer h3 a{
	letter-spacing: 0.03em;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #376a60;
	text-shadow: 0 1px 0 #b8ddd0;
}

#footer ul{
	list-style-position: inside;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 11px;
	background: url(../images/li_footer.png) 2px 6px no-repeat;
}

#footer li a{
	letter-spacing: 0.03em;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 0 1px 0 #309080;
}

#footer .share{
	width: 160px;
	height: 41px;
	padding: 0 0 0 8px;
	line-height: 41px;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #376a60;
	text-shadow: 0 1px 0 #b8ddd0;
	background: url(../images/bg_footer_jaa.png) left top no-repeat;
}

#footer .share a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
	width: 21px;
	height: 21px;
	background: url(../images/share_sprite.png) no-repeat;
}

#footer .share a.facebook{
	background-position: 0px 0px;
}

#footer .share a.twitter{
	background-position: -25px 0px;
}

#footer .share a.linkedin{
	background-position: -50px 0px;
}

#footer .share a.mail{
	background-position: -75px 0px;
}

#footer .share a.facebook:hover{
	background-position: 0px -25px;
}

#footer .share a.twitter:hover{
	background-position: -25px -25px;
}

#footer .share a.linkedin:hover{
	background-position: -50px -25px;
}

#footer .share a.mail:hover{
	background-position: -75px -25px;
}

#share{
	display: none;
	position: absolute;
	left: 577px;
	top: -10px;
	width: 363px;
	height: 174px;
	padding: 10px;
	background: #ffffff url(../images/bg_share.png) 0px 0px no-repeat;
}


#share b{
	display: block;
	margin: 0 0 10px 0;
}

#share .left, #share .right{
	float: left;
	vertical-align: top;
	width: 180px;
}

#share label{
	font-size: 12px;
	color: #666666;
	height: 18px;
	display: block;
}

#share input[type=text], #share textarea{
	width: 166px;
	border: 1px solid #cccccc;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #696969;
	padding: 2px;
	margin: 0 0 14px 0;
}

#share input[type=text]:focus, #share textarea:focus{
	border: 1px solid #666666;
}

#share textarea{
	height: 67px;
}

#share input[type=submit]{
	clear: both;
	border: 0;
	display: block;
	width: 87px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: url(../images/share_button.png) 0px 0px no-repeat;
	cursor: pointer;
}

#share input[type=submit]:hover{
	color: #666666;
	background-position: 0px -30px;
}

#share .close{
	position: absolute;
	right: 10px;
	top: 10px;
}


#bottom{
	clear: both;
	min-width: 960px;
	background: #333333 url(../images/bg_footer_bottom.png) left top repeat-x;
	height: 43px;
	letter-spacing: 0.03em;
	line-height: 43px;
	font-size: 12px;
	color: #dddddd;
}

#bottom a{
	text-decoration: underline;
	color: #dddddd;
}

#bottom a:hover{
	text-decoration: none;
	color: #f5f5f5;
}

#bottom .left{
	float: left;
	padding: 0 0 0 20px;
}

#bottom .right{
	float: right;
	padding: 0 20px 0 0;
}

div.big_image p {
	margin:0;
}
div.comment_wrapper ul li {
	background:none;
	margin:0;
	padding:0;
}


	ul.subnavi {margin:0;padding:0;}
	ul.subnavi li {background:#fff url("../images/bar_gray_arrow.png") left top no-repeat;
padding:0;
margin:0 0 3px;}

	ul.subnavi li:hover{
	background-position: 0px -50px;
}

	ul.subnavi li.active {
	background-position: 0px -100px;
}

	ul.subnavi li.active.nosub {
	background-position: 0px -150px;
}


	ul.subnavi li a {
color:#888888;
display:block;
font-size:22px;
height:50px;
line-height:50px;
padding:0 10px 0 42px;
background-position: 6px center;
text-shadow:0 1px 0 #fff;}

	ul.subnavi li a:hover {color:#aaa;text-decoration:none;}
	ul.subnavi li.active a {color:#606060;}

	ul.subnavi li.active ul {
	background:url("../images/bg_subnavi_ul.png") left bottom no-repeat;
	padding-bottom:10px;
	}

	ul.subnavi li.active ul li {background:transparent;padding:0;margin:0 0 4px;}
	ul.subnavi li.active ul li a {color:#88201f;
		display:block;height:auto;line-height:18px;
		font-size:14px;font-weight:bold;
		padding:0 10px 0 53px;background:transparent;
		text-shadow:0 1px 0 #fff;position:relative;}

	ul.subnavi li.active ul li a:hover span.title {
		text-decoration:underline;
	}
	ul.subnavi li.active ul li a.active {
		color:#606060;
	}
	ul.subnavi li.active ul ul {
	background:none;
	padding:10px 0 4px 20px;
	}

	ul.subnavi li.active ul ul li a {font-weight:normal;}

	ul.subnavi li.active a span.bullet {
		position:absolute;
		left:42px;
		text-decoration:none;
	}
	ul.subnavi li.active a:hover span.bullet {
		text-decoration:none;
	}


/* Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	background: transparent;
	color: #ffffff;
}
#lightbox-container-image-data-box {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.gallery_wrapper ul li {
	float:left;
	list-style:none;
	background:none;
}

.gallery_wrapper ul li a{
	float: left;
	margin: 10px 4px 7px 13px;
	color: #c0c0c0;
}

.gallery_wrapper ul li a:hover{
	opacity: 0.8;
}

.gallery_wrapper ul li img{
	border: 1px solid #c0c0c0;
}

.gallery_wrapper ul li img:hover{
	border: 1px solid #d0d0d0;
}

.gray480_top.programBox {
	margin-top:20px;
	cursor:pointer;
}
.gray480_bottom.programBox {
	margin-top:-7px;
	cursor:pointer;
	background-image:url(../images/columns_sprite_transparent.png);
}
.gray480.programBox {
	min-height:0;
	cursor:pointer;
}
.gray480.programBox .title {
	position:relative;
	height:31px;
	background:none;
}
.gray480.programBox a.toggleArrow {
	position:absolute;
	top:2px;
	right:4px;
	height:30px;
	width:30px;
	background:url(../images/gray_arrows.png) no-repeat top left;
}
.gray480.programBox.open a.toggleArrow {
	background:url(../images/gray_arrows.png) no-repeat bottom left;
}
.gray480.programBox .contents {
	display:none;
	background:url("../images/hr_shadow.png") no-repeat center 10px;
	padding-top:15px;
	cursor:default;
}

#nav {
	text-align:center;
}
#nav a {
	display:inline-block;
	padding:5px;
}

.gallery_wrapper {
	overflow:auto;
}

#cvPopup {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:300px;
	height:70px;
	padding:15px;
	margin:-51px 0 0 -151px;
	background:#fff;
	border:1px solid #e5e5e5;
	-moz-border-radius:3px;
	z-index:99;
}

.content ul.pager {
	position:relative;
	text-align:center;
	background: url("../images/hr.png") no-repeat bottom center;
	margin:20px 0;
	padding:0 0 30px;
}
.pager li {
	display:inline-block;
	background:none;
	padding:0;
	margin:0 5px;
}
.pager li a {
	
}
.pager li a.act {
	font-weight:bold;
}
.pager li.prev, .pager li.next {
	position:absolute;
	top:0;
}
.pager li.prev {
	left:0;
}
.pager li.next {
	right:0;
}

#kirjaudu-form{
	margin: 10px 0 6px 0;
}

#kirjaudu-form h4 {
	padding-left:0;
}

#kirjaudu-form label{
	float: left;
	display: block;
	color: #333;
	width: 224px;
	margin: 10px 0 0 0;
}

#kirjaudu-form input[type=text], #kirjaudu-form input[type=password]{
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	border: 1px solid #cccccc;
	margin: 0 4px 4px 0;
}

#kirjaudu-form input[type=text], #kirjaudu-form input[type=password] {
	height: 18px;
	padding: 4px;
	width: 206px;
}

#kirjaudu-form input[type=text]:focus, #kirjaudu-form input[type=password]:focus{
	border: 1px solid #666666;;
}

#kirjaudu-form input[type=submit]{
	display: inline-block;
	width: 140px;
	height: 30px;
	margin: 10px 10px 5px 0;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border:none;
	float:right;
	background: url(../images/hae_button.png) 0px 0px no-repeat;
	text-shadow: 0 1px 1px #500000;
}

#kirjaudu-form input[type=submit]:hover{
	text-decoration: none;
	background-position: 0px -30px;
}


/*#kirjaudu-form input[type=submit]{
	border: 0;
	display: block;
	width: 160px;
	margin: 10px 0 0 0;
	padding: 0 0 0 40px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: url(../images/comment_button.png) 0px 0px no-repeat;
	cursor: pointer;
}

#kirjaudu-form input[type=submit]:hover{
	color: #666666;
	background-position: 0px -30px;
}
*/
