@import url("editor.css");
@import url("site_home.css");
@import url("services.css");
@import url("service_puhdasvesijarvi.css");

body {
	background: url(../gfx/bg.png) !important;
	background-repeat:repeat-x !important;
	background-color: #334c82 !important;
}

.edit {margin-top:0 !important;}

/* WRAPPER */
#out_wrapper{	
	width: 100%;
	background-color:#fff;
	margin:0 auto;
	
	}


#top_wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: url(../gfx/wrapper_bg.png) no-repeat!important;
	background-repeat:no-repeat;!important;
	background-position:top left;
	
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}

/* HEADER */
#header {
	height: 130px;
	overflow: hidden;
	position: relative;
}
        #lang{
           bottom: 51px;
           font-weight: bold;
           position: absolute;
           right: 18px;
           text-decoration: none;
        }
	#logo{
		background: transparent url(../gfx/logo.png);		
		height: 73px;
		width: 353px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#search_embed{
		position:absolute;
		right:4px;
		top:7px;
		width:214px;
	}
	#search_embed .submit_button{
		border:none;
		height:30px;
		position:absolute;
		right:22px;
		top:0;
		width:20px;
		cursor: pointer;
		background-color: transparent;
	}
	#search_embed .searchstring{
		position: absolute;
		top: 15px;
		left: 20px;
		width: 120px;
		border: none;
		background-color: transparent;
	}
	

	/* LISÄVALIKKO */
	#exra_menu{
		position: absolute;
		top: 8px;
		right: 15px;
		background: transparent url(../gfx/green_navi_bg.png) no-repeat;
      	font-size: 14px;
		height: 50px;
		width: 570px;
		padding-top: 6px;
		
	}
	#exra_menu ul{
		margin: 0;
		padding-left: 5px;
	}
	#exra_menu ul li{
		list-style: none;
		float: left;
	}
	#exra_menu ul li a{
		text-decoration: none;
		color: white;
		padding: 8px 9px;
		display: block;
	}
	/* HORIZONTAL MENU*/
	#horizontal_navigation{
		position: absolute;
		bottom: 0;
		left: 13px;
		width: 100%;
		height: 50px;
		
	}
	#horizontal_navigation ul{
		margin: 0;
		padding-top:6px;
	}
	
	*html 	#horizontal_navigation {
		margin: 0;
	top:80px;
	}
	#horizontal_navigation ul li{
		list-style: none;
		float: left;
		margin: 1px;
		padding: 0;
	}
	#horizontal_navigation ul li a{
		text-decoration: none;
		color: #0e71b4;
		display: block;
		padding: 13px 18px 0px;
		font-family: Georgia, "Times New Roman"!important;
		font-size: 12pt;
	}
	#horizontal_navigation ul li a:hover{
		color: #70aed5;		
	}
	#horizontal_navigation ul li.active{	
		background: transparent url("../gfx/horiz_active_right.png") no-repeat top right;
		height: 50px;
		padding-right: 10px;
		}
	#horizontal_navigation ul li a.active{	
	   background: transparent url("../gfx/horiz_active_left.png") no-repeat top left;
		color: white;
		height: 50px;
		padding-right: 10px;
	
	}
	
	*html #horizontal_navigation ul li.active{	
		background: transparent url("../gfx/horiz_active_right.png") no-repeat top right;
		height: 50px;
		padding-right: 10px;
		width:60px;
		}
	*html #horizontal_navigation ul li a.active{	
	   background: transparent url("../gfx/horiz_active_left.png") no-repeat top left;
		color: white;
		height: 50px;
		padding-right: 10px;
	width:60px;
	}
	

	
/* MAIN */
#main {
	
	overflow: hidden;
	zoom: 1;
	margin-left:15px;

}


/************************************************ INNERTEMPLATERS ************************************************/
/*                                                  default.tpl                                                  */
/* SIDEBAR */
#sidebar {
	width: 325px;
	padding: 0;
	float: left;
	height:auto;
		
	/*padding-bottom: 1001em;
	margin-bottom: -1000em;*/
	overflow: hidden;
	padding-bottom: 35px;
	
}
	/* VERTICAL NAVIGATION */
	#vertical_navigation_bot {
		height: 40px;
		background: transparent url(../gfx/vertical_navi_bg_bot.jpg) no-repeat bottom left;
		width: 305px;
		top:32px;
		margin:0;		}
	
	#vertical_navigation {
		position:relative;
		top:30px;
	    left: 0px;
		background: transparent url(../gfx/vertical_navi_bg_top.jpg) no-repeat left top;
		width: 325px;
	}
	#vertical_navigation ul {
	    padding: 0;
		padding-left:30px;
		padding-top: 40px;
	    margin: 0;
	
		
		
	}
	#vertical_navigation ul li {
	    padding: 0px;
	    margin: 0;
		 list-style: none;
		 	
	}
	#vertical_navigation ul li a {
 	   height: auto;
		display: block;
		width: 190px;
		border-bottom: dotted 1px #ccc;
		text-decoration: none;
		font-family: Georgia, "Times New Roman"!important;
		padding:10px;
	}
	#vertical_navigation ul li a.active {
		
	}
	#vertical_navigation ul li a:hover {
		
	}
	/*L2*/
	#vertical_navigation ul ul {
	    margin: 0;
	    padding: 0;
		
	}
	#vertical_navigation ul ul li {

	}
	#vertical_navigation ul ul li a {
 	   height: auto;
		width: 180px;
		background-image: none;
		font-family: Georgia, "Times New Roman"!important;
		padding:10px 10px 10px 2em;
	}
	#vertical_navigation ul ul li a.active {
		background-image: none;
		
	}
	#vertical_navigation ul ul li a:hover {
		background-image: none;
		}
	/*L3*/
  #vertical_navigation ul ul ul{
	    padding: 0 0 0 0;
		 border-right: none;
	}
	#vertical_navigation ul ul ul li.last {
	}
	#vertical_navigation ul ul ul li a{
		height: auto;
		width: 155px;
		background-image: none;
		font-family: Georgia, "Times New Roman"!important;
		padding:10px 10px 10px 4em;
	}
	#vertical_navigation ul ul ul{
		
	}
	
	#face_like{
		padding-left: 25px;
		padding-top: 45px;
		padding-bottom: 25px;
	}
	
/* CONTENT */
#content {
	float:left;
	width: 650px;
	padding-bottom: 70px;
	padding-top: 5px;
	
}

#left_column {
float:left;
	width: 290px;
padding-right:30px;
	
}

#right_column {
float:left;
	width: 290px;


	
}


	#route {
		clear: both;
		background: transparent url("../gfx/demo_route_background.png") no-repeat;
		width: 600px;
		padding: 10px 15px 0 15px;
		font-size: 10px;
	}
	#route #Rleft{
		float: left;
	}
	#route #Rright{
		float: right;
	}
	#data{
		padding: 15px;
	}
	#print_button{
		background: transparent url("../gfx/demo_print.gif") no-repeat;
		padding-left: 25px;
		margin: 5px 15px;
	}
	

/************************************************** FOOTER *****************************************************/
#out_wrapper_bottom{
	
	background-color:#334c82;
	bottom:0;}

#wrapper_bottom{
	margin: 0 auto;
	width:1000px;
	
}

#footer {
	height:auto;
	overflow:hidden;
	padding:12px 0;
	position:relative;
	text-align:center;
	background-color: #334c82;
	color:#FFF;
}#footer .htmldata_controls {position: absolute;top: 12px;right: 5px;}

/* EMEDIA SIGNATURE */
#signature {
	float: right;
	margin-top: 2px;
}
#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;
}

/* slide show 1*/
		
	#top_slider {
		height: 335px;
		margin:0;
		padding:0;

			}
		
		
			/* show itmes*/
			#slide_show1{
				
				width: 1000px;
				height: 300px;
				overflow: hidden;			
				z-index: 90;
				margin-top:0px;
				
			}
					
			
				#slide1{
					position:absolute;
					bottom: 7px;
					padding-top: 4px;
					width: 1000px;
					right:0px;
					height: 300px;
					overflow: hidden;
					background-color: transparent!important;
							
				}
				
				.slide1 {
					height:283px;
					width: 559px;
					margin-left: 385px;
					padding-top:13px;
					}
				
			
				
								
				#text1{
					position:absolute;
					bottom:7px;
					top: 10px;
					width:460px;
					left:5px;
					height: 300px;
					overflow: hidden;
					background-image:url("../gfx/text_slide_bg.png");
					background-repeat:no-repeat;
					background-color:none;
					}
				.text1 {
					color:#fff;
					padding:25px 15px 15px 60px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-weight:bold;
					font-size: 13px;
					width:280px;
					}	
					
					.text1 h1 {
						padding:0;
					color:#fff;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
					font-size: 35px;
								}		
				
							
				#slide1 .htmldata_controls {position: absolute;left: 55px; bottom: 15px; z-index:500;}
				#text1 .htmldata_controls {position: absolute;left: 15px; bottom: 20px;}
                                .show_index1{
					position: absolute;top: 0; left: 0;
					padding: 2px;
					border: solid 1px;
					z-index: 95;
				}
			/*end*/	
			
			/* next & prev buttons */
			#next1{
				background-image:url("../gfx/next_arrow1.png");
				background-repeat:no-repeat;
				position: absolute; right:0px; top:246px;
				cursor: pointer;
				height: 82px;
				width: 72px;
				z-index: 100;
				background-color:transparent;
			}
			#prev1{
				background-image:url("../gfx/prev_arrow1.png");
				background-repeat:no-repeat;
				position: absolute; left:0px; top: 260px;
				cursor: pointer;
				height: 55px;
				width: 55px;
				z-index: 100;
				background-color:transparent;}
			/*end*/
			
			/* Navigation links */
			#nav1{
				position: absolute;
				left: 40%;
				bottom: 0;
				z-index: 100;
			}
				#nav1 a{
					padding: 5px;
					margin-right: 1px;
					display: block;
					float: left;
				}
				#nav1 a.activeSlide{
				
				}
			/*end*/
			
			/* easysetup panel */
			#show_sets1{
				position: absolute;
				bottom: 0;
				right: 0;
				padding: 5px;
				margin: 5px;
				display: inline;
				z-index: 100;
				border: solid 1px #333333;
			}
			/*end*/
			
/*Lake */
#vuosiluvut ul {
	padding-top:55px;}
#vuosiluvut li a {
padding-bottom:0 !important;
padding-top:0 !important;
}
				

