body {
	text-align: center;
	color: #333;
	background: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#main,.main_content,#header,#footer,#header table,#footer table {
	margin-left: auto;
	margin-right: auto;
}

#main {
	text-align: center;
}

.main_content {
	text-align: left;
	clear: both;
	width: 940px;
}

#header {
	text-align: center;
	width: 940px;
	height: 92px;
}

#footer {
	text-align: left;
	background: url(/images/ui/footer.gif) repeat-x;
	padding-top: 8px;
	height: 64px;
	clear: both;
}

#header table,#footer table {
	width: 940px;
}

#header table {
	height: 92px;
}

#footer table {
	height: 64px;
}

#header table td.logo {
	width: 256px;
	text-align: left;
}

#header table td.actions {
	text-align: right;
}

#header table td.actions {
	font-weight: bold;
}

#header table td.actions table {
	width: 100%;
	height: 92px;
	margin-left: auto;
	margin-right: 0px;
}

#header td#twitter_feed table {
	height: auto;
	width: 80%;
}

#twitter_feed_icon {
	width: 24px;
}

#footer a:link,#footer a:active,#footer a:visited {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}

#navi {
	background: url(/images/ui/navi_main.gif) repeat-x;
	height: 40px;
	margin-bottom: 8px;
	clear: both;
}

#navi_left {
	background: url(/images/ui/navi_left.gif) no-repeat;
	float: left;
	width: 5px;
	height: 40px;
}

#navi_left_selected {
	background: url(/images/ui/navi_left_highlight.gif) no-repeat;
	float: left;
	width: 5px;
	height: 40px;
}

#navi_right {
	background: url(/images/ui/navi_right.gif) no-repeat;
	float: right;
	width: 5px;
	height: 40px;
}

#navi_right_selected {
	background: url(/images/ui/navi_right_highlight.gif) no-repeat;
	float: right;
	width: 5px;
	height: 40px;
}

.navi_item {
	float: left;
	height: 40px;
	padding-left: 12px;
	padding-right: 12px;
}

.navi_item_selected {
	background: url(/images/ui/navi_main_highlight.gif) repeat-x;
}

.navi_item_title {
	float: left;
	height: 40px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.navi_item_title_selected {
	background: url(/images/ui/navi_selected.gif) no-repeat center bottom;
}

.navi_break {
	background: url(/images/ui/navi_break.gif) no-repeat;
	float: left;
	width: 1px;
	height: 40px;
}

a {
	cursor: pointer;
}

a:link,a:active,a:visited,a:hover {
	text-decoration: none;
}

a:link,a:active {
	color: #4466ee;
}

a:visited {
	color: #3355dd;
}

a:hover {
	color: #88aaee;
}

a.title:link,a.title:active,a.title:visited,a.title:hover {
	color: #333;
}

a#home {
	background: url(/images/ui/home_with_hover.png) no-repeat;
	display: block;
	float: left;
	width: 23px;
	height: 34px;
}

a#home:hover {
	background-position: 0px -34px;
}

a#community {
	background: url(/images/ui/community_with_hover.png) no-repeat;
	display: block;
	float: left;
	height: 34px;
	padding-left: 33px;
}

a#community:hover {
	background-position: 0px -34px;
}

#navi a {
	color: #ffffff;
	outline: none;
}

#navi a:hover {
	color: #cccccc;
}

div#woods {
	background: url(/images/background.gif) no-repeat top center;
}

div#path {
	background: url(/images/background2.gif) no-repeat bottom center;
	height: 224px;
}

div#finish {
	background: url(/images/background3.gif) no-repeat bottom center;
	height: 686px;
}

div#finish_teaser {
	padding-top: 8px;
	margin-left: 128px;
	width: 480px;
}

div#intro {
	height: 360px;
}

div#intro_1 {
	padding: 128px 0px 8px 256px;
}

div#intro_2 {
	padding: 8px 256px 8px 0px;
}

div#skip_intro {
	padding: 16px 0px;
}

div#intro img {
	background-color: #e4f0d3;
}

table.element_container {
	height: 360px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

table.element_container td.element {
	height: 240px;
}

table.element_container td.element div {
	background: #ffffff;
	border-top: 2px solid #d3d4d5;
	border-left: 2px solid #d3d4d5;
	border-bottom: 2px solid #7e7f81;
	border-right: 2px solid #7e7f81;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left: 16px;
	margin-right: 16px;
	padding: 16px;
	cursor: pointer;
	height: 100%;
}

table.small_element_container {
	height: 140px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

table.small_element_container td.element {
	height: 120px;
}

table.small_element_container td.element div {
	background: #ffffff;
	border-top: 2px solid #d3d4d5;
	border-left: 2px solid #d3d4d5;
	border-bottom: 2px solid #7e7f81;
	border-right: 2px solid #7e7f81;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left: 16px;
	margin-right: 16px;
	padding: 16px;
	cursor: pointer;
	height: 100%;
}

td.solution a {
	padding: 4px;
	outline: none;
}

div#hexagon_small_containers {
	width: 128px;
}

table.hexagon_container {
	height: 160px;
}

table.hexagon_small_container {
	height: 40px;
}

table.hexagon_container_overlay {
	margin-top: -40px;
}

table.hexagon_small_container_overlay {
	margin-top: -10px;
}

table.hexagon_container td {
	width: 139px;
	height: 160px;
	padding: 0px;
	overflow: hidden;
}

table.hexagon_small_container td {
	width: 35px;
	height: 40px;
	padding: 0px;
	overflow: hidden;
}

div.hexagon_content {
	width: 139px;
	height: 160px;
	overflow: hidden;
}

div.hexagon_small_content {
	width: 35px;
	height: 40px;
	overflow: hidden;
}

td.hexagon_gray {
	background: url(/images/ui/hexagon_gray_with_hover.png) no-repeat center
		top;
}

td.hexagon_small_gray {
	background: url(/images/ui/hexagon_small_gray_with_hover.png) no-repeat
		center top;
}

td.hexagon_grayyellow_gray {
	background: url(/images/ui/hexagon_grayyellow_gray_with_hover.png)
		no-repeat center top;
}

td.hexagon_grayyellow_darkorange {
	background: url(/images/ui/hexagon_grayyellow_darkorange_with_hover.png)
		no-repeat center top;
}

td.hexagon_grayyellow_darkyellow {
	background: url(/images/ui/hexagon_grayyellow_darkyellow_with_hover.png)
		no-repeat center top;
}

td.hexagon_small_grayyellow_gray {
	background: url(/images/ui/hexagon_small_grayyellow_gray_with_hover.png)
		no-repeat center top;
}

td.hexagon_small_grayyellow_darkorange {
	background:
		url(/images/ui/hexagon_small_grayyellow_darkorange_with_hover.png)
		no-repeat center top;
}

td.hexagon_small_grayyellow_darkyellow {
	background:
		url(/images/ui/hexagon_small_grayyellow_darkyellow_with_hover.png)
		no-repeat center top;
}

td.hexagon_green {
	background: url(/images/ui/hexagon_green_with_hover.png) no-repeat center
		top;
}

td.hexagon_greentint36_gray {
	background: url(/images/ui/hexagon_greentint36_gray_with_hover.png)
		no-repeat center top;
}

td.hexagon_greentint36_greentint53 {
	background: url(/images/ui/hexagon_greentint36_greentint53_with_hover.png)
		no-repeat center top;
}

td.hexagon_greentint36_green {
	background: url(/images/ui/hexagon_greentint36_green_with_hover.png)
		no-repeat center top;
}

td.hexagon_small_greentint36_gray {
	background: url(/images/ui/hexagon_small_greentint36_gray_with_hover.png)
		no-repeat center top;
}

td.hexagon_small_greentint36_greentint53 {
	background:
		url(/images/ui/hexagon_small_greentint36_greentint53_with_hover.png)
		no-repeat center top;
}

td.hexagon_small_greentint36_green {
	background: url(/images/ui/hexagon_small_greentint36_green_with_hover.png)
		no-repeat center top;
}

td.hexagon_white {
	background: url(/images/ui/hexagon_white_with_hover.png) no-repeat center
		top;
}

td.hexagon_small_white {
	background: url(/images/ui/hexagon_small_white_with_hover.png) no-repeat
		center top;
}

td.hexagon_densewhite {
	background: url(/images/ui/hexagon_white.png) no-repeat center top;
}

td.hexagon_densewhite img {
	background: #ffffff;
}

table.employee_container {
	position: absolute;
	left: 19%;
	height: 240px;
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td#employees {
	background: #ffffff;
	border-top: 2px solid #d3d4d5;
	border-left: 2px solid #d3d4d5;
	border-bottom: 2px solid #7e7f81;
	border-right: 2px solid #7e7f81;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0px 16px 0px 16px;
	height: 100%;
}

td#employee p,td#employee h1 {
	background: #ffffff;
}

#anssi_silhouette {
	float: left;
	background: url(/images/people/anssi_silhouette.png) no-repeat center top;
	width: 45px;
	height: 128px;
}

#antti_silhouette {
	float: left;
	background: url(/images/people/antti_silhouette.png) no-repeat center top;
	width: 78px;
	height: 106px;
}

#atte_silhouette {
	float: left;
	background: url(/images/people/atte_silhouette.png) no-repeat center top;
	width: 48px;
	height: 128px;
}

#eero_silhouette {
	float: left;
	background: url(/images/people/eero_silhouette.png) no-repeat center top;
	width: 60px;
	height: 128px;
}

#harri_silhouette {
	float: left;
	background: url(/images/people/harri_silhouette.png) no-repeat center top;
	width: 41px;
	height: 128px;
}

#kimmo_silhouette {
	float: left;
	background: url(/images/people/kimmo_silhouette.png) no-repeat center top;
	width: 76px;
	height: 128px;
}

#questionmark_silhouette {
	float: left;
	background: url(/images/people/questionmark_silhouette.png) no-repeat center top;
	width: 73px;
	height: 124px;
}

#sampsa_silhouette {
	float: left;
	background: url(/images/people/sampsa_silhouette.png) no-repeat center top;
	width: 55px;
	height: 130px;
}

#suvi_silhouette {
	float: left;
	background: url(/images/people/suvi_silhouette.png) no-repeat center top;
	width: 56px;
	height: 122px;
}

#teppo_silhouette {
	float: left;
	background: url(/images/people/teppo_silhouette.png) no-repeat center top;
	width: 120px;
	height: 92px;
}

#anssi_silhouette:hover,#atte_silhouette:hover,#eero_silhouette:hover,#harri_silhouette:hover,#kimmo_silhouette:hover {
	background-position: 0px -128px;
}

#antti_silhouette:hover {
	background-position: 0px -106px;
}

#questionmark_silhouette:hover {
	background-position: 0px -124px;
}

#sampsa_silhouette:hover {
	background-position: 0px -130px;
}

#suvi_silhouette:hover {
	background-position: 0px -122px;
}

#teppo_silhouette:hover {
	background-position: 0px -92px;
}

.silhouette {
	float: left;
	position: relative;
	background: transparent;
}

.silhouette a {
	outline: none;
}

.box_content {
	padding: 8px 12px 8px 12px;
}

.box_top-left {
	background: url(/images/ui/box_top-left.gif) no-repeat left top;
	padding-left: 10px;
}

.box_top-right {
	background: url(/images/ui/box_top-right.gif) no-repeat right top;
	padding-right: 10px;
}

.box_bottom-left {
	background: url(/images/ui/box_bottom-left.gif) no-repeat left bottom;
	margin-left: -10px;
}

.box_bottom-right {
	background: url(/images/ui/box_bottom-right.gif) no-repeat right bottom;
	margin-right: -10px;
}

.graybox_top-left {
	background: url(/images/ui/graybox_top-left.gif) no-repeat left top;
	padding-left: 5px;
}

.graybox_top-right {
	background: url(/images/ui/graybox_top-right.gif) no-repeat right top;
	padding-right: 5px;
}

.graybox_bottom-left {
	background: url(/images/ui/graybox_bottom-left.gif) no-repeat bottom left;
	margin-left: -5px;
}

.graybox_bottom-right {
	background: url(/images/ui/graybox_bottom-right.gif) no-repeat bottom right;
	margin-right: -5px;
}

.transparentbox_top-left {
	background: transparent;
	padding-left: 10px;
}

.transparentbox_top-right {
	background: transparent;
	padding-right: 10px;
}

.transparentbox_bottom-left {
	background: transparent;
	margin-left: -10px;
}

.transparentbox_bottom-right {
	background: transparent;
	margin-right: -10px;
}

.box_title {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

.dialogbox {
	background: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.input {
	background: url(/images/ui/input_main.png) repeat-x;
	float: left;
	height: 25px;
}

input.text {
	background: none;
	border: none;
	height: 20px;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

input.blur,textarea.blur {
	color: #aaaaaa;
}

div.checkboxlist {
	max-height: 200px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

* html div.checkboxlist {
	height: expression(this.scrollHeight > 200 ?   "200px" :   "auto");
}

div.checkboxlist_selected div {
	margin-left: 8px;
}

div.checkboxlist li {
	padding: 0px 4px 2px 2px;
}

div.checkboxlist li input {
	vertical-align: middle;
}

table.checkboxlist {
	font-style: italic;
	padding-left: 8px;
}

.input_left {
	float: left;
	width: 5px;
	height: 25px;
	background: url(/images/ui/input_left.png) no-repeat;
}

.input_right {
	float: left;
	width: 5px;
	height: 25px;
	background: url(/images/ui/input_right.png) no-repeat;
}

.input_top-left {
	background: url(/images/ui/input_top-left.png) no-repeat left top;
	padding-left: 5px;
}

.input_top-right {
	background: url(/images/ui/input_top-right.png) no-repeat right top;
	padding-right: 5px;
	margin-right: 3px; /*IE6*/
}

.input_bottom-left {
	background: url(/images/ui/input_bottom-left.png) no-repeat bottom left;
	margin-left: -5px;
}

.input_bottom-right {
	background: url(/images/ui/input_bottom-right.png) no-repeat bottom right;
	padding-right: 10px;
	margin-right: -5px;
}

textarea {
	background: none;
	border: none;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.full {
	width: 100% !important;
}

.half {
	width: 49%;
}

.third {
	width: 32%;
}

.fourth {
	width: 24%;
}

.fifth {
	width: 19%;
}

.three_fourths {
	width: 75%;
}

.three_fifths {
	width: 60%;
}

.one_column {
	width: 304px;
}

.one_column_content {
	width: 284px;
}

.two_columns {
	width: 622px;
}

.two_columns_content {
	width: 602px;
}

.three_columns {
	width: 940px;
}

.three_columns_content {
	width: 920px;
}

.gcut_small_column {
	width: 352px;
}

.gcut_small {
	width: 38%;
}

.gcut_large_column {
	width: 574px;
}

.gcut_large {
	width: 62%;
}

.hidden {
	display: none;
}

.transparent {
	visibility: hidden;
}

.fade {
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
}

.listhover {
	background-color: #eef2fe;
}

.link {
	cursor: pointer;
}

.footnote {
	color: #777777;
}

.italic {
	font-style: italic;
}

.light {
	font-weight: lighter;
}

.large {
	font-size: larger;
}

.little {
	font-size: smaller;
}

.label {
	font-weight: bolder;
}

.border {
	border: 1px solid #cccccc;
}

.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bol {
	text-align: left;
}

.eol {
	text-align: right;
}

.up {
	vertical-align: top;
}

.down {
	vertical-align: bottom;
}

.spacer {
	clear: both;
	height: 16px;
}

.woods_spacer {
	position: relative;
	clear: both;
	height: 437px;
}

.woods_container {
	min-height: 437px;
}

.with_hwhitespace {
	margin-right: 14px;
}

.with_hwhitepadding {
	padding-right: 14px;
}

.with_rehwhitespace {
	margin-left: 14px;
}

.with_rehwhitepadding {
	padding-left: 14px;
}

.with_vwhitespace {
	margin-bottom: 14px;
}

.with_lessvwhitespace {
	margin-bottom: 7px;
}

table.spacious td {
	padding: 2px 16px;
}

.spacious {
	padding: 4px;
}

.margins {
	margin: 4px;
}

.hexagon_padding {
	padding: 80px 0px;
}

button {
	background: none;
	border: 0px;
	width: auto;
	overflow: visible;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	outline: none;
	position: relative;
}

button.hover {
	color: #cccccc;
}

button::-moz-focus-inner { /*FF*/
	padding: 0px;
	border: 0px;
}

button.medium {
	height: 25px;
	line-height: 25px;
}

.button_medium_left {
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 6px;
	background: url(/images/ui/button_medium_left.png) no-repeat top left;
}

.button_medium_right {
	height: 25px;
	line-height: 25px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/images/ui/button_medium_right.png) no-repeat top right;
}

button.large {
	height: 34px;
	line-height: 34px;
}

.button_large_left {
	height: 34px;
	line-height: 34px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 6px;
	background: url(/images/ui/button_large_left.png) no-repeat top left;
}

.button_large_right {
	height: 34px;
	line-height: 34px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/images/ui/button_large_right.png) no-repeat top right;
}

h1,h2,h3,h4,h5,h6 {
	text-align: left;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
	line-height: 1em;
	color: #333;
}

h1.reference {
	margin: 0.5em 0em;
}

h2,h3 {
	color: #687;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

hr {
	border: 0px;
	height: 2px;
	background-color: #e5e5e5;
	color: #e5e5e5;
}

hr.little {
	border: 0px;
	height: 1px;
	background-color: #e5e5e5;
	color: #e5e5e5;
}

img {
	vertical-align: middle;
	border: none;
}

td.thumbnail {
	text-align: center;
	width: 128px;
	height: 128px;
}

td.thumbnail_wide {
	text-align: center;
	width: 192px;
	height: 128px;
}

.widget_container {
	outline: none;
	position: relative;
}

p {
	text-align: left;
	margin: 8px 0px 8px 0px;
}

p.teaser {
	font-size: x-large;
}

p.error {
	color: #cc3333;
}

ul.plain {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
