  
body {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0em;
	background: white url(../img/top_amber.png) repeat-x 0% 0%;
}

p {
    font-size: 1.0em;
    text-align: justify;
    line-height: 1.3em;
}

dd, li {
    text-align: justify;
}

a {
    text-decoration: underline;
    color: black;
    }

p a {
    text-decoration: underline;
    color: black;
    }

p a:hover {
    text-decoration: underline;
    color: darkred;
}
    
h1 {
	font-size: 1.3em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: Sienna;
	margin-top: 15px;
	margin-right: 40px;
	text-align: right;
	letter-spacing: 1.5pt;
}

h2 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1.5em;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
	line-height: 0.9em;
	color: black;
 }

h2#app_title_text {
    margin-top: 6px;
    margin-left: 250px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1.2em;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
	color: black;
	font-weight: normal;
}

/* linkit-sivulla */
#links_text_block h3 {
	letter-spacing: 0;
}

#links_text_block p {
	margin-top: 0;
}

h4, dt {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1.0em;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
	line-height: 0.5em;
	color: black;
	font-weight: normal;
 }
 
img { border: 0; }

.hide {
  display: none;
  color: white }

ul {
	list-style-image: url('../img/bullet.png')
}
  
  
dl {
margin:0 0 0 0.8em;
}
dl dt {
margin:0 0 0.5em;
}
dl dd + dt {
margin-top:1.5em;
}
dl dd {
margin:0 0 1em 2em;
}

blockquote.article {
	border: 1px solid;
	background-color: #eee;
	padding: 0 1em 0;
}

li {
	margin-bottom: 6px;
}

  /* ======= BUTTONS ======== */
  
#nav_text {
	position: absolute;
	top: 18px;
	left: 50px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 2px;
	color: #404040;
}
img.navicon {
	position: absolute;
	top: 6px;
	left: 15px;
	padding: 0;
  } 

#content_block {
	width: 100%;
	height: 100%;
}

#footer_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: black;
	font-size: 10px;
	padding: 0px;
	line-height: 20px;
	text-align: center;
	background: transparent url(../img/body_btm.png) repeat-x 0% 100%;
	z-index: -1;
}

#footer_text a {
	color: white;
	text-decoration: underline;
}

img.small {
	padding: 0px 0px 0px 10px;
	margin-top: 5px;
} 

/********** HOVER CANDY ***********/

a.tip_l { position:relative; }
a.tip_l span { display: none; }

/*the span will display just on :hover state*/
a.tip_l:hover span { 
    display:block;
    position:absolute;
	color:black;
    text-align: left;
	padding: 4px;
	border: 1px solid tan;
	background: LightGoldenRodYellow;
	-moz-border-radius:8px; 
	-moz-opacity: 0.9;
}

a.tip_l:hover span { 
    top: -30px; 
	left: -185px; 
	width: 165px;
	height: 40px;
}

a.tip_l:hover span img { 
	margin: 5px 5px 5px 5px;
}

a.weblink { position:relative; }
a.weblink span { display: none; }

/*the span will display just on :hover state*/
a.weblink:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.70;
    top: 35px; 
	left: 45px; 
}

a.weblink2 { position:relative; }
a.weblink2 span { display: none; }

/*the span will display just on :hover state*/
a.weblink2:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.70;
    top: 0px; 
	left: 160px; 
}

a.info { position:relative; }
a.info span { display: none; }

/*the span will display just on :hover state*/
a.info:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.9;
    top: -10px; 
	left: 50px; 
}

a.info2 { position:relative; }
a.info2 span { display: none; }

/*the span will display just on :hover state*/
a.info2:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.9;
    top: -6px; 
	left: 140px; 
}

a.install { position:relative; }
a.install span { display: none; }

/*the span will display just on :hover state*/
a.install:hover span { 
	font-size: 0.8em;
    display:block;
    position:absolute;
	color:black;
    text-align: center;
	padding: 0px;
    top: 12px; 
	left: 0px; 
}


#image_block {
	position: absolute;
	padding: 0;
	top: 90px;
	left: 20px;
	bottom: 15px;
}
