@charset "utf-8";
/* CSS Document */

html {
	float: none !important;
	  overflow-x: hidden; 
  		width:100%;
}

 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
	float: none !important;
}

DIV {      float: none !important;
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important;}

/* sisältökeskitys ETUSIVU */
#wrap {position:static;
width:100%;
height:100%;
z-index:0;
float: none !important;position:static;
}
.etu { 
float: none !important;position:static;}

.etu-copperfield { 
float: none !important;position:static;}

.etu-kirsi { 
float: none !important;position:static;}

.ala { 
float: none !important;position:static;}

.ala-kirsi { 
float: none !important;position:static;}

.ala-copperfield { 
float: none !important;position:static;}

.ala-gallery { 
float: none !important;}

.ala-webshop { 
float: none !important;}

/* otsikot */
h1 {color:#000000;
font-size:140%;
font-family:Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
margin: 0px 0px 3em 0px;
letter-spacing:0.25em;
font-variant:small-caps;
text-transform:capitalize;
 }
			
h2 {
	font-size: 130%;	
	color: #4b0f03;
	padding:0px;
	margin: -2em 0 1em 0;
 }

h3 {
	font-size: 120%;
	color:#7b2f13;
	margin: 2.5em 0 0.5em 0;
	letter-spacing:0.1em;
 }

h4 {
	font-size: 110%;
	color: #7b2f13;
		padding:0;
margin: 0.3em 0 0.5em 0; 
	letter-spacing:0.1em;
 }
 
 p {margin: 0 0 20px 0;
float: none !important;}

/* JOS KUVA LINKIN ETEEN padding: 0 0 0 17px;
      background: url("img/base/nuoli.png") no-repeat top left; */
a:link {	color: #6a492e; text-decoration:none;        font-size:95%; font-weight:bold;}
a:visited {	color: #6a492e; text-decoration:none;     font-size:95%; font-weight:bold;}
a:active  {	color: #6a492e; text-decoration:none;   font-size:95%; font-weight:bold;}
a:hover { 	color: #2e476a; text-decoration:none;    font-size:95%; font-weight:bold;}
 




/* KIELET */
#lang {display:none;}
 


/* NAVIGAATIOT */

#navigaatio {display:none;}

#navigaatio img {display:none;}
 
#navigaatio a:link  {display:none;}
#navigaatio a:visited  {display:none;}
#navigaatio a:active  {display:none;}
#navigaatio a:hover {display:none;}
 

/* ETUSIVU */

.copperfield-txt {display:none;}

.kirsi-txt {display:none;}


/* SISÄLTÖ */

/* sisältö antaa kehykset sisältöosalle */
 
#sisalto { float: none !important;   position:static;
}

/* LEIPISOSUUS */

#leipis { 
 float: none !important; position:static;  
}

/* kaksi palstaa */
.left {float: none !important;
margin:0px 0px 0px 10px;
width:240px;
}

.right {
float: none !important;
margin:0px 0px 0px 10px;
width:240px;
}

/* SIVUPALSTA */

.nosto {display:none;
}
 
/* IFRAMET */
#box {
border:0px solid black;
	background:none;
	width:500px;	
	height:413px;
padding: 0px;
margin: 0px;
	overflow-x: hidden; 
overflow-y: scroll; ;
float: none !important;
} 

 
	
iframe { 
overflow-x: hidden; 
padding: 0px;
margin: 0px;;
float: none !important;
} 


 
.ingressi {font-style:italic;}
.sitaatti {color:#7b2f13;
margin:80px 20px 0px 5px;}
.sitaatti-tyhja {color:#7b2f13;
margin:130px 20px 0px 5px;}

.bgclear {background-color:none;}

.tuote {border:1px solid #7b2f13;}  
 
 @charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

 

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
display:none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
display:none;
}
/* Menu item containers, position children relative to this container and are a fixed width */
/* VAIKUTTAA siihen kuinka etäällä ovat toisistaan */
ul.MenuBarHorizontal li
{
display:none;

}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
display:none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
display:none;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
display:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
display:none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
display:none;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
display:none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
display:none;
		
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{

display:none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{ 
	display:none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)
ul.MenuBarHorizontal a.MenuBarItemSubmenu 
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 50% 98%;
} */
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)*/
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	display:none;
} 
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover 
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 50% 98%;
} */
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	display:none;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	display:none;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display:none;
	}
}
