html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .625em;
	background: #fff url(../img/bg.gif) top left repeat;
	color: #292929;	
}

a {
	color: #009DFF;
}

a:hover {
  color: #54bcfd;
}

h2, h3 {
	color: #009DFF;
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}


#container {
	font-size: 1.1em;
	line-height: 1.6em;
/*
	position: relative;
	min-height: 100%;
	height: auto;
	*/
	overflow: hidden;
}

#newsItem {
	float: left;
	margin-top: 1em;
}


#headerFrame {
	width: 100%;
	float: left;
	overflow: visible;
	min-height: 24px;
	border-top: 4px solid #009DFF;
	background: #fff;
	border-bottom: 1px solid #D0D0CD;
	margin: 0 auto;	
	padding: 0 0 4.2em 0;
	margin: 0 0 7px 0;
}

#navigation {
	float: left;
}

#header {
	top: -4px;
	z-index: 100;	
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#content {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	margin: 30px 0 0 44px;
	padding: 0;
	width: 77px;
	height: 75px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	background: url(../img/logo.png) top left no-repeat;
}

* html #header h1 {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/logo.png', sizingMethod='scale');
}

#header h1 a {
	display: block;
	height: 100%;
}
#navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: 159px;
	top: 30px;
}

#navigation li {
	float: left;
	width: 109px;
	line-height: 1.8em;
	text-indent: -9999px;
}

#navigation li.rakennukset, #navigation li.buildings {
  width: 130px;
}

#navigation li.kehityskohteet, #navigation li.developments {
  width: 140px;
}

#navigation li ul li {
	text-indent: 0;	
	margin-left: 7px;
}

* html #navigation li ul li {
	text-indent: 0;	
	margin-left: 5px;
}

#navigation li a {
	height: 29px;
	display: block;
}

#navigation li.etusivu_fi a {
	background: url(../img/navi/etusivu.gif) top left no-repeat;
}

#navigation li.etusivu_en a {
	background: url(../img/navi/etusivu-en.gif) top left no-repeat;
}

#navigation .buildings a {
	background: url(../img/navi/buildings.gif) top left no-repeat;
}

#navigation .rakennukset a {
  background: url(../img/navi/rakennukset.gif) top left no-repeat;
}

#navigation .housing a {
	background: url(../img/navi/housing.gif) top left no-repeat;
}

#navigation .asunnot a {
  background: url(../img/navi/asunnot.gif) top left no-repeat;
}

#navigation .kehityskohteet a {
	background: url(../img/navi/kehityskohteet.gif) top left no-repeat;
}

#navigation .developments a {
  background: url(../img/navi/developments.gif) top left no-repeat;
}

#navigation .yritys a {
	background: url(../img/navi/yritys.gif) top left no-repeat;
}

#navigation .teknologia a {
  background: url(../img/navi/teknologia.gif) top left no-repeat;
}

#navigation .uutiset a {
	background: url(../img/navi/uutiset.gif) top left no-repeat;
}

#navigation .yhteys a {
	background: url(../img/navi/yhteys.gif) top left no-repeat;
}

#navigation .inEnglish a {
	background: url(../img/navi/in_english.gif) top left no-repeat;
	
}

#navigation .inFinnish a {
	background: url(../img/navi/in_finnish.gif) top left no-repeat;
	
}

#navigation .technology a {
  background: url(../img/navi/teknologia-en.gif) top left no-repeat;
}

#navigation .news a {
  background: url(../img/navi/uutiset-en.gif) top left no-repeat;
}

#navigation .contact a {
	background: url(../img/navi/yhteys-en.gif) top left no-repeat;
}

#navigation li.etusivu_fi a:hover {
  background: url(../img/navi/etusivu_hover.gif) top left no-repeat;
}

#navigation li.etusivu_en a:hover {
  background: url(../img/navi/etusivu-en_hover.gif) top left no-repeat;
}

#navigation .buildings a:hover {
  background: url(../img/navi/buildings_hover.gif) top left no-repeat;
}
#navigation .rakennukset a:hover {
  background: url(../img/navi/rakennukset_hover.gif) top left no-repeat;
}

#navigation .housing a:hover {
	background: url(../img/navi/housing_hover.gif) top left no-repeat;
}

#navigation .asunnot a:hover {
  background: url(../img/navi/asunnot_hover.gif) top left no-repeat;
}

#navigation .developments a:hover {
  background: url(../img/navi/developments_hover.gif) top left no-repeat;
}

#navigation .kehityskohteet a:hover {
  background: url(../img/navi/kehityskohteet_hover.gif) top left no-repeat;
}

#navigation .yritys a:hover {
  background: url(../img/navi/yritys_hover.gif) top left no-repeat;
}

#navigation .teknologia a:hover {
  background: url(../img/navi/teknologia_hover.gif) top left no-repeat;
}

#navigation .uutiset a:hover {
  background: url(../img/navi/uutiset_hover.gif) top left no-repeat;
}

#navigation .yhteys a:hover {
  background: url(../img/navi/yhteys_hover.gif) top left no-repeat;
}

#navigation .technology a:hover {
  background: url(../img/navi/teknologia-en_hover.gif) top left no-repeat;
}

#navigation .news a:hover {
  background: url(../img/navi/uutiset-en_hover.gif) top left no-repeat;
}

#navigation .contact a:hover {
	background: url(../img/navi/yhteys-en_hover.gif) top left no-repeat;
}

#navigation .inEnglish a:hover {
  background: url(../img/navi/in_english_hover.gif) top left no-repeat;
}


#navigation .inFinnish a:hover {
  background: url(../img/navi/in_finnish_hover.gif) top left no-repeat;
}



#container #navigation li ul li a {
	background: none;
	height: auto;	
	font-size: 11px;
	line-height: 19px;
}

* html #container #navigation li ul li {
	width: 90px;
	line-height: 1.5em;
}

#navigation a {
	color: #4E4E4E;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation li.etusivu {
	width: 75px;
}	
#navigation li.uutiset, #navigation li.yhteys, #navigation li.inEnglish,
#navigation li.news, #navigation li.contact{
	width: 92px;
}

#navigation li.teknologia  {
  width: 140px;
}

#navigation li.technology  {
  width: 148px;
}

#navigation li.uutiset, #navigation li.news {
	margin: 0 0 0 48px;
	border: none;
	
}

* html #navigation li.uutiset, * html #navigation li.news {
	margin-left: 60px;
}



#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li ul {
  position: absolute;
  display: block;
  visibility: hidden;
  width: 180px;
	margin: 0;
	padding: 0;
  padding: 10px;
  border: 1px solid #D0D0CD;
  /*border-left: 3px solid #009DFF;*/
  border-left: 0;
  background: #fff url(../img/navi/bg-green.gif) top left repeat-y;
  border-top: 0;
}	

#navigation li ul li {
  white-space: nowrap;
}

#navigation li:hover ul {
  visibility: visible;
}

#navigation li.housing ul, #navigation li.asunnot ul {
  border-left: 0;
  background: #fff url(../img/navi/bg-lightblue.gif) top left repeat-y;
}

#navigation li.kehityskohteet ul, #navigation li.developments ul {
  border-left: 0;
  background: #fff url(../img/navi/bg-blue.gif) top left repeat-y;
}

#navigation li.teknologia ul, #navigation li.technology ul {
  border-left: 0;
  background: #fff url(../img/navi/bg-brown.gif) top left repeat-y;
}

#navigation li.yritys ul {
  border-left: 0;
  background: #fff url(../img/navi/bg-brown.gif) top left repeat-y;
}

#navigation li.uutiset ul, #navigation li.yhteys ul, #navigation li.news ul, #navigation li.contact ul  {
  border-left: 0;
  background: #fff url(../img/navi/bg-gray.gif) top left repeat-y;
}

#navigation li ul.hover {
  visibility: visible;
}

#main {
	padding-left: 5px;
	margin: 0 auto;
	width: 640px;
}

#mainContent h2 {
	font-size: 4em;
	margin: 0;
}
#mainContent p.ing {
	font-family: Arial, Helvetica, sans;
	font-size: 2em;
	line-height: 1.4em;
}

/* listing */

#items div {
	border-top: 2px solid #009DFF;
	padding-top: 4px;
}

#items div.googleMap {
  width: 390px;
  margin-left: 10px;
  float: right;
}

#ratkaisut #items div, #solutions #items div {
  border-color: #8ed80c;
}

#teknologia #items div, #technology #items div  {
  border-color: #837a40;
}


#items img {
	border: 0;
	border-bottom: 1px solid #54B9F6;
}

#items h3 {
	font-size: 1em;
	font-weight: bold;
	color: #009DFF;
	width: 100px;
	text-align: right;
	margin-left: -110px;
	position: absolute;
}

#ratkaisut #items h3, #solutions #items h3 {
  color: #8ed80c;
}

#ratkaisut #items img, #solutions #items img  {
  border-bottom: 1px solid #8ed80c;
}

#teknologia #items h3, #technology #items h3  {
  color: #837a40;
}

#teknologia #items img, #technology #items img {
  border-bottom: 1px solid #837a40;
}


#items ul.files {
  background-color:#FFFFFF;
  border-top:3px solid #DDDDDD;
  float:right;
  list-style: none;
  margin:-30px -20px 0pt 10px;
  padding:1em 3em 3em;
  position:relative;
  width:220px;
  z-index:200;
}



#items a.top {
	float: right;
	clear: both;
	color: #2F2F2E;
	text-decoration: none;
}

#items p.info {
	font-style: italic;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	float: none;
}

#items div {
	float: left;
	width: 100%;
	margin-bottom: 28px;
}

#items .ing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	line-height:1.5em;
}


/* front */

#front #main {
	width: 950px;
}

#front #raise {
	height: 318px;
}

#front #raise img {
	border: 0;
}

#front #raise .left {
	float: left;
	/*
	border: 1px sodid red;
	width: 618px;
	margin-left: 15px;
	overflow: hidden;
	*/
}

* html #front #raise .left {
  width: 603px;
}

#front #raise .left img {
  float: right;
}

#front #raise .right {
	float: right;
}

#front #raiseContent{
	float: right;
}

#front .news, #front .bulletins, #front .download {
	border-top: 3px solid #009DFF;
	margin-top: 21px;
	float: left;
}
#front .news {
	width: 475px;
	margin-left: 157px;
}

* html #front .news {
	margin-left: 78px;
}

#front .bulletins {
	width: 313px;
	margin-left: 5px;
}

#front .download {
	width: 313px;
}


#front h3 {
	color: #009DFF;
	font-size: 1.1em;
	margin: 1em 0;
}

#footer {
	position: absolute;
	border-top:3px solid #bbb;
	background: #ccc;
	width: 100%;
	line-height: 40px;
	clear: both;
	float: left;
}

#footerContainer {
	width: 950px;
	margin: 0 auto;
  background: url(../img/logo-small.gif) 50px 5px no-repeat;
}

#container:after, #frontContent:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;	
}	

#footer ul {
	width: 485px;
	float: left;
	list-style: none;
	margin: 0 5px 0 157px;
	padding: 0;
}

* html #footer ul {
	margin-left: 80px;
}

#footer a {
	color: #4D4D4D;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul li {
	float: left;
	margin-right: 20px;
}

.vcard {
}

.vcard * {
	display: inline;
}

/* news */

#newsItem {
	background: #fff;
	border-top: 3px solid #009DFF;
	padding: 25px 18px;
	margin-bottom: 20px;
}

#newsItem h3 {
	font-size: 1em;
	font-weight: bold;
	color: #009DFF;
	width: 100px;
	text-align: right;
	margin-left: -150px;
	position: absolute;
}

#newsItem h2 {
	margin: .2em 0 1em 0;
	padding: 0;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #292929;
}

#newsItem .caption {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;}

#newsItem dd.caption {
	margin-bottom: 1em;
	border-bottom:1px solid #ccc;
}
#newsItem .newsContent {
	line-height: 1.6em;
}

#newsList, #uutiset #newsList dl, #news #newsList dl {
	padding: 0 18px 2em 18px;
}
#uutiset #items dl, #news #items dl  {
	padding: 0 18px 2em 25px;
}


#front #newsList {
	padding: 0  0 2em;		
}

#newsList a:hover, .bulletins a:hover {
  text-decoration: underline;
}

#newsList dt, #uutiset #newsList dt, #uutiset #items dt,
#news #newsList dt, #news #items dt{
	width: 10em;
	font-size: .9em;
	clear:left;
	float: left;
	margin-left: -6.9em;
	text-align: right;
}

* html #newsList dt, * html #uutiset #items dt, * html #news #items dt {
	margin-left: -3.4em;
	position: relative;
}

#front #newsList dt {
	width: 6em;
}

#front #newsList dd, #front #items dd {
	margin: 0 1em .5em 0;

}
#newsList dd, #uutiset #newsList dd, #uutiset #items dd,
#news #newsList dd, #news #items dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;	
}

#newsList dt a, #uutiset #newsList dt a, #uutiset #items dt a,
#news #newsList dt a, #news #items dt a {
	color: #685745;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
#newsList dd a, #uutiset #newsList dd a, #uutiset #items dd a,
 #news #newsList dd a, #news #items dd a{
	color: #011019;
	text-decoration: none;
}

#newsList dd.caption a, #uutiset #newsList dd.caption a, #uutiset #items dd.caption a,
#news #newsList dd.caption a, #news #items dd.caption a {
	color: #747474;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: .5em 0 1em 0;
	padding: 0;
	line-height:1.6em;
}
#uutiset #items dd.caption, #news #items dd.caption {
	margin-left: 3.1em;
	float: none;
	
}
#newsList dd.caption a.more {
	color: #009DFF;
	text-decoration: underline;
}

#uutiset #items a:hover, #news #items a:hover{
	text-decoration: underline;	
}
#uutiset #items dd.caption a , #news #items dd.caption a {
	color: #009DFF;
	text-decoration: underline;
}

.bulletin p {
	color:#747474;
	font-size: 1.0em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;

}
.bulletin h4 { 
	color:#011019;
	text-decoration: none;
	margin:0;
}	
.bulletin h4 a { 
	color:#011019;
	text-decoration: none;
	font-weight:normal;
	font-size:1.1em;
}	

.bulletin h4 span {
	color: #685745;
	display: inline;
	text-decoration: none;
	font-weight:bold;
	margin-right:1em;
}

.bulletin .pvm, .bulletin .pvm a {
	color: #685745;
	display: inline;
	text-decoration: none;
}

.bulletin .pvm a:hover {
  text-decoration: underline;
} 

.tiedotefront {
	color: #747474;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:1em;
	margin: .5em 0 1em 0;
	padding: 0;
	line-height:1.4em;
}

a.pdf {
	padding-left: 20px;
	line-height: 2em;
	background: url(../img/pdf.gif) center left no-repeat;
}


#arkisto, #tiedotteet{
	background: #fff;
	line-height:1.8em;


}

/* google maps */
iframe {
	float: right;
}

/* form */

#contact input, #contact textarea {
	border: 1px solid #bfbfbf;
	padding: 1px;
	width: 20em;
	margin: .2em;
}

#contact textarea {
	height: 8em;
}

#contact fieldset {
	border: none;
}


#contact.extra fieldset {
	background: none;
}
#contact legend {
	font-weight:bold;
	padding:0pt 2px;
}
#contact label {
	line-height:2em;
	vertical-align:top;
}
#contact fieldset ol  {
	margin:0pt;
	padding:0pt;
}

#contact fieldset li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px;
	clear:both;
}
#contact fieldset fieldset {
	padding: 0 0 0 0;
	border:medium none;
	margin:3px 0pt 0pt;
	background: none;
}
#contact fieldset fieldset legend {
	font-weight:normal;
	padding:0pt 0pt 5px;
}
#contact fieldset fieldset label {
	display:block;
	width:auto;
}
#contact label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
#contact label.inline {
	float: none;
}

#contact li ul {
	display: block;
	float: left;
	margin-left: 0;
	padding-left: 0;
}

#contact li ul li label { 
	float: none;
}

#contact li ul li input {
	border: 0;
}

#contact li ul li input.other {
	border: 1px solid #ccc;
}

#contact li ul li input, #contact .submit input { 
	width: auto;
}

#contact .submit {
	width: 424px;
	text-align: right;
}

#contact #postCode {
	width: 4em;
}

#contact #city {
	width: 9.2em;
}

#contact .other {
	width: 11.3em;
}

#contacts h4, #kontaktihenkilot h4{
	margin-bottom:0;
}



/* sifr */
/*
.sIFR-active #mainContent h2 {
  visibility: hidden;
  line-height: 1em;
  font-size:2.5em;
  font-weight:normal;
}

.sIFR-active #mainContent p {
  visibility: hidden;
  line-height: 1em;
  font-weight:normal;
  font-family:Arial,Helvetica,sans;
  font-size:1.6em;
}
*/
.files {
  clear: both;
}

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

.images ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  float: left;
  clear: both;
}

.images ul li {
  float: left;
  margin: 0 5px 5px 0;
}

.images ul li a {
  width: 140px;
  height: 105px;
  overflow: hidden;
  display: block;
  padding: 5px;
  background: #eee;
  border: 1px solid #ddd;
}

.images ul li a:hover {
  border: 1px solid #009DFF;
}

.images ul li span a {
  width: auto;
  height: auto;
  background: none;
  border: 0;
  padding: 0;
}

.images ul li span a:hover {
  border: 0;
}


.images ul li img {
  border: 0;
}

#breadcrumbs {
  font-family: tahoma, arial;
  font-weight: light;
  font-size: .95em;
  letter-spacing: .1em;
  margin: 1em 0 1em 0;
  background: #fff;
  padding: 2px 5px;
}

html>body #breadcrumbs {
  float: left;
  clear: both;
  width: 630px;
}

*:first-child+html #breadcrumbs {
  float: none;
}

#breadcrumbs a {
  text-decoration: none;
  color: #292929;
  padding: 0 5px 0 5px;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#downloads {
  background: #fff;
  padding-bottom: 20px;
}

#downloads td {
  padding: 4px;
}

#downloads th {
  text-align: left;
  padding: 4px;
}

#downloads .odd {
  background: #F5F4F2;
}

.productsConcepts {
  list-style:none;
  clear: both;
  margin-left: 0;
  padding-left: 0;
}

.productsConcepts li {
  clear: both; 
  margin-bottom: 1em; 
  float: left;
  width: 470px;
}

.productsConcepts img {
  margin-right: 10px;
  float: left;
  border: 0;
}


