/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
html, body {
	height: 100%;
}
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0px -76px; /* the bottom margin is the negative value of the footer's height */
	min-width: 980px;
}
#footer, #push {
	clear: both;
	height: 76px; /* .push must be the same height as .footer */
}
#footer {
	min-width: 980px;
}
/*-------------------------------*/

body, td {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
}

a img {
	border-style: none;
}

li {
}

small {
	font-size: 10px;
}

p {
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	color: #eab54a;
}

table {
	border-style: none;
}
th,
td {
	border-style: none;
	padding: 0px;
	vertical-align: top;
}

div#header {
	background: #000 url('img/header.gif') repeat-x left top;
	height: 76px;
}

div#footer {
	background: #fff1d4 url('img/footer.gif') repeat-x left bottom;
	color: #fff;
}
div#footer td {
	color: #751;
	line-height: 1.6em;
	padding-left: 20px;
}

div.widthWrapper {
	margin: 0px auto;
	text-align: left;
	width: 980px;
}

div.colWrapper {
	clear: both;
	width: 100%;
}

div.colWrapper {
	background: transparent url('img/frontpage_bg.jpg') no-repeat right top;
	min-height: 300px;
}

div.col1 {
	float: left;
	padding-bottom: 15px;
	padding-top: 30px;
	width: 170px;
}
div.col2 {
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	/* täysi leveys | width: 810px; */
	width: 640px;
}

div.col3 {
	float: right;
	padding-bottom: 15px;
	padding-top: 310px; /* 15px + 295px taustakuvaa varten */
	/* täysi leveys | width: 810px; */
	width: 155px;
}

.faded {
	color: #666;
}

.productcategories td a {
	color: #666;
	text-decoration: none;
}
.productcategories td a:hover {
	text-decoration: underline;
}

ul.productlist-anchors {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 20px;
}
ul.productlist-anchors li {
	margin: 0px;
	padding: 3px 0px;
}

.breadcrumbs {
	color: #000;
}
.breadcrumbs span {
	color: #666;
}
.breadcrumbs a {
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #000;
	text-decoration: underline;
}
