@import url("editor.css");
@import url("services.css");

html {
   height:100%;
   overflow:scroll;
   padding:0px;
   margin: 0;
}
body {
	background-color: White;
}
#body_in{
   
   background-color: #E5E3E3;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

/* WRAPPER */
#wrapper {
	width: 956px;
   height: 100%;
	margin: 0px auto;
   background: transparent url("../gfx/back.gif") repeat-y;
   background-color: White;
}
#wrapper_in {
   background: transparent url("../gfx/back.gif") repeat-y;
   background-color: White;
   position:relative;
}
   #header{
   background: transparent url(../gfx/wrapper.gif) no-repeat;
   width: 950px;
   margin: 0px 0px 0px 3px;
   padding: 0px;
   }
   #header img{
     border: none;
   }
/* MAIN */
#main {
	overflow: hidden;
	zoom: 1;
   width: 705px;
   margin: 0;
}

/* SIDEBAR */
#sidebar {
	width: 200px;
	padding: 15px 0px 0px 0px;
	float: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}

/* NAVIGATION */
#sidebar #navigation,#sidebar #left_box{
    margin: 0 0 2em 1em;
}
#left_box{
    height: 300px;
}
#sidebar ul {
    padding: 0;
    margin: 0;
}
#sidebar ul ul {
    padding: 0;
    margin: 0 0 0 0.5em;
}
#sidebar ul li {
    padding: 0 0 5px 20px;
    margin: 0;
    list-style: none;
    background: transparent url("../gfx/copy.gif") no-repeat;
}
#sidebar ul ul li {
    padding: 0 0 0 0px;
    margin: 0;
    list-style: disc;
    background-image: none;
}
#sidebar  ul li a {
   color: Black;
   text-transform: uppercase; 
   font-size: 11px;
   text-decoration: none;
}
#sidebar  ul li a.active {
	font-weight: bold;
}
#sidebar  ul li a:hover {
	text-decoration: none;
	border: none;
}
#left_box{
   
}
/* LANGUAGE SELECTION */
#lang {
   left:50%;
   margin-left:-12px;
   position:absolute;
   top:130px;
}

/* ADMIN LINK */
#sidebar #admin_link {
	margin-bottom: 15px;
	text-align: center;
}

/* CONTENT */
#content {
  	margin-left: 200px;
	padding: 15px;
}

/* EMEDIA SIGNATURE */
#signature {
	position: absolute;
	bottom: 0px;
   height: 15px;
	width: 946px;
}
#signature, #signature a {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
.ext{
   clear: both;
}
/* ETUSIVUN MENU */
#image_map{
   position:absolute;   
}
#box{
   margin-left:7px;
   position:absolute;
   top:370px;
   width:390px;
   z-index:99;  
}
#box_banner{
   position:absolute;
   top:520px;
   width:730px;
   z-index:99;  
}
#front_menu{
/*   left:50%;
   margin-left:-323px;
   position:absolute;
   top:375px;*/
   margin:0px auto;
   padding-right:242px;
   top:-50px;
   width:390px;
}
   #front_menu ul{
      list-style: none;
      margin: 0px;
      padding: 0px;
   }
   #front_menu ul li{
      background-color: #f9f309; 
      margin: 4px 0px 4px 0px;
      line-height:30px;
      padding-left: 6px;
   }
   #front_menu ul li a{
      color: Black;
      font-family: "Times New Roman", Times, serif;
      font-size: 13px;
      font-weight:bold;
      text-transform: uppercase;
      /*font-weight: bold;*/
      text-decoration: none;
      border: none;
   }
   #box_top{
      height: 37px;
     	background: transparent url("../gfx/box_top.gif") no-repeat;
   }
   #box_center{
     	background: transparent url("../gfx/box_center.gif") repeat-y;
      padding: 4px;
   }
   #box_bottom{
      height: 37px;
     	background: transparent url("../gfx/box_bottom.gif") no-repeat;
   }







