/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background: url(img/bg.jpg) no-repeat center top #000;
	color: #fff;
	font: 15px/140% Play, arial, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#footerWrapper {
	width: 100%;
	padding: 50px 0;
	background: url(img/footer_bg.jpg) center top #151515;
}

footer {
	margin: 0 auto;
	width: 960px;
}

nav {
	background-color: #212121;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	width: 960px;
	padding: 10px 0 12px;
}

header {
	width: 960px;
}

#kolmeKaksi1 {
	width: 568px;
	padding: 30px 0 25px;
	float: left;
	margin: 0 20px 25px 0;
}

#kolmeKaksi2 {
	width: 372px;
	padding: 30px 0 25px;
	float: left;
	margin: 0 0 25px;
}

.kolmeKaksi1box {
	background-color: #212121;
	width: 528px;
	padding: 15px 20px 10px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 0;
}

.tuotehakuBox {
	width: 372px;
	background-color: #212121;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px;
	padding: 15px 0 10px;
}

.tuotehakuBoxTitle {
	background-color: #151515;
	width: 352px;
	padding: 10px 0 10px 20px;
	margin: 0 0 5px;
}

.footerBox {
	background-color: #0f0f0f;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	float: right;
	margin: 5px 0 0;
}

.footerLogo {
	float: left;
}

p {
	margin: 0 0 10px;
}

.tuotehakuBox p {
	margin: 0 0 5px 20px;
}

h1 {
	color: #f89c2d;
	font-size: 22px;
	margin: 0 0 15px;
	line-height: 140%;
}

.kolmeKaksi1box h1 {
	margin: 0;
}

.tuotehakuBox h1 {
	margin: 0 0 15px 20px;
}

h2 {
	color: #f89c2d;
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 140%;
}

h3 {
	color: #f89c2d;
	font-size: 18px;
	margin: 0 0 5px;
}

h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}

strong {
	font-weight: bold;
}

.oranssi {
	color: #f89c2d;
}

.sepa {
	color: #494949;
	letter-spacing: -3px;
	margin: 0 20px;
}

a:link {
	color: #f89c2d;
	text-decoration: none;
}

a:visited {
	color: #f89c2d;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #f89c2d;
	text-decoration: none;
}

a.whiteLink:link {
	color: #fff;
	text-decoration: none;
}

a.whiteLink:visited {
	color: #fff;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #b8b8b8;
	text-decoration: none;
}

a.whiteLink:active {
	color: #fff;
	text-decoration: none;
}

.floatClear {
	clear: both;
}

.tuoteThumb {
	float: left;
	margin: 0 15px 5px 0;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tuoteImg {
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
}

.thumb {
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	float: left;
}

.tuotehakuBox hr {
	color: #000;
	border:0;
	background-color: #000;
	height:1px;
	width: 100%;
	margin: 0 0 5px;
}

.margin5 {
	margin: 0 0 5px;
}