body {
  background: #f0f0f0 url('images/background.png') repeat-x;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: center;
	font: 11px/18px 'Lucida Grande', 'Lucida Sans Unicode', Calibri, Arial, Sans-serif;
	color: #333;
}

* { margin: 0; padding: 0; }
.clear { clear: both; }
img { border: 0; }
p { margin-bottom: 15px; }
.light { color: #9e9e9e; }
.light .darker { color: #555; }

h2 {
  font: 36px/44px 'Myriad', 'Lucida Grande', 'Lucida Sans Unicode', Calibri, Arial, Sans-serif;
	color: #000;
	margin-bottom: 20px;
}

h3 {
  font: bold 14px/20px 'Lucida Grande', 'Lucida Sans Unicode', Calibri, Arial, Sans-serif;
	color: #000;
	margin-bottom: 10px;
}

p.ingress { font-size: 14px; line-height: 20px; }

a {
	color: #09b8cd;
	text-decoration: none;
}

a:hover {
	color: #09b8cd;
	text-decoration: underline;
}


#root {
  width: 960px;
	text-align: left;
	background: #fff url('images/root-background.png') no-repeat top right;
	margin: 65px 0 85px 0;
	padding-bottom: 45px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 10px #ddd;
	-webkit-box-shadow: 2px 2px 10px #ddd;
}

#root.selectLang {
	padding: 105px 0 105px 70px;
	width: 890px;
}


#top {
	height: 890px;
	margin-bottom: 10px;
}

div.container#step1 { background: transparent url('images/bigImage-step1.jpg') no-repeat bottom left; height: 890px; }
div.container#step2 { background: transparent url('images/bigImage-step2.jpg') no-repeat bottom left; height: 890px; }
div.container#step3 { background: transparent url('images/bigImage-step3.jpg') no-repeat bottom left; height: 890px; }
div.container#step4 { background: transparent url('images/bigImage-step4.jpg') no-repeat bottom left; height: 890px; }
div.container#step5 { background: transparent url('images/bigImage-step5.jpg') no-repeat bottom left; height: 890px; }

div.container div.content {
  margin: 0 0 0 70px;
	padding-top: 70px;
	width: 420px;
	float: left;
}

div.container div.nextLink {
	width: 56px;
	float: left;
	margin: 245px 0 0 35px;
}

div.container div.nextLink a {
	width: 56px;
	height: 55px;
	padding: 55px 0 0 56px;
	background: #fff url('images/nextStep0.png') no-repeat;
	font-size: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
}

div.container div.nextLink a:hover { background: #fff url('images/nextStep1.png') no-repeat top left; }

div.container div.thisStep {
	display: block;
	margin-top: -35px;
	padding-left: 3px;
	color: #9e9e9e;
}


#contactUs { margin: 25px 0 0 0; }

#contactUs div.left {
  width: 420px;
	margin: 0 35px 0 70px;
	float: left;
}

#contactUs div.right {
	float: left;
}

#contactUs div.right #address {
	float: left;
	width: 150px;
	margin-top: 30px;
}

#contactUs div.right #phoneAndFax {
	float: left;
	width: 170px;
	margin-top: 30px;
}


#table .tableLeft { float: left; width: 150px; }


#selectLang #selector { width: 150px; }

#selectLang #selector a.finnish {
	background: transparent url('images/flag_finnish.png') no-repeat center left;
	padding-left: 30px;
	display: block;
}

#selectLang #selector a.english {
	background: transparent url('images/flag_english.png') no-repeat center left;
	padding-left: 30px;
	display: block;
}