html, body {
  	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px; color: #2d2d2d;
    margin: 0;
    background-color:#ffffff;
 }
 
A.linkki{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight:normal;
		text-decoration:none;
		color: #2075a9;

}A.linkki:hover{text-decoration:none; color:#4ca7de;}

A.menu_off{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #ffffff;
    text-transform:uppercase;
}A.menu_off:hover{text-decoration:none; color:#4ca7de}

A.menu_on{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #ffffff;
		text-transform:uppercase;
}A.menu_on:hover{text-decoration:none; color:#000000}            


.navi_container {
	position: relative; z-index: 1000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1; 
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ 
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
    
.small{
		font-family: Arial,Helvetica,sans-serif;
		font-size:9px;
		font-weight:normal;
		text-decoration:none;
		color: #58585a;
		} 

H1{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 22px;
		font-weight:normal;
		text-decoration:none;
		color: #2075a9;
		text-transform:uppercase;
		}
		
H2{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight:normal;
		text-decoration:none;
		color: #2075a9;
		text-transform:uppercase;
		}
		

.text{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight:normal;
		text-decoration:none;
		color: #80808a;
		}
		

.footer{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 9px;
		font-weight:normal;
		text-decoration:none;
		color: #a2a2a9;
		text-transform:uppercase;
		}  
	
A.footer_linkki{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 9px;
		font-weight: normal;
		text-decoration: none;
		color: #a2a2a9;

}A.footer_linkki:hover{text-decoration:none;color:#4ca7de;} 

.bg0 {  background-color: #FFFFFF;}
.bg1 {  background-color: #DADADA;} 

.divider {
	color: #ffffff;
	}

.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px; top: 0px; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 6;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 5;
}
.nivo-box {
	display: block; position: absolute; z-index: 5;
}
.nivo-caption {
	background: rgb(0, 0, 0); left: 0px; width: 100%; bottom: 0px; color: rgb(255, 255, 255); position: absolute; z-index: 8; opacity: 0.8;
}
.nivo-caption p {
	margin: 0px; padding: 5px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	top: 45%; position: absolute; z-index: 9; cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav a {
	position: relative; z-index: 9; cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}

.theme-default .nivoSlider {
	background: url("images/loading.gif") no-repeat 50% 50% rgb(255, 255, 255); margin-bottom: 50px; position: relative; box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	left: 0px; top: 0px; display: none; position: absolute;
}
.theme-default .nivoSlider a {
	border: 0px currentColor; display: block;
}
.theme-default .nivo-controlNav {
	left: 50%; bottom: -42px; margin-left: -40px; position: absolute;
}
.theme-default .nivo-controlNav a {
	background: url("images/bullets.png") no-repeat; border: 0px currentColor; width: 22px; height: 22px; text-indent: -9999px; margin-right: 3px; float: left; display: block;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0px -22px;
}
.theme-default .nivo-directionNav a {
	background: url("images/arrows.png") no-repeat; border: 0px currentColor; width: 30px; height: 30px; text-indent: -9999px; display: block;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0px; right: 15px;
}
.theme-default a.nivo-prevNav {
	left: 15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: dotted;
}
.theme-default .nivo-caption a:hover {
	color: rgb(255, 255, 255);
}
.controlnav-thumbs.theme-default .nivoSlider {
	margin-bottom: 100px;
}
.controlnav-thumbs.theme-default .nivo-controlNav {
	margin: 0px; left: 0px; bottom: -80px; position: absolute;
}
.controlnav-thumbs.theme-default .nivo-controlNav a {
	border: 0px currentColor; text-indent: 0px; margin-right: 10px; float: none; display: inline;
}
.controlnav-thumbs.theme-default .nivo-controlNav a.active img {
	box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.controlnav-thumbs.theme-default .nivo-controlNav img {
	margin-right: 10px; display: inline; position: relative;
}

.theme-nivo .nivoSlider {
	background: url("images/loading.gif") no-repeat 50% 50% rgb(255, 255, 255); position: relative;
}
.theme-nivo .nivoSlider img {
	left: 0px; top: 0px; display: none; position: absolute;
}
.theme-nivo .nivoSlider a {
	border: 0px currentColor; display: block;
}
.theme-nivo .nivo-controlNav {
	background: url("images/control-nav.png") no-repeat; padding: 15px 13px 15px 17px; left: 50%; width: 72px; height: 13px; bottom: 15px; margin-left: -51px; position: absolute; z-index: 210; opacity: 0.5;
}
.theme-nivo:hover .nivo-controlNav {
	opacity: 1;
}
.theme-nivo .nivo-controlNav a {
	background: url("images/bullets.png") no-repeat; border: 0px currentColor; width: 11px; height: 12px; text-indent: -9999px; margin-right: 3px; float: left; display: block;
}
.theme-nivo .nivo-controlNav a.active {
	background-position: 0px -12px;
}
.theme-nivo .nivo-directionNav a {
	background: url("images/arrows.png") no-repeat; border: 0px currentColor; width: 43px; height: 43px; text-indent: -9999px; display: block;
}
.theme-nivo a.nivo-nextNav {
	background-position: -43px 0px; top: 350px; right: 390px;
}
.theme-nivo a.nivo-nextNav:hover {
	background-position: -43px -43px;
}
.theme-nivo a.nivo-prevNav {
	left: 390px; top: 350px;
}
.theme-nivo a.nivo-prevNav:hover {
	background-position: 0px -43px;
}
.theme-nivo .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-nivo .nivo-caption a {
	color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: dotted;
}
.theme-nivo .nivo-caption a:hover {
	color: rgb(255, 255, 255);
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:10001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 540;
	height: 480;
	padding: 1px;
	/*border: 1px solid white;
	background-color: white;*/
	z-index:10002;
	overflow: auto;
} 

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11090;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lightbox{
	position: absolute;
  top: 60px !important;
	left: 0;
	width: 100%;
	z-index: 11100;
	text-align: center;
	color:#151410;
	line-height:0;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	width: 250px;
	height: 250px; /* without this line error in IE8 detected */
	margin: 0 auto;
	position: relative;
}


#imageContainer{
	width:100%;
	
	background-color: #fff;
	position: relative;
/*	border-style:solid;
	border-color:#fff;
	border-width:1px;*/
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { 
	background: url("images/prev.png") 5% center no-repeat; 
	_background-image:url("images/prev_ie6.gif")
}
#nextLinkImg:hover, #nextLinkImg:visited:hover { 
	background: url("images/next.png") 97% center no-repeat; 
	_background-image:url("images/next_ie6.gif")
}


#imageDataContainer{
	font: 10px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color: #fff;
	width:100%;
}

#imageData{
	overflow:hidden;
	width:100%;
}
#imageDetails{ width: 70%; float: left; text-align: left; 	padding:10px 10px 0 0;}
#caption{ font-weight: normal; display:block;}
#numberDisplay{ display: block; float: left; padding:3px 10px 0 0;}
#detailsNav{display:block; float:left;   padding:0; }	
#prevLinkDetails { margin:3px; margin-top:0px; display:block; width:24px;height:24px; background: url("images/prevlabel.gif") left center no-repeat; float:left; }
#nextLinkDetails { margin:3px; margin-top:0px; display:block; width:24px;height:24px; background: url("images/nextlabel.gif") right center no-repeat; float:left; }

#slideShowControl.started{
	background-image:url("images/pause.gif");
}

#slideShowControl{
	display:block;
	width:24px; 
	height:24px; 
	float:left;
	background:url("images/start.gif");
	background-position:center center;
	background-repeat:no-repeat;
	}

#close{
	padding:20px 0 0;
	float:right;
}
#closeLink {
	display:block;
	margin:0;
	padding:0px;
	text-decoration:none;
	width:32px;
	height:32px;
	background:url("images/close.gif") no-repeat;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	

#outerImageFrame{
	border:solid 1px red;
	height:100%;
	width:100%;
	position:absolute;
}


#outerImageContainer{
	overflow:visible;
}
#outerImageContainer td{
	text-align:center;
	padding:0;
}

#lightboxFrameBody{
	background-color: #fff;
	border:solid 1px #fff; /* hack for opera table small cell width */
	_vertical-align:top;
	_height:90%;
	//vertical-align:top;
	//height:90%;
}

#outerImageContainer td{
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br{
	height:38px;
	width:38px;
}

#outerImageContainer td.tl{
	background-image:url(images/borderTopLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopLeft.png', sizingMethod='scale');
}
#outerImageContainer td.tc{
	background-image:url(images/borderTopCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopCenter.png', sizingMethod='scale');
}
#outerImageContainer td.tr{
	background-image:url(images/borderTopRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopRight.png', sizingMethod='scale');
}
#outerImageContainer td.ml{
	background-image:url(images/borderMiddleLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleLeft.png', sizingMethod='scale');
}
#outerImageContainer td.mr{
	background-image:url(images/borderMiddleRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleRight.png', sizingMethod='scale');
}
#outerImageContainer td.bl{
	background-image:url(images/borderBottomLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomLeft.png', sizingMethod='scale');
}
#outerImageContainer td.bc{
	background-image:url(images/borderBottomCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomCenter.png', sizingMethod='scale');
}
#outerImageContainer td.br{
	background-image:url(images/borderBottomRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomRight.png', sizingMethod='scale');
}