* {
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}

body {
	background: #FFFFFF;
	margin-top: 10px;
	text-align: center;
}

h1 {
	font-size: 20px;
	height: 42px;
	background: url('/static/index/images/h1-bg.png') no-repeat;
	line-height: 42px;
	vertical-align: middle;
	padding-left: 15px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin-top: 5px;
}

h2 {
	font-size: 18px;
}

h2.horizontal {
	display: inline;
}

a {
	color: #000000;
	text-decoration: none;
}

option {
	background: #FFFFFF;
}

input, .dropmenu {
	height: 27px;
	background: url('../images/input-bg.png');
	background-repeat: repeat-x;
	border: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-moz-border-radius: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
}

.dropmenu {
	text-shadow: 0px;
}

.button {
	-moz-border-radius: 8px;
	border: 0px;
	background: #FF9308;
	height: 27px;
	text-shadow:-1px 0 0 rgba(0, 0, 0, 0.4);
	text-align: center;
	background: url('/static/index/images/button-bg.png') no-repeat;
}

.dropmenu {
	border: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-moz-border-radius: 2px;
}

div#container {
	width: 990px;
	margin: auto;
	border: 1px solid #000000;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}

div#top {
	width: 100%;
	height: 245px;
	background: #000000;
	position: relative;
	border-bottom: 5px solid #CC6A08;
}

img#logo {
	margin-top: 15px;
	margin-left: 15px;
}

div#searchBox {
	position: absolute;
	bottom: 0px;
	right: -15px;
	width: 470px;
	height: 80px;
	margin-bottom: 12px;
	padding-top: 5px;
}

span#help {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
}

input#searchPhrase {
	width: 340px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow:2px 2px 2px #B7B7B7;
	font-size: 1.2em;
	padding-top: 3px;
}

input#search {
	position: absolute;
	right: 30px;
	top: 20px;
	color: #FFFFFF;
	width: 92px;
	font-size: 15px;
}

input#reset {
	position: absolute;
	right: 30px;
	top: 52px;
	color: #FFFFFF;
	width: 92px;
	font-size: 15px;
}

select#area, select#sector {
	width: 168px;
	text-align: center;
	padding-top: 2px;
}

div#center {
	background: #FFFFFF;
}

div#leftMenu {
	position: relative;
	float: left;
	
	/*width: 236px;*/
	width: 19%;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	
	margin-top: 4px;
	
	border: 1px solid #E5E2E2;
	-moz-border-radius: 0px 4px 4px 0px;
	background: #F4F4F4;
	padding-left: 5px;
}

ul.menu {
	list-style-image: url('/static/index/images/dot.png');
	margin: 0px;
	padding-left: 20px;
	padding-top: 35px;
}

li.menu {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 4px;
}

li.menu a {
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:-1px -1px 3px rgba(100, 100, 100, 0.4);
	letter-spacing: 2px;
}

li.menu a:hover {
	font-weight: bold;
}

div#centerContent {
	display: inline;
	position: relative;
	float: right;
	/*width: 747px;*/
	width: 79.7%;
	margin-top: 4px;
	
	/*padding-top: 10px;*/
	padding-bottom: 20px;
	
	border: 1px solid #E5E2E2;
	-moz-border-radius: 4px 0px 0px 2px;
	background: #F4F4F4;
}

div#padding {
	margin-left: 10px;
}

div#bottom {
	/*
	position: absolute;
	bottom: 0px;
	width: 990px;
	height: 5px;
	background: #CC6A08;
	color: #FFFFFF;
	font-size: smaller;
	border-top: 1px solid #000000;
	*/
}

/* Yrityskortti */

div#companyContact {
	position: relative;
}

div#companyContact img#letterbox {
	position: absolute;
	top: -1px;
}

div#companySectors {
}

div#companyKeywords {
}

div#companyContent {
	width: 450px;
}

div#companyMapContainer {
	float: right;
	border: 1px solid #000000;
	margin: 5px;
	background: #FFFFFF;
	text-align: center;
}

div#companyMap {
}

div#companyLogo {
	margin-bottom: 15px;
}

div#companyPhotos {
	height: 150px;
	width: 330px;
	background: #FFFFFF;
	padding: 15px;
}

span#pictureText {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

div#companyPhoto1 {
	float: left;
}

div#companyPhoto2 {
	float: right;
}

ul.info {
	list-style-type: none;
	padding-left: 30px;
	margin: 0;
}

ul.info li {
}

/* OLD STUFF */

a.lh_kategoria {
	font-weight: bold;
}

a.lh_url_nakyva {
	font-weight: normal;
}

td.companytitletext > a.menu {
	display: none;
}

div.nodisplay {
	margin-top: 10px;
}

td a {
	font-weight: bold;
}

table.sectortable {
	width: 98%;
}

table.companylist {
	width: 98%;
}

td.sisalto1 a, td.sisalto2 a {
	font-size: 0.9em;
}

td.listtitle {
	font-weight: bold;
}

td.listtitle a {
	font-size: 17px;
}

td.sisalto1 {
	border-top: 1px solid #E5E2E2;
	border-bottom: 1px solid #E5E2E2;
}

td.sisalto2 {
	background: #FFFFFF;
}

td.pagenumber_selected {
	background: #FF9308;
}

td.statusbar {
	width: 95%;
}