/* CSS Document */

*{
	margin:0;
	padding:0;
}

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


body{
	background-color:#005ea0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body p{
	margin-bottom:20px;
}

body h1{
	color:#ffffff;
	font-size:22px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:15px;
}

body h2{
	color:#003a72;
	font-size:18px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:15px;
}

body h3{
	color:#003a72;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:15px;
}

body h4{
	margin-bottom:15px;
	font-size:14px;
	border-bottom:1px solid #003a72;
	padding-bottom:5px;
	color:#003a72;
}

a img{
	border:none;
}

/*Yläpalkki*/

.top_area{
	display:block;
	height:130px;
	background-image:url('../images/top_bar_bg.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.top_bar{
	display:block;
	margin:auto;
	width:930px;
	height:130px;
}

.top_bar .logo_area{
	display:block;
	width:330px;
	float:left;
	height:125px;
}

.top_bar .navigation{
	display:block;
	margin-left:10px;
	float:left;
	width:530px;
	height:125px;
}

.top_bar .navigation ul{
	margin-top:9px;
}

.top_bar .navigation ul li{
	list-style-type:none;
	float:left;
	margin-left:0px;
}

.top_bar .navigation ul li a:hover{
	position:relative;
	top:1px;
}

/*Yläpalkki päättyy*/

/*Fiiliskuva-alue*/

.fiilis{
	display:block;
	height:354px;
	background-image:url('../images/fiilis/fiilis1_bg.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.fiiliskuva{
	display:block;
	margin:auto;
	width:975px;
	height:354px;
}

/*Fiiliskuva-alue päättyy*/

/*Alapalkki*/

.bottom_area{
	display:block;
	height:296px;
	background-image:url('../images/bottom_bar_bg.jpg');
	background-repeat:repeat-x;
}

.bottom_area .bottom_bar{
	display:block;
	width:975px;
	margin:auto;
}

.bottom_area .subnavi{
	display:block;
	float:left;
	width:230px;
	height:248px;
	padding-top:48px;
	background-image:url('../images/bottom_bar_line.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.bottom_area .subnavi ul{
	margin-left:20px;
	margin-top:15px;
}

.bottom_area .subnavi ul li{
	list-style-type:none;
	margin-bottom:10px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.bottom_area .contact{
	display:block;
	float:left;
	width:215px;
	height:248px;
	padding-top:48px;
	background-image:url('../images/bottom_bar_line.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}

/* .bottom_area .bargains{
	display:block;
	float:left;
	width:275px;
	height:248px;
	padding-top:48px;
	background-image:url('../images/bottom_bar_line.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
} */

.bottom_area .mainostila1{
	display:block;
	float:left;
	width:140px;
	height:296px;
	padding-top:82px;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.bottom_area .mainostila2{
	display:block;
	float:left;
	width:140px;
	height:296px;
	padding-top:82px;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.bottom_area .mainostila3{
	display:block;
	float:left;
	width:140px;
	height:296px;
	padding-top:82px;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.bottom_area .contact .contact_area  {
	display:block;
	margin-top:15px;
	margin-left:20px;
	color:#FFFFFF;
}

.bottom_area .contact .contact_area a{
	color:#FFFFFF;
	text-decoration:none;
}

.bottom_area .contact .contact_area a:hover{
	text-decoration:underline;
}

.mainostila1 {
	display:block;
	margin-top:15px;
	margin-left:10px;
	color:#FFFFFF;
	text-align: center;
}

.mainostila1 a{
	color:#FFFFFF;
	text-decoration:underline;
}

.mainostila1 a:hover{
	text-decoration:underline;
}

.mainostila2 {
	display:block;
	margin-top:15px;
	margin-left:10px;
	color:#FFFFFF;
	text-align: center;
}

.mainostila2 a{
	color:#FFFFFF;
	text-decoration:underline;
}

.mainostila2 a:hover{
	text-decoration:underline;
}

.mainostila3 {
	display:block;
	margin-top:15px;
	margin-left:10px;
	color:#FFFFFF;
	text-align: center;
}

.mainostila3 a{
	color:#FFFFFF;
	text-decoration:underline;
}

.mainostila3 a:hover{
	text-decoration:underline;
}


/*Alapalkki*/


/*Alasivun välipalkki*/

.middle_area{
	display:block;
	height:234px;
	background-image:url('../images/middle_area_bg.jpg');
	background-repeat:repeat-x;
}

.middle_bar{
	display:block;
	margin:auto;
	width:782px;
	height:234px;
	background-image:url('../images/middle_bar_bg.jpg');
	background-repeat:no-repeat;
}

.middle_bar_text{
	display:block;
	float:left;
	width:475px;
	height:234px;
	padding-left:20px;
	padding-right:10px;
}

.middle_bar_text p{
	color:#FFFFFF;
	line-height:25px;
}

.middle_bar_image{
	display:block;
	float:left;
	width:277px;
	height:234px;
}

.main{
	display:block;
	margin:auto;
	width:742px;
	min-height:100px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	background-image:url('../images/main_bg.gif');
	background-repeat:repeat-y;
}

/*tuotemerkkitaulukko*/

.main td.tcell1{
	text-align:center;
	vertical-align:middle;
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	height:100px;
}

.main td.tcell2{
	text-align:center;
	vertical-align:middle;
	border-bottom:1px dotted #cccccc;
	height:100px;
}

.main td.tcell{
	padding:3px;
}

.nappi{
	border:1px solid #999999;
	color:#000000;
	cursor:pointer;
	padding:3px;
}


.main_bottom{
	display:block;
	width:782px;
	margin:auto;
	height:5px;
	font-size:5px;
	background-image:url('../images/main_bottom.gif');
	background-repeat:no-repeat;
}

.main .map_cell{
	width:350px;
	height:350px;
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	vertical-align:top;
}

.main .contact_cell{
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

td.esite_kuva{
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	width:250px;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
}

td.esite_teksti{
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
}

/*LATAA UUDESTAAN PAKETIT, JOS ET SAA TOIMIMAAN ... OLI KORRUPTUNOITUNEITA!*/
#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; }