* { margin: 0; padding: 0; }

html {
	min-height: 100%;
	height: auto;
	overflow-y: scroll;	
	background: url('../images/body_bg.jpg') repeat-y 50% 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url('../images/header_bg.jpg') no-repeat 50% 0;		
	}
			
a {
	font-weight: bold;
	text-decoration: none;
	color: #767676;
	}
	
a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #8E8E8E;	
	}	

p {
	margin-top: 8px;
	}	

h1 {
	font-size: 18px;
	font-weight: bold;
	}
		
h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 5px 10px 0px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 5px 10px 0px;
	}

h4 {
	font-size: 13px;
	margin: 10px 0px 8px 0px;
	}

h5 {
	font-size: 12px;
	}
	
	
#wrap {
	width: 933px;
	height: 100%;
	margin: 0px auto;
	}
	
/* Header */


ul#lang {
	float: right;
	list-style: none;	
	width: 120px;
	height: 20px;
	position:relative;
	right:5px;
	top:63px;	
	}	

ul#lang li{
	float: left;
	}	

ul#lang li a{
	}			

ul#lang li img{
	border: 0px;
	}
			
#header {
	width: 931px;
	height: 306px;
	margin-left: 2px;
	}	

/* Navigation */
ul#navigation {
	width: 770px;
	height: 26px;
	float: left;
	position:relative;
	left:145px;
	top:257px;		
	list-style: none;
	font-size: 12px;
	border-bottom: 1px dashed black;
	padding-left: 3px;
	}

ul#navigation li {
	float: left;
	height: 25px;
/*	background: url('../images/nav_image.jpg') no-repeat;	*/
	margin: 2px 7px 2px 0px;
	padding: 0px 0px;
	}
	
ul#navigation a {
	display: block;
	color: #496269;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	border-left: 2px solid white;
	}
	
ul#navigation li a:hover {
	font-weight: bold;
	border-left: 2px solid red;	 
	color: black;	 	
	}
	
ul#navigation a.active {
	font-weight: bold;
	border-left: 2px solid red;
	color: black;
	}		

/* Navigation under */
ul#navigation2 {
	height: 20px;
	float: left;
/*	position:relative;
	left:145px;
	top:259px; */		
	list-style: none;
	font-size: 12px;
	padding-left: 3px;
/*	background-color: #F3F3F3;*/
	}

ul#navigation2 li {
	float: left;
	height: 19px;
/*	background: url('../images/nav_image.jpg') no-repeat;	*/
	margin: 2px 7px 2px 0px;
	padding: 0px 0px;
	}
	
ul#navigation2 a {
	display: block;
	color: #496269;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	border-left: 2px solid white;
	}
	
ul#navigation2 li a:hover {
	font-weight: bold;
	border-left: 2px solid red;	 
	color: black;	 	
	}
	
ul#navigation2 a.active {
	font-weight: bold;
	border-left: 2px solid red;
	color: black;
	}		
		
/* Main content */

#content {
	background: none;
	}

#left_address {
	float: left;	
	width: 130px;
	padding-top: 30px;	
	padding-left: 10px;	
	padding-right: 5px;
	padding-bottom: 10px;
	color: #9B9B9B;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 180%;
	}

#left_address h1{
	font-size: 14px;
}

#left_address p{
	padding-top: 0px;
	margin-top: 0px;
}	
	
/* main */	
		
#main {
	float: left;
	width: 745px;
	padding: 0px 5px 10px 15px;		
	}

.tuoteryhma {
	display: block;
	float: left;
	width: 100%;
	}
	
.ryhmakuva {
	float: left;
	}	
		
/* footer */		
#footer {
	width: 770px;
	height: 40px;
	position:relative;
	left:145px;
	top:20px;	
	border-top: 1px dashed black;	
	clear: both;
	margin-top: 15px;
	margin-right: 8px;	
	}	