/*
//------------------------------------------------------------------------------
// File:			style.css
// Description:		Main style sheet definitions
// Add info:		
// Version:			ver 0.0.2
// Copyright:		DLF Ltd - All rights reserved
//
// Version history:
// 0.0.1    18.02.2010,	Pirkka Lehto, DLF Ltd -File created
//------------------------------------------------------------------------------
*/

/* Main pagestructure definitions: */

			body {
				background-color: white;
				background-image:url('images/night_city.jpg');
				/*background-attachment: fixed;*/
				background-repeat:no-repeat;
				color: white;
				font-family: Calibri, Verdana, Arial, sans-serif; 
				font-size: 9pt;
			}
			a:hover {
				text-decoration: underline;
				font-weight: bold;
			}

			img {
				border: 0;
			}

			h1 {
				color:#06345c;
				margin-top:10px;
				margin-bottom:10px;
			}

			h2 {
				border-bottom: solid 1px #164f81;
			}

			h3 {
				color:black;
				border-bottom: solid 1px #64d6ff;
				margin:5px;
				margin-top:10px;
			}

			div.styler {
				float: left;
				width: 350px;
				height: 300px;
				margin-right: 20px; 
				opacity: 0.2;
			}
			div.textcont {
				position: absolute;
				left: 150px;
				top: 200px;
				margin: 20px;
				opacity: 0.2;
				color: white;
				font-family: Calibri, Verdana, Arial, sans-serif; 
				font-size: 40pt;
			}
			div.navi {
				background-color: white;
				background-image:url('images/deco_metal.png');
				text-align: center;
				letter-spacing: 1px;
				height: 36px;
				line-height: 36px; /* Vertical align fix */
				font-size: 20px;
				width: 100%;
			}

			div.navi_list {
				float:left;
				width:200px;
				border-right: solid 1px gray;
			}

			div.navi_list_selected {
				background-color: gray;
				background-image:url('images/deco_metal_inv.png');
			}

			div.leftMargin {
				margin-left: 200px;
			
			}

			div.subNav {
				z-index: 4;
				position: absolute;
				color: white;
				margin: 20px;
				letter-spacing: 1px;
				line-height: 20px; /* Vertical align fix */				
				font-size: 12pt;
			}

			a.navi {
			  margin: 2px 5px 2px 5px;
			  padding: 2px;
			  text-align: center;
			  text-decoration: none;	  
			  font-weight: bold;
			  color: black;
			  text-transform: uppercase;
			}

			a.navi_selected {
			  margin: 2px 5px 2px 5px;
			  padding: 2px;
			  text-align: center;
			  text-decoration: none;
			  font-weight: bold;
			  color: black;	
			}

			a.subNav {
				text-decoration: none;
				text-transform: uppercase;
				color: white;	
			}

			a.notextdeco {
				text-decoration: none;
			}

			div.margin10px {
				margin: 5px;
			}
			
			div.gray {
				color: #cecfd1;
			}

			div.container {
				z-index: 1;
				position: absolute;
			}

			div.decoContent {
				z-index: 3;
				width: 680px;
				position: absolute;
				margin-left: 120px;
				margin-top: 30px;
				height: 80%;
				overflow : auto;
			}

			div.content {
				background-color: white;
				z-index: 3;
				position: absolute;
				color: black;
				padding: 20px;
				margin-left: 20px;
				margin-right: 20px;
				width: 600px;
				border: solid 1px #1c6bb0;
			}

			div.contentTop {
				font-size: 20px;
				color: white;
				float: right;
				padding: 5px;
			}

			div.subContent {
				font-size: 30px;
				color: #1c6bb0;
				text-transform: uppercase;
				padding: 2px;
				padding-left: 10px;
			}

			div.mainContent {
				padding-left: 10px;
				font-size: 16px;
			}

			div.hook {
				z-index: 2;
				width: 60px;
				height: 60px;				
				border: solid 6px red;
				color: white;
				position: absolute;
				font-size: 14pt;
			}

			div.hookL {
				margin-left: 85%;
				margin-top: 100px;
			}
			div.hookR {
				margin-left: 85%;
				margin-top: 200px;
			}

			span.person {
				color: #4b730b;
				font-weight: bold;
			}