/* 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 url(../images/bg.png);
	color: #333;
	}
	
a {
	text-decoration: underline;
	color: #F93;
	}
	
a:hover {
	color: #000;
	}
	
/* Rakenne */

#runko {
	width: 100%;
	margin: 0;
	min-height: 65em;
	height: auto;
	_height: 65em;
	background: url(../images/header.png) repeat-x 0 0;
	}
	
#halt {
	width: 700px;
	margin: 0 auto;
	}
	
#header {
	position: relative;
	height: 200px;
	}
	
#middle {
	margin-top: 50px;
	}
	
#bottom {
	min-height: 3em;
	height: auto;
	_height: 3em;
	margin: 20px 0;
	}
	
/* Logo */

#header h1 {
	margin: 0;
	padding: 0;
	}	
	
#header h1 a {
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/piilolinssit-logo.png) no-repeat 0 0;
	height: 73px;
	width: 361px;
	display: block;
	float: left;
	margin: 100px 0 0 159px;
	}
	
/* Tunnari */

#header h2 {
	margin: 0 0 0 163px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/hanki-piilolinssisi-internetista-edullisesti.png) no-repeat 0 0;
	height: 18px;
	width: 355px;
	float: left;
	}
	
/* Tähti */

#header h3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/linssitakuu-tahti.png) no-repeat 0 0;
	height: 160px;
	width: 162px;
	position: absolute;
	left: 0;
	top: 26px;
	display: block;
	}
	
/* Image replacementit */

h3 {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	margin: 20px 0;
	padding: 0;
	}
	
h3#maksu-laskulla {
	height: 21px;
	width: 167px;
	background: url(../images/maksu-laskulla.png) no-repeat 0 0;
	}
	
h3#matalat-hinnat {
	height: 25px;
	width: 385px;
	background: url(../images/matalat-hinnat-ja-lyhyet-toimitusajat.png) no-repeat 0 0;
	}
	
h3#nopeat-toimitukset {
	height: 24px;
	width: 204px;
	background: url(../images/nopeat-toimitukset.png) no-repeat 0 0;
	}
	
h3#saat-henkilokohtaista {
	height: 23px;
	width: 326px;
	background: url(../images/saat-henkilokohtaista-palvelua.png) no-repeat 0 0;
	}
	
h3#saat-piilolinssisi {
	height: 23px;
	width: 412px;
	background: url(../images/saat-piilolinssisi-jopa-50-prosenttia-edullisemmin.png) no-repeat 0 0;
	}
	
h3#yli-kolme {
	height: 20px;
	width: 353px;
	background: url(../images/yli-kolme-miljoonaa-linssia-varastossa.png) no-repeat 0 0;
	}
	
h3#palaute {
	height: 21px;
	width: 242px;
	background: url(../images/palaute-ja-yhteydenotto.png) no-repeat 0 0;
	}
	
/* Kirjainta */

p, address {
	font-style: normal;
	line-height: 145%;
	margin: 10px 20px 10px 2px;
	}
	
/* Floatit */
	
.float_right {
	float: right;
	}
	
.float_left {
	float: left;
	}
	
.no_float {
	float: none;
	}
	
/* Huomautus, huomhuom */

.huom {
	background: url(../images/huomio.png) no-repeat 0 0;
	width: 500px;
	height: 40px;
	margin: 20px 0;
	}
	
.huom h4, .huom h2, .huom h3 {
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 9px 0 0 10px;
	width: 100px;
	font-size: 1.5em;
	color: #FFF;
	}
	
.huom p {
	padding: 5px 10px 0 0;
	margin: 0;
	color: #FFF;
	line-height: 120%;
	}
	
/* Palautelomake */

#bottom form ul {
	list-style: none;
	}
	
#bottom form label {
	display: block;
	float: left;
	width: 150px;
	margin: 5px 0;
	}
	
#bottom form .tekstikentta {
	width: 520px;
	margin: 5px 0;
	font: 1em "Courier New", Courier, mono;
	color: #F90;
	border: 3px double #CCC;
	}
	
#bottom form .tekstikentta:focus {
	color: #333;
	border: 3px double #999;
	}
	
#bottom form #laheta {
	margin-left: 145px;
	padding: 5px;
	}
	
/* Itse tuotekatalogi */

#tuotteet table {
	margin: 20px 0 20px -20px;
	width: 680px;
	color: #333;
	line-height: 145%;
	border: 0;
	padding: 0;
	}
	
#tuotteet table tr td {
	padding: 5px;
	border: 0;
	margin: 0;
	text-align: left;
	}
	
#tuotteet table tr td a {
	color: #F93;
	}
	
/* Skipnavi */

#skipnavi {
	list-style: none;
	margin: 0;
	padding: 5px;
	float: right;
	}
	
#skipnavi li {
	display: inline;
	}
	
#skipnavi li a {
	color: #FFF;
	background: #000;
	padding: 10px;
	}
	
#skipnavi li a:hover {
	color: #CCC;
	background: #000;
	}
	
/* ULli */

ul {
	margin-left: 15px;
	list-style-type: disc;
	}