/* @override 
	http://extra.activeark.com/dev/oras/css/style.css
	http://www.orasinvest.fi/oras2009/css/style.css
	http://www.orasinvest.fi/css/style.css
*/

/* -----------------------------------------------------------

	Project:		Oras invest
	Version:		1.0
	Created:		20/5/09
	Modified:		
	
		[Table of contents]
		1. Reset
		2. Typography
			2.1	Headings
			2.2	Text elements
			2.3	Lists
			2.4	Tables
			2.5	Forms
		3. Structure
			3.1	Header
			3.2	Navigation
			3.3	Content
			3.4	Footer
		4. Clear floats
	
----------------------------------------------------------- */


/* -----------------------------------------------------------

	Reset
	
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 			{ border-collapse: separate; border-spacing: 0; width: 260px !important; padding-left:10px; *padding-left: 30px; padding-top: 10px;*padding-top:20px;*padding-bottom: 15px;}
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: top;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


/* -----------------------------------------------------------

	Typography
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	color: #6a737b;
	line-height: 1.5;
	font-family: Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #6a737b; font-family: "Myriad Pro", Arial, sans-serif; }

h1 { font-size: 2.5em; line-height: 1;}
h2 { font-size: 2em; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 0.5em; font-weight: bold; font-family: "Arial", sans-serif; color: #6a737b;}
h4 { font-size: 1.8em;}
h5 { font-size: 1.8em; color: #6a737b !important;}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; color: #6a737b; line-height:1.6em}
p img.right { float: right; }

a:focus, 
a:hover     { color: #6a737b; text-decoration: underline;}
a           { color: #6a737b; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: normal; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


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

li ul, 
li ol       { margin:0 1.5em;}

ul          { list-style-type: disc; margin: 0 0 10px 15px; color: #ef3e42;}
ol          { list-style-type: decimal;}
ul li		{ margin-bottom: 5px;}
ul li span	{color: #6a737b;}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1em; width:100%; }
th          { font-weight: bold; background: #fff; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */

label { font-weight: bold;}

fieldset    { border: none; font-family: "Arial";}
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title   { width: 300px; margin:0 0.5em 0 0; }
input.text, input.title  { border:1px solid #bbb;background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

textarea            { width: 380px; height: 100px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #ababab; background:#fff; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #ccc; background:#fff; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }

/* -----------------------------------------------------------

	Structure
	
----------------------------------------------------------- */

body {
	background: #fff;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

#page {
	margin: auto;
	background: #fff;
	width: 850px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
	padding: 40px 5px 15px 5px;
}

/* Header
-------------------------------------------------------------- */

#header{
	float: left;
	display: inline;
	width: 850px;
	height: 35px;
	border-bottom: 1px solid #000;
	position:relative;
}

#header img{
	width: 128px;
	height: 20px;
}

#print{
	background: transparent url(../img/arrows.gif) no-repeat 0 3px;
	text-indent: 20px;
	font-size: 1.16em;
	position: absolute;
	top: 12px;
	right: 0px;
	color: #6a737b;
	border: none;
}

#noflash{
	color: #000 !important;
}

/* Navigation
-------------------------------------------------------------- */
#navi{
	float: left;
	display: inline;
	width: 850px;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 1.1em;
	position: relative;
	margin-bottom: 10px;
}

#jsddm {	
	float: left;
	display: inline;
	padding-top: 15px;
	list-style-type: none;
	margin: 0 !important;
}

#jsddm li {	
	float: left;
	text-transform: uppercase;
	color: #43c5e9;
	height: 20px;
	background: transparent url(../img/navi_bg.jpg) no-repeat right 2px;
}

#jsddm li a {	
	display: block;
	padding-right: 20px;
	padding-left: 5px;
	color: #43c5e9;
}

#jsddm li a:hover {	
	color: #ef3e42;
	text-decoration: none;
}	
	
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	text-align: left;
	width: 220px;
	top: 35px;
}
		
#jsddm li ul li {
	float: none; 
	display: inline;
	list-style-type: none;
	background: none !important;
}

x#jsddm li ul li.selected{ 
	color: #ef3e42;
	display: inline !important;
	visibility: visible !important;
}
		
#jsddm li ul li a {	
	width: auto;
	color: #43c5e9; 
	font-size: 1em;
	padding-right: 10px;
	line-height: 27px !important;
	display: inline;
	text-transform: none;
	border-right: 1px solid #999999;
}

#first a{
	padding-left: 0 !important;	
}

#last {
	background: none !important;	
}
.selected{
	color: #ef3e42 !important;
	visibility: visible;
}

.selected:hover{
	color: #ef3e42 !important;
	visibility: visible;
}

#management {
	background: none !important;
	padding-left: 5px;
}
.sininen{
	color: #43c5e9 !important;
	visibility: visible;

}
.language{
	position: absolute;
	top: 5px;
	right: -5px;
}

.language a{
	padding-left: 5px;
	padding-right: 5px;
	color: #6a737b;
}

/* Content
-------------------------------------------------------------- */
.arrows{
	background: transparent url(../img/arrows_small.gif) no-repeat center right;
	padding-right: 20px;
}

#contentetusivu{
	float: left;
	display: inline;
	width: 849px;
  	margin-top: 20px;
  	border-right: 1px dotted #8f979d;
}

#content{
	float: left;
	display: inline;
	width: 848px;
	min-height: 530px;
  	height: auto !important;
  	height: 530px;
  	border-right: 1px dotted #8f979d;
  	border-left: 1px dotted #8f979d;
  	margin-top: 50px;
  	background: transparent url(../img/waterbg.jpg) no-repeat bottom right;
}

.contact{
	float: left;
	display: inline;
	width: 500px;
	color: #6a737b;
	padding-bottom: 100px;
}

.contact h3{
	font-size: 0.9em !important;
}

.contact h1{
	padding-top: 40px;
}

.company{
	float: left;
	display: inline;
}
.company h1{
	padding-left: 30px;
}

.downloads{
	float: left;
	display: inline;
	position: relative;
	width: 500px;
}
.downloads p{
	line-height: 2em;
	margin: 0 !important;
	width: 500px;
}
.download_logo img{
	float: left;
	margin-bottom: -6px;
	border: none !important;
}
.download-image{
	float: left;
	display: inline;
	width: 140px;
	height: 80px;
	padding-top: 10px;
}
.archive{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px 0 20px 0;
}
.archive h3{
	margin-bottom: 1.5em;
}
.archive p{
	margin-bottom: 0;
}
.archive p span{
	font-weight: bold;
	font-size: 1.2em;
}
.year{
	float: left;
	display: inline;
	width: 100%;
	padding-bottom: 20px;
}
#etusivuheader{
	background: transparent url(../img/bg.png) no-repeat 0px 0;
	width: 849px;
	height: 235px;
	margin-bottom: 20px;
}
.text{
	padding-left: 30px;
	float: left;
	display: block;
	width: 450px;
	padding-right: 20px;
	margin-bottom: 50px;
	_padding-bottom: 50px;
}

.contentboxstrategy{
	float: left;
	display: block;
	width: 320px;
	_width:310px;
	padding-right: 20px;
	padding-bottom: 130px;
	text-align: justify;
}

.contactrightblock{
	float: left;
	display: block;
	width: 250px;
	padding-top: 20px;
}

.contactleftblock{
	float: left;
	display: inline;
	width: 250px;
	padding-top: 20px;
}

.etusivurightbox{
	float: left;
	display: inline;
	width: 380px;
	padding: 0px 20px 20px 15px;
	margin-left: 10px;
	height: 140px;
}

.etusivuleftbox{
	float: left;
	display: inline;
	width: 410px;
	padding: 0px 10px 20px 0;
}

.feedback{
	float: left;
	display: inline;
	padding-bottom: 40px;
	clear: both;
	width: 500px;
}

.feedback h3{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #0071bb;		
}

#henkilot{
	float: left;
	display: inline;
	clear: both;
	width: 848px;
  	padding-bottom: 100px;
}

.henkilo{
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 20px;
	width: 400px;
	min-height: 380px;
  	height: auto !important;
  	height: 380px;
  	_height: 400px;
  	overflow: hidden;
}

.henkilovasen{
	float: left;
	display: inline;
	clear: both;
	margin-left: 10px;
	width: 410px;
}

.henkilotheader{
	clear: both;
	width: 700px;
	margin-left: 110px !important;
}

.henkilokuva{
	height: 100px;
	width: 90px;
	float: left;
	display: inline;
	position: relative;
}

.henkilokuva p{
	position: absolute;
	top:85px;
	left: 7px;
	text-align: center;
	font-size: 0.8em;
	color: #0071bb;
	padding-top: 1px;
}

.henkilotiedot{
	width: 280px;
	float: left;
	display: block;
	padding: 0 10px 0 20px;
	font-family: "Arial", sans-serif;
	color: #6a737b;
}

.kehys{
	width: 90px;
	height: 105px;
	position: relative;
	top: 0px;
}

.image{
	position: absolute;
	top: 5px;
	left: 4px;
}

.history{
	float: left;
	display: inline;
	border-bottom: 1px dotted #6a737b;
	min-height: 170px;
  	height: auto !important;
  	height: 170px;
  	width: 330px;

}

.history img{
	width:59px;
	height: 95px;
	float: left;
	display: inline;
	margin-top: 20px;
	padding-right: 10px;
}

.history ul{
	float: left;
	list-style-type: none;
	display: inline;
	width: 230px;
	padding: 10px 0 0 25px;
	color: #6a737b;
}

.history ul li{
	line-height: 2em;
}

.history ul li span{
	margin-left: -31px;
	*margin-left: -45px;
}

.history h2{
	border-bottom: 1px dotted #6a737b;
	font-family: "Minion Pro";
	color: #6a737b !important;
}

.industrial{
	padding-left: 30px;

}

.logo_images{
	float: left;
	display: inline;
	width: 120px;
	height: 100px;
	text-align: center;
	font-family: "Georgia", Arial, sans-serif;
	font-size: 0.9em;
	padding-right: 20px;
}

.vuosiluvut{
	text-align: center;
	color: #666;
	float: left;
	display: inline;
	width: 460px;
	height: 50px;
	margin-top: 160px;
}
.vuosiluvut p{
	text-align: center;
	color: #666;
	float: left;
	display: inline;
	padding-right: 65px;
	padding-left: 18px;
}
.vuosiluvutfi{
	text-align: center;
	color: #666;
	float: left;
	display: inline;
	width: 460px;
	height: 50px;
	margin-top: 160px;
}
.vuosiluvutfi p{
	text-align: center;
	color: #666;
	float: left;
	display: inline;
	padding-right: 55px;
	padding-left: 10px;
}

.kaaviokuva{
	float: left;
	display: inline;
	position: relative;
	width: 450px;
	height: 200px;
	_width:460px;
	background: transparent url(../img/kaavio-uusi.gif) no-repeat 0 50px;
}
.kaaviokuva a{
	width: 130px;
	height: 80px;
}
.kaaviokuva a#orasinvest{
	position: absolute;
	top: 20px;
	left: 135px;
}
.kaaviokuva #kemira{
	position: absolute;
	top: 80px;
	left: 280px;
}
.kaaviokuva #uponor{
	position: absolute;
	top: 80px;
	left: 130px;
}
.kaaviokuva #oras{
	position: absolute;
	left:  0px;
	width: 100px;
	top: 100px;
}

.keyfigures{
	float: left;
	display: inline;
	padding-top: 20px;
}
.keyfigures p{
	float: left;
	display: inline;
	font-size: 0.8em;
}
.oras {
	padding-left: 140px;
}

.kaavio{
	padding-left: 55px;
}

.contactrightblock .map a{
	color: #0071bb !important;
	text-transform: uppercase;
	font-weight: bold;
	width: 160px;
	font-size: 0.9em;
	padding-right: 15px;
	background: transparent url(../img/arrows_small.gif) no-repeat right center;
}

.map:hover{
	color: #0071bb;
}

.media{
	width: 520px;
	float: left;
	display: inline;
	color: #6a737b;
	margin-top: 40px;
	_padding-bottom: 130px;
	*padding-bottom: 130px;
	padding-bottom: 130px;
}
.media a{
	color: #6a737b;
}
.mediaheader{
	float: left;
	display: block;
	height: 80px;
	border-bottom: 1px dotted #6a737b;
	width: 500px;
	clear: both;
}

.media h1{
	float: left;
	display: inline;
	width: 380px;
	margin-top: 35px;
}

.media h3{
	font-family: "Arial", Sans-serif;
	color: #0071bb;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.medialeft{
	float: left;
	display: inline;
	width: 300px;
	margin-left: 10px;
}

.medialogo{
	height: 64px;
	width: 96px;
	float: left;
	display: inline;
	padding-right: 20px;
}

.news{
	padding-bottom: 20px;
	float: left;
	display: inline;
	width: 500px;
	padding-top: 20px;
}

.news p{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.news p span{
	padding-right: 10px;
	float: left;
	display: inline;
	width: 70px !important;
}

.pdf{
	padding-bottom: 20px;
	float:left;
	display: inline;
	width: 500px;
	*width: 480px;
}

.pdf p{
	float: left;
	display: block;
	width: 500px;
	padding-bottom: 0 !important;
	padding-right: 10px;
}

.pdf img{
	border: 1px solid #000;
} 

.pdf_images{
	float: left;
	display: inline;
	margin-top: -20px;
	padding: 10px 10px 10px 0;
}

.readmore{
	background: transparent url(../img/arrows.gif) no-repeat 0 2px;
	text-indent: 20px;
	font-size: 1.16em;
	color: #6a737b;
	float:left;
	display: inline;
}
.archive ul{
	margin-left: 0;
}
.archive-link{
	float: left;
	display: inline;
	width: auto;
	clear: both;
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------------- */

#footer{
	clear: both;
	background-color: #6a737b;
	width: 850px;
	height: 20px;
	font-size: 0.9em;
}

#footer p{
	padding-top: 2px;
	*padding-top: 0;
	text-indent: 5px;
	color: #fff;
	margin: 0 !important;
}

#footer span{
	padding-left: 5px;
	padding-right: 5px;
}

#footer a{
	color: #fff;
	font-weight: bold;
}


/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }

.floatright		{float: right;}

.clear{
	clear: both;
}
