/* 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: 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-gray.gif) no-repeat;
	}
body.entry h1 span, body.entry h4, a#ulkoilu span, a#metsastys span, a#tyo span {
	display: none;
	}
body.entry a {
	color: #808080;
	}
body.entry a:hover {
	color: #626262;
	}

.listwrap {
	margin-left: -30px;
	}
#entrymenu {
	position: relative;
	width: 684px;
	margin: 0px auto;
	z-index: 999;
	}
#entrymenu li {
	_display: inline;
	position: relative;
	float: left;
	margin-left: 37px;
	z-index: 999;
	}
#entrymenu a {
	position: relative;
	display: block;
	}
#entrymenu a#ulkoilu {
	width: 190px;
	height: 112px;
	background: url(./imgs/intro-a-ni.gif) no-repeat 0px 0px;
	}
#entrymenu a#metsastys {
	width: 190px;
	height: 112px;
	background: url(./imgs/intro-a-jj.gif) no-repeat 0px 0px;
	}
#entrymenu a#tyo {
	width: 190px;
	height: 112px;
	background: url(./imgs/intro-a-mg.gif) no-repeat 0px 0px;
	}
#entrymenu a#ulkoilu:hover {
	background: url(./imgs/intro-a-ni.gif) no-repeat 0px -112px;
	}
#entrymenu a#metsastys:hover {
	background: url(./imgs/intro-a-jj.gif) no-repeat 0px -112px;
	}
#entrymenu a#tyo:hover {
	background: url(./imgs/intro-a-mg.gif) no-repeat 0px -112px;
	}
p.region {
	color: #da0000;
	margin-top: -45px;
	}
#entrymenu .desc {
	display: block;
	position: absolute;
	width: 190px;
	top: 228px;
	left: 0px;
	color: #808080;
	line-height: 18px;
	}
#entrymenu ul.entrysub {
	position: absolute;
	top: 112px;
	left: 0px;
	width: 187px;
	height: 65px;
	z-index: 999;
	text-align: left;
	border: 1px solid #999999;
	border-top: none;
	background-color: #eeeeee;
	}
#entrymenu ul.entrysub li {
	display: block;
	float: none;
	width: 150px;
	z-index: 999;
	margin: 19px 0px 0px 20px;
	}
#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: 999;
	}
#entrymenu ul.entrysub li:hover ul.entrydrop, #entrymenu ul.entrysub li.sfhover ul.entrydrop {
	top: 0px;
	left: auto;
	width: 130px;
	z-index: 999;
	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: 999;
	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: 999;
	color: #656565;
	background-color: #ffffff;
	}
#entrymenu ul.entrysub li ul.entrydrop li a:hover {
	color: #333333;
	background-color: #dedede;
	}

/* Introbanner */

#entrybanner {
	position: absolute;
	top: 430px;
	left: 82px;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding-bottom: 25px;
	}
#entrybanner img {
	margin: 0px auto;
	display: block;
	z-index: 1;
	float: left;
	}

body.entry #footer {
	display: none;		/* Hidden for now */
	}
body.entry #footer a {
	margin: 0px 25px;
	}

#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;
	}
