HTML {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	border: 0; /* ie6 fix */
	font: normal .75em Arial, Tahoma, sans-serif;
	background: #c1c1c1 url(pics/bg.jpg) repeat-x top;
	color: #272727;
}

/* Basic Elements
===================*/
A {text-decoration: underline; outline: none; color: #033177;}
A:hover {text-decoration: none;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	color: #272727;
	font-size: 1.5em;
  	padding: 0;
	margin: 15px 0 7px 0;
	font-weight: normal;
}
H2 {
	color: #272727;
	font-size: 1.2em;
	font-weight: bold;
  	margin: 0;
  	padding: 15px 0 0px 0;
}
H3 {
	color: #272727;
	font-size: 1em;
	font-weight: bold;
 	margin: 0;
  	padding: 15px 0 0px 0;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #272727;
	background-color: #272727;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	overflow: visible;
	background: url(pics/shadow.jpg) repeat-y left;
	height: auto;
	min-height: 100%;
	margin-bottom: -160px;
}
#wrapperCenter {
	margin: 0px;
	padding: 0px 0px 160px 0px;
	width: 970px;
	height: auto;
	min-height: 610px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	background: url(pics/wrapper2.jpg) no-repeat top;
}

/* Header
==========*/
#header {
}

/* Logo
========*/
#logo {
	position: absolute;
	left: 15px;
	top: 18px;
}

/* banner
==========*/
.banner {
	height: 63px;
}

/* Top navigation
==================*/
#nav {
	margin: 0 auto;
	width: 900px;
	height: 30px;
	overflow: hidden;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: center;
}
#nav UL LI A {
	color: #fff;
	margin: 0;
	line-height: 30px;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
}
#nav UL LI A:hover {
	font-weight: normal;
	text-decoration: none;
}
#nav UL LI A.open {
	font-weight: normal;
	text-decoration: none;
	background: url(pics/navOpen.jpg) repeat-x top;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#main {
	margin: 200px 0 0 0;
	padding: 0px 40px 0 0;
	width: 630px;
	float: right;
	overflow: hidden;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	margin: 200px 0 0 0;
	padding: 0 0 0 70px;
	width: 212px;
	float: left;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	padding: 10px 0 0 0;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}




/* Button
=========================*/

.button {
	display: block;
	padding-left:30px;
	width: 210px;
	height: 30px;
	line-height: 27px;
	background: url(pics/finib-nappi-matala.jpg) no-repeat left top;
}

.linkList a {
	color: #333;
	text-decoration: none;
}


.linkList a:hover {
text-decoration:underline;
}


/* Sub navigation
==================*/
.subnav {
	padding: 0;
}
.subnav UL {
	margin: 0;
	padding: 10px 0;
	float: left;
}
.subnav UL LI {
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
	background: url(pics/subnavTop.gif) no-repeat left top;
	float: left;
	width: 203px;
}
.subnav UL LI.open {
	background: url(pics/subnavTopOpen.gif) no-repeat left top;
}
.subnav UL LI A {
	color: #000;
	margin: 0;
	padding: 6px 0px 6px 25px;
	width: 178px;
	text-decoration: none;
	display: block;
	background: url(pics/subnavBottom.jpg) no-repeat left bottom;
}
.subnav UL LI A:hover {
	text-decoration: none;
}
.subnav UL LI A.open {
	text-decoration: none;
}
/* sub
=======*/
.subnav UL LI UL {
	margin: 0;
	padding: 7px 0;
	background: #fff url(pics/subnavBg.jpg) repeat-y left;
	display: block;
}
.subnav UL LI UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	background: none;
	clear: left;
	float: left;
}
.subnav UL LI UL LI.open {
	background: none;
}
.subnav UL LI UL LI A {
	margin: 0;
	padding: 0px 20px 2px 25px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background: none;
	width: auto;
}
.subnav UL LI UL LI A:hover {
	font-weight: normal;
	text-decoration: underline;
}
.subnav UL LI UL LI A.open {
	font-weight: normal;
	text-decoration: underline;
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI UL LI UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}
.subnav UL LI UL LI UL LI A {
	margin: 2px 0px 2px 0px;
	padding: 0px 20px 2px 45px;
	text-decoration: none;
	display: block;
	width: auto;
}
.subnav UL LI UL LI UL LI A:hover {
	font-weight: normal;
	text-decoration: underline;
}
.subnav UL LI UL LI UL LI A.open {
	font-weight: normal;
	text-decoration: underline;
}

/* Footer
===========*/
#footer {
	color: #fff;
	font-size: .89em;
	clear: both;
	margin: 0 auto;
	width: 970px;
	display: block;
	height: 160px;
	background: url(pics/footer.jpg) no-repeat left top;
}
.footerText {
	text-align: center;
	padding-top: 105px;
}
