/* ERÄTUKKU INTRO PAGE CSS						*/
/* copyright (c) Medusaworks Oy 2008 / ML & JS	*/

/* INITIAL STYLES																			*/

/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain						*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Assist styles */
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
	}

strong {
	font-weight: bold;
	}

/* MAIN LAYOUT ELEMENTS */

html {
	width: 100%;
	height: 95%;
	}
body.entry {
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;		/* default font */
	border-top: 1px solid #e7e7e8;
	margin-top: 1px;
	}

/* LAYOUT BLOCKS */

body.entry #frame {
	position: relative;
	width: 864px;
	height: 560px;
	margin: 10px auto 0px auto;
	font-size: 12px;
	background: #ffffff url(./imgs/intro-frame-bk.gif) no-repeat 0px 0px;
	}
body.entry #footer {
	margin-top: 320px;
	}

/* CONTENT */

#logowrap {
	}

body.entry h1 {
	width: 209px;
	height: 78px;
	margin: 2px auto 30px auto;
	background: url(./imgs/et-logo-intl.gif) no-repeat;
	}
body.entry h1 span, a#ulkoilu span, a#metsastys span, a#tyo span, a.close span {
	display: none;
	}
body.entry h4 {
	font-size: 1.4em;
	margin: 0px 0px 8px 0px;
	}
body.entry a {
	color: #808080;
	}
body.entry a:hover {
	color: #626262;
	}

#menu0, .listwrap {
	width: 290px;
	margin: 0px auto;
	}
#entrymenu {
	position: relative;
	width: 289px;
	margin: 0px auto;
	}
#entrymenu li {
	_display: inline;
	position: relative;
	}
#entrymenu p {
	position: relative;
	display: block;
	width: 289px;
	height: 49px;
	padding-top: 30px;
	background: url(./imgs/intro-li-top.gif) no-repeat 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #c70000;
	}
#entrymenu .desc {
	display: block;
	position: absolute;
	width: 289px;
	top: 228px;
	left: 0px;
	z-index: 1;
	color: #808080;
	line-height: 18px;
	}
#entrymenu ul.entrysub {
	position: absolute;
	top: 79px;
	left: 0px;
	width: 289px;
	height: 98px;
	z-index: 400;
	text-align: left;
	border-top: none;
	background: url(./imgs/entrysub-bk.gif) no-repeat 0px 0px;
	}
#entrymenu ul.entrysub li {
	display: block;
	float: none;
	width: 150px;
	z-index: 400;
	margin: 19px auto 0px auto;
	}
#entrymenu ul.entrysub li a.droplink {
	display: block;
	width: 120px;
	height: 27px;
	line-height: 28px;
	padding: 1px 0px 0px 32px;
	background: url(./imgs/entrydrop-bk-0.gif) no-repeat
	}
#entrymenu ul.entrysub li ul.entrydrop {
	position: absolute;
	left: -2999px;
	z-index: 400;
	}
#entrymenu ul.entrysub li:hover ul.entrydrop, #entrymenu ul.entrysub li.sfhover ul.entrydrop {
	top: 0px;
	left: auto;
	width: 130px;
	z-index: 400;
	background: url(./imgs/entrydrop-bk-1.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	}
#entrymenu ul.entrysub li ul.entrydrop li {
	width: 130px;
	height: 23px;
	z-index: 400;
	border: 1px solid #cccccc;
	border-top: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
#entrymenu ul.entrysub li ul.entrydrop li.droplinkph {
	height: 27px;
	line-height: 28px;
	padding: 1px 0px 0px 22px;
	border: none;
	}
#entrymenu ul.entrysub li ul.entrydrop li a {
	display: block;
	width: 124px;
	height: 23px;
	line-height: 23px;
	padding-left: 6px;
	z-index: 400;
	color: #656565;
	background-color: #ffffff;
	}
#entrymenu ul.entrysub li ul.entrydrop li a:hover {
	color: #333333;
	background-color: #dedede;
	}

body.entry #footer a {
	margin: 0px 25px;
	}
body.entry #footer a:hover {
	color: #000000;
	}

#company, #legal, #contact {
	position: absolute;
	bottom: 40px;
	left: 165px;
	z-index: 900;
	width: 500px;
	height: auto;
	padding: 14px;
	border: 3px solid #EFEBEF;
	background-color: #ffffff;
	text-align: left;
	line-height: 16px;
	color: #3f3f3f
	}
#company p, #legal p, #contact p {
	margin-bottom: 16px;
	}
a.close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(./imgs/close.gif) no-repeat
	}

#underconstruction {
	width: 450px;
	margin: 180px auto 0px auto;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	}
#underconstruction p {
	margin: 18px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	}