
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: .75em Arial, sans-serif;
	border: 0px; /* ie6 fix */
	background: #fff url(bg/bg.jpg) no-repeat center top;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	height: 100px;
	overflow: visible;
    position: relative;
}
html>body #wrapper {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#top {
	height: 155px;
	overflow: hidden;
	position: relative;
}
#logo {
	width: 134px;
	height: 116px;
	position: absolute;
	top: 23px;
	left: 25px;
}
#topSearch {
	width: 730px;
	height: 71px;
	background: url(bg/topSearch.png) no-repeat left top;
	position: absolute;
	top: 60px;
	right: 0px;
	overflow: visible;
}
DIV.searchBox {
	width: 220px;
	float: left;
	padding: 7px 0px 0px 20px;
}
INPUT.searchString {
	border: 0px;
	width: 176px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	background: url(bg/searchString.jpg) no-repeat right top;
	color: #959595;
	font: 12px Arial, sans-serif;
	float: left;
}
INPUT.searchSubmit {
	border: 0px;
	width: 25px;
	height: 25px;
	background: url(bg/searchSubmit.jpg) no-repeat left top;
	cursor: pointer;
}
DIV.searchBox select {
	border: 0px;
	width: 186px;
	height: 25px;
	padding: 5px 5px 5px 5px;
	background: #fff url(bg/searchString.jpg) no-repeat right top;
	color: #959595;
	font: 12px Arial, sans-serif;
}

/* --- NAVTOP --- */

#navTop {
	padding: 0px 10px 0px 0px;
	height: 45px;
    overflow: hidden;
    background: #e7e7e7 url(bg/navTop.jpg) repeat-x top;
}
#navTop ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#navTop ul li {
	padding: 0px;
	float: left;
	list-style-type: none;
	height: 39px;
}
#navTop ul li.open {
	background: url(bg/navTopAOpen.gif) no-repeat center bottom;
}
#navTop ul li a {
	display: block;
	padding: 0px 20px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	background: url(bg/navTopA.jpg) no-repeat left top;
}
#navTop ul li a span {
	display: none;
}
#navTop ul li a:hover {
	text-decoration: underline;
}


/* Content */

#contentOuter {
	background: #fff url(bg/contentMiddle.jpg) repeat-y left;
}
#contentMiddle {
	background: url(bg/contentTop.jpg) no-repeat left top;
}
#content {
	margin: 0px;
	padding: 10px 30px 30px 0px;
	height: 400px;
	overflow: visible;
	background: url(bg/contentBottom.jpg) no-repeat left bottom;
}
html>body #content {
	height: auto;
	min-height: 400px;
	overflow: hidden;
}


/*Tekstit*/

#column1 {
	margin: 0px;
	padding: 0px;
	width: 286px;
	float: left;
	overflow: visible;
}
#column1Text {
	padding: 0px 0px 0px 15px;
	width: 250px;
	overflow-x: hidden;
}
#main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 650px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}
html>body #main {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#mainText {
	padding: 0px;
	margin: 0px;
}
#column2 {
	display: none;
}
#copy {
	display: none;
}

/* --- NAVSUB --- */

#navSub {
	padding: 20px 0px 20px 15px;
	position: relative;
	top: -10px;
	background: #e7e7e7 url(bg/navSub.jpg) no-repeat left bottom;
}
#navSub ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#navSub ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background: #fff url(bg/navSubLi.jpg) repeat-x bottom;
}
#navSub ul li.sub {
	background: none;
}
#navSub ul li a {
	display: block;
	padding: 5px 10px 5px 25px;
	margin: 0px;
	text-decoration: none;
	color: #000;
	background: url(bg/navSubA.gif) no-repeat 12px 8px;
}
#navSub ul li a.open {
	background: url(bg/navSubAOpen.gif) no-repeat 10px 10px;
}
#navSub ul li a:hover {
	text-decoration: underline;
}

/*Alivalikon listat, linkit jne.*/

#navSub ul li ul {
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	background: #e7e7e7;
}
#navSub ul li ul li {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	background: none;
}
#navSub ul li ul li a {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
	background: none;
}
#navSub ul li ul li a.open {
	background: #fff;
}
#navSub ul li ul li a:hover {
	text-decoration: underline;
}

/*Alialivalikon listat, linkit jne.*/

#navSub ul li ul li ul {
	padding: 5px 0px 5px 0px;
}
#navSub ul li ul li ul li {
	
}
#navSub ul li ul li ul li a {
	
}
#navSub ul li ul li ul li a.open {
	
}
#navSub ul li ul li ul li a:hover {
	
}





/*Peruselementit*/

a {
	text-decoration: underline;
	outline: none;
    color: #929292;
}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 1.5em;
	color: #000;
}
h2 {
	margin: 0px;
	padding: 8px 0px 3px 0px;
	font-size: 1.2em;
	color: #000;
}
h3 {
	margin: 0px;
	padding: 5px 0px 3px 0px;
	font-size: 1em;
	color: #000;
}
hr {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	height: 1px;
	clear: both;
	border: 0;
	color: #ccc;
	background-color: #ccc;
}
p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
img {
	border-color: #ddd;
}
table {
	border-color: #ddd;
}
td {
	border-color: #ddd;
}
form {
	margin: 0px;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 191px;
	overflow: visible;
	overflow-x: hidden;
	background: #000 url(bg/footer.jpg) repeat-x top;
}
html>body #footer {
	height: auto;
	min-height: 191px;
	overflow: hidden;
}
#footerText {
	padding: 20px 30px 10px 30px;
	color: #858585;
}
#footerText h1,
#footerText h2,
#footerText h3,
#footerText a {
	color: #858585;
}
#footerText a {
	text-decoration: none;
}
#footerText a:hover {
	text-decoration: underline;
}
/* really */

#really {
	padding: 0px 50px 10px 0px;
	text-align: right;
}
#really a {
	color: #3e3e3e;
	padding: 2px 5px;
	text-decoration: none;
	font: bold 12px Arial Black, Arial, sans-serif;
}
#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* Search results
===================================*/

#searchResults ul {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
#searchResults ul li {
	margin: 0px;
	padding: 2px 0px;
	list-style-type: none;
}
#searchResults ul li a {
	padding: 2px 0px 2px 0px;
	background: url(bg/list.jpg) no-repeat left 5px;
	text-decoration: none;
}
#searchResults ul li a:hover {
	text-decoration: underline;
}

/* --- retailers --- */

#retailerTop {
	clear: both;
	width: 610px;
	padding: 10px 20px 0px 20px;
	margin-top: 10px;
	height: 42px;
	line-height: 42px;
	background: url(bg/retailerTop.jpg) no-repeat left bottom;
}
#retailerTop select {
	border: 1px solid #a5acb2;
	width: 165px;
	font: 12px Arial, sans-serif;
	margin-right: 10px;
}
INPUT#searchRetailer {
	width: 96px;
	height: 22px;
	padding-bottom: 2px;
	font: 12px Arial, sans-serif;
	border: 0px;
	background: url(bg/searchRetailer.png) no-repeat center center;
	cursor: pointer;
}
#retailerHeader {
	margin: 10px 0px;
	width: 610px;
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	background: url(bg/retailerHeader.jpg) no-repeat left top;
}
div.retailerHeaderLeft {
	float: left;
	width: 320px;
}
DIV.retailerHeaderLeft a {
	color: #000;
	text-decoration: none;
}
DIV.retailerHeaderLeft a:hover {
	text-decoration: underline;
}
DIV.retailerHeaderLeft a img {
	margin-left: 3px;
}
.prevNext {
	padding: 10px 20px 10px 20px;
	text-align: right;
	font-weight: bold;
}
.prevNext a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 0px 5px;
}
.prevNext a:hover {
	text-decoration: underline;
}
.retailer {
	padding: 0 0 10px 0;
}
.retailer H2 {
	color: #000;
}

DIV.retailerLogos {
	width: 340px;
	padding-top: 5px;
	float: left;
}
DIV.retailerLogos img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.retailer TABLE TD {
	vertical-align: top;
}
TD.retailerTd {
	width: 90px;
}

/* --- buttons --- */
DIV.button {
	height: 22px;
	background: url(bg/buttonRight.jpg) no-repeat right top;
	float: left;
}
DIV.button a {
	display: block;
	background: url(bg/buttonLeft.jpg) no-repeat left top;
	padding: 0px 20px;
	text-decoration: none;
	color: #000;
	font: 12px/22px Arial, sans-serif;
}
DIV.button a:hover {
	text-decoration: underline;
}
DIV.button INPUT {
	border: 0px;
	background: url(bg/buttonLeft.jpg) no-repeat left top;
	height: 22px;
	font: 12px/22px Arial, sans-serif;
	padding: 0px 20px 2px 20px;
	cursor: pointer;
	overflow: visible; /* fixes IE7 wide button */
}
.tfih {
	display: none;
}

.newsletter {
	width: 246px;
	background: url(bg/newsletterBottom.gif) no-repeat left bottom;
}
.newsletterCenter {
	background: url(bg/newsletterTop.gif) no-repeat left top;
}
.newsletterContent {
	padding: 20px 25px 20px 20px;
	font: bold 17px Arial, sans-serif;
	color: #000;
}
.newsletterContent A {
	font: bold 17px Arial, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 40px 3px 0;
	background: url(bg/newsletterIcon.gif) no-repeat right top;
}
.newsletterContent A:hover {
	color: #505050;
}

#ukk .question TD {
	font-weight: bold;
	padding: 15px 0 15px 0;
	font-size: 13px;
	background: url(bg/ukkQuestion.gif) no-repeat left bottom;
}
#ukk .question TD P {
	margin: 0;
	padding: 0;
}
#ukk .answer TD {
	padding: 2px 30px 5px 15px;
	background: url(bg/ukkAnswer.gif) no-repeat left bottom;
}
