/* Home page styles */

.header {
	height: 270px;
}

.header h1 {
	width: 460px;
	height: 70px;
	top: 155px;
	left: 44px;
}

.header h1 a {
	display: block;
	width: 460px;
	height: 70px;
	background: transparent url(../images/easy-innovations-logo.png) no-repeat;
	text-indent: -90000px;
	text-decoration: none;
	cursor: default;
}

.header h3 {
	position: absolute;
	left: 500px;
	top: 157px;
	width: 440px;
	height: 51px;
	text-indent: -90000px;
	margin: 0;
	background: transparent url(../images/slogan-fi.png) no-repeat;
	display: block;
}

.en .header h3 {
	background: transparent url(../images/slogan-en.png) no-repeat;
}

.home .easymed {
	margin-top: 100px;
	background: #fcfcfc;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
	height: 188px;
	margin-bottom: 500px;
	padding: 20px;
}

.home .easymed img {
	position: absolute;
	top: -104px;
	right: 30px;
}

.home .content {
	overflow: hidden;
}

* html .home .content {
	height: 800px;
}

.home .easymed h2 {
	font-size: 18px;
	white-space: normal;
	width: 450px;
	margin-top: 0;
}

.home .easymed ul {
	padding: 0 20px;
	width: 400px;
}

.home .easymed a {
	padding-right: 3em;
}

.home #disclaimer {
	position: absolute;
	top: 342px;
	left: 20px;
	width: 49%;
}

.home #disclaimer:target {
	color: inherit;
	font-weight: bold;
}