html {
	height: 100%;
}

body {
	background: #090706;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, p, ul, ol, dl {
	margin: 0;
	padding: 0;
}



/* layout */

div#wrap {
	background: url(img/ui/bg_wrap.jpg) left bottom no-repeat;
	margin: 0 auto;
	min-height: 100%;
	width: 1010px;
}

div#content-wrap {
	background: url(img/ui/bg_contentwrap.jpg) repeat-y;
	clear: left;
}

div#content-wrap-top {
	background: url(img/ui/bg_contentwrap_top.jpg) no-repeat;
	clear: left;
	min-height: 326px;
	padding-top: 40px;
}

/* header */

div#header {
	background: url(img/ui/bg_header.jpg) no-repeat;
	height: 222px;
}

div#header a {
	display: block;
	height: 212px;
	overflow: hidden;
	text-indent: -9999px;
}

/* main menu */

ul#mainmenu {
	background: url(img/ui/bg_mainmenu.jpg) no-repeat;
	float: left;
	height: 66px;
	list-style: none;
	position: relative;
	width: 1010px;
}

ul#mainmenu li {
	float: left;
	position: absolute;
}

ul#mainmenu li a {
	display: block;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
}

li#mm-shop { left: 326px; width: 89px; }
li#mm-shop-selected { left: 325px; width: 91px; }
li#mm-palv { left: 416px; width: 94px; }
li#mm-palv-selected { left: 415px; width: 95px; }
li#mm-edus { left: 510px; width: 90px; }
li#mm-edus-selected { left: 509px; width: 91px; }
/*li#mm-yhte { left: 550px; width: 118px; }
li#mm-yhte-selected { left: 549px; width: 119px; }*/
li#mm-kult { left: 600px; width: 110px; }
li#mm-kult-selected { left: 599px; width: 111px; }

li#mm-shop a:hover { background: url(img/ui/bg_mainmenu.jpg) -326px -66px no-repeat; }	
li#mm-palv a:hover { background: url(img/ui/bg_mainmenu.jpg) -416px -66px no-repeat; }	
li#mm-edus a:hover { background: url(img/ui/bg_mainmenu.jpg) -510px -66px no-repeat; }	
/*li#mm-yhte a:hover { background: url(img/ui/bg_mainmenu.jpg) -550px -66px no-repeat; }*/
li#mm-kult a:hover { background: url(img/ui/bg_mainmenu.jpg) -600px -66px no-repeat; }	

li#mm-shop-selected { background: url(img/ui/bg_mainmenu.jpg) -325px -132px no-repeat; }	
li#mm-palv-selected { background: url(img/ui/bg_mainmenu.jpg) -415px -132px no-repeat; }	
li#mm-edus-selected { background: url(img/ui/bg_mainmenu.jpg) -509px -132px no-repeat; }	
/*li#mm-yhte-selected { background: url(img/ui/bg_mainmenu.jpg) -549px -132px no-repeat; }*/
li#mm-kult-selected { background: url(img/ui/bg_mainmenu.jpg) -599px -132px no-repeat; }	

/* perus sivu */

div#content-basic {
	color: #f6ecd2;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 889px;
}

div#basic-content-middle {
	background: url(img/ui/bg_basiccontentmiddle.jpg) no-repeat;
	float: left;
	min-height: 450px;
	padding: 65px 0 20px 79px;
	width: 100%;
}

div#basic-content-middle-left {
	border-right: 1px #514D44 solid;
	float: left;
	padding-right: 30px;
	width: 376px;
}

div#basic-content-middle-right {
	float: left;
	padding-left: 30px;
	width: 340px;
}

div#basic-content-middle h1 {
	color: #f6ecd2;
	font-size: 18px;
	margin-bottom: 35px;
}

h1.kultakukko {
	background: url(img/ui/h1_kultakukko.png) no-repeat;
	height: 21px;
	text-indent: -9999px;
}

h1.palvelut {
	background: url(img/ui/h1_palvelut.png) no-repeat;
	height: 21px;
	text-indent: -9999px;
}

h1.tuotteet {
	background: url(img/ui/h1_tuotteet.png) no-repeat;
	height: 21px;
	text-indent: -9999px;
}

div#basic-content-middle h2 {
	clear: left;
	font-size: 14px;
	margin-bottom: 5px;
}

h2.yhteystiedot {
	background: url(img/ui/h2_yhteystiedot.gif) no-repeat;
	height: 17px;
	margin-bottom: 25px !important;
	text-indent: -9999px;
}

h2.edustamammemerkit {
	background: url(img/ui/h2_edustamammemerkit.gif) no-repeat;
	height: 17px;
	margin-bottom: 10px !important;
	text-indent: -9999px;
}

h2.hyodyllisialinkkeja {
	background: url(img/ui/h2_hyodyllisialinkkeja.gif) no-repeat;
	height: 22px;
	margin-bottom: 10px !important;
	text-indent: -9999px;
}

div#basic-content-middle p {
	line-height: 25px;
	margin-bottom: 25px;
}

p.ing_palv {
	background: url(img/ui/ing_palvelut.png) no-repeat;
	height: 73px;
	text-indent: -9999px;
}

div#basic-content-middle a {
	/*color: #B79A75;*/
	color: #f6ecd2;
	text-decoration: none;
}

div#basic-content-middle a:hover {
	color: #6E9232;
}

div.basic-content-small-wrap {
	border-bottom: 1px #59534A solid;
	float: left;
	margin-bottom: 20px;
}

div.basic-content-small-left {
	float: left;
	width: 155px;
}

div.basic-content-small-right {
	float: left;
	width: 150px;
}

div.basic-content-small-wrap p {
	margin-bottom: 20px !important;
}

div#basic-content-bot {
	background: url(img/ui/bg_basiccontentbot.jpg) no-repeat;
	clear: left;
	font-size: 11px;
	height: 79px;
}

div#basic-content-bot p {
	line-height: 73px; 
	margin-left: 115px;
}

/* footer */

div#footer {
	height: 82px;
	padding: 28px 0 0 61px;
}

a#f-casio {
	background: url(img/ui/bg_casio.gif) no-repeat;
	display: block;
	float: left;
	height: 41px;
	margin-left: 102px;
	overflow: hidden;
	text-indent: -9999px;
	width: 143px;
}

a#f-saurum {
	background: url(img/ui/bg_saurum.gif) no-repeat;
	display: block;
	float: left;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	width: 117px;
}

a#f-leijona {
	background: url(img/ui/bg_leijona.gif) no-repeat;
	display: block;
	float: left;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	width: 110px;
}

a#f-finnfeelings {
	background: url(img/ui/bg_finnfeelings.gif) no-repeat;
	display: block;
	float: left;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	width: 156px;
}

a#f-rodania {
	background: url(img/ui/bg_rodania.gif) no-repeat;
	display: block;
	float: left;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
	width: 167px;
}

/* shop */

div#content-shop {
	color: #383339;
	margin: 0 auto;
	width: 889px;
}

div#content-shop P, LI {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height : 140%;
}

div#shop-content-top {
	background: url(img/ui/bg_shopcontenttop.jpg) no-repeat;
	height: 72px;
}

div#shop-content-middle {
	background: url(img/ui/bg_shopcontentmiddle.jpg) repeat-y;
	min-height: 350px;
}

div#shop-content-bot {
	background: url(img/ui/bg_shopcontentbot.jpg) no-repeat;
	height: 114px;
}

div#content-shop a {
	color: #383339;
	text-decoration: none;
}

div#content-shop a:hover {
	color: #6e9232;
}

H1 {
font-family: Arial, Helvetica, sans-serif;
font-size : 100%;
font-weight : bold;
color: #383339;
margin-bottom: 10px;
}

h2.ostoskorisi {
	background: url(img/ui/h1_ostoskorisi.gif) no-repeat;
	height: 47px;
	margin-bottom: 4px;
	text-indent: -9999px;
}

h2.uutuudetalet {
	background: url(img/ui/h2_uutuudetalet.gif) no-repeat;
	height: 15px;
	margin: 35px 0 10px 0;
	text-indent: -9999px;
}

h2.edustukset {
	background: url(img/ui/h2_edustukset.gif) no-repeat;
	height: 14px;
	margin: 35px 0 10px 0;
	text-indent: -9999px;
}

h2.kategoriat {
	background: url(img/ui/h2_kategoriat.gif) no-repeat;
	height: 14px;
	margin: 35px 0 15px 0;
	text-indent: -9999px;
}

h2.lisatietoa {
	background: url(img/ui/h2_lisatietoa.gif) no-repeat;
	height: 16px;
	margin: 20px 0 10px 0;
	text-indent: -9999px;
}

TD.toplinks {
color: #383339;
padding : 5px 5px 5px 25px;
background: none;
border-top : none;
border-bottom : none;
/*background-image : url(kauppa/logos/toplinks_bg.gif);*/
}

TD.navigation {
color: #383339;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding : 0 0 0 25px;
border-right : none;
background : none;
}

TD.nav_open { 
	
} 

P.nav_open { 
font-family: Arial, Helvetica, sans-serif;
font-size : 12px; 
	/*background: url(img/ui/bg_li.gif) no-repeat;*/
	
	line-height: 10px !important;
	margin-bottom: 13px;
	font-weight: bold; 

} 
 
A.nav_open { 
	color: #6e9232;
} 
 
TD.nav_closed { 
	
} 
 
P.nav_closed {
font-family: Arial, Helvetica, sans-serif;
font-size : 12px; 
	/*background: url(img/ui/bg_li.gif) no-repeat;
	padding-left: 12px;*/
	line-height: 10px !important;
	margin-bottom: 13px;
	font-weight: bold;
} 
 
A.nav_closed { 
	font-weight: bold;
}

span.selected {
	color: #6e9232;
}

span.selected a {
	color: #6e9232 !important;
}

a.edellinen {
	font-weight: bold;
	padding-right: 10px;
}

a.seuraava {
	font-weight: bold;
	padding-left: 10px;
}

div.jarjesta {
	border-bottom: 1px #C1B6B4 solid;
	border-top: 1px #C1B6B4 solid;
	color: #6e9232;
	font-size: 12px;
	margin: 30px 0;
	padding: 10px 0;
}

div.jarjesta span {
	padding-right: 10px;
}

TD.main {
padding : 15px 25px 0 25px;
background: none;
}

TD.cartbottom {
padding : 5px;
background: none;
border-top : none;
border-bottom : none;
background-image : url(kauppa/logos/cartbottom_bg.gif);
}

P.topbreadcrumb {
background: url(img/ui/bg_li.gif) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size : 11px !important;
font-weight: bold;
color: #383339;
padding-left: 12px;
line-height: 10px !important;
}

P.toppagelinks {
font-family: Arial, Helvetica, sans-serif;
font-size : 11px !important;
color: #383339;
line-height: 10px !important;
padding-right: 20px;
}

p.list {
	background: url(img/ui/bg_li.gif) no-repeat;
	padding-left: 12px;
	line-height: 10px !important;
	margin-bottom: 13px;
}

p.list-ico {
	background: url(img/ui/bg_li.gif) left center no-repeat;
	padding-left: 12px;
	line-height: 19px !important;
}

p.list a, p.list-ico a {
	font-weight: bold;
}

div.li-uutuudet {
	background: url(img/ui/ico_new_small.gif) right center no-repeat;
	height: 19px;
	margin-bottom: 5px;
	width: 135px;
}

div.li-ale {
	background: url(img/ui/ico_new_ale.gif) right center no-repeat;
	height: 19px;
	margin-bottom: 5px;
	width: 135px;
}

div.li-popular {
	background: url(img/ui/ico_new_popular.gif) right center no-repeat;
	height: 19px;
	margin-bottom: 5px;
	width: 135px;
}

select {
	color: #383339;
	border: 1px #C1B6B3 solid;
	font-weight: bold;
	width: 137px;
}

INPUT, TEXTAREA, SELECT {
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
}

img.badge {
	left: -3px;
	position: absolute;
	top: -3px;
}

img.badge-vert {
	margin-bottom: 5px;
}

div#pro-detail-left-badges {
	left: -3px;
	position: absolute;
	top: -3px;
}

div#pro-detail-left-badges img {
	margin-bottom: 5px;
}

ul#katmenu {
	float: left;
	list-style:none;
	text-align: left;
}

ul#katmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px; 
	background: url(img/ui/bg_li.gif) no-repeat;
	padding-left: 12px;
	line-height: 10px !important;
	margin-bottom: 13px;
	font-weight: bold;
}

/*ul#katmenu li.navopen {
	background: url(img/ui/bg_li_open.gif) no-repeat;
}*/

ul#katmenu li.navopen a {
	color: #6e9232;
}

TABLE.product {
border-bottom : 1px solid #C1B6B4;
	padding: 20px 0 20px 0;
}

/* shop product details */

div#pro-detail-left {
	float: left;
	position: relative;
	text-align: center;
	width: 300px;
}

div#pro-detail-right {
	color: #383339;
	float: left;
	font-size: 12px;
	padding-left: 20px;
	width: 280px;
}

div#pro-detail-price {
	font-size: 14px;
	margin-bottom: 10px;
}

div#pro-detail-right h1 {
	font-size: 16px;
}

div#pro-detail-desc {
	color: #c1b6b3;
	margin-bottom: 20px;
}

input.field {
	color: #383339;
	font-size: 12px;
	margin-bottom: 5px;
}


INPUT.button {
border : 1px solid #564E57;
background-image : url(img/ui/bg_btn.gif);
background-repeat:repeat-x;
color : #DDD1CE;
font: 11px Arial, Helvetica, sans-serif;
height: 19px;
padding: 0 5px;
}

span.price-now {
	color: #FF8C03;
	font-size: 14px;
	font-weight:bold;
}

span.price-orig {
	font-size: 14px;
	font-weight:bold;
}

span.price-nowsmall {
	color: #FF8C03;
	font-size: 11px;
	font-weight:bold;
}

span.price-origsmall {
	font-size: 11px;
	font-weight:bold;
}

a.product_title {
	font-size: 14px;
	font-weight: bold;
}

div.list-kpl {
	border: 1px #C1B6B4 solid;
	float: left;
	display: inline;
	height: 18px;
	margin-right: 8px;
	width: 70px;
}

div.list-kpl input {
	border: 0;
	border-right: 1px #C1B6B4 solid;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	margin: 0 !important;
	padding: 2px;
	text-align: center;
}

span.list-kpltxt {
	font-size: 11px;
	padding-left: 10px;
}

/* shopping cart */

table#cart-table {
	color: #383339;
	font-size: 12px;
}

table#cart-table tr.row2 {
	background: #F5F2F1;
}

table#cart-table a {
	color: #383339;
}

table#cart-table td.title {
	font-weight: bold;
}

table#cart-table td {
	border-bottom: 1px #C1B6B3 solid;
	border-right: 1px #C1B6B3 solid;
}

