@import url(/themes/fonts/pt-sans/pt-sans.css);

HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.7em Arial, sans-serif;
	color: #000;
	background: #fff url(pics/body_bg.png) repeat-x;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #3d6db5;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: normal;
	font-size: 2em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H2 {
	font-weight: bold;
	font-size: 1.33em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H3 {
	font-weight: normal;
	font-size: 1.33em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
P {margin: 0; padding: 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;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	height: 133px;
	position: relative;
}

/* lang 
=========== */
#lang { position: absolute; top: 26px; left: 260px; }
#lang a { margin-right: 14px; color: #000; }
#lang a.open { display: none; }
#lang a img { display: none; }

/* Facebook recommend -button
================================= */
.fbLike { position: absolute; top: 25px; left: 482px; }

/* Haku 
========== */
#header .searchBox { position: absolute; top: 52px; left: 250px; } 
#header .searchField table,
#header .searchField tbody,
#header .searchField tr,
#header .searchField td { border-collapse: collapse; margin: 0; padding: 0; }
#header .searchField .searchInput {
	border: 1px solid #cbcbcb;
	border-right: none;
	width: 400px;
	height: 31px;
	line-height: 31px;
	padding: 0 8px;
	background: #fff;
}
#header .searchField .searchSubmit {
	border: 1px solid #cbcbcb;
	border-left: none;
	width: 44px;
	height: 33px;
	background: url(pics/header_search_button.png) no-repeat right top;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	color: #fff;
}

/* kauppalinkki
=========== */
.store { 
	width: 172px;
	height: 60px;
	position: absolute; 
	top: 24px; 
	right: 0px; 
	border: 1px dotted #ccc;
}
.store img { margin-left: -16px; position: relative; top: -10px; float: left; }
.store a { 
	float: left;
	width: 134px;
	color: #00873d; 
	margin-top: 6px;
	font-weight: bold;
}

/* Logo
========*/
#logo {
	position: absolute;
	top: 14px;
	left: 10px;
}

/* banner
==========*/
.banner {
	border-bottom: 1px dotted #dfdfdf;
	padding-bottom: 20px;
margin: 20px 20px 0;
position: relative;
}
.banner img {
margin-left: -20px;
margin-top: -20px;
}
.banner .bannerText {
	position: absolute;
	left: -20px;
	bottom: 48px;
}
.banner .bannerText h1 {
	float: left;
	background: #fff;
	padding: 10px 20px 4px 20px;
	font-family: PTSansRegular, sans-serif, arial;
	font-size: 26px;
	line-height: 26px;
}
.banner .bannerText h1 strong {
	font-family: PTSansBold, sans-serif, arial;
}

/* Top navigation
==================*/
#nav {
	width: 960px;
	height: 33px;
	position: absolute;
	top: 100px;
	overflow: hidden;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI.open {
	background: url(pics/nav_bg_left.png) no-repeat bottom left;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 16px;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: PTSansNarrowBold, sans-serif, arial;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #333;
	background: url(pics/nav_bg_right.png) no-repeat bottom right;
	margin-right: -4px;
	padding: 0 20px;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 15px 0 10px 0;
}
#main {
	float: right;
	width: 606px;
	padding: 4px 4px 20px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative; 
	right: 164px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mainText {
	margin: 0 20px 10px;
	padding-top: 10px;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 170px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.column1Text {
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	float: right;
	width: 144px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	left: 616px;
	border-left: 1px solid #dfdfdf;
	padding: 5px 0 9px 10px;
}
#column2 h2 {
	margin: 0 0 6px;
	padding: 6px 12px 2px;
	background: #333;
	color: #fff;
	font-family: PTSansBold, sans-serif, arial;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#column2 .pikalinkit ul { margin: 0; padding: 0; }
#column2 .pikalinkit ul li { margin: 0; padding: 0; list-style-type: none; }
#column2 .pikalinkit ul li a {
	display: block;
	background: url(pics/bullet.gif) no-repeat 4px center;
	padding: 6px 0 6px 16px;
	color: #757575;
	border-bottom: 1px dotted #ccc;
}

#column2 .uutuudet,
#column2 .vyl { font-size: .92em; margin-top: 20px; }
	
	
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 4px 4px 24px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.subnav UL LI A {
	display: block;
	background: url("pics/col1_header_bg.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: PTSansNarrowBold,sans-serif,arial;
    font-size: 1.5em;
    line-height: 31px;
    margin: 0 0 0;
    padding: 0 6px;
    text-transform: uppercase;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 0 0 10px 0;
}
.subnav UL LI UL LI {
}
.subnav UL LI UL LI ul {
	padding-left: 10px;
}
.subnav UL LI UL LI A {
	font-family: arial, sans-serif;
	display: block;
	padding: 6px 0;
	margin: 6px 6px 2px 6px;
	color: #6dad1f;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px dotted #dfdfdf;
	background: none;
	text-transform: none;
	line-height: normal;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open, .subnav UL LI UL LI A.current {
	font-weight: bold;
	font-weight: normal;
	color: #000
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	background: none;
	margin: 0 6px 0 6px;
	padding: 6px 0;
	font-size: 12px;
	/*color: #000;*/
	border-bottom: 1px dotted #dfdfdf;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	margin: 0 auto 10px auto;
	width: 960px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
}
.footerText { clear: both; border-top: 1px solid #dfdfdf; padding-top: 12px;  }
.footerText table { margin-bottom: 12px; }
.footerText table td {
	border-top: 1px solid #dfdfdf;
	vertical-align: top;
	padding: 12px 12px 0;
}
.footerText table td a {
	padding: 2px; 
}
.footerText table td a:hover {
	background: #5ac704;
	color: #fff !important;;
	text-decoration: none;
}

#footer ul { margin: 0; padding: 0; }
#footer ul li { list-style-type: none; }
#footer ul li a { color: #000; }


.footerLinks { float: right; }
.footerLinks ul li {
	display: block;
	float: left;
	margin: 12px 24px 12px 8px;
}
.footerLinks ul li a {
	float: left;
	height: 18px;
	line-height: 18px;
	padding-right: 22px;
}
.footerLinks ul li a.shop { background: url(pics/shop.jpg) no-repeat right center; }
.footerLinks ul li a.facebook { background: url(pics/facebook.jpg) no-repeat right center; }
.footerLinks ul li a.blog { background: url(pics/rss.jpg) no-repeat right center; }
.footerLinks ul li a.print{ background: url(pics/print.jpg) no-repeat right center; }


/* Footerin haku
=================== */
#footer .searchBox { float: left; } 
#footer .searchField { margin-top: 6px; margin-left: 12px; }
#footer .searchField table,
#footer .searchField tbody,
#footer .searchField tr,
#footer .searchField td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
#footer .searchField .searchInput {
	border: 0;
	width: 329px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	background: url(pics/footer_search_input.png) no-repeat right top;
}
#footer .searchField .searchSubmit {
	border: 0;
	width: 45px;
	height: 30px;
	background: url(pics/footer_search_button.png) no-repeat right top;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}


/* REALLY? -tag
===================*/
#really {
	width: 930px;
	margin: 0 auto 20px;
	text-align: right;
	padding: 0 15px;
}
#really A {
	color: #ddd;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}


/* viherpäivät
================= */
.viherpaivat {
	padding: 4px 4px 20px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: url(pics/viherpaivat_small.jpg) no-repeat left 48px;
}
.viherpaivat h2 {
	margin: 0 0 190px;
	padding: 0 6px;
	height: 27px;
	line-height: 31px;
	background: url(pics/col1_header_bg.png) repeat-x;
	font-family: PTSansNarrowBold, sans-serif, arial;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
}
.viherpaivat p {
	padding: 4px;
	color: #59931f;
	font-style: italic;
	font-size: 1.17em;
	line-height: 1.4em;
}
.viherpaivat p a {
	color: #59931f;
	border-bottom: 1px dotted #59931f;
}
.viherpaivat p a:hover { text-decoration: none; }



/* ajankohtaista */
.newsList { padding: 0 20px; }
.newsList .newsMainTitle,
.newsView .newsTitle {
	color: #000;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}
.newsList a { font-weight: normal; }

.newsView { color: #656565; padding: 0 20px 20px; }
.newsView .newsDetails { margin-top: -4px; }



/* yhteydenottolomake */
#persistableForm_19834 { margin-left: 40px; }
#persistableForm_19834 #Name,
#persistableForm_19834 #Company,
#persistableForm_19834 #email,
#persistableForm_19834 #Phone {
	border: 1px solid #ccc;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-bottom: 10px;
}
#persistableForm_19834 #Message {
	border: 1px solid #ccc;
	width: 405px;
	padding: 10px;
	margin-bottom: 10px;
}
#persistableForm_19834 #submitForm {
	border: none;
	width: 66px;
	height: 29px;
	background: url(pics/submit.png) no-repeat;
	color: #fff;
}

/* Extranetin tiedostolistat */
.filelistWidget .filelistSubdirectory {
	padding: 0 0 0 0;
}

.filelistWidget .filelistFile {
	list-style: outside none disc;
}

.filelistWidget .filelistDirectory {
	list-style: outside none none;
}