/*
	Metso Wartsila Power website
	navigation stylesheet
*/

/* Common html elements */

div#navimain {
	position:relative;
	background-image: url('content_bg.png');
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	text-align: left;
	width: 984px;
	height: 122px;
	overflow: hidden;
}

/* Site top blocks */
div#top {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 984px;
	height: 74px;
	overflow: hidden;
}
div#mwpowerlogo {
	position: relative;
	margin: 0px;
	margin-top:13px;
	border: 0px;
	padding: 0px;
	float: left;
	width: 465px;
	height: 62px;
}
div#topmiddle {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	width: 304px;
	height: 62px;
}
div#topnavi {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: right;
	top: 5px;
	width: auto;
	right: 20px;
	height: 32px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
div#topnavi img {
	margin-left: 0px;
	margin-top: 10px;
}
div#topsearch {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: right;
	width: 207px;
	height: 74px;
	background-image: url('search_bg.png');
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e05314;
}
div#searchform {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	top: 11px;
	left: 20px;
}
div#searchform > form {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
div#searchform input.text {
	position: relative;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-width: 1px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 140px;
	height: 16px;
	color: #333333;
}
div#searchform input.submit {
	position: relative;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div#searchform a:visited {
	color: #e05413;
}
div#increasetext {
	position: relative;
	top: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div#increasetext p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
img.search_button {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

/* Main navi styles */

div#mainnavi {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 977px;
	height: 20px;
	background-image: url('navibar_bg.png');
	overflow: hidden;
}
ul#mainnavilist {
	position: relative;
	left: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	height: 20px;
	width: 977px;
}
ul#mainnavilist li {
	float: left;
	text-align: center;
}

/* Sub navi styles */

div#subnavi {
	position: relative;
	width: 977px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto !important;
	background-color: white;
	background-image: url('shadow_bottom.png');
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #a6a6a6;*/
	overflow: hidden;
	font-weight: bold;
	color: #e05314;
}

/* for explorer only*/
div#subouter {
	height: 35px; 
	overflow: hidden; 
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
}
div#subouter[id] {
	display: table; 
	position: static;
	overflow: hidden;
}

/* for explorer only*/
div#submiddle {
	position: absolute; 
	top: 50%;
} 

div#submiddle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: relative;
}

/* for explorer only */
div#subinner {
	position: relative;
	top: -50%;
}
div#subinner[id] {
	position: relative;
}

ul#subnavilist {
	list-style: none;
	height: 18px;
	padding: 0px;
	margin: 0px 0px;
}
ul#subnavilist li {
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #e05413;
	text-align: center;
	height: 14px;
	white-space: nowrap;
	overflow: hidden;
}
ul#subnavilist a:link, ul#subnavilist a:visited, ul#subnavilist a:active {
	font-family: Verdana, sans-serif;
	color: #e05413;
	text-decoration: none;
}
ul#subnavilist a:hover {
	text-decoration: underline;
}
ul#subnavilist li.last {
	border-right: 0px;
}
ul#subnavilist li.selected_last {
	border-right: 0px;
	margin-top: -1px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: white;
	text-align: center;
}
ul#subnavilist li.selected {
	margin-top: -1px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: white;
	text-align: center;
}
ul#subnavilist li.selected a:link, ul#subnavilist li.selected a:visited, ul#subnavilist li.selected a:active {
	color: #66747b;
}
ul#subnavilist li.selected_last a:link, ul#subnavilist li.selected_last a:visited, ul#subnavilist li.selected_last a:active {
	color: #66747b;
}
ul#subnavilist li.selected a:hover {
	color: #66747b;
	text-decoration: none;
}
ul#subnavilist li.selected_last a:hover {
	color: #66747b;
	text-decoration: none;
}




