﻿/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

address, blockquote, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, p, ol, table, ul {
	font-size: 100%;
	margin: .75em 0 1em;
	padding: 0;
}

div, td, th, tr {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ins {
	text-decoration: none;
}

label[disabled="true"] {
	opacity: 0.4;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}

sub {
	top: 0.1em;
}

code,
pre {
	font-family: monospace;
	font-size: 100%;
}

b {
	font-weight: normal;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}


/**
 * Lists
 */
ul {
	list-style-type: none;
}

li {
	margin: 0.5em 0 0.5em 1.3em;
}

ul > li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}

.scroller-panel ul > li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
	color: #f4d116;
}

ul > li > *:first-child:-moz-first-node {
	margin-top: -1.2em;
}

ul > li > * {
	text-indent: 0;
}

ul > li > ul {
	list-style: circle;
}

ul > li > ul > li:before {
	content: '';
}
ul > li > ul > li {
	margin: 0.2em 0 0.2em 1.3em;
}

ul.navigation,
.navigation ul {
	list-style-image: none;
	margin-left: -1.3em;
}

.navigation li ul {
	margin: 0.5em 0 0 0;
}

.navigation li:before {
	content: '';
	float: none;
	margin-left: 0;
}

ul.navigation > li > *:first-child:-moz-first-node,
.navigation ul > li > *:first-child:-moz-first-node {
	margin-top: 0;
}

dl {
	margin: -2em 0 2em;
}

dt {
	margin: 3em 0 0.25em;
}

dd {
	margin: 0 0 1em 2em;
}


/**
 * Tables
 */
table,
td,
th {
	border-spacing: 0;
	border: 0;
	font-weight: normal;
}

th, td {
	padding: .5em .75em;
	text-align: left;
	vertical-align: top;
}

th {
	color: #999;
	font-size: 90%;
}

table td.b_r,
table th.b_r {
	border-right: 1px solid #888;
}

table td.b_b, table th.b_b {
	border-bottom: 1px solid #888;
}

table td.number,
table th.number {
	text-align: right;
}


/**
 * Links
 */
a:link,
a:visited {
	text-decoration: underline;
}

a:link,
.pseudo {
	color: #f9d710;
}

.pseudo {
	border-bottom: 1px;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #f9d710;
}

a:hover,
.pseudo:hover {
	color: #fff !important;
}

a:link *, a:visited * {
	cursor: pointer;
}

a * {
	display: inline;
	margin: 0;
	padding: 0;
}

a.popup {

}

a.external {

}


/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Futuris', Helvetica;
	font-weight: normal;
	line-height: 1.5;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 .25em;
	padding: 0 0 0 5%;
	width: 38%;
}

h2 {
	font-size: 140%;
	margin: 0 0 -.4em;
	padding: .75em 0 0;
}

h3 {
	font-size: 130%;
	margin: 0 0 -.45em;
	padding: .8em 0 .25em;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h5 {
	font-size: 100%;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}


/**
 * Layout
 */
body {
	background: #f0f0f0;
	color: #000;
	font-family: 'Futuris', Arial, sans-serif;
	margin: 0;
	padding: 0;
}


/**
 * Misc
 */
.phone,
.nobr {
	white-space: nowrap;
}

.hidden,
.js .jhidden {
	display: none !important;
}

.errors {
	color: #c66;
}

.before_list {
	margin-bottom: -.5em;
}

.summary,
.source,
.date {
	font-size: 90%;
}

.measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

.left {
	float: left;
	margin: 0 1em 0 0;
}

.right {
	float: right;
	margin: 0 0 0 1em;
}

.phone {
	white-space: nowrap;
}

.footnotes {
	border-top: 1px solid #008;
	padding: 3px 1em 0;
}

.footnotes p {
	margin-top: 0;
}

div.address {
	font-size: 110%;
}

blockquote {
	border-left: 1px solid #008;
	border-right: 1px solid #008;
	margin: 0 20px 2em;
	padding: 0 20px;
}

blockquote p {
	margin-top: 0;
}

blockquote .source {
	color: #999;
	margin-top: -.5em;
}

.comment {
	background: #f5f5f5;
	font-size: 90%;
	padding: 1px 10px;
}

.incut {
	border-left: 1px solid #008;
	padding: 0 20px 0 19px;
}

.empty {
	color: #aaa;
}


/**
 * Simple form
 */
.simple_form .row {
	margin: 0 0 1em;
	clear: left;
	width: 100%;
}

.simple_form .label {
	float: left;
	font-weight: normal;
	margin: 0 -100% 0 0;
	width: 5.2em;
}

.simple_form .field {
	margin: 0 0 0 5.7em;
}

.simple_form .field .text {
	width: 95%;
}

.simple_form .selector {
	line-height: 1.2em;
	margin: 0 0 .5em;
	min-height: 12px;
	position: relative;
	width: 100%;
}

.simple_form .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: .6em;
}

.simple_form .selector label {
	display: block;
	margin: 0 0 0 20px;
}




.inner_menu {
	width: 120%;
	font-size: 12px;
	margin: 10px 0 20px 0;
	position: relative;
}
.inner_menu a {
	text-decoration: underline;
	padding-right: 10px;
	padding: 2px 5px;
	margin-right: 10px;
}
.inner_menu a.selected {
	color: #000;
	background: #f9d710;
	text-decoration: none;
}

.inner_menu.moments a {
	color: #000;
	text-decoration: underline;
}
.inner_menu.moments a:hover {
	color: #000 !important;
}
.inner_menu.moments a.selected {
	background: #f9d710;
	text-decoration: none;
}
.inner_menu.moments a.selected:hover {
	color: #000 !important;
}
.inner_menu.moments a.honka50 {
	background: url(/files/images/50years.png) top left no-repeat;
	width: 89px;
	height: 39px;
	display: block;
	position: absolute;
	right: 15%;
	top: -69px;
	text-indent: -1000px;
	overflow: hidden;
}

.news_block { 
	padding: 0 0 15px 0; 
}
.container#main .content .news_block { margin: 0px 15px; }

.news_block_gross h2,
.news_block h2 { 
	color: #000; 
	sfont-size: .85em; 
	sfont-weight: bold; 
	padding: 0; 
	margin: 0 0 15px 175px; 
}
.news_block h2 a { 
	color: #000; 
}
.news_block.news h2 {
	margin-left: 150px;
	position: relative;
}
.news_block.news h2 span.date {
	margin-left: -150px;
	font-size: .8em;
	margin-top: 3px;
	position: absolute;
}
.news_block .image { 
	float: left; 
	position: relative;
	width: 150px; 
	margin: 0 25px 15px 0;
	//margin-bottom: 5px;
	background: url(/_0.gif) top left no-repeat; 
}
.news_block p {
	color: #000;
}
.news_block .text {
	color: #000;
}
.news_block.news .text {
	color: #000;
	margin-left: 150px;
}
.news_block .text p.date { 
	margin: 0 15px 10px 0; 
}
.news_block .text p.desc { 
	margin: 0px 0 10px 0; 
}
.news_block .text p.desc a { color: #000000; text-decoration: none; }
.news_block .text p.desc a:hover { text-decoration: underline; }

.news_block_gross { 
	color: #000;
}
.news_block_gross h2 {
	margin: 10px 0 20px 0;
	
}
.news_block_gross .image { 
	float: left; 
	position: relative;
	width: 250px; 
	margin: 15px 25px 15px 0;
	display: block;
	padding: 0;
	height: 220px;
	
}
.news_block_gross .image li { 
	padding: 0;
	margin: 0;
}
.news_block_gross .image li:before { 
	content: '';
	margin: 0;
	padding:0;
}
.news_block_gross .image ul li > :first-child:-moz-first-node {
	margin-top: 0 !important;
}



.clear {
	clear: both;
}




/*preload classes*/
.image_gallery {
	width: 250px;
	height: 390px;
}
.image_gallery ul {
	position: relative;
	left: -999em;
}
/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0 0 1px 0;
}
.stripViewer ul {
	/* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
	margin: 0;
	padding; 0;
}
.stripTransmitter {
	soverflow: auto;
	width: 1%;
	sfloat: left;
	margin-bottom: 10px;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li {
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}
.stripTransmitter ul li:before { 
	content: '';
}
.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(/files/i/gallery.png) 5px 7px no-repeat;
	text-indent: -100px;
	overflow: hidden;
}
.stripTransmitter a:hover, a.current {
	background: url(/files/i/gallery.png) 5px -10px no-repeat;
}
 /*tooltips formatting*/
 .tooltip {
	 padding: 0.5em;
	color: #000;
	border: 5px solid #dedede;
}


.cc_contacts {
	color: #000;	
}
.cc_contacts a {
	padding: 2px 5px;
	color: #000;	
	margin-left: -5px;
}

.cc_contacts a:active,
.cc_contacts a:hover {
	color: #000 !important;	
}
.cc_contacts a.selected {
	background: #f9d710;
	color: #000;
}
.cc_contacts td {
	padding-right: 20px;	
}
.cc_contacts td iframe {
	display: none;
	background: #FFF;
}

.pages {padding:0;margin:30px 0 20px 150px;overflow:hidden;zoom:1;font-size:12px;position:relative;font-weight: bold;}
.pages a {display: inline-block;padding:0 0 0 3px;color:#000;text-decoration: none;margin:0 15px 0 0;}
.pages a span {padding:0px 11px 0px 3px;display:block;margin:0 -9px 0 6px;}
.pages a.active {color:#000;background: url(/files/images/pages_active.png) 0 0 no-repeat;padding:0 0 0 3px;}
.pages a.active span {background: transparent url(/files/images/pages_active.png) top right no-repeat;zoom:1}
