
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

#shadow {
	width: 100%;
	background: #fff url(color_blue/pics/bg.jpg) repeat-x top;
}

html>body #shadow {
	
}

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: left;
	width: 945px;
	height: 500px;
	overflow: visible;
	background-color: transparent;
	position: relative;
}

html>body #wrapper {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}

#toolbox {
	display: none;
}

#toolbox a {

}

#toolbox a:hover {

}

#lang {
	width: 400px;
    height: 20px;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 20px;
}

#lang img {
	margin: 0px 2px 0px 0px;
}

#lang a {
	color: #fff;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}

#lang a:hover {
	color: #fff;
	text-decoration: underline;
}

#search {
	width: 240px;
    height: 33px;
    background: url(color_blue/pics/lookingGlass.jpg) no-repeat left 7px;
	position: absolute;
	top: 104px;
	right: 0px;
	display: none;
}

#logo {
	width: 200px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo a {
	
}

#logo a img {
	border: 0;
}

#banner {
	height: 104px;
	background: transparent;
}

#nav {
	padding: 0px 0px 0px 20px;
	width: 925px;
	height: 37px;
	overflow: hidden;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background: url(color_blue/pics/navBorder.jpg) no-repeat right center;
}

#nav ul li a {
	display: block;
    float: left;
    padding: 0px 15px 4px 15px;
    color: #fff;
    text-decoration: none;
}

#nav ul li a.open {
	background: url(color_blue/pics/navOpen.jpg) no-repeat center bottom;
}

#nav ul li a:hover {
	
}

/* subnav */

#subnav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cac8c8;
}

#subnav ul li {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#subnav ul li a {
	margin: 0px;
    display: block;
	padding: 5px 5px 5px 43px;
    background: #ebebeb url(color_blue/pics/subnav.jpg) no-repeat left top;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    overflow: hidden;
    border-left: 1px solid #cac8c8;
	border-bottom: 1px solid #cac8c8;
	border-right: 1px solid #cac8c8;
}

#subnav ul li a.open {
	text-decoration: underline;
}

#subnav ul li a:hover {
	text-decoration: underline;
}


/*Alivalikon listat, linkit jne.*/

#subnav ul li ul {
	margin: 0px;
	padding: 0px;
    padding: 5px 0px 5px 0px;
    border-top: 0px;
	border-bottom: 1px solid #cac8c8;
}

#subnav ul li ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#subnav ul li ul li a {
	border: none;
	background: none;
	padding: 2px 0px 2px 57px;
	background: url(color_blue/pics/navArrow.gif) no-repeat 45px 7px;
}

#subnav ul li ul a.open {

}

#subnav ul li ul a:hover {

}

/*Ali-alivalikon listat, linkit jne.*/

#subnav ul li ul li ul {
	margin: 0px;
	padding: 0px;
    padding: 5px 0px 5px 0px;
    border-top: 0px;
	border: 0px;
}

#subnav ul li ul li ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#subnav ul li ul li ul li a {
	border: none;
	background: none;
	padding: 2px 0px 2px 69px;
	background: url(color_blue/pics/navArrow.gif) no-repeat 57px 7px;
}

#subnav ul li ul li ul a.open {

}

#subnav ul li ul li ul a:hover {

}


/*Tekstit*/

#main {
	margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 627px;
	float: left;
    overflow: hidden;
    background: url(color_blue/pics/main.jpg) no-repeat center top;
}

#main .text {
	padding: 20px 30px 20px 30px;
	height: 430px;
	overflow: visible;
}

html>body #main .text {
	height: auto;
	min-height: 430px;
    overflow: hidden;
}

#column1 {
	margin: 10px 0px 0px 0px;
	float: right;
    width: 295px;
    height: 100px;
    overflow: visible;
}

html>body #column1 {
	height: auto;
	min-height: 100px;
    overflow: hidden;
}

#column1 .text {
    padding: 20px 0px;
}

#column2 {
	width: 945px;
	display: none;
}

#column2 .text {
	
}

#footer {
	margin: 0 auto;
	width: 100%;
	display: block;
	padding-top: 10px;
}

#footer .text {
	text-align: center;
	font-size: .89em;
	padding: 5px;
}

#footer .text .siteInfoName {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .text .siteInfoAddress {
	display: inline;
	margin: 0px 5px 0px 10px;
}

#footer .text .siteInfoZip {
	display: inline;
	margin: 0px 0px 0px 0px;
}

#footer .text .siteInfoCity {
	display: inline;
	margin: 0px 10px 0px 2px;
}

#footer .text .siteInfoPhone {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .text .siteInfoEmail {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .text .siteInfoWWW {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#copy {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}

#copy a {
	text-decoration: underline;
}

#copy a:hover {
	color: #fff;
	text-decoration: none;
}

