@import url('/themes/fonts/functionpro/book/stylesheet.css');
@import url('/themes/fonts/functionpro/light/stylesheet.css');
HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .88em/1.35em Arial, sans-serif;
	color: #555;
	background: url(pics/bg.jpg) #efede8 no-repeat center top;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #009cff;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A,
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #000;
}
H3 A,
H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #000;
}
H2 {
	font-size: 1.33em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #000;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #555;
}
P {
	padding: 0;
	margin: 5px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
UL {
}
LI {
}
/* sitemap
============*/
#pageList LI {
	padding: 2px 0;
}
UL LI UL {
	margin: 0;
	padding: 10px 0;
}
LI.subList {
	margin-left: 30px;
	list-style: none;
}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 982px;
	padding-top: 68px;
}
#wrapperContent {
	width: 972px;
	padding: 4px 4px 0 4px;
	border-top: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	background: #fff;
	margin: 0 auto;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
}
.headLinks {
	position: absolute;
	right: 20px;
	top: 2px;
	color: #999895;
}
.headLinks * {
	color: #999895;
	margin: 0;
	padding: 0;
}

/* Logo
=========*/
.logo {
	width: 207px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	background: url(pics/logoBg.png) no-repeat -6px 53px;
}
.logo A {
	position: absolute;
	left: 25px;
	top: 21px;
	display: block;
}


/* linkList in header
======================*/
#header .linkList {
	width: 400px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top: 28px;
	left: 290px;
	overflow: hidden;
}
#header .linkList UL {
	margin: 0;
	padding: 0;
}
#header .linkList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background: none;
}
#header .linkList UL LI A {
	display: block;
	float: left;
	line-height: 15px;
	padding: 0 6px;
	text-decoration: none;
	color: #000;
}
#header .linkList UL LI A:hover {
	text-decoration: underline;
}

/* searchBox
=============*/
.searchBox {
	width: 250px;
	height: 25px;
	position: absolute;
	top: 22px;
	right: 0px;
}
.searchBox TABLE {
	border-collapse: collapse;
}
INPUT.searchInput {
	width: 184px;
	height: 18px;
	padding: 2px;
	border: 1px solid #ccc;
	color: #555;
}
INPUT.searchSubmit {
	width: 55px;
	height: 25px;
	border: 0;
	background: none;
	color: #000;
	cursor: pointer;
}

/* Top Navigation
===================*/
#nav {
	padding: 0 0 0 10px;
	height: 39px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 0px;
}
#nav SPAN {
	display: none;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	background: url(pics/nav.gif) no-repeat center top;
	border-right: 1px #d7d7d7 solid;
}
#nav UL LI.first {
	background-position: left top;
}
#nav UL LI.last {
	background-position: right top;
	border: 0;
}
#nav UL LI.open {
	background-image: url(pics/navOpen.gif);
}
#nav UL LI A {
	display: block;
	float: left;
	line-height: 39px;
	padding: 0 0px;
	font-size: 12px;
	color: #7f7f7f;
	text-align: center;
	width: 109px;
	text-decoration: none;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #fff;
	font-weight: bold;
}

/* Content
============*/
#content {
	width: 914px;
	margin: 12px auto 0 auto;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	border-top: 1px #e0e0e0 solid;
	padding: 0px 0 30px 0;
	background: url(pics/content.gif) repeat-y 250px top;
}
#main {
	float: right;
	width: 625px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#mainContent > DIV {
	margin-top: 20px;
}
.mainText {
	padding: 0 25px 0 0;
}
#column1 {
	float: left;
	width: 215px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	padding: 0 20px 0 26px;
}
#column2 {
	display: none;
}
#clearDiv,
.clearDiv {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/* Sub navigation
==================*/
.subnav {
	padding: 7px 0 15px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 215px;
	clear: left;
	float: left;
	border-bottom: 1px solid #e0e0e0;
}
.subnav UL LI A {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 10px 8px 5px;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	font-weight: bold;
}
.subnav UL LI A.current {
	
}
.subnav UL LI.sub {
	float: none;
	clear: both;
	background: none;
	border: 0;
}
/* sub */
.subnav UL LI UL {
	padding: 7px 0 10px 0;
	clear: both;
	border-bottom: 1px solid #e0e0e0;
}
.subnav UL LI UL LI {
	float: none;
	display: inline;
	border: 0;
	background: none;
}
.subnav UL LI UL LI A {
	padding: 0px 20px 0px 28px;
	font-size: 12px;
}
.subnav UL LI UL LI A.open {
}
/* subsub */
.subnav UL LI UL LI UL LI A {
	padding: 0px 20px 0px 50px;
}
.subnav UL LI UL LI UL LI A.open {
}


/* FooterContainer
==================*/
#footerContainer {
	font-size: 11px;
	margin: 0 auto 50px auto;
	width: 972px;
	border-bottom: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;	
	background: #fff;
	padding: 4px;
	position: relative;
	line-height: normal;
}
#footerContainer H3 {
	color: #5f5f5f;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	
}
.footerText {
	border: 1px #e0e0e0 solid;
	color: #8e8c8c;
	padding: 0 10px
}
.footerText TABLE TD {
	padding: 20px 25px 0px 25px;
}
.footerText TABLE {
	padding-bottom: 0px;
}
.footerText A {
	color: #0063dc;
}
.footerContact P {
	margin: 0;
	padding: 0;
}
.footerContact {
	color: #7b7b7b;
	padding: 10px 35px 6px 35px;
}

.footerText table#partners tr td {padding: 0; width: 20%;text-align:center;}
.footerText table#partners h3 {margin: 20px 0 !important; float:left;}
.footerText table#partners tr td img {max-height: 50px; height: auto; width: auto;text-align:center;}
table#partners {margin: 0 auto;}

/* really
===========*/
#really {
	position: absolute;
	padding: 0 20px 0 0;
	text-align: right;
	bottom: -32px;
	right: 0;	
}
#really A {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 11px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

.tfih {
	display: none;
}
/*Facebook, google+ napit */
.socialMediaButtons {

	width: 25px;
	float:right;	
	margin-top: 1em;
	font-size: 2em;
	text-align:left;
}
.socialMediaButtons div {
	margin-bottom: 5px;	
}

	
.campaignBanner {
	width: 972px;
	min-height: 150px;
	height:auto;
	overflow:hidden;
	font-family: 'FunctionProBook',Arial,sans-serif !important;
	color: #fff;
	background: #000 url('http://mysite.really.fi/userData/kontiki/campaign/etusivun_banner.png') no-repeat left top;
	padding-bottom: 4px;
	padding-top: 4px;
			
}
.campaignBanner table tr td.doubleline {background: url('pics/campaign/line.gif') repeat-x left center ; height: 38px;}
.campaignBanner h2 {
	font-size: 18px;
	color: white;
	line-height: 44px;
	font-weight:normal;
	margin: 0 15px;
	width: auto;
	text-transform: uppercase;
	font-family: 'FunctionProBook',Arial,sans-serif !important;
	width: 260px;

}
.campaignBanner h3 {
	font-family: 'FunctionProBook',Arial,sans-serif !important;
		color: #fff;
		font-size: 24px;
		text-transform: uppercase;
		text-align:center;
		font-weight:normal;
		margin: 0;
}
.campaignBannerContent {margin-top: 15px;}
.campaignBannerContent table {text-align:center; margin: 0 auto;}
.campaignBannerContent p {text-align:center; margin: 8px 0px 5px 0px;}
.campaignBannerContent a {
	display: inline-block;
	margin: 0 auto;
	font-size: 13px;
	line-height: 25px;
	color: white;
	font-family: 'FunctionProLight',arial,sans-serif;
	text-transform: uppercase;
	height: 25px;
	padding: 0px 8px;	
	border: 1px solid white;	
	background-color: transparent;
	cursor:pointer;
	letter-spacing: 2px;
}

.campaignBannerContent a:hover {	
	text-decoration:none;		
}
.twitter-follow-button {float:left;margin-right: 45px;}
.addthis_toolbox  {float:left; margin-top: 6px; }
.addthis_button_preferred_3.addthis_button_email {display:none;}



/* Etusivun tietokantalomake (uutiskirje) */
#persistableForm_23290 {
	width: 274px !important;
	padding-right: 0px !important;	
}
#persistableForm_23290 h3 {text-transform:uppercase; margin-left: 5px;}
#persistableForm_23290 p {line-height: 18px;}
#persistableForm_23290 table {margin-top: 25px;}
#persistableForm_23290 table tr td {border: 1px solid #386191;}
#persistableForm_23290 input[type=text] {
	width: 195px;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	padding-left: 5px;
	border: 1px solid #9f9f9f;
	border-right: 0px;
	z-index: 2;
	position: relative;
	margin: 5px 0 5px 5px;
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #d9d9d9;
	padding-left: 5px;		
	-webkit-box-shadow: inset 1px 1px 1px 0px #dddddd;
    -moz-box-shadow: inset 1px 1px 1px 0px #dddddd;
    box-shadow: inset 1px 1px 1px 0px #dddddd;

}
#persistableForm_23290 input[type=submit] {
	background-color: #3b9de8;
	padding: 5px 10px;
	color: #fff;
	cursor:pointer;
	text-align: right;
	border: none;
	z-index: 1;
	height: 29px;
	text-transform:uppercase;
	margin-left: -4px;
	border-top: 1px solid #236295;
	border-right: 1px solid #6da8d0;
	border-bottom: 1px solid #5395c9;
	border-left: none;
	padding-left: 5px;		
	-webkit-box-shadow: inset 1px 1px 1px 0px #3891d5;
    -moz-box-shadow: inset 1px 1px 1px 0px #3891d5;
    box-shadow: inset 1px 1px 1px 0px #3891d5;
	
}
#persistableForm_23290 input[type=text]:focus {outline:none;}

