* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	height: 100%;
}
a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0 0 18px;
	line-height: 17px;
}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div{
	border: 0px solid red;
}
.text-under-menu{
	text-align: left;
	padding: 0 0 0 40px;
}
.text-under-menu table{
	border-collapse: collapse;
	margin: 5px 0;

}
.text-under-menu table td{
	border-bottom: 1px solid #000;
	padding: 2px 10px 2px 2px;
	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 160px;
	padding: 40px 0 0 240px;
	text-align: left;
}
#header h1 {
	font-size: 78px;
}
#header h1 a{
	color: #000;
	text-decoration: none;
}
#header h1 span {
	color: #818181;
}
#header h1 span span{
	color: #b30000;
}
#header h2 {
	font-size: 34px;
	font-weight: normal;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 245px;
}
#content .gallery ul{
	list-style: none;
	text-align: right;
	_height: 1%;
	overflow: hidden;
	margin-bottom: 9px;
}
#content .gallery ul li{
	float: left;
	margin: 0 9px 0 0;
}
#content .gallery ul li.end{
	margin: 0;
}
#content .gallery ul li a{
	display: block;
	padding: 7px;
	width: 160px;
	height: 160px;
	background: #b4b4b4;
}
#content .gallery ul li a:hover{
	background: #b30000;
}
#content .sub-title, #content .feedback-title{
	font-size: 20px;
	font-weight: normal;
}
#content .feedback{
	margin: 0;
	padding: 0;
}
#content .feedback .form-filds div{
	padding: 5px 0;
}
#content .feedback .form-filds .text-fild{
	width: 180px;
	border: 1px solid #abadb3;
	font-size: 12px;
}
#content .feedback .form-filds label{
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
}
#content .feedback .form-filds .radio{
	clear: both;
}
#content .feedback .form-filds .radio div{
	padding: 2px 0;
	*padding: 0;
	margin-left: 150px;
}
#content .feedback .form-filds .radio label{
	display: inline; 
	float: none;
}
#content .feedback .form-filds .textarea{
	clear: both;
}
#content .feedback .form-filds .textarea textarea{
	width: 420px;
	height: 100px;
	border: 1px solid #abadb3;
	font-size: 12px;
}
#content .feedback .form-filds .textarea label{
	float: none;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
}
.sl ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.sl ul.menu li{
	padding: 3px 0;
}
.sl ul.menu li a{
	font-size: 18px;
	text-decoration: none;
	color: #818181;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px;
}
.sl ul.menu li a:hover, .sl ul.menu li a.selected{
	background: #b40000;
	color: #fff;
}
.sl ul.menu li ul.sub li{
	padding: 0;
}
.sl ul.menu li ul.sub a{
	font-size: 16px;
	text-transform: none;
	color: #a0a0a0;
}
.sl ul.menu li ul.sub a:hover, .sl ul.menu li ul.sub a.selected{
	color: #000;
	background: none;
}
.sl ul.langs{
	padding: 10px 0 0 0;
}	.sl ul.langs li{
		margin: 0 5px 0 0;
	}	.sl ul.langs li a{
			font-size: 14px;
			text-decoration: none;
			color: #808080;
			padding: 0 25px 0 0;
			line-height: 20px;
		}
		.sl ul.langs li.fi a{
			background: url(images/fi.gif) no-repeat right center;
		}
		.sl ul.langs li.en a{
			background: url(images/en.gif) no-repeat right center;
		} 	.sl ul.langs li a:hover, .sl ul.langs li a:focus, .sl ul.langs li a:active, .sl ul.langs li a.active{
				color: #900;
			}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -80px auto 0;
	height: 70px;
	background: #cecece;
	padding: 10px 0 0 0;
}
#footer .foot-menu{
	width: 980px;
	margin: 0 auto;
	height: 20px;
	padding: 0;
	list-style: none;
}
#footer .foot-menu li{
	float: left;
	padding: 0 40px 0 0;
}
#footer .foot-menu li a{
	font-size: 18px;
	text-decoration: none;
	color: #818181;
	text-transform: uppercase;
	font-weight: bold;
}
#footer .foot-menu li a:hover, #footer .foot-menu li a.selected{
	color: #b40000;
}
#footer .info{
	width: 980px;
	margin: 20px auto 0 auto;
	height: 20px;
}
#footer .copyrights{
	float: left;
	color: #9a9a9a;
}
#footer .design{
	float: right;
}
