@charset "utf-8";
/* CSS Document */



html{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body  {
	position:relative;
	font-family: HelveticaNeue, Tahoma;
	font-size: 18px;
	color:#514744;
	letter-spacing: 1.5px;
	font-weight:normal;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0px;
	padding: 0px;
}

@font-face {
    font-family: HelveticaNeue;
    src: url("../font/Helvetica.eot") /* EOT file for IE */
}
@font-face {
    font-family: HelveticaNeue;
    src: url("../font/Helvetica.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family: HelveticaNeue;
    src: url("../font/Helvetica.otf") /* otf file for CSS3 browsers */
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: HelveticaNeue, Tahoma;
	font-weight:normal;
	letter-spacing: 1px;
	font-size:18px;
	color: #514744;
}

h1 {
	font-family: HelveticaNeue, Tahoma;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 2;
	color: #FFFFFF;
}

h2 {
	font-family: HelveticaNeue, Tahoma;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 2;
	color: #FFFFFF;
}

h3 {
	font-family: HelveticaNeue, Tahoma;
	font-size: 30px;
	font-weight: normal;
	color: #514744;
}

h4 {
	font-family: HelveticaNeue, Tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
}
}

h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: HelveticaNeue;
	font-weight:normal;
	letter-spacing: 1.5px;
	font-size:18px;
	color: #D9DBCA;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: HollywoodHills, Tahoma;
	font-weight:normal;
	letter-spacing: 1.5px;
	font-size:18px;
	color: #4B521F;
	text-shadow:1px 1px 1px #fff, 1px 1px 1px #fff;
}

a {
	font-family: HelveticaNeue, Tahoma;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color:#EE7D2F;
	
}


#header {  /* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	width:100%;
	height:128px;
	z-index:200;
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	padding:0px;
    background-color:#514744;
	}
	
#footer {
	width:100%;
	height:353px;
	background-image:url(../images/footer_tausta.jpg);
	text-align:center;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:100;
}

#content {
top:0px;
background-repeat:no-repeat;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
margin:0px;
padding:0px;
z-index:1;
}

#mainosyksi {
top:0px;
width:100%;
margin-left:auto;
margin-right:auto;
padding:0px;
margin:0px;
z-index:1;
}



#palvelut_tyyli {
top:0px;
	background: url(../images/palvelut_ylakuva.jpg);
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}


#footer_tausta {
top:0px;
background-color:#FD6801;
background-repeat:repeat-x;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_kolme {
top:0px;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_maksu {
top:0px;
background-image:url(../images/maksutavat_tausta.png);
background-repeat:repeat-x;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}

#fixed {
	position:relative; 
	top:0px;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

