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

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: small;
}

#foot_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	font-size: small;
}

#foot_warranty {
	font-size: xx-small;
	color: #808080;
}

#left_nav {
	position: absolute;
	top: 25px;
	left: 0px;
	float: left;
	height: 400px;
	overflow: auto;
	width: 255px;
}

#left_nav_contents {
	padding: 4px;
}

#top_center {
	position: absolute;
	top: 0px;
	left: 90px;
	padding: 1px;
}

#title {
	display: inline-block;
	width: 100%;
	margin: 0px;
	border-bottom: #003366 3px solid;
	vertical-align: text-bottom;
}

#title h1 {
	position: relative;
	top: 25px;
}

#title img {
	padding: 5px;
}

#search {
}

#search_suggestions {
	display: none;
	position: relative;
	top: 2px;
	background: white;
	padding: 5px;
	border: 2px solid #003366;
}

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

#search_suggestions ul li {
}

#search_suggestions a {
	color: #003366;
}

#lang {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
}

#logo {
	float: left;
	padding: 10px;
	padding-right: 15px;
}

#map {
	position: absolute;
	top: 25px;
	left: 255px;
	width: 600px;
	height: 400px;
	border: 2px solid #003366;
}

#companies_tag {
	/*max-height: 400px;*/
}

#companies_tag h4 {
	margin: 0px;
	margin-top: 15px;
}

select {
}

h3 {
	/*margin: 2px;*/
	margin-bottom: 2px;
	color: #003366;
}

h1 {
	margin-bottom: 5px;
}

#left_nav input {
	margin: 5px;
}

#right {
}

table {
	background: white;
	border: 0px;
}

