/* Growth Lab stylesheet */
/* Growth Lab & Jyri Öhman 2009 */

/* Basic structure */
body{
	margin: 0;
	background: #c3c2c3 url("../img/body_background.png") repeat-x;
	font-family: Verdana;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #3a3a3a;
}
div#container{
	width: 964px;
	margin: 0 auto;
	position: relative;
}
div#header{
	width: 100%;
	position: relative;
	margin: 15px 0 0 0;
	height: 111px;
}
a#logo{
	width: 139px;
	height: 111px;
	background: transparent url("../img/logo-trans.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
ul#localization_menu{
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
ul#localization_menu li{}
li#localization_english{
	background: transparent url("../img/localization_english-trans.png") no-repeat;
}
li#localization_finnish{
	background: transparent url("../img/localization_finnish-trans.png") no-repeat;
}
li#localization_english a{
	width: 108px;
	height: 32px;
	display: block;
}
li#localization_finnish a{
	width: 108px;
	height: 32px;
	display: block;
}
div#footer{
	width: 100%;
	position: relative;
	top: 12px;
	left: 2px;
	overflow: hidden;
	clear: both;
}
div#footer p{
	color: #494949;
	font-size: 1.2em;
	margin: 0 0 13px 0;
}
div#footer p a{
	color: #494949;
	text-decoration: none;
}
div#footer p a:hover{
	color: #323232;
}
div.divider{
	width: 960px;
	height: 2px;
	margin-left: 2px;
	clear: both;
	background: url("../img/divider.png") repeat-x;
}
/* Content */
div#content{
	width: 100%;
	margin: 14px 0 12px 0;
	overflow: hidden;
	clear: both;
}
div.content_main{
	width: 568px;
	float: left;
	overflow: hidden;
}
div.content_main div.holder{
	width: 528px;
	overflow: hidden;
	clear: both;
	padding: 3px 22px 5px 22px;
	background: url("../img/main_holder.png") repeat-y;
}
div.content_main div.sleeve{
	width: 100%;
	height: 6px;
	background: url("../img/main_sleeve-trans.png") no-repeat;
}
div.content_extra{
	width: 380px;
	float: right;
	clear: right;
	overflow: hidden;
}
div.content_extra div.holder{
	width: 340px;
	overflow: hidden;
	clear: both;
	padding: 3px 22px 5px 22px;
	background: url("../img/extra_holder.png") repeat-y;
}
div.content_extra div.sleeve{
	width: 380px;
	height: 6px;
	background: url("../img/extra_sleeve-trans.png") no-repeat;
}
div.content_extra + div.content_extra{
	margin-top: 16px;
}
a.link_pdf{
	display: block;
	clear: both;
	background: url("../img/icon_pdf-trans.png") no-repeat;
	padding: 5px 0 10px 31px;
	margin-bottom: 10px;
}
/* Text types */
h1{
	margin: 0;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
}
h2{
	font-size: 1.6em;
	color: #357ead;
	font-weight: normal;
	margin: 25px 0 5px 0;
}
p{
	font-size: 1.2em;
	margin: 10px 0;
}
div.introduction p{
	font-size: 1.4em;
}
a{
	outline: none;
	color: #e17020;
}
/* Forms */
textarea{
	padding: 5px;
	clear: both;
	border: 0;
	background: #f4f4f4;
	font-family: Verdana;
	font-size: 1.2em;
	color: #3a3a3a;
}
div.content_main textarea{
	width: 514px;
}
div.content_extra textarea{
	width: 326px;
}
input{
	padding: 5px;
	border: 0;
	margin: 5px 5px 5px 0;
	background: #f4f4f4;
	font-family: Verdana;
	font-size: 1.2em;
	color: #3a3a3a;
}
input.button{
	padding: 5px;
	border: 0;
	margin: 5px 5px 5px 0;
	background: #357ead;
	font-family: Verdana;
	font-size: 1.2em;
	color: #fff;
}

div.content input.button{
	clear: both;
}

a#ikimono{
	width: 96px;
	height: 13px;
	display: block;
	background: transparent url("../img/ikimono.png") no-repeat top left;
	position: absolute;
	top: 2px;
	right: 3px;
}

