
img, div { behavior: url(iepngfix.htc) }

/*img, div { behavior: url(http://miltton-frontend.toimisait.fi/user_data/css/iepngfix.htc) }*/

html {
	height:100%; 
	min-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow: hidden; 
	background: #000 url("http://www.miltton.fi/user_data/pix/extra/13.jpg") no-repeat fixed center top;
	text-align: center;
	color: #fff;
	}

body {
	height:100%; 
	min-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	font: .75em Arial, sans-serif;
        color: #fff;
        text-align: center;
        background: #000 url("http://www.miltton.fi/user_data/pix/extra/13.jpg") no-repeat fixed center top;
}

#topArea {
	position:absolute; 
	left: 0px;
	top:0px; 
	width:100%; 
	min-width:100%; 
	height:150px; 
	background: transparent; 
	font-size:1em; 
	z-index:5; 
	}

* html #topArea {
	top:0px; width:100%; height:148px;
	}

#top {
	height: 50px;
	width: 792px;
	margin: 0 auto;
        overflow: visible;
        position: relative;
	top: 100px;
	background: transparent;
}

#navBg {
        margin: 0px;
	padding: 0px;
	width: 790px;
	height: 25px;
	overflow: hidden;
        border: 1px solid #7f7f7f;
        background: url(bg/navTop.png) no-repeat;
}

/* nav-top */

#nav-top {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 660px;
	height: 25px;
	overflow: hidden;
        float: left;
}

#nav-top ul {
	margin: 0px;
	padding: 0px;
}

#nav-top ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#nav-top ul li a {
	color: #ff7306;
	text-decoration: none;
	font-size: 11px;
        font-weight: bold;
        padding: 4px 12px 6px 12px;
        display: block;
	float: left;
        border-right: 1px solid #7f7f7f;
}

#nav-top ul li a.open {
	color: #fff;
}

#nav-top ul li a:hover {
        color: #fff;
}

/* press */

a#press {
        padding: 4px 27px 6px 12px !important;
        background: url(bg/lock.gif) no-repeat 52px center;
}

#lang {
        padding: 3px 10px 0px 0px;
	width: 110px;
	height: 50px;
	float: right;
        text-align: right;
        overflow: hidden;
}

#lang a {
	color: #c19978;
	text-decoration: none;
        padding: 5px 5px 5px 5px;
        font-size: 9px;
}

#lang a:hover {
        color: #fff;
}

#lang a.displayNone {
	display: none;
}

#subnavBg {
        margin: 0px;
	padding: 0px;
	width: 790px;
	height: 25px;
	overflow: hidden;
        background: url(bg/subnav.png) no-repeat;
}

/* subnav */

#subnav {
	margin: 0px;
	/*padding: 3px 0px 0px 155px;*/
        padding: 3px 0px 0px 5px;
	width: 550px;
	height: 22px;
	overflow: hidden;
        float: left;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#subnav ul li a {
	color: #ff7306;
	text-decoration: none;
	font-size: 12px;
        font-weight: normal;
        padding: 0px 7px;
        margin: 5px 0px;
        display: block;
	float: left;
        border-right: 1px solid #ff7306;
        /*background: url(bg/subnavBorder.jpg) no-repeat right center;*/
}

#subnav ul li a.open {
	color: #fff;
}

#subnav ul li a:hover {
        color: #fff;
}



a#printPage {
        color: #c19978;
	text-decoration: none;
        padding: 5px 15px 5px 5px;
        font-size: 10px;
        float: right;
}

a#printPage:hover {
        color: #fff;
}

/* keskialue */

#contentArea {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:155px; 
	bottom:64px; 
	width:100%; 
	margin: 0px;
	left:0px;  
	background: transparent;
	}

* html #contentArea {
	top:0; 
	bottom:0; 
	height:100%;
	width:100%;
	border-top:159px solid transparent; 
	border-bottom:62px solid transparent;
	}

/*
#contentArea {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:155px; 
	bottom:64px; 
	width:100%; 
	margin: 0px;
	left:0px;  
	background: transparent;
	}

* html #contentArea {
	top:0; 
	bottom:0; 
	height:100%;
	width:100%;
        margin-top: 159px;
	padding-bottom: 62px;
	}
*/


#content {
	margin: 0 auto;
	width: 792px;
	height: 200px;
        padding: 0px 0px 0px 0px;
        position: relative;
	overflow: visible;
	text-align: left;
}

html>body #content {
        height: auto;
	min-height: 200px;
	overflow: visible;
}

#main {
	margin: 0px;
	padding: 30px 0px 20px 0px;
        float: left;
	width: 550px;
	height: 200px;
	overflow: visible;
}

html>body #main {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}

#column {
        margin: 0px;
	padding: 35px 0px 20px 0px;
        float: right;
	width: 160px;
	height: 200px;
	overflow: visible;
        font-size: .75em;
}

html>body #column {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}


#footer {
	text-align:center;
	position:absolute; 
	margin: 0px; 
	left:0px; 
	bottom:0; 
	width:100%; 
	min-width:100%; 
	height:62px; 
	font-size:1em; 
	z-index:5; 
	border-top:1px solid #7f7f7f;
	/*background-color: #2b2a2b;*/
	background-color: #000;
	opacity:.35;filter:
	alpha(opacity=35);
	-moz-opacity: 0.35;
	}

* html #footer {
	bottom:0px; width:100%; height:62px;
	}

#footer img {
        position: relative;
        top: 10px;
}

/*Peruselementit*/
	
a {
	color: #c19978;
	text-decoration: underline;
        outline: none;
}

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

h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	color: #ff7306;
	font-size: 3em;
        line-height: 1em;
        font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #ff7306;
	font-size: 1em;
        font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 10px 0px 3px 0px;
	background-color: transparent;
	color: #ff7306;
	font-size: .9em;
        font-weight: normal;
}

hr {
	margin: 5px 0px;
	padding: 0px;
	color: #666;
	background-color: #666;
	height: 1px;
	clear: both;
	border: 0;
}

p {
	padding: 3px 0px 3px 0px;
	margin: 2px 0px 2px 0px;
}

img {
}

table {

}

td {
	margin:0px;
	padding:0px;
}

ol
{
  padding-top: 0px;
  margin-top: 0px;
}

ol li {
        list-style-type: decimal;
}

ul {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 40px;
}

li {
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

/* newsbox */

#news_box {
  padding-top: 15px;
}

.newsTitle {
  color: #ff7306;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
}

a.newsTitle:hover {
  color: #fff;
}

a.news {
  text-decoration: none;
  font-weight: bold;
  color: #ff7306;
}

a.news:hover {
  color: #fff;
}

a.read_all_news {
  font-size: .9em;
  text-decoration: none;
}

a.read_all_news:hover {
  text-decoration: underline;
}

/* news content */

p.newsYear {
  padding: 5px 0px 15px 0px;
}

p.newsYear a {
  text-decoration: none;
  color: #ff7306;
}

p.newsYear a:hover {
  color: #fff;
}

p.newsYear a.open {
  color: #fff;
}

p.oneYearList {
  padding: 5px 0px 10px 0px;
}

/* People */

#thumbs {
  padding: 20px 0px 10px 0px;
  width: 100%;
}

.thumb {
  width: 76px;
  height: 76px;
  overflow: hidden;
  float: left;
  margin: 1px;
}

.thumb_open {
  width: 72px;
  //width: 76px; /* IE fix */
  height: 72px;
  //height: 76px;  /* IE fix */
  overflow: hidden;
  float: left;
  border: 2px solid #ff7306;
  margin: 1px;
}

.info {
  width: 255px;
  float: left;
  height: 25px;
  overflow: hidden;
}

.info_open {
  width: 255px;
  float: left;
  height: 25px;
  overflow: hidden;
  color: #ff7306;
  font-weight: bold;
}

#bigPic {
	background: transparent;
	position: absolute;
	top: 0px;
	right: 170px;
	z-index: 100;
	width: auto;
	height: auto;
	padding: 3px 20px 20px 20px;
        text-align: center;
	cursor: pointer;
}

#bigPic img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
	sizingMethod='scale';
}

#bigPic p {
	text-align: right;
	cursor: pointer;
	color: #ff7306;
	font-weight: bold;
}

#bigPic p:hover {
	color: #fff;
}
