
/* Tyyli Käsityökauppa ilo */


html {text-align:center;}



	

* 	{margin:0;
	padding:0;}

h1, h2, h3, h4, h5 {font-size:100%;}

ol, ul {list-style:none;}

img {border:0;}

th {text-align:left;}


.clearthefloats {clear:both;}


body 	{
	width:600px;
	margin:0 auto;
	background:#f0d884;
	text-align:left;
	font:80% "Lucida Grande", Verdana, sans-serif;
	color:#000;
		}


/* lehdet */

#lehdet {position:relative;
		width:600px; height:600px;
		
		background:transparent url(kuvat/lehdet_keltainen.jpg) no-repeat top left;}
                   
/* logo */

div#logo {	position:absolute;
			top:108px;
			left:102px;
			width:400px;
			height:400px;
			
			background:transparent url(kuvat/logo.jpg) no-repeat top left;}

div#logo h1 {text-indent: -9999px;}

div#logo p {text-indent: -9999px;}

div#logo a {position:absolute;
			top:0;
			left:0;
			width:400px;
			height:200px;}			
		

/* teksti */


div#teksti {position:absolute;
		top:300px; left:100px;
		width:400px;
		height:200px;
		padding-top:30px;
		background:transparent;
		
		}




div#teksti h2 {font:120% "Tahoma", verdana, sans-serif;
		margin:0;
		
		padding:5px 20px 10px 20px; 
		color:#000;
		font-weight:bold;
		background:transparent;
		}


div#teksti p {width:350px;
		padding:0 0 10px 0;
		margin-left:20px;
		text-align:left;
		font-weight:normal;
			color:#000;
			font-size:100%;}

div#teksti a {position:absolute;
			top:0px;
			left:0;
			width:405px;
			height:210px;
		text-indent:-9999px;}



/* INFO */

div#info {position:absolute;
		top: 610px;
		left:0;
	width:600px;
	margin:0 0 20px 0;
	font:80% "Tahoma", verdana, sans-serif;
	padding:0;
	background:transparent;
	text-align:center;}
	
div#info ul {padding-bottom:5px;}

div#info li {display:inline;
		padding:0 5px;}


div#info a {text-decoration:none; color:#555;
			
			}

div#info a:hover {text-decoration:underline; color:#000;}

ul.tuotemerkit {margin-top:10px;}
ul.tuotemerkit img {border:1px solid #000;}