


/*
	Name: Fescon template CSS
	Date: 24.8.2010
	Description: default css for Fescon website
	Version: 1.0
	Author: Timo Dunkel
	Author URL: http://www.adkiivi.fi
*/

@font-face {
	font-family: 'MuseoSlab500Italic';
	src: url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500italic-webfont.eot');
	src: local('☺'), url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500italic-webfont.woff') format('woff'), url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500italic-webfont.ttf') format('truetype'), url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500italic-webfont.svg#webfontnkFYamOd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500-webfont.woff') format('woff'), url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500-webfont.ttf') format('truetype'), url('/instancedata/prime_product_julkaisu/luja/pics/fonts/museo_slab_500-webfont.svg#webfontkvZIOMC3') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***** Global *****/

/*
	Name: Reset Stylesheet
	Description: Resets browser's default CSS
	Author: Eric Meyer
	Author URI: http://meyerweb.com/eric/tools/css/reset/
*/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset Stylesheet */


td {
  vertical-align: top;
}

/* Body */
body#webcontent {  
	height: 100%;
	background: url(/instancedata/prime_product_julkaisu/luja/pics/bg.jpg) top center repeat-x #fff;
	color: #444;
	font-size: 12px;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size-adjust: 0.51;
	margin: 0;
	padding: 0;
	text-align: left;
}

.MuseoSlab-500Italic {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'MuseoSlab500Italic', sans-serif;
	font-size-adjust: 0.51;
}

.MuseoSlab-500 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'MuseoSlab500', sans-serif;
	font-size-adjust: 0.51;
}

div.clearfix {
	clear:both;
	/*
	height:4px;
	border:1px dotted red;*/
}

div#pageHolder {
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px;
}

/**	HEADER	**/

div#header {
	width:960px;
	height:343px;
	min-height:343px;
}

#nav {
	height:53px;
	float:left;
	clear:none;
}

#nav li {
  display:inline;
}

#nav a {
	color:#555;
	line-height:53px;
	font-size:16px;
	text-decoration:none;
	margin:0 20px 0 0;
}

#nav a:hover {
	color:#92000c;
	border-bottom:2px solid #92000c;
}

#nav a.active {
	color:#92000c;
	border-bottom:2px solid #92000c;
}

div#languages {
	float:right;
	line-height:53px;
	_line-height:21px; /* IE6 tweak	*/
}

div#languages a {
	display:inline-block;
	float:left;
	clear:none;
	width:21px;
	height:21px;
	margin:15px 0 0 10px;
	background:top left no-repeat;
	opacity:1;
	filter: alpha(opacity='100');
}

div#languages a:hover {
	opacity:0.75;
	filter: alpha(opacity='75');
}

div#languages a.lang_fi {
	background-image:url(/instancedata/prime_product_julkaisu/luja/pics/lang_fi.jpg);
}

div#languages a.lang_sv {
	background-image:url(/instancedata/prime_product_julkaisu/luja/pics/lang_sv.jpg);
}

div#languages a.lang_en {
	background-image:url(/instancedata/prime_product_julkaisu/luja/pics/lang_en.jpg);
}

div#languages a.lang_ru {
	background-image:url(/instancedata/prime_product_julkaisu/luja/pics/lang_ru.jpg);
}

div#languages a span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 0;
}

div#logoHolder {
	width:380px;
	height:290px;
	float:left;
	clear:left;
}

div#logo {
	float:left;
	clear:both;
	line-height:53px;
}

div#logo a {
	display:block;
	float:left;
	clear:both;
	width:250px;
	height:150px;
	background:url(/instancedata/prime_product_julkaisu/luja/pics/fescon.gif) no-repeat;
	background-position:top left;
}

div#logo a:hover {
	background-position:0px 2px;
	opacity:0.8;
	filter: alpha(opacity='80');
}

div#logo a span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 0;
}

div#slogan {
	float:left;
	clear:left;
	width:380px;
	height:140px;
	color:#fff;
}

div#slogan h2 {
	font-size:16px;
	font-weight:lighter;
}


div#pageImageHolder {
	width:580px;
	height:290px;
	float:right;
	clear:right;
}

div#pageImage {
	display:block;
	float:right;
	clear:right;
	width:580px;
	height:250px;
}

div#searchDiv {
	float:left;
	_float:right;	/* IE6 tweak	*/
	width:auto;
	
	margin:0 0 0 260px;
	_margin:0px 20px 0px 0px;	/* IE6 tweak	*/
	height:40px;
	_height:37px;	/* IE6 tweak	*/
	background:#000;
	text-align:left;
	line-height:40px;
	
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-top-top-left-radius:5px;
	-khtml-top-bottom-right-radius:5px;
}

div#searchDiv label {
	color:#ccc;
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	line-height:40px;
	vertical-align:middle;
}


input[type="text"],
input[type="password"],
input[type="file"] {
	color:#666;
	background:#fff;
	height:22px;
	padding:0 5px;
	margin:0 0 0 5px;
	border:1px solid #bbb;
	vertical-align:middle;
	
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}


div#searchDiv form input#searchInput:focus {
	background:#eee;
}

#searchresults .score {
  display:none;
}

/**	/eof HEADER	**/

/**	SUB NAV	**/

div#subNav {
	float:left;
	clear:none;
	width:270px;
	font-family:Arial, Helvetica, sans-serif;
}

div#subNav ul {
	min-height:80px;
	background-color:#fff;
	padding:0px;
	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div#subNav ul.tuotteet {
  
	background:url(/instancedata/prime_product_julkaisu/luja/pics/bg_tuotteet.png) top left no-repeat;
  
}

div#subNav ul.varikartat {
  
	background:url(/instancedata/prime_product_julkaisu/luja/pics/bg_varikartat.png) top left no-repeat;
  
}

div#subNav ul.tyoohjeet {
  
	background:url(/instancedata/prime_product_julkaisu/luja/pics/bg_tyoohjeet.png) top left no-repeat;
  
}

div#pageHolder.subNavOpen div#subNav ul.active {	/* if subNav is open ul padding is smaller	*/
	background-color:#eee;
	padding:0 0 10px 0;
}

div#subNav ul li {
	display:none;
}

div#subNav ul li.subNavHeader {
	display:block;
}

div#subNav ul.active li {
	display:block;
}

div#subNav ul.active {	
	background-color:#eee;
	padding:0 0 10px 0;
	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div#subNav ul li.subNavHeader h3 {
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.51;
	text-transform:uppercase;
}

div#subNav ul li a {
	text-decoration:none;
	color:#777;
	padding-right:10px;
	padding-left:10px;	
}

div#subNav ul li a.active {
	color:#92000c;
}

div#subNav ul li a:hover {
	text-decoration:none;
	color:#92000c;
}

div#subNav ul li.subNavHeader h3 {
	padding:20px 70px 0px 0px;
}

div#subNav ul li.subNavHeader h3 a {
	color:#fff;
	
}

div#subNav ul li.subNavHeader h3 a.active {
	color:#ddd;
	text-decoration:underline;
}

div#subNav ul li.subNavHeader h3 a:hover {
	color:#ddd;
}

div#subNav ul li.subNavHeader p {
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.51;
	color:#151515;
	padding:0px 70px 20px 10px;
}

div#subNav ul li.subNavHeader h3 {
	font-size:20px;
	line-height:20px;
}

/**	/eof SUB NAV	**/

/**	CONTENT HOLDER	**/

div#contentHolder {
	padding:20px 0 20px 0;
	clear:both;
}

div#breadcrumb {
	width:640px;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#pageHolder.frontpage div#breadcrumb {
	display:none;
}

div#breadcrumb ul {
	background:none;
}

div#breadcrumb li {
	position: relative;
}

div#breadcrumb /*ul li*/ a.active,
div#breadcrumb ul li.selected a {
	font-weight:bold;
	border-bottom:1px solid #92000c;
}

div#breadcrumb ul li {
	display:inline;
	padding:0 5px 0 0;
	width:auto;
}

div#breadcrumb ul li:before {
	/*
	content:"〉 ";*/
	content:"» ";
}

div#breadcrumb ul /*li ul*/ {
	clear:both;
}

div#breadcrumb ul li /*ul li*/ {
	background:none;
	display:block;
}

div#breadcrumb ul li.hasChildren a:after {
	content:" ▾";
}

div#pageHolder.subNavOpen div#breadcrumb ul li.hasChildren a:after {
	content:"";
}

div#breadcrumb ul li.hasChildren ul li a:after {
	content:"";
}

div#breadcrumb /*ul li*/ ul li:before {
	content:"+ ";
}

div#breadcrumb /*ul li*/ ul li a:before {
	content:"";
}

div#breadcrumb ul /*ul*/ {
	display:block;
	margin-top:10px;
	width:auto;
	white-space:nowrap;
	background-image:none;
	background:#eee;
	padding:5px 5px 5px 15px;
	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div#breadcrumb ul /*ul*/ li {
	background-image:none;
}



div#content {
	float:right;
	clear:none;
	width:640px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#contentPalsta1 {
  clear: none; 
  display: inline-block; 
  float: left; 
  padding-right: 
  20px; 
  width: 300px;        
}

div#contentPalsta2 {
  clear: none; 
  display: inline-block; 
  float: left; 
  padding-right: 
  20px; 
  width: 300px;        
}


div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	color:#92000c;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.51;
	padding:10px 0 5px 0;
}

div#content h1 {
	font-size:22px;
}

div#content h2 {
	font-size:18px;
}

div#content h3 {
	font-size:16px;
}

div#content h4 {
	font-size:14px;
}

div#content h5 {
	font-size:12px;
}

div#content h6 {
	font-size:10px;
}

div#content p {
	padding:10px 0 5px 0;
	font-size:12px;
}

div#content a {
	color:#92000c;
	text-decoration:none;
	border-bottom: 1px dotted #92000c;
}
/* ...except for channel title */
div#content .channelitem h1 a {
  border-bottom: 0px dotted #92000c;
}

div#content a:hover,
div#content .channelitem h1 a:hover {
	border-bottom: 1px solid #92000c;
}

div#content a img {
	border-bottom: 0px dotted #92000c;
}

div#content a.arrow,
div#content p.readmore a {
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.51;
	font-size:14px;
	background:url(/instancedata/prime_product_julkaisu/luja/pics/bg_arrow_content.gif) center left no-repeat;
	padding:0 0 0 15px;
	border-bottom:none;
}

div#content a.arrow:hover,
div#content p.readmore a:hover {
	color:#333;
	text-decoration:underline;
}

div#content div.two-columns,
.frontpage .channelitem {
	width:300px;
	display:inline-block;
	float:left;
	clear:none;
	padding-right:20px;
}

.frontpage .channeltitle {
  display:none;
}
.frontpage .even {
  clear:both;
}

div#content div.four-columns {
	width:130px;
	display:inline-block;
	float:left;
	clear:none;
	padding-right:30px;
}

div#content div.colorMap {
	width:110px;
	height:60px;
	display:block;
	float:left;
	clear:both;
	margin:15px 0 5px 0;
	padding:10px;
	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}


div#content div.colorMap div {
	font-size:10px;
	line-height:12px;
	color:#000;
	opacity:0.7;
	filter: alpha(opacity='70');
	text-shadow: #fff 0px 0px 5px;    
	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div#content .xmldoc div {
	background:#eee;
	padding:10px;
	margin:10px 0 10px 0;
	font-style:italic;
	
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
div#content .xmldoc .pf_controller,
div#content .xmldoc .pf_pages {
  background:transparent;
}

div#content .xmldoc div span.filetype {
  display:none;
}

div#content .xmldoc div a:before {
	content:"+ ";
}

div#content hr {
	background:none;
	height:10px;
	*height:1px;	/* IE7 and below tweak	*/
	border:none;
	border-bottom:1px solid #92000c;
	*border:none;	/* IE7 and below tweak	*/
	margin-bottom:10px;
	clear:both;
	*background:#92000c;	/* IE7 and below tweak	*/
}

/**	/eof CONTENT HOLDER	**/

/**	FOOTER	**/

div#footer, div#footerPush {
	height: 250px;
}

div#footer {
	width:100%;
	background:url(/instancedata/prime_product_julkaisu/luja/pics/bg_footer.gif) top center repeat-x #1e1e1e;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
}

div#footerHolder {
	height:250px;
	width:960px;
	margin:0px auto;
}

div#footerHolder div.footer-two-columns,
div#footerHolder div.footer-three-columns .xmldoc {
	width:50%;
	float:left;
	clear:none;
}

div#footerHolder div.footer-three-columns {
	width:275px;
	height:180px;
	min-height:180px;
	float:left;
	clear:none;
	margin:20px 0 0 0;
	padding:0px 20px 0px 24px;
	border-right:1px solid #333;
}

div#footerHolder div.last {
	border-right:none;
}

div#footerHolder div.first {
	width:299px;
	padding:0px 20px 0px 0px;
}

div#footer h3 {
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.51;
	padding:0 0 5px 0;
	font-size:16px;
	line-height:30px;
}

div#footer p {
	font-size:12px;
	line-height:15px;
	padding-bottom:15px;
}

div#footer strong,
div#footer b {
	color:#fff;
}

div#footer a {
	color:#fff;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a.arrow,
div#footer .xmldoc a {
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.51;
	font-size:13px;
	background:url(/instancedata/prime_product_julkaisu/luja/pics/bg_arrow_footer.gif) center left no-repeat;
	padding:0 0 0 15px;
}

div#luja {
	float:left;
	clear:both;
}

div#luja a {
	display:block;
	float:left;
	clear:both;
	width:80px;
	height:40px;
	background:url(/instancedata/prime_product_julkaisu/luja/pics/luja.gif) no-repeat;
	background-position:top left;
}

div#luja a:hover {
	background-position:0px 2px;
	opacity:0.8;
	filter: alpha(opacity='80'); 
}

div#luja a span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 0;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/** /eof FOOTER	**/



