@import url("editor.css");
@import url("services.css");
@import url("news_syndicate.css");
@import url("blog.css");

body {
	background-color: #ffffff;
}

/* WRAPPER */
#wrapper {
	width: 978px;
	margin: 26px auto;
	position: relative;
}
#banners{
	position: absolute;
	width: 150px;
	right: -160px;
	top: 0;
	background-color: silver;
}
/* HEADER */
#header {
	height: 111px;
	background: transparent url("../gfx/banner_2009.jpg") no-repeat;
	position: relative;
}
#header a{
        display:block;
        height:14px;
        line-height:10px;
        overflow:hidden;
        position:absolute;
        right:5px;
        top:-16px;
        width:70px;
}
#header .eng {
	background: transparent url("../gfx/eng_flag.gif") no-repeat right top;
        width:80px;
}
#header .fin {
	background: transparent url("../gfx/fin_flag.gif") no-repeat right top;
        width:80px;
}

/* ROUTE */
#route {
	text-align: left;
	clear: both;
/*	background: transparent url("../gfx/route_background.png") no-repeat;*/
	border: 1px solid #fff;
	padding: 3px 10px;
	padding-top: 12px;
	font-size: 10px;
	margin-left: 0px;
	height: 23px;
}

#route ul {
       list-style-type: none;
}

#route ul li {
       display: inline;
       padding-right: 20px;
}

#route ul li a {
		text-decoration: none;
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		font-family: "Trebuchet MS", Verdana, Helvetica;
}

#route ul li a.active {
	color: #ce328a;
}

/* PAGE BANNER */

#page_banner {
	text-align: left;
	clear: both;
	/*background: transparent url("../gfx/etusivu.jpg") no-repeat;*/
	height: 175px;
	margin-left: 28px;
	margin-right: 28px;
	border: 1px solid #fff;
	padding: 0;
	font-size: 10px;
}


/* MAIN */
#main {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 15px;
}

#main #right_sidebar {
	float: right;
	/*background: transparent url("../gfx/etusivu_oikea1.jpg") no-repeat;*/
	width: 259px;
	height: 343px;
	margin: 0;
	padding-right: 24px;
	/*margin-right: 22px;*/
        position: relative;
        overflow:hidden;
}
#main #right_sidebar .htmldata_controls{
position: absolute;
bottom: 5px;
right: 5px;
}
/* SIDEBAR */
#sidebar {
	width: 150px;
	padding: 15px;
	float: left;
	border-top: 1px solid #8AAFCF;
	border-right: 1px solid #8AAFCF;
	background-color: #ECF2F7;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}



/* CONTENT */

#main_content {
	margin-left: 37px;
	padding: 15px;
	padding-top: 0px;
}

#main_content #content {
	width: 610px;
	padding-bottom: 35px;
}

#main_content #basic_content {
	height: 385px;
	overflow-y: scroll;
	width: 425px;
        padding: 5px 5px 0 0;
}

#main_content #front_page_boxes {
	
}



#main_content #front_page_boxes div.front_page_box {
	width:190px;
	padding: 0;
	padding-right: 15px;
	float: left;
}

#main_content #front_page_boxes div.front_page_box h1 {
	font-size: 14px;
	background: transparent url("../gfx/nuotti.jpg") no-repeat;
	padding-left: 30px;
}

#main_content .nonav {
	margin-left: 200px;
} 

#main_content #navigation {
	float: left;
	width: 190px;
        padding-right: 10px;
}

#main_content #navigation ul {
	list-style-type: none;
	margin: 0;
padding: 0;
}

#main_content #navigation ul li {
margin: 0;
padding: 0;
padding-top: 5px;
padding-bottom: 5px;
list-style: none; 
}

#main_content #navigation ul li.children{
	padding-bottom: 0px;
}



#main_content #navigation ul li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#main_content #navigation ul li a.active {
	color: #ce328a;
}

#main_content #navigation ul ul li {
	/*background:transparent url("../gfx/nuoli.jpg") no-repeat scroll 0 8px;*/
	list-style-image:url("../gfx/nuoli.jpg");
	list-style-position:inside;
	list-style-type:none;
margin: 0;
padding: 0;
padding-top: 5px;
padding-bottom: 5px;
}


/* FOOTER */
#footer {
	clear: both;
	color: #cac0ac;
	height: 29px;
	border-top: 1px solid #cac0ac;
	text-align: right;
	margin: 0 25px;
}

/* 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;
}

















