/* CSS Screen */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #823326;
	background-image: url(img/color.gif);
}

img {
	border: 0px;
}

a:link {color: #823326; text-decoration: none;}
a:visited {color: #823326; text-decoration: none;}
a:active {color: #823326; text-decoration: none;}
a:hover {color: #823326; text-decoration: underline;}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
	list-style-type: square;
}

ul li {
	margin-bottom: 12px;
}

table {
	margin-bottom: 12px;
}

.pagecontainer {
	float: left;
	position: absolute;
	width: 851px;
	left: 50%;
	margin-left: -425px;
}

.picture {
	float: left;
	position: relative;
	width: 851px;
	margin-left: 61px;
	margin-top: 77px;
	display: inline;
	background-repeat: no-repeat;
}

.header {
	float: left;
	position: relative;
	width: 851px;
	height: 490px;
	margin-top: -442px;
	background-image: url(img/header.gif);
}

.language {
	float: left;
	position: relative;
	width: 729px;
	height: 27px;
	margin-top: 88px;
	margin-left: 75px;
	display: inline;
}

.flag_fi {
	float: right;
	position: relative;
	width: 26px;
	height: 27px;
	background-image: url(img/flag_fi.png);
	margin-right: 10px;
	cursor: hand;
}

.flag_en {
	float: right;
	position: relative;
	width: 26px;
	height: 27px;
	background-image: url(img/flag_en.png);
	cursor: hand;
}

.control {
	float: left;
	width: 230px;
	height: 26px;
	margin-top: 280px;
	margin-left: 330px;
	display: inline;
	background-image: url(img/browse_bg.png);
}

.circle {
	float: left;
	position: relative;
	width: 30px;
	height: 24px;
	background-image: url(img/circle.png);
}

.back_fi {
	float: left;
	position: relative;
	width: 96px;
	height: 24px;
	margin-top: 1px;
	margin-left: 8px;
	display: inline;
	background-image: url(img/back_fi.png);
	cursor: hand;
}

.back_fi:hover {
	background-image: url(img/back_hover_fi.png);
}

.forward_fi {
	float: left;
	position: relative;
	width: 90px;
	height: 24px;
	background-image: url(img/forward_fi.png);
	cursor: hand;
}

.forward_fi:hover {
	background-image: url(img/forward_hover_fi.png);
}

.back_en {
	float: left;
	position: relative;
	width: 96px;
	height: 24px;
	margin-top: 1px;
	margin-left: 8px;
	display: inline;
	background-image: url(img/back_en.png);
	cursor: hand;
}

.back_en:hover {
	background-image: url(img/back_hover_en.png);
}

.forward_en {
	float: left;
	position: relative;
	width: 90px;
	height: 24px;
	background-image: url(img/forward_en.png);
	cursor: hand;
}

.forward_en:hover {
	background-image: url(img/forward_hover_en.png);
}

.container ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	list-style-type: disc;
}

.container li {
	margin: 0px;
	padding: 0px;
}

.container ul li ul {
	margin-left: 5px;
}

.container ul li ul li {
	
}

.navi_area {
	float: left;
	position: relative;
	width: 232px;
	margin-top: -58px;
	margin-left: 61px;
	display: inline;
}

.navi_header {
	float: left;
	position: relative;
	width: 232px;
	height: 60px;
	background-image: url(img/navi_header.png);
}

.navi_bg {
	float: left;
	position: relative;
	width: 232px;
	background-image: url(img/navi_bg.png);
	background-repeat: repeat-y;
}

.navilinks {
	float: left;
	position: relative;
	width: 155px;
	margin-left: 35px;
	display: inline;
	font-size: 12px;
	color: #996535;
}

.navilinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navilinks ul li {
	margin-bottom: 10px; 
}

.navilinks ul li ul li {
	margin-bottom: 0px;
}

.navilinks ul li ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 14px;
}

.navilinks ul li ul li ul {
	list-style-type: circle;
	margin-bottom: 0px;
}

.navilinks ul li ul li.menu-current a:link {color: #823326; text-decoration: underline;}
.navilinks ul li ul li.menu-current a:visited {color: #823326; text-decoration: underline;}
.navilinks ul li ul li.menu-current a:active {color: #823326; text-decoration: underline;}
.navilinks ul li ul li.menu-current a:hover {color: #823326; text-decoration: underline;}

.navilinks ul li ul li ul li.menu-child a:link {color: #823326; text-decoration: none;}
.navilinks ul li ul li ul li.menu-child a:visited {color: #823326; text-decoration: none;}
.navilinks ul li ul li ul li.menu-child a:active {color: #823326; text-decoration: none;}
.navilinks ul li ul li ul li.menu-child a:hover {color: #823326; text-decoration: underline;}

.navi_footer {
	float: left;
	position: relative;
	width: 232px;
	height: 60px;
	background-image: url(img/navi_footer.png);
}




.container {
	float: left;
	position: relative;
	width: 851px;
	min-height: 130px;
	background-image: url(img/con_bg.gif);
}

.content {
	float: left;
	position: relative;
	width: 500px;
}

.left_content {
	float: left;
	position: relative;
	width: 235px;
	margin-left: 5px;
	display: inline;
	color: #823326;
	z-index: 1;
	font-weight: normal;
	margin-top: -25px;
}

.left_content a:link {color: #823326; text-decoration: underline;}
.left_content a:visited {color: #823326; text-decoration: underline;}
.left_content a:active {color: #823326; text-decoration: underline;}
.left_content a:hover {color: #823326; text-decoration: none;}

.right_content a:link {color: #823326; text-decoration: underline;}
.right_content a:visited {color: #823326; text-decoration: underline;}
.right_content a:active {color: #823326; text-decoration: underline;}
.right_content a:hover {color: #823326; text-decoration: none;}

.right_content {
	float: left;
	position: relative;
	width: 244px;
	margin-left: 10px;
	display: inline;
	color: #823326;
	z-index: 1;
	margin-top: 0px;
}

.right_content img {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.right_content img#nappi {
	border: 0px;
	margin-left: 175px;
}

.midbar {
	float: left;
	position: relative;
	width: 500px;
	height: 10px;
	margin-left: 5px;
	display: inline;
	background-image: url(img/midbar.gif);
	background-repeat: no-repeat;
}

.rest {
	float: left;
	position: relative;
	width: 500px;
	margin-top: 15px;
	margin-left: 5px;
	display: inline;
	padding-bottom: 20px;
}

.footer {
	float: left;
	position: relative;
	width: 851px;
	height: 246px;
	background-image: url(img/footer.gif);
}




.contact {
	float: left;
	position: relative;
	width: 200px;
	margin-left: 600px;
	margin-top: -100px;
	display: inline;
	text-align: center;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFLASH .navilinks ul li a {
	visibility: hidden;
}