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

html {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/polarconTileKuvat.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;
	margin-top: 57px;
}

.thumb{
	width: 232px;
	height: 154px;
	float: left;
	margin: 0 23px 50px 23px;
	display: block;
}

.thumb:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	opacity:0.70;
	cursor:pointer;
}



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








.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;
}


/* 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;
}
