body {
	margin: 0;
	padding: 0;
	background: #412c79;
	text-align: center;
}

#lang-select {
	position: absolute;
	top: 0;
	left: 20px;
	width: 113px;
	height: 25px;
	background: transparent url(../images/in-english-btn.png);
	text-indent: -90000px;
}

#lang-select:hover,
#lang-select:focus {
	background-position: 0 -25px;
	outline: none;
}

#lang-select:active {
	background-position: 0 -50px;
	outline: none;
}

.en #lang-select {
	background-image: url(../images/suomeksi-btn.png);
}

.container {
	background: #fff url(../images/easytech-bg.png) no-repeat 30% bottom;
}

.header {
	height: 156px;
	overflow: hidden;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.header h1 {
	margin: 0;
	width: 220px;
	height: 37px;
	position: absolute;
	top: 65px;
	left: 20px;
}

.header h1 a {
	display: block;
	width: 220px;
	height: 37px;
	background: transparent url(../images/easy-logo-small.png) no-repeat;
	text-indent: -90000px;
	text-decoration: none;
}

.header h3 {
	display: none;
}




/* Main menu */
#mainmenu {
	position: absolute;
	top: 65px;
	left: 500px;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
}
#mainmenu li {
	float: left;
	margin-right: 30px;
}
#mainmenu li a,
#mainmenu li a:visited {
	color: #6d6d6d;
	text-decoration: none;
}
#mainmenu li a:hover {
	color: #333;
}
#mainmenu li a:active {
	color: #000;
}

/* Subpage states */
.contact #mainmenu .contact a,
.contact #mainmenu .contact a:hover,
.products #mainmenu .products a,
.products #mainmenu .products a:hover {
	font-weight: bold;
	color: #5c38ad;
	cursor: default;
}




.content {
	min-height: 530px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #fff;
	position: relative;
}

.home .intro {
	position: absolute;
	top: 440px;
	left: 20px;
	width: 440px;
	
}

.home .contact {
	position: absolute;
	top: 440px;
	left: 500px;
	width: 440px;
}

.home.en .contact,
.home.en .intro {
	top: 100px;
}

.home .intro h2 {
	width: 224px;
	height: 25px;
	background: transparent url(../images/easy-innovations-header.png) no-repeat;
	text-indent: -90000px;
	margin: 0 0 10px 0;
}

.home.en .intro h2 {
	width: 183px;
}

.home .contact h2 {
	width: 137px;
	height: 25px;
	background: transparent url(../images/contact-header-fi.png) no-repeat;
	text-indent: -90000px;
	margin: 0 0 10px 0;
}

.home.en .contact h2 {
	width: 119px;
	background: transparent url(../images/contact-header-en.png) no-repeat;
}

.home .contact ul {
	padding: 0;
	list-style: none;
	height: 140px;
}


.home .contact li em {
	display: block;
}

.home .contact li strong {
	display: block;
}

.home .contact .second-row {
	clear: left;
	margin-top: 10px;
}

.footer {
	clear: both;
	padding: 22px;
	text-align: left;
}

.footer em {
	width: 920px;
	margin: 0 auto;
	display: block;
	color: #988cb8;
}

.home .easymed {
	margin-top: 100px;
	
}






/* Utility classes */

.callout {
	padding: 20px;
	background: #fafafa;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}