/* Basics
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #c5d7e4 url(../images/wall.jpg) no-repeat top;	
	text-align: center;	
}
body, p, td, th, div, blockquote, dl, ul, ol, option, form {	
	font: normal 12px/18px Arial, sans-serif;
	color: #000;
}
img {
	border: 0;
	display: block;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input.ngformError {
	border: 2px solid red;
}

/* Header
----------------------------------------------- */
#header {
	height: 103px;
}
#logo {
	float: left;
	padding: 34px 0 0 19px;
}
#lang {
	float: left;
	padding: 38px 0 0 333px;
}

/* Structure
----------------------------------------------- */
#container {
	width: 945px;
	padding-left:5px; 
	background: transparent url(../images/skeleton.png) bottom left no-repeat;
	margin: 0 auto;
	text-align: left;
}
#header, #intro, #front, #mainnav, #subintro, #sub {
	width: 940px;
}
#intro {
	width: 940px;
	height: 312px;	
	position: relative;
}
#subintro {
	background: #064ca1 url(../images/alaintro.png) top left no-repeat;
	min-height: 82px;
	height: 82px;
	position: relative;
}
html>body #subintro {
	height: auto;
}
#corner {
	width: 191px;
	height: 42px;
	background: transparent url(../images/corner.png) top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#corner h6 {
	font: normal 24px/24px Arial, sans-serif;
	color: #fff;
	padding: 10px 0 0 20px;
	margin: 0;
}
#front {
	background: #fff url(../images/cols.png) top left no-repeat;
	padding: 35px 0 0 0;
	min-height: 300px;
}
#front a {
	text-decoration: none;
}
#front-up {
	position: absolute;
	left: 37px;
	top: 175px;
}

#front-up, #front-up p {
	font-size: 12px;
}
#front-up h1,#front-up h2,#front-up h3,#front-up h4,#front-up h5,#front-up h6 {
	margin: 0;
	padding: 0;
	font: bold 18px/20px Arial, sans-serif;
	color: #0759b2;
}
#front-up .col {
	width: 205px;
	float: left;
	margin-right: 20px;
}
#front-up .col h6 {
	margin-bottom: 5px;
}
#front-up a {
	color: #e42c08;
	font-size: 11px;
	font-weight: bold;
}
#front-up a:hover {
	color: #ff5635;
	text-decoration: underline;
}
#leftcol {	
	width: 312px;
	float: left;
}

#press IMG {
	float: left;
	margin-right: 10px;
}

#releases {
	padding: 0 25px;
}
#txt #releases {
padding: 0;
}
#releases span.date, #press strong, .releaselist span.date {
	font: bold 10px/16px Arial, sans-serif;
	color: #a6a8ac;
	display: block;
}
#releases a, #press a, .releaselist a {
	font: normal 13px/16px Arial, sans-serif;
	color: #000;
	display: block;
	margin-bottom: 1.5em;
}
#releases a:hover, .releaselist a:hover
{
  color: #a6a8ac;
}

#releases_archive
{
}

#releases_archive a
{
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  color: #8d9498;
  font-size: 14px;
  font-weight: bold;
  background: url('../images/radio-off.png') 0 50% no-repeat;
}

#releases_archive a.selected
{
  color: #25a0eb;
  background: url('../images/radio-on.png') 0 50% no-repeat;
}

#midcol {	
	width: 293px;
	padding: 0 0 0 20px;
	float: left;
}
#midcol p img, #midcol h4 img {
  float: left;
  margin: 0 10px 0 2px;
}
#stock {
	border-bottom: 1px solid #dfe1e4;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 272px;
}
#rightcol {
	float: left;
	width: 315px;
}

#wraps 
{
	margin-left: 22px;
	clear: both;
}

#wraps .wrapme 
{
	border-top: 1px solid #e0e2e5;
	width: 163px;
	padding-top: 15px;
	padding-left: 124px;
	margin-top: 15px;
	clear: both;
	overflow: hidden;
}

#wraps .wrapme A.first-direct-child-of-wrapme {
	float: left;
	margin-left: -124px;
}

#wraps .wrapme > A:first-child {
	float: left;
	margin-left: -124px;
}

#wraps .wrapme A {
	width: auto;
}

#wraps .wrapme H4 {
	color: #636c7c;
	text-transform: uppercase;
	font-size: 10px;
        line-height: 12px;
        font-weight: bold;
	margin: -2px 0 4px 0;
}

#wraps .wrapme H3 {
	color: #20a1ff;
	font-size: 20px;
	margin: 0;
	float: none;
}

#wraps .wrapme H3 A {
	float: none;
}

#wraps .wrapme-first-child,
#wraps .wrapme:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#wraps .last 
{
	border-bottom: 0 !important;
}

#wraps img 
{
  float: left;
}

#wraps h1, 
#wraps a 
{
	float: right;
	font: bold 20px/22px Arial, sans-serif;
	color: #20a1ff;
	margin: 0;
	padding: 0;
	width: 140px;
}
#wraps a:hover {
color: #61cdff;
}

#wraps h2
{
	float: right;
	color: #636c7c;
	font-size: 11px;
}


#sub {
	background: #fff url(../images/main.png) 191px 0 no-repeat;
	padding-bottom: 60px;
}
#mainwrap {
	 background: transparent url(../images/border.png) top right repeat-y;
	 margin-top: 30px;
	 padding-bottom: 20px;
}
#mainwrap #maincontent {
	width: 508px;
	min-height: 300px;
	float: left;	
}
#mainwrap-wide {
	 margin-top: 30px;
	 padding-bottom: 20px;
}
#mainwrap-wide #maincontent {
  width: 670px;
	min-height: 300px;
	float: left;	
}
#mainwrap-wide #txt {
  width: 670px;
}
#path {
	height: 20px;
	padding: 15px 0 0 227px;
	float: left;
}
#path a {
	font: normal 11px/14px Arial, sans-serif;
	color: #b4b4b4;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	background: transparent url(../images/smarrow.gif) top right no-repeat;
}
#path a.last {
	background: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}
#txt {
	width: 425px;
	margin: 0 0 0 35px;
}
#arm {
	width: 180px;
	margin: 0 0 0 30px;
	float: left;
}
#tools {
	height: 40px;
}
#buttons {
	float: right;
	padding: 12px 12px 0 0;
}
#buttons img {
	float: left;
	padding-left: 2px;
}
#buttons a {
	cursor: pointer;
}

#footer {
	width: 950px;
	height: 78px;
	margin: 0 auto;
	background: transparent url(../images/footer.png) top left no-repeat;
	
}
#footer .copy {
	float: left;
	color: #8d939f;
	font-size: 11px;
	margin: 20px 0 0 30px;	
}
#footer .shortcuts {
	float: right;
	margin: 20px 30px 0 0;	
}
#footer .shortcuts {
	color: #8f95a1;
}
#footer .shortcuts a {
	color: #20a1ff;
	text-decoration: none;
	font-size: 11px;
}

/* Nav
----------------------------------------------- */
#mainnav {
	position: relative;
	z-index: 10;
	height: 48px;
	background: #1f8ae7 url(/files/talvivaara/images/nav.png) top left no-repeat;
}
#mainnav a {
	text-decoration: none;
}
#mainnav ul {	
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	position: absolute;
}
#mainnav ul li {
	/*padding: 16px 13px 0 13px;*/
	margin: 0;
	float: left;
	position: relative;
}
#mainnav ul li.selected, #mainnav ul li:hover {
	background: transparent url(/files/talvivaara/images/navover.png) 0 0 repeat-x;
}
#mainnav li div {
	position: absolute;
	z-index: 10000;
	width: 387px;
	left: -999em;
	padding: 15px 20px;
	background: transparent url(/files/talvivaara/images/ddbtm.png) bottom left no-repeat;		
}
#mainnav li:hover div {
	position: absolute;
	left: -3px;
	top: 48px;
	z-index: 10000;	
}
#mainnav ul li div a {
	display: block;
	float: none;	
	font: bold 13px/22px Arial, sans-serif;
	background: url(/files/talvivaara/images/ddnav.gif) 0 7px no-repeat;
	letter-spacing: -1px;
	padding: 0 0 0 11px;		
}
#mainnav ul li {
	padding: 16px 13px 12px 13px;
	margin: 0;
	float: left;
}
#mainnav ul li a {
	font: bold 16px/22px Arial, sans-serif;
	color: #fff;
	display: block;
	padding-bottom: 6px;
}
#mainnav ul li a:hover {
	color: #cceaff;
}
html #mainnav div div {	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	float: left !important;
	margin: 0 20px 0 0 !important;
	padding: 1px !important;
	background: none !important;
	width: 150px !important;	
}
#subnav {
	width: 191px;	
	float: left;
	min-height: 100px;
	height: 100px;
}
html>body #subnav {	
	height: auto;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 0 10px;
	zoom: 1;
}
#subnav ul li {
	margin: 0;
	padding: 6px 25px 5px 10px;
	background: #fff url(../images/arrow.png) 160px 10px no-repeat;
}
#subnav ul ul {
	margin: 10px -10px 0 5px;
}
#subnav ul ul li {
	background: none;
	padding: 4px 0 4px 10px;
}
#subnav ul ul li a {
	font: normal 12px/13px Arial, sans-serif !important;
	color: #35414f !important;
}
#subnav ul ul li.selected a {
	font-weight: bold !important;
}
#subnav ul li a {
	font: normal 14px/15px Arial, sans-serif;
	color: #35414f;
	display: block;
}
#subnav ul li.selected a {
	color: #00416a;
	font-weight: bold;
}
#subnav a {
	text-decoration: none;
}
#subnav a:hover {
	color: #a6a8ac !important;
}


/* Search
----------------------------------------------- */
#search {
	padding: 26px 0 0 31px;
	float: left;	
}
#search input.kw {	
	float: left;
	margin: 13px 0 0 0;
	padding: 0 10px 0 20px;	
	background: none;
	width: 155px;	
	font: normal 13px/13px Arial, sans-serif;
	letter-spacing: 1px;
	border: 0;
}

/* Headings
----------------------------------------------- */
h1 {
	font: bold 26px/30px Arial, sans-serif;
	margin: 0 0 1em 0;
	color: #35414f;
	display: block;
}
h2, h3, h4, h5, h6 {
	font: normal 18px/18px Arial, sans-serif;
	color: #8d9498;
}

/* Forms
----------------------------------------------- */
form {
	margin: 0;
}

/* Links
----------------------------------------------- */
a {
	color: #0088c8;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Lists
----------------------------------------------- */

/* Misc
----------------------------------------------- */
.clearer {
	clear: both !important;
	height: 1px !important;
	line-height: 0px !important;
	font-size: 0 !important;
	width: auto !important;
	float: none !important;
}
.skip {
	display: none;
}


/* Feedback forms
----------------------------------------------- */
#feedback
{
}

#feedback label,
#feedback textarea,
#feedback input.text
{
  display: block;
  margin: 0 0 5px 0;
}

#feedback textarea
{
  height: 100px;
}

#feedback textarea,
#feedback input.text
{
  width: 300px;
  margin-bottom: 10px;
}

#feedback input.submit
{
}


/* Release disclaimer 
*/

#disclaimer_countryselect,
#disclaimer_error,
#disclaimer_text
{
  display: none;
}

#disclaimer_textarea
{
  width: 100%;
  height: 200px;
  margin: 0 0 10px 0;
  padding: 5px;
}

/* Sitemap
----------------------------------------------- */
div#sitemap
{
} 

#sitemap div 
{
  clear: both;
  margin: 0 0 0 20px;
}

#sitemap p 
{
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  border-bottom: 1px solid white; /* IE */
}

#sitemap a 
{
  display: block;
  float: left;
  clear: right;
  height: 23px;
  line-height: 26px;
}

#sitemap span 
{
  display: block;
  float: left;
  width: 20px;
  height: 23px;
  margin: 0 3px 0 0;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#sitemap .open 
{
  cursor: pointer;
  background-image: url('../images/plus-button.png');
}

#sitemap .close 
{
  cursor: pointer;
  background-image: url('../images/minus-button.png');
}

#sitemap .last 
{
  background-image: url('../images/none-button.png');
}


/* Gallery
----------------------------------------------- */

#gallery
{
  text-align: center;
}

#gallery div.item
{
  float: left;
  margin: 0 20px 20px 0;
  text-align: center;
}

#gallery a.lb
{
  display: block;
  width: 100px;
  height: 75px;
  line-height: 75px;
  margin: 0 0 3px 0;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}
#gallery a.lb img {
  margin: auto;
  vertical-align: middle;
}

/*
#gallery a
{
  display: block;
  float: left;
  width: 100px;
  height: 75px;
  margin: 0 5px 10px 0;
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}
*/

#gallery a img
{
  display: inline;
}


/* Management
----------------------------------------------- */
div#management
{
}

#management div.person
{
  clear: both;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#management h2
{
  margin-bottom: 5px;
}

#management b
{
  display: block;
  margin-bottom: 5px;
}

#management div.picture
{
  float: right;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #ccc;
}

#management div.info
{
  display: none;
  clear: both;
}

#management a.moreinfo
{
  cursor: pointer;
  background: url('/files/talvivaara/images/arrow.png') 0 50% no-repeat;
  padding-left: 10px;
}

/* Webcams
----------------------------------------------- */
div#webcams
{
}

#webcams a
{
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}

#webcams a img
{
  width: 175px;
  margin: 0 0 5px 0;
}


/* Send page forms
----------------------------------------------- */
#sendpage
{
}

#sendpage label,
#sendpage textarea,
#sendpage input.text
{
  display: block;
  margin: 0 0 5px 0;
}

#sendpage textarea
{
  height: 100px;
}

#sendpage textarea,
#sendpage input.text
{
  width: 300px;
  margin-bottom: 10px;
}

#sendpage img.captcha
{
  float: left;
}
 
#sendpage input.captcha
{
  margin: 10px 0 0 0;
  width: 55px; 
  float: left;
}

#sendpage input.submit
{
  clear: both;
  margin: 10px 0 0 0;
  display: block;
}

UL.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.flat LI {
	margin: 1em 0;
	padding: 0;
}

.expandable P:first-child {
	display: block;
}

.expandable P {
	display: none;
}

UL.jobs LI {
	margin: 2em 0;
	overflow: hidden;
}

UL.jobs .expires {
	margin: .5em 0;
	font-weight: bold;
	color: #aaa;
}

UL.jobs .apply {
	font-size: 1.2em;
	display: block;
	margin: 1.5em 0;
	font-weight: bold;

}

#google-map-container {
	padding: 13px;
	float: right;
}

#google-map {
	width: 480px;
	height: 320px;
border: 2px solid #fff;
}

.gmap-address {
	cursor: pointer;
	padding: 15px;
}

.gmap-address P {
	color: #0088C8;
}

#google-map-container,
.gmap-address-selected {
	background: #f2efe9;
}

table {
    border-collapse: collapse;
    margin-top: 10px;
}
td,th {
    text-align: left;
    vertical-align: top;
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid #ccc;
}
thead td {
    border-bottom: 2px solid #ccc;
    font-size: 14px;
    font-weight: bold;
}

.locked {
  display: none;
}

/* Hugin linebreaks
----------------------------------------------- */
div.hugin {
  min-height: 1em;
  height: 1em;
}
html > body div.hugin {
  height: auto;
}
