
html {
	
}
body {
	color: #000;
}
#nav ul li a {
	color: #4f4f4f;
}
#nav ul li a.open {
	color: #0060af;
}
#nav ul li a:hover {
	color: #0060af;
}
#subnav ul li a {
	color: #000;
}
#subnav ul li a.open {
	color: #fff;
}
#subnav ul li a:hover {
	
}
#subnav ul li ul li a.open {
	color: #000;
}

a img{
	border:0;
}
a {
	/*color: #fe8300;*/
	color: #fea100;
	background-color: transparent;
}
a:hover {
	
}
/* #737373 */
h1 {
	color: #3057b1;
	background-color: transparent;
}
h2 {
	color: #3057b1;
	background-color: transparent;
}
h3 {
	color: #3057b1;
	background-color: transparent;
}
hr {
	color: #737373;
	background-color: #737373;
}
li {
	color: #737373;
}
img {
	border-color: #ccc;
}
table {
	border-color: #ccc;
}
td {
	border-color: #ccc;
}
#footer, 
#copy, 
#copy a {
	color: #000;
}


body {
	font: normal .75em/1.4em Arial, sans-serif;
}
#nav {
	font: normal 14px Verdana, sans-serif;
}
a {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
  	margin: 0;
	padding: 15px 0 0 0;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
  	margin: 0;
  	padding: 15px 0 0 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
 	margin: 0;
  	padding: 15px 0 0 0;
}
hr {
	height: 1px;
	border: 0;
}
p {
	padding: 5px 0;
	margin: 0;
}
input, textarea, select {
	font: 12px Arial, sans-serif;
}

/* List
=========================================*/

ul {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px;
	padding: 5px 0px 7px 22px;
	background: url(../images/list.png) no-repeat left 5px;
	list-style-type: none;
}

html {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0 url(../images/bg.jpg) no-repeat center top;
}
body {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0 url(../images/bg.jpg) no-repeat center top;
}
#wrapper {
	margin: 0 auto;
	width: 903px;
}
#wrapperCenter {

}
#wrapperContent {

}

/* Header
=========================================*/

#header {
	height: 150px;
	position: relative;
}
#logo {
	position: absolute;
	top: 1px;
	left: 30px;
}
#logo a img {
	border: 0px;
}

/* Top Navigation
=========================================*/
#nav {
	width: 883px;
	height: 45px;
	padding: 0px 0px 0px 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/nav.png) no-repeat left top;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/navBorder.jpg) no-repeat right 2px;
	float: left;
}
#nav ul li a {
	display: block;
	float: left;
	line-height: 45px;
	padding: 0px 15px;
	text-decoration: none;
}
#nav ul li a:hover {
	
}
#nav ul li a.open {
	font-weight: bold;
	background: url(../images/navOpen.gif) no-repeat center 37px;
}

/* Content
=========================================*/
#content {
	padding: 0px 20px 10px 20px;
	height: 500px;
	overflow: visible;
	overflow-x: hidden;
	position: relative;
}
html>body #content {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
#main {
	width: 500px;
	padding: 10px 100px 0px 0px;
	float: right;
	overflow-x: hidden;
}
#mainCenter {

}
#mainContent {

}
#column1 {
	width: 190px;
	float: left;
}
#column1Center {

}
#column1Content {

}
#column2 {
	display: none;
}
#column2Center {

}
#column2Content {

}
#clearDiv {
	clear: both;
}

/* Sub Navigation
=========================================*/
#subnav {
	padding-bottom: 10px;
}
#subnav ul {
	margin: 0px;
	padding: 20px 0px 10px 0px;
}
#subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	background: none;
}
#subnav ul li a {
	display: block;
	margin: 2px 0px;
	height: 29px;
	line-height: 29px;
	width: 166px;
	padding: 0px 5px 0px 17px;
	overflow: hidden;
	background: url(../images/navSub.png) no-repeat left top;
	cursor: pointer; /* ie6 */
	text-decoration: none;
}
#subnav ul li a:hover {
	text-decoration: underline;
}
#subnav ul li a.open {
	background: url(../images/navSubOpen.png) no-repeat left top;
}
/* sub */
#subnav ul li ul {
	padding: 5px 0px 10px 0px;
}
#subnav ul li ul li {
	
}
#subnav ul li ul li a {
	height: auto;
	line-height: 1.2em;
	width: 154px;
	padding: 0px 5px 0px 29px;
	background: url(../images/navSubArrow.gif) no-repeat 19px 5px;
}
#subnav ul li ul li a:hover {
	
}
#subnav ul li ul li a.open {
	background: url(../images/navSubArrow.gif) no-repeat 19px 5px;
	text-decoration: underline;
}
/* subsub */
#subnav ul li ul li ul {
	
}
#subnav ul li ul li ul li {
	
}
#subnav ul li ul li ul li a {
	width: 141px;
	padding: 0px 5px 0px 42px;
	background: url(../images/navSubArrow.gif) no-repeat 32px 5px;
}
#subnav ul li ul li ul li a:hover {
	
}
#subnav ul li ul li ul li a.open {
	background: url(../images/navSubArrow.gif) no-repeat 32px 5px;
}

/* Footer
=========================================*/

#footer {
	margin: 0 auto;
	width: 903px;
	border-top: 1px solid #b5b5b5;
	padding: 10px 0px;
	color: #4a4a4a;
}
#footer div {
	display: inline;
	padding-right: 20px;
}
#footer div.siteInfoAddress {
	padding-right: 2px;
}
#copy {
	display: none;
}

/* Form
=========================================*/

INPUT.textInput,
INPUT.textInputWide {
	border: 0px;
	height: 16px;
	padding: 3px 10px;
}
TEXTAREA.textArea,
TEXTAREA.textAreaWide {
	border: 0px;
	height: 151px;
	padding: 10px;
}
INPUT.textInput {
	width: 164px;
	background: url(../images/textInput.png) no-repeat right top;
}
TEXTAREA.textArea {
	width: 164px;
	background: url(../images/textArea.png) no-repeat left top;
}
INPUT.textInputWide {
	width: 280px;
	background: url(../images/textInputWide.png) no-repeat right top;
}
TEXTAREA.textAreaWide {
	width: 280px;
	background: url(../images/textAreaWide.png) no-repeat left top;
}
INPUT.submit {
	border: 0px;
	width: 109px;
	height: 28px;
	line-height: 28px;
	padding-bottom: 2px;
	background: url(../images/submit.png) no-repeat center bottom;
	cursor: pointer;
	margin: 10px 0px;
}
INPUT.submit:hover {
	color: #666;
}


/* Buttons
=========================================*/

DIV.button {
	height: 30px;
	background: url(../images/buttonRight.png) no-repeat right top;
	float: left;
	margin: 10px 0px 10px 12px;
}
DIV.button a {
	display: block;
	background: url(../images/buttonLeft.png) no-repeat left top;
	padding: 0px 8px 0px 20px;
	text-decoration: none;
	color: #000;
	font: 12px/30px Arial, sans-serif;
	position: relative;
	left: -12px;
	float: left; /* ie fix */
}
DIV.button a:hover {
	text-decoration: underline;
}
/* Oikeaa reunaa nappulasta ei pysty klikata */
DIV.button INPUT {
	border: 0px;
	background: url(../images/buttonLeft.png) no-repeat left top;
	height: 30px;
	font: 12px/30px Arial, sans-serif;
	padding: 0px 8px 2px 20px;
	cursor: pointer;
	overflow: visible; /* fixes IE7 wide button */
	position: relative;
	left: -12px;
}
DIV.button INPUT:hover {
	color: #666;
}

#index{
	background: #f0f0f0 url(../images/frontpage_bg.jpg) no-repeat center top;
}

#index #main {
	margin-top: 350px;
	width: 620px;
	padding: 0px;
}
#index #column2 {
	display: block;
	width: 600px;
	height: 350px;
	position: absolute;
	top: 0px;
	right: 20px;
	overflow: hidden;
}

.box{
	width:750px;
	margin:30px 0px 50px 30px;
}


#index .box{
	width:350px;
	margin:30px 0px 50px 30px;
}

.box .help{
	font-family:Verdana,Arial;
	font-size:11px;
	background:#DADADA;
	padding:5px;
	margin:5px 30px 5px 30px;
	display:block;
}
