@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/polarconTile.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #CCC;
	min-height:101%;
	cursor:default;
}

#vartalo{
	width: 844px;
	margin-left: auto;
	margin-right: auto;
}

/* navikointi ----------------------------------------------------------------------------------------------------------------------*/

#menu{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: auto;
	padding-left: 405px;
	padding-top: 30px;
	min-height: 50px;
}
#menu ul{
	list-style:none;
	padding:0px;
	float:left;
}
#menu li{
	list-style :none;
	display: block;
	float: left;
	margin :0;
}
#menu li a{
	display: block;
	float: left;
	color: #999;
	text-transform: uppercase;
	padding: 20px 18px 25px 18px;
	text-decoration: none;
}
#menu li a:hover{
	display:block;
	color:#3A3A3A;
	float:left;
}
#menu li a.current{
	display: block;
	float: left;
	color: #3A3A3A;
	text-transform: uppercase;
	padding: 20px 18px 25px 18px;
	text-decoration: none;
	background: url(../images/currentLink.png) center bottom no-repeat;
}

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

#containerA{
	width: 844px;
	height: 548px;
	margin-top: 57px;
}

#containerA_left{
	width: 300px;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#containerA_right{
	width: 489px;
	float: right;
	position: relative;
	margin: 32px 0 0 55px;
	padding: 0 0 0 0;
}

/* jsRoller ------------------------------------------------------------------------------------------------------------------------*/

.window {
	width: 487px;
	height:323px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}

.image_reel img {
	float: left;
}

.paging {
	position: absolute;
	bottom: -51px; 
	right: 4px;
	width: 487px; 
	height:25px;
	z-index: 1000; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	display:block;
	float:right;
	width:20px;
	height:25px;
	margin-left:2px;
	background-image:url(../images/jsTab.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.paging a.active {
	background-image:url(../images/jsTabCurrent.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.paging a:hover {
	background-image:url(../images/jsTabCurrent.png);
	background-position:top center;
	background-repeat:no-repeat;
}

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

#containerB{
	width: 844px;
	height:1px;
	display:inline;
	margin-top: 605px;
}

#containerB_left{
	width: 385px;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#containerB_right{
	width: 385px;
	float: right;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer{
	width: 844px;
	height:120px;
	clear:both;
}






.otsikko{
	font-family:Verdana, Geneva, sans-serif;
	color:#F3F3F3;
	font-size:17px;
	font-weight:bold;
	line-height: 21px;
	display:block;
	margin: 0 0 24px 0;
}

.leipis{
	font-family:Verdana, Geneva, sans-serif;
	color:#F3F3F3;
	font-size:11px;
	line-height: 16px;
	display:block;
	margin: 0 0 0 0;
}

.otsikkoHarmaa{
	font-family:Verdana, Geneva, sans-serif;
	color:#232323;
	font-size:17px;
	font-weight:bold;
	line-height: 21px;
	display:block;
	margin: 0 0 24px 0;
}

.leipisHarmaa{
	font-family:Verdana, Geneva, sans-serif;
	color:#232323;
	font-size:11px;
	line-height: 16px;
	display:block;
	margin: 0 0 0 0;
}

.tip {
	width: 270px;
    font-family:Verdana, Geneva, sans-serif;
	color:#1d1d1d;
	font-size:11px;
	line-height: 16px;
    background:#F3F3F3;
    display:none; /*--Hides by default--*/
    padding:15px;
    position:absolute;    
	z-index:2000;
	border:#000 solid 1px;
}


/* Links -----------------------------------------------------------------------------------------------------------------*/

a { font-size: 11px; color:#F90; cursor:pointer; }

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; color:#F90;}

a:active { text-decoration: none; }

/* Modal window --------------------------------------------------------------------------------------------------------------------*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; 
	left: 0; 
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: .85;
	z-index: 9999;
}

.popup_block{
	display: none; /*--hidden by default--*/
	float: left;
	position: fixed;
	top: 50%; 
	left: 50%;
	z-index: 99998;
	border:#FFF 1px solid;
}

img.btn_close {
	margin-top: -22px;
	margin-left: -22px;
	display:inline;
	width: 40px;
	height: 40px;
	background-image:url(../images/close.png);
	background-position: top center;
	background-repeat:no-repeat;
	position: absolute;
	z-index: 99999;
}

img.btn_close:hover {
	cursor:pointer;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}

*html .popup_block {
	position: absolute;
}

/* Yhteystiedot ----------------------------------------------------------------------------------------------------------------------------------*/

.yhteystiedot{
	width: 400px;
	height: 210px;
	background-image:url(../images/yhteystiedotPohja.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 50px;
}