/*

GENERAL

*/

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 0px 30px;
}
a:link {
	color: #0072c6;
	text-decoration: none;
}
a:visited {
	color: #0072c6;
	text-decoration: none;
}
a:hover {
	color: #0072c6;
	text-decoration: none;
}
a:active {
	color: #0072c6;
	text-decoration: none;
}

/*

GENERAL

*/

div.linetop {
	border-top: solid 1px #000;
}

/*

LANGUAGE NAVIGATION

*/

#lang {
	float: right;
	margin: 0px;
	font-size: 10px;
}
#lang li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #cccccc;
	padding-top: 12px;
	height: 22px;
}
#lang li a {
	color: #000;
	text-decoration: none;
}
#lang li.selected a {
	color: #cccccc;
}

/*

UNIT NAVIGATION

*/

#topnavi ul {
	float: right;
	padding: 0px;
	margin-top: 76px;
	text-align: right;
}
#topnavi li {
	float: right;
}
#topnavi li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px 0px 1px;
	border-left: solid 1px #bfbfbf;
	border-right: solid 1px transparent;
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #fff;
}
#topnavi li.selected a {
	margin: 0px 0px 0px;
	background:#fff;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 2px #fff;
	margin: 0px;
}
#topnavi ul {
	border-right: solid 1px #bfbfbf;
}
#topnavi a {
	text-decoration:none;
	color: #aaa;
}
#topnavi li.selected a {
	cursor: default;
}
#topnavi li.selected a, #topnavi li a:hover {
	color: #000;
}
#topnavi {
	margin: 0px;
	float: left;
	width: 780px;
	background: transparent url(../images/tab_bottom.gif) repeat-x scroll center bottom;
}

/*

PAGE NAVIGATION

*/

#navigation {
	margin: 0px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#navigation ul li {
	font-size: 12px;
	line-height: 17px;
}
ul.root {
	margin: 0px;
}
ul.root li a {
	display: block;
	color: #767676;
	text-decoration: none;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	border-top: solid 1px #cccccc;
	margin: 0px;
}
ul.root li.first a {
	border: none
}
ul.path {
	margin: 0px;
}
ul.path a {
	display: block;
	color: #000000;
	text-decoration: none;
}
ul.path li a {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	border-top: solid 1px #000;
}
ul.sub {
	margin: 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
ul.sub a {
	display: block;
	color: #0072c6;
	text-decoration: none;
}
ul.sub li a {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	border-bottom:solid 1px #efefef;
}
ul li.selected a, ul li a:hover {
	color:#000;
}

/*

COVER CASES

*/

#case {
	line-height: 18px;
}
#case p {
	padding: 0px 0px 20px;
}
#cases {
	margin: 0px;
	clear: both;
}
#cases div, #caseimg div {
	float: left;
	margin: 0px 0px 10px 0px;
	position: relative;
}
#cases div.case1 {
	margin: 0px 10px 10px 0px;
}
#cases div p, #caseimg div p {
	position: absolute;
	float: left;
	padding: 8px 9px 7px 8px;
	background: #fff;
	bottom: 15px;
	left: 15px;
}
#cases div p a, #caseimg div p a {
	color:#0072c6;
	text-decoration:none;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 16px 0px;
	line-height: 34px;
	display: block;
	padding: 0px;
	margin-top: -6px;
}

/*

COVER NEWS ITEMS

*/

table.covernews {
	width: 460px;
	border-top: solid 1px #cccccc;
}
table.covernews td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	border-bottom: solid 1px #cccccc;
	color: #999999;
}
table.covernews td.date {
	padding-right: 6px;
	padding-left: 0px;
	width: 75px;
}
table.covernews td.title {
	padding-right: 0px;
	padding-left: 0px;
}
table.covernews a {
	color: #000000;
}

/*

CASE

*/

table.casetable {
	width: 460px;
	border-top: solid 1px #cccccc;
}
table.casetable td {
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 17px;
	border-bottom: solid 1px #cccccc;
	color: #000000;
}
table.casetable td.date {
	padding-right: 10px;
	padding-left: 0px;
	width: 100px;
	color: #000000;
	text-align: right;
}
table.casetable td.title {
	padding-right: 0px;
	padding-left: 0px;
}
table.casetable a {
	color: #000000;
}

/*

CASE CONTENT

*/

#casecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 0px;
	padding-top: 12px;
	border-top: 1px solid #cccccc;
	float: left;
	width: 460px;
}
#casecontent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#casecontent p.meta {
	font-size: 11px;
	color: #999999;
}


/*

NEWS ITEMS

*/

#news {
	width: 440px;
	border-top: solid 1px #aaa;
	margin: 20px 0 0;
}
#news li {
	padding: 8px 0px 7px;
	border-bottom: solid 1px #aaa;
}
#news span {
	color: #767676;
	padding: 0px 10px 0px 0px;
}

/*

CASES

*/

#case_inner div {
	float:left;
}

/*

CONTENT

*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	/*
	padding: 20px;
	border: 1px solid #cccccc;
	*/
	float: left;
	width: 460px;
}
#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#content p.meta {
	font-size: 11px;
	color: #999999;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px;
}
#content h3, #content h4, #content h5, #content h6, #content h7 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 12px;
}
#content table {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-collapse: collapse;
}
#content table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	text-align: left;
	vertical-align: top;
}
#content table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	text-align: left;
	vertical-align: top;
}
#content table td p, #content table th p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
#content ul {
	padding-bottom: 12px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 40px;
	list-style-type: square;
}
#content ul ul, #content ul ul ul, #content ul ul ul ul {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content ul li {
	padding-left: 0px;
}
#content ol {
	padding-bottom: 12px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 40px;
}
#content ol ol, #content ol ol ol, #content ol ol ol ol {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content ol li {
}


/*

CONTACT - OFFICES

*/

#offices {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-bottom: 30px;
	width: 460px;
}
#offices table.offices {
	width: 460px;
	border-top: solid 1px #cccccc;
}
#offices table.offices td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	border-bottom: solid 1px #cccccc;
	color: #000000;
	padding-right: 20px;
}
#offices table.offices td.first {
	width: 140px;
	white-space: nowrap;
	font-weight: bold;
}
#offices table.offices td.last {
	padding-right: 0px;
	text-align: right;
	white-space: nowrap;
}

/*

CONTACT - OFFICES

*/

#people {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-bottom: 20px;
	width: 460px;
}
#people table.people {
	width: 460px;
	border-top: solid 1px #cccccc;
}
#people table.people td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	border-bottom: solid 1px #cccccc;
	color: #000000;
	padding-right: 20px;
}
#people table.people td.first {
	width: 140px;
	white-space: nowrap;
	font-weight: bold;
}
#people table.people td.last {
	padding-right: 0px;
	text-align: right;
	white-space: nowrap;
}

/*

CONTACT - MAP

*/

#maparea {
	position: relative;
}
#map {
	margin: 0px;
}
#yhteystiedot p.omega {
	margin: 0px 0px 25px 0px;
}

/*

REFERENCES

*/

#references {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-bottom: 30px;
	width: 460px;
}
#references table.references {
	width: 460px;
	border-top: solid 1px #cccccc;
}
#references table.references td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	border-bottom: solid 1px #cccccc;
	color: #000000;
	padding-right: 20px;
}
#references table.references td.first {
	white-space: nowrap;
	font-weight: normal;
}
#references table.references td.last {
	padding-right: 0px;
	text-align: right;
	white-space: nowrap;
}
#references table.references td.head {
	color: #000000;
	font-weight: normal;
}

/*

EVENTS

*/

#events {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-bottom: 20px;
	width: 460px;
}
#events table.events {
	width: 780px;
	border-top: solid 1px #cccccc;
}
#events table.events td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	border-bottom: solid 1px #cccccc;
	color: #000000;
	padding-right: 20px;
}
#events table.events td.first {
	white-space: nowrap;
	font-weight: normal;
}
#events table.events td.last {
	padding-right: 0px;
	text-align: right;
	white-space: nowrap;
}
#events table.events td.head {
	color: #000000;
	font-weight: bold;
}
#events table td span.brief {
	color: #767676;
}

/*

NEWS

*/

#filterform {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 21px;
	float: left;
	width: 269px;
}
#noresults {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 21px;
	float: left;
	width: 269px;
}
#filterform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999;
	width: 260px;
	padding: 0px;
	margin: 0px;
	border: 1px none #FFF;
}
#newslist {
	margin: 0px;
	border-bottom: solid 1px #cccccc;
	float: left;
}
#newslist ul {
	margin: 0px;
	float: left;
}
#newslist ul li {
	float: left;
	border-top: solid 1px #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}
#newslist ul li.first {
	border-top: none;
}
#newslist ul li.selected {
	color: #000000;
}
#newslist ul li a:link, #newslist ul li a:visited, #newslist ul li a:active {
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #767676;
	text-decoration: none;
}
#newslist ul li a:hover {
	color: #000000;
}
#newslist ul li.selected a {
	color: #000000;
}
#newslist ul li span.date {
	display: block;
	float: left;
	width: 75px;
}
#newslist ul li span.title {
	display: block;
	float: left;
	width: 225px;
}
#newsbrowse {
	margin-top: 20px;
	float: left;
	width: 300px;
}
#newsbrowse a {
	margin-right: 15px;
}

/*

FOOTER

*/

#footer {
	padding: 12px 0px 0px 0px;
	font-size: 10px;
	border-top: solid 1px #000;
	margin: 40px 0px 30px 10px;
}
#footer div.leftcredit {
	text-align: left;
}
#footer div.rightcredit {
	text-align: right;
}
#footer a {
	color: #000000;
}

/*

CASE PHOTOS

*/

div.photo460, div.photo300, div.photo780 {
	position: relative;
	margin-bottom: 20px;
}
div.photo460 a, div.photo300 a, div.photo780 a {
	color: #ffffff;
}
div.photo460 a:hover, div.photo300 a:hover, div.photo780 a:hover {
	color: #cccccc;
}
div.photo460 p.caption, div.photo300 p.caption, div.photo780 p.caption {
	position: absolute;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #000000;
	left: 0px;
	bottom: 0px;
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
	margin-right: 0px;
}
div.photo460 p.caption {
}
div.photo300 p.caption {
}
div.photo780 p.caption {
}
div.photo460 {
	width: 460px;
}
div.photo300 {
	width: 300px;
}
div.photo780 {
	width: 780px;
}
div.size460 {
	height: 310px;
}
div.size300 {
	height: 145px;
}
div.size300small {
	height: 62px;
}
div.size780 {
	height: 180px;
}

/*

END

*/
