/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	color: #CCC;
	}
	
a {
	text-decoration: underline;
	color: #333;
	}
	
a:hover {
	text-decoration: none;
	color: #333;
	}
	
/* Rakenne */

#runko {
	width: 800px;
	margin: 0 auto;
	background: #FFF url(../images/voi-hyvin-bg.png) repeat-y 0 0;
	min-height: 65em;
	height: auto;
	_height: 65em;
	}
	
#halt {
	width: 600px;
	margin: 0 100px;
	}
	
#header {
	height: 150px;
	clear: both;
	border: 3px double #CCC;
	margin: 10px 10px 0 10px;
	}
	
#sisalto {
	clear: both;
	display: inline;
	margin: 10px 20px;
	}
	
/* Ylimmät tuotteet sivulla */

.top-tuotteet {
	background: #FFF url(../images/bg1.png) repeat-x 0 0;
	margin: 0 10px 10px 10px;
	padding: 10px;
	border-left: 3px double #CCC;
	border-right: 3px double #CCC;
	border-bottom: 3px double #CCC;
	color: #666;
	}
	
.top-tuotteet table {
	width: 100%;
	max-width: 580px;
	}
	
.top-tuotteet table img {
	border: 1px solid #090;
	width: 50px;
	}
	
.top-tuotteet table tr td {
	padding-bottom: 20px;
	}
	
.top-tuotteet table tr td a {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 5px;
	color: #090;
	}
	
/* Skipnavi ul + li + a */

#skipnavi {
	background: #FFF url(../images/bg.png) repeat-x 0 0;
	min-height: 30px;
	height: auto;
	_height: 30px;
	text-align: right;
	margin: 0 10px 10px 10px;
	padding: 0;
	border-left: 3px double #CCC;
	border-right: 3px double #CCC;
	border-bottom: 3px double #CCC;
	}
	
#skipnavi li {
	display: inline;
	}
	
#skipnavi li a {
	padding: 5px;
	color: #666;
	display: block;
	float: right;
	}
	
/* Voi hyvin -sivuston logo */

#header h1 {
	margin: 0;
	padding: 0;
	}
	
#header h1 a {
	overflow: hidden;
	text-indent: -999px;
	display: inline;
	height: 97px;
	width: 444px;
	background: url(../images/voi-hyvin-logo.png) no-repeat 0 0;
	float: left;
	margin: 10px 0 0 64px;
	}
	
/* Faktaotsikko */

#header h4 {
	overflow: hidden;
	text-indent: -999px;
	display: inline;
	height: 30px;
	width: 423px;
	background: url(../images/luontais-ja-terveystuotteet.png) no-repeat 0 0;
	float: left;
	margin: 0 0 0 76px;
	border: 0;
	}
	
/* Otsikkoa */

h2, h3, h4, h5, h6 {
	border: 3px double #CCC;
	padding: 5px;
	background: url(../images/bg2.png);
	margin: 10px 10px 0 10px;
	color: #666;
	letter-spacing: 1px;
	font-size: 1.3em;
	}
	
p, address {
	padding: 5px;
	margin: 0 10px 10px 10px;
	color: #333;
	line-height: 145%;
	}
	
/* Yhteydenottolomake */

#yhteydenotto {
	background: url(../images/bg1.png) repeat-x 0 0;
	margin: 0 10px;
	border-left: 3px double #CCC;
	border-right: 3px double #CCC;
	border-bottom: 3px double #CCC;
	padding: 5px;
	clear: both;
	}
	
#yhteydenotto form {
	width: 100%;
	clear: both;
	}
	
#yhteydenotto form ul {
	list-style: none;
	}

#yhteydenotto form ul li {
	margin: 10px 0;
	}

#yhteydenotto form label {
	color: #666;
	display: block;
	float: left;
	width: 150px;
	}
	
#yhteydenotto form .tekstikentta {
	width: 400px;
	}
	
#yhteydenotto p {
	border: 0;
	margin: 10px 0;
	background: none;
	}
	
#yhteydenotto form #laheta {
	margin-left: 145px;
	}
	
#yhteydenotto form #laheta input {
	padding: 5px;
	margin: 5px;
	}