
* {
	border-width: 0;
	padding: 0;
	margin: 0;
}

html, body {
	background: #FFF url('headerfade.png') repeat-x top left;
	font-family: arial;
	font-size: 13px;
	height: 101%;
}

a {
	text-decoration: underline;
	color: #237;
}

#container { 
	margin: 0 auto; 
	width: 920px; 
}

#header { height: 150px; } 

img#logo { 
	display: inline; 
	float: left;
} 

ul#navigator {
	margin-left: 410px;
	list-style: none;
	width: 510px;
}

ul#navigator li {
	text-align: right;
	margin-right: 3px;
	border-style: solid;
	float: left;
	display: inline;
	background: #8AC url('naviblock.png') no-repeat;
}

ul#navigator li.etusivu { background-image: url('etusivu.png'); } 
ul#navigator li.yritys { background-image: url('yritys.png'); } 
ul#navigator li.palvelut { background-image: url('palvelut.png'); } 
ul#navigator li.yhteystiedot { background-image: url('yhteystiedot.png'); } 

ul#navigator li a {
	font-size: 13px;
	text-decoration: none;
	color: #246;
	font-weight: bold;
	display: block;
	width: 116px;
	line-height: 20px;
	padding: 128px 2px 2px 2px;
	text-transform: uppercase;
}

div#content {
	padding: 10px;
	color: #222;
}

div#contentLeft, div#contentRight {
	width: 440px;
}

div#contentLeft div, div#contentRight div { 
	width: 98%; 
	padding: 5px;
	margin-bottom: 10px;
}

div#content p { width: 98%; }

div#contentLeft {
	float: left;
}

div#contentRight {
	margin-left: 450px;
}

div#content h3 { 
	font-size: 13px; 
	text-transform: uppercase;
	color: #579; 
	padding-bottom: 5px;
} 

div.green { background: #FFF url('txt1.png') repeat-x }
div.green { border-color: #a4c1d1; border-style: solid; border-width: 1px; } 

div.strongGreen { background: #2C8; }
div.strongGreen { border-color: #2C8; border-style: solid; border-width: 1px; } 

div.strongBlue { background: #CCF; }
div.strongBlue { border-color: #CCF; border-style: solid; border-width: 1px; } 

div.blue { background: #BCD url('txt1.png') }
div.blue { border-color: #a4c1d1; border-style: solid; border-width: 1px; } 

div.gray { background: #FEFEFE url('txt2.png') bottom right no-repeat; }
div.gray { border-color: #94a3b3; border-style: solid; border-width: 1px; } 

div#options { 
	text-align: right; 
}


div#options img {
	position: relative;
	right: 20px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

div#footer {
	clear: both;
	text-align: right;
}

ul#meta {
	width: auto;
}

ul#meta li {
	display: inline;
	padding: 5px 10px;
}

ul#meta a {
	color: #AAA;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

ul#meta a:hover { color: #36C; }

div#content p, div#content ul { margin-bottom: 1.5em; }

div#content ul {
	width: 200px:
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 10px;
}
