/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #4a4957;
}
#wrapper {
	width: 740px;
	height: auto;
	margin: 10px auto;
	
}
#content {
	float: left;
	width: 740px;
	text-align: justify;
	background-color: white;
	padding: 0 0 20px 0;
	
}
h2{
	margin: 0px 0 20px 10px;
	padding: 10px 10px 10px 10px;
	color: white;
	font-size: 16px;
}

#otsikko, #otsikko2{
	background-color: #4a4957;
}

table#navigation {
	width: 740px;
	float: left;
	}
	
table#navigation td a {	
	color: white;
	font-weight: bold;
	font-size:small;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px;
	}
table#navigation td a:hover {
	background: white;
	color: #73B901;
	}
table#navigation td.navi{
	width: 180px;
	height: auto;
	background-color: #73B901;
	font: 11px verdana, arial, sans-serif;
 	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
	
table#navigation td#logo{
	background-image: url(../images/logo_valmis.jpg);
	background-repeat:no-repeat;
	width: 560px;
	height: 180px;
	text-align: center;
	
}

#omistaja, #auto, #tuore,  #tukkiauto1 , #maisema , #leppa, #haapa , #hake{
	float: right;
	padding: 0 0 0 18px;
}

table#tuotteet{
	text-align: center;
}

table#tuotteet td.teksti{
	text-align: left;
}
p.pakollinen{
	color: #cc6633;
}
p.leppa{
	height: 213px;

}

#osa{
	height: 200px;

}

p.otsikko{
	font-size: 16px;
	font-weight: bold;
}


