@import url("editor.css");
@import url("services.css");
@import url("news_syndicate.css");
@import url("blog.css");

body {
	background: transparent url("../gfx/body.jpg") repeat-x;
	background-color: #aec262;
}

/* WRAPPER */
#wrapper {
	width: 760px;
	margin: 0px auto;
	position: relative;
	background-color: white;
	border: solid 4px #ebedec;
	overflow: hidden;
}
/* HEADER */
#header {
	height: 150px;
	/*overflow: hidden;*/
	position: relative;
}
#header #logo{
	position: absolute;
	left: 0;
	top: 0;
}
#header #links{
	position: absolute;
	background-color: #ebedec;
	right: 0;
	top: 0;
	padding: 7px;
	color: #807574;
}#header #links a{
	color: #807574;
	padding: 0 10px;
	text-decoration: none;
}
#header #links a:hover{color: #4ca42f;}
#header #links a.active_lang{
	color: #c2c2c2;
}

#header #navigation{
	position: absolute;
	bottom: 0;
	left: 25px;
	height: 58px;
	font-weight: bold;
}
/* level_1 kuvilla Valikon pitäsi toimia myös ilman kuvia jos tämän ja kiinteän osan poistaa pohjasta*/
#header #navigation .images{
	height: 27px;
	margin: 0;
}
#header #navigation .images .image_link{
	padding: 0;
}
#header #navigation ul.images{
	background-image: none;
}
#header #navigation ul.images ul{
	display: block;
	margin-top: 28px;
}
#header #navigation .images a em{
	float: left;
	line-height: 150px;
	overflow: hidden;
}
#header #navigation .images a.image_1 em{
	background: url(../gfx/navi_image_1.gif) no-repeat;
	height: 23px;
	width: 60px;
	display: block;
}
#header #navigation .images a.image_1 em:hover, #header #navigation .images a.image_1 em.active_image{
	background: url(../gfx/navi_image_1_hover.gif) no-repeat;
	height: 23px;
	width: 60px;
	display: block;
}

#header #navigation .images a.image_2 em{
	background: url(../gfx/navi_image_2.gif) no-repeat;
	height: 23px;
	width: 89px;
	display: block;
}
#header #navigation .images a.image_2 em:hover, #header #navigation .images a.image_2 em.active_image{
	background: url(../gfx/navi_image_2_hover.gif) no-repeat;
	height: 23px;
	width: 89px;
	display: block;
}
#header #navigation .images a.image_3 em{
	background: url(../gfx/navi_image_3.gif) no-repeat;
	height: 23px;
	width: 171px;
	display: block;
}
#header #navigation .images a.image_3 em:hover, #header #navigation .images a.image_3 em.active_image{
	background: url(../gfx/navi_image_3_hover.gif) no-repeat;
	height: 23px;
	width: 171px;
	display: block;
}
#header #navigation .images a.image_4 em{
	background: url(../gfx/navi_image_4.gif) no-repeat;
	height: 23px;
	width: 179px;
	display: block;
}
#header #navigation .images a.image_4 em:hover, #header #navigation .images a.image_4 em.active_image{
	background: url(../gfx/navi_image_4_hover.gif) no-repeat;
	height: 23px;
	width: 179px;
	display: block;
}
#header #navigation .images a.image_5 em{
	background: url(../gfx/navi_image_5.gif) no-repeat;
	height: 23px;
	width: 117px;
	display: block;
}
#header #navigation .images a.image_5 em:hover, #header #navigation .images a.image_5 em.active_image{
	background: url(../gfx/navi_image_5_hover.gif) no-repeat;
	height: 23px;
	width: 117px;
	display: block;
}


/*level_1*/
#header #navigation ul{
	background: url(../gfx/navi_bottom.gif) no-repeat;
	background-position: 0 25px;
	height: 27px;
	margin: 0;	
	width: 700px;
}
#header #navigation ul li{
	float: left;
	list-style: none;
	margin: 0;
}
#header #navigation ul li a{
	color: #432e2e;
	font-size: 13px;
	padding: 0 12px;
	margin: 6px 0;
	text-decoration: none;
	display: block;
	background: url(../gfx/navi_left.gif) no-repeat right;
}
#header #navigation ul li.last{
	/*background: url(../gfx/navi_end.gif) no-repeat;*/
	background-position: right 25px;
}
#header #navigation ul li a.last{
	background-image: none;
}
#header #navigation ul li a:hover{}
#header #navigation ul li a.active{color: #4ca42f;}
/*level_2*/

#header #navigation ul ul{
	position: absolute;
	left: 0;
	background: url(../gfx/navi_bottom.gif) no-repeat;
	background-position: 0 25px;
	height: 30px;
}
#header #navigation ul ul li{

}
#header #navigation ul ul li a{
}
#header #navigation ul ul li a.last{
	background-image: none;
}
#header #navigation ul ul li a:hover{}
#header #navigation ul ul li a.active{
}
/* MAIN */
#main {
	overflow: hidden;
	zoom: 1;
}

/* SIDEBAR */
#sidebar {
	width: 150px;
	padding: 15px;
	float: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}

/* CONTENT */
#content {

}
#content_left{
	width: 525px;
	float: left;
        overflow: hidden;
}
#content_right{
	width: 153px;
	padding: 16px;
        overflow: hidden;
	margin-left: 25px;
	float: left;
	background: url(../gfx/right_content.gif) no-repeat;
}
/* ETUSIVU:TPL */
#front_image{
	border-top: solid 5px #ebedec;
	border-bottom: solid 5px #ebedec;
	height: 207px;
	background: url(../gfx/etusivu_esim.jpg) no-repeat;
}
#front_content{
	margin: 25px 0;
}
#front_content #content_left .row{
	padding-top: 0;
}
/* KOOSTE.tpl */
.row {
	width: 500px;
	padding: 25px 0 25px 25px;
	position: relative;
}
#tabs{
	background-color: #ebedec;
	padding: 5px 0 5px 25px;
}

/* välilehdet */
#slide_1{display: block;} 
#slide_2{display: none;}
#slide_3{display: none;}
#slide_4{display: none;}
.slider_num{
	
}
#edit_titles{
	background-color: white;
	border: solid 1px;
	padding: 3px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: 99;
} #edit_titles div{float: left; padding: 0 2px;}


.button{
	background: url(../gfx/button_left_yellow.gif) no-repeat right;
	padding: 4px 0 5px 0;
	margin-left: 15px;
	display: block;
	float: left;
	text-decoration: none;
}
.button .button_in{
	background: url(../gfx/button_right_yellow.gif) no-repeat left;
	padding: 5px 10px 6px 25px;
	font-weight: bold;
	color: white;
}	
.b_red{
	background: url(../gfx/b_red.gif) no-repeat right;
}.b_red .button_in{	background: url(../gfx/b_red_left.gif) no-repeat left;}

.b_blue{
	background: url(../gfx/b_blue.gif) no-repeat right;
}.b_blue .button_in{	background: url(../gfx/b_blue_left.gif) no-repeat left;}

.b_green{
	background: url(../gfx/b_green.gif) no-repeat right;
}.b_green .button_in{	background: url(../gfx/b_green_left.gif) no-repeat left;}

.button .button_out{
	background: url(../gfx/button_right_yellow_hover.gif) no-repeat left;
	padding: 5px 10px 6px 25px;
	font-weight: bold;
	color: white;
}	
.b_red{
	background: url(../gfx/b_red.gif) no-repeat right;
}.b_red .button_out{	background: url(../gfx/b_red_left_hover.gif) no-repeat left;}

.b_blue{
	background: url(../gfx/b_blue.gif) no-repeat right;
}.b_blue .button_out{	background: url(../gfx/b_blue_left_hover.gif) no-repeat left;}

.b_green{
	background: url(../gfx/b_green.gif) no-repeat right;
}.b_green .button_out{	background: url(../gfx/b_green_left_hover.gif) no-repeat left;}

.slider.open{
	display: block!important;
}

.slider.close{
	display: none!important;
}

/* pudotus ikkunat */
.slider{
	
}
.slider{
	margin: 0;
	width: 499px;
}
ul.slider li.slider_item, ul.slider li{
	list-style: none;
	margin: 0;
	position: relative;
}
ul.slider li.slider_item .easysetup{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	z-index: 99;
}
.slider .slide_title{
	cursor: pointer;
	background: url(../gfx/slider_title.gif) no-repeat;
	padding: 4px 6px 3px 6px;
	margin: 0;
	position: relative;
	height: 20px;
	font-size: 20px;
	text-transform: uppercase;
}	.slider .slide_title div{display: inline;}
	.slider .slide_title .htmldata_controls{position: absolute; top:4px; left: -20px;}
.slider .slide_title	.slide_title_ext{
	height: 15px;
	width: 150px;
	font-size: 11px;
	line-height: 20px;
	color: #432e2e;
	position: relative;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform: none;
} .slider .slide_title .slide_title_ext .htmldata_controls{position: absolute; top:-2px; left:auto; right: -20px; display: block;}
.slider .slide_title .slide_title_icon{
	height: 15px;
	width: 25px;
	position: absolute;
	right: 5px;
	top:7px;
}
.slider .slide_title .slide_title_icon.piano{background: url(../gfx/mark_piano.gif) no-repeat right;}
.slider .slide_title .slide_title_icon.info{background: url(../gfx/mark_info.gif) no-repeat right;}
.slider .slide_title .slide_title_icon.info_piano{background: url(../gfx/mark_info_piano.gif) no-repeat right;}


.slider .slider_content{
	padding: 8px 5px;
	border-left: solid 1px #dbe9a5;
	border-right: solid 1px #dbe9a5;
	background: url(../gfx/slider_bottom.gif) no-repeat bottom;
}
.slider .open{
	display: block;
}
.slider .close{
	display: none;
}

/* FOOTER */
#footer {
	clear: both;
	height: 29px;
	background-color: #ebedec;
	position: relative;
}
#footen_content{
	position: absolute;
	top: 9px;
	left: 15px;
	color:#807574;
}
#footen_content a{
	color:#807574;
	text-decoration: none;
}
#footen_content a:hover{
	color: #4ca42f;
}
#footen_content .htmldata_controls{
	position: absolute;
	top: -1px;
	left: 0px;
}
#bottom_links{
	position: absolute;
	right: 10px;
	top:7px;
}
#bottom_links li{
	list-style: none;
	float: left;
	padding: 2px 10px 2px 6px;
}
#bottom_links li a{
	color:#807574;
	text-decoration: none;
	padding-left: 18px;
}
#bottom_links li a:hover{
	color: #4ca42f;
}
	#bottom_links .search{
		background: url(../gfx/bottom_search.gif) left no-repeat;	
	}
	#bottom_links li.l1 a:hover{
		background: url(../gfx/bottom_search_hover.gif) left no-repeat;	
	}
	
	#bottom_links .contact{
		background: url(../gfx/bottom_mail.gif) left no-repeat;	
	}
	#bottom_links li.l2 a:hover{
		background: url(../gfx/bottom_mail_hover.gif) left no-repeat;	
	}
	
	
	
	#bottom_links .print{
		background: url(../gfx/bottom_print.gif) left no-repeat;	
	}
	#bottom_links li.l3 a:hover{
		background: url(../gfx/bottom_print_hover.gif) left no-repeat;	
	}
	
/* EMEDIA SIGNATURE */
#signature {
	width: 770px;
	margin: 5px auto;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}

.ext{
	clear: both;
}
/* Yleiset luokat */
.left_lines{
	background: url(../gfx/navi_left_grey.gif) right no-repeat;
}





