/* created on 27.10.2007 by Tuomala */
img {	/* png image converter for ie */
   behavior: url("pngbehavior.htc");
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

img {
	width: 12em;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 0;
}

h1 {
	position: relative;
	z-index: 10;
	background: #c0cbd9;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
	border-bottom: 3px solid #000ffe;
}

h1 em {
	margin-left: 20px;
	font-size: .6em;
	font-style: normal;
}

h2 {
	font-size: 1.2em;
	margin: 0 15px;
	text-transform: uppercase;
}

/* =links */
a, a:visited, a:active, a:hover {
	color: #003471;
	text-decoration: underline;
}

#motor, #woodentoys, #bamboo, #rc {
	border: 4px groove #818181;
	padding: 10px 10px 10px 10px;
	margin: 20px 0 40px 0;
	width: 550px;
	margin-left: 175px;
	line-height: 18px;
	position: relative;
}

#motor p, #woodentoys p, #bamboo p, #rc p {
	margin-left: 15px;
	width: 450px;
}

#motor #mopo {
	position: absolute;
	top: 60px;
	right: 170px;
	z-index: 20;
}

#motor #mopo img {
	width: 20em;
}

#woodentoys #juna {
	position: absolute;
	top: -25px;
	right: 180px;
	z-index: 20;
}

#woodentoys #juna img {
	width: 15em;
}

#rc #copter img {
	width: 15em;
}

#rc #copter {
	position: absolute;
	top: 110px;
	right: 30px;
	z-index: 20;
}

#motor {
	background: #c0cbd9;
}

#bamboo {
	background: url("images/bamboo.jpg") no-repeat 300px 0 #859A3F;
}

#woodentoys {
	background: #999433;
}

#rc {
	background: url("images/clouds.jpg") no-repeat 0 0 #008CD2;
}

p {
	margin: 10px 0;
	margin-left: 175px;
	width: 580px;
	line-height: 18px;
	position: relative;
	z-index: 2;
}

p#narrow {
	width: 390px;
}

p#copyright {
	font-size: .9em;
	color: #818181;
	width: 700px;
	text-align: right;
}
