@charset "iso-8859-1";
/*
	CSS Stylesheet for Rokote.fi top and bottom bars
	(c) 2007 Verkkojulkaisut Oy
*/


#topbar
{
	background-color: #fff;
	text-align: left;
	color: #fa831d;
	margin: 0;
	padding: 0 0 5px 43px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

#topbar b
{
	font-weight: normal;
}

#topbar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#topbar ul li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#topbar a,
#topbar a:link,
#topbar a:visited
{
	text-decoration: none;
	float: left;
	cursor: pointer;
	color: #fa831d;
	background: transparent url(/images/topbar_off.gif) no-repeat left bottom;
	padding: 0 0 0 16px;
}

#topbar a:hover,
#topbar li.active a,
#topbar li.active a:link,
#topbar li.active a:visited,
#topbar li.selected a,
#topbar li.selected a:link,
#topbar li.selected a:visited
{
	color: #000;
	background: transparent url(/images/topbar_on.gif) no-repeat left bottom;
}

#topbar a b
{
	float: left;
	background: transparent url(/images/topbar_off.gif) no-repeat right bottom;
	padding: 3px 16px 5px 0;
}

#topbar a:hover b,
#topbar li.active a b,
#topbar li.active a:link b,
#topbar li.active a:visited b,
#topbar li.selected a b,
#topbar li.selected a:link b,
#topbar li.selected a:visited b
{
	background: transparent url(/images/topbar_on.gif) no-repeat right bottom;
}

#topbar ul li ul
{
	width: 105px;
	padding: 0 5px;
	display: none;
	position: absolute;
	z-index: 1000;
	background: transparent url(/images/spec_menu_bg.png) repeat left top;
}

#topbar ul li.active ul
{
	display: block;
}

#topbar ul li.active li,
#topbar ul li.active li a,
#topbar ul li.active li a:link,
#topbar ul li.active li a:visited,
#topbar ul li.active li a:hover,
#topbar ul li.active li a:active
{
	float: none;
	font-size: 10px;
	color: #fff;
	background-image: none;
	background-color: transparent;
	padding: 0;
}

#topbar ul li.active li a:hover,
#topbar ul li.active li a:active
{
	color: #fa831d;
}

#topbar ul li.active li
{
	padding: 9px 0;
	background: transparent url(/images/blt_topbar_arrow.gif) no-repeat right bottom;
}

#topbar ul li.active li.bordered
{
	border-bottom: 1px solid #fa831d;
}






#bottombar
{
	clear: both;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 12px 20px 12px;
	vertical-align: middle;
	line-height: 1.2;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

#bottombar_content
{
	width: 840px;
}

#bottombar a img
{
	border: none;
	vertical-align: middle;
	margin: 0;
}

#bottombar a,
#bottombar a:link,
#bottombar a:visited
{
	color: #F96915;
	line-height: 40px;
}

#bottombar #gsk_logo
{
	float: right;
	margin-right: 0;
}




#wrapper
{
	clear: both;
}