/* Created by: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

@import url("typo.css");
@import url("extrat.css");

/* Global */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #002e50 url(../images/background.png) repeat-x 0 0;
	color: #000;
	text-align: center;
	}
	
a {
	text-decoration: underline;
	color: #0b75c4;
	}
	
a:hover {
	text-decoration: underline;
	color: #c5970b;
	}
	
/* Layout */

div#structure {
	margin: 0 auto;
	padding: 10px 0 100px 0;
	text-align: left;
	width: 904px;
	position: relative;
	}
	
div#top {
	height: 150px;
	background: url(../images/top.png) no-repeat 0 0;
	position: relative;
	}
	
div#middle {
	min-height: 20em;
	background: url(../images/middle.png) repeat-y 0 0;
	padding-bottom: 30px;
	}

div#bottom {
	height: 50px;
	background: url(../images/bottom.png) no-repeat 0 100%;
	}
	
/* Top banner, logo, slogan, navigation */

div#structure p#topbanner {
	text-align: left;
	padding: 0 10px 10px 10px;
	}

div#top h1,
div#top p {
	padding: 0;
	position: absolute;
	left: 31px;
	color: #fff;
	}
	
div#top h1 {
	font-size: 1.4em;
	top: 25px;
	}

div#top p {
	font-weight: bold;
	top: 50px;
	}
	
div#top h1 a {
	text-decoration: none;
	color: #fff;
	}
	
div#top ul {
	list-style: none;
	padding: 85px 30px 0 11px;
	}

div#top ul li {
	display: inline;
	}
	
div#top ul li a {
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding: 5px 100px 5px 20px;
	color: #f0f0f0;
	background: #0067b3 url(../images/navigation2.png) repeat-x 0 50%;
	}
	
div#top ul li a:hover,
div#top ul li a:active,
div#top ul li a:focus,
div#top ul li a.active {
	outline: none;
	color: #ffc;
	background: #333 url(../images/navigation.png) repeat-x 0 50%;
	}
	
/* Columns */

div#middle div#content,
div#middle div#sidebar {
	display: inline;
	}
	
div#middle div#content {
	float: left;
	width: 660px;
	margin-left: 35px;
	}
	
div#middle div#sidebar {
	float: right;
	width: 175px;
	margin-right: 32px;
	padding-top: 5px;
	}
	
/* Bottom */

div#bottom ul {
	list-style: none;
	padding: 10px 20px;
	color: #999;
	text-align: right;
	}
	
div#bottom ul li {
	display: inline;
	margin: 0 5px;
	}
	
div#bottom ul li a {
	color: #999;
	}
