/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;
}

body{
	background-color:#6993cc;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	padding-top:45px;
	line-height:15px;
}

.container{
	display:block;
	margin:auto;
	width:958px;
}

.container .logo_area{
	display:block;
	float:left;
	width:285px;
	height:120px;
	margin-right:12px;
}

.container .logo_area a img{
	border:none;
}

.container .navigation{
	display:block;
	float:left;
	width:586px;	/*JOS NAVIGAATIORAKENNE MUUTTUU, VAIHDA NÄITÄ KAHTA*/
	background-image:url('../images/navigation_bg.jpg');
	background-repeat:no-repeat;
	height:120px;
	padding-left:75px;	/*JOS NAVIGAATIORAKENNE MUUTTUU, VAIHDA NÄITÄ KAHTA*/

}

.container .navigation ul{
	padding-top:19px;
}

.container .navigation ul li{
	display:inline;
	list-style-type:none;
	background-image:none;
	padding:0;
}

.container .navigation ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	display:block;
	display:moz-inline-box;
	float:left;
	padding-top:24px;
	padding-bottom:24px;
	padding-left:10px;
	padding-right:10px;
}

.container .navigation ul li a:hover{
	background-color:#ffffff;
	color:#003399;
	border-top:1px solid #cccccc;
}

.container .navigation ul li a.active{
	background-image:url('../images/navilink_active_bg.jpg');
	background-repeat:repeat-x;
	color:#003399;
	background-position:bottom;
	background-color:#FFFFFF;
	border-top:1px solid #cccccc;
	padding-bottom:37px;
}

.container .navigation ul li a.active:hover{
	cursor:default;
	border-top:1px solid #cccccc;
	color:#003399;
}

.container .top_bar_footer{
	display:block;
	clear:both;
	width:958px;
	height:1px;
	font-size:0;
}

.container .left{
	display:block;
	float:left;
	width:285px;
	margin-right:10px;
}

.container .left .contact{
	display:block;
	float:left;
	width:205px;
	background-image:url('../images/contact_bg.jpg');
	background-repeat:no-repeat;
	height:175px;
	margin-top:53px;
	padding:30px;
	padding-top:25px;
	padding-left:40px;
	padding-right:40px;
	color:#888888;
	font-size:11px;
}

.container .main_area{
	display:block;
	float:left;
	width:663px;
}

.container .main_area .main_area_top{
	display:block;
	width:663px;
	background-image:url('../images/main_area_top.jpg');
	background-repeat:no-repeat;
	height:25px;
}

.container .main_area .main{
	display:block;
	width:583px;
	min-height:250px;
	background-image:url('../images/main_area.jpg');
	background-repeat:repeat-y;
	padding:15px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
}

.container .main_area .main_area_bottom{
	display:block;
	width:663px;
	background-image:url('../images/main_area_bottom.jpg');
	background-repeat:no-repeat;
	height:25px;
	clear:both;
}

.container .main_area_footer{
	display:block;
	width:955px;
	clear:both;
	text-align:right;
	color:#ffffff;
	padding-top:10px;
	padding-right:3px;
}

.container .main_area_footer a{
	color:#ffffff;
	text-decoration:none;
}

.container .main_area_footer a:hover{
	text-decoration:underline;
}

.footer{
	display:block;
	clear:both;
}

/*PERUSTEKSTIMUOTOILUT*/

.main h1, body h1{
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:22px;
	color:#000000;
}

.main h2, body h2{
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:20px;
	color:#000000;
}

.main h3, body h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:18px;
	color:#000000;
}

.main h4, body h4{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	margin-bottom:15px;
	color:#000000;
}

.main p, body p{
	margin-bottom:15px;
}

.main a, body a{
	color:#004fec;
	text-decoration:none;
}

.main a:hover, body a:hover{
	text-decoration:underline;
}

.main ul, body ul{
	margin-bottom:15px;
}

.main ul li, body ul li{
	list-style-type:none;
	padding-left:10px;
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
}

.main ul ul, body ul ul{
	margin-bottom:0px;
	margin-left:15px;
}

.main ul ul li, body ul ul li{
	list-style-type:none;
	padding-left:10px;
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
}

.main ol, body ol{
	margin-bottom:15px;
}

.main ol li, body ol li{
	padding-left:10px;
	list-style-position:inside;
}

.main ol ol li, body ol ol li{
	padding-left:10px;
}

.main ol ol, body ol ol{
	margin-bottom:0;
	margin-left:15px;
}

.main img{
	border:1px dotted #888888;
	padding:5px;
}

.main table{
	margin-bottom:15px;
}

.main td.kurssimaksu_otsikko{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	vertical-align:top;
	width:175px;
	border-bottom:1px solid #cccccc;
}

.main td.kurssimaksu_hinta{
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
}

.main td.ajokalusto_kuva{
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	width:330px;
}

.main td.ajokalusto_kuvaus{
	padding-top:10px;
	padding-bottom:0px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
}

.main td.simulaattori{
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	text-align:center;
}

/*LIGHTBOX*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../js/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

