html, body {height: 100%;}

img { border: none; }

#flash-notice, #flash-error {
  font-size: 14px;
	color: green;
	padding: 20px;
	text-align: center;
}

#flash-error {color: #c00;}

td, th {
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
}

th {white-space: nowrap;}

table {border-collapse: collapse;}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #4c4c4c;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
}

p {
  margin: 0;
  margin-bottom: 0.7em;
}

h1 {
  margin: 0 0 5px;
  color: #282828;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 18px;
}

a { color: #226C7E; text-decoration: none; }

a:hover { color: #2D90A8; }

#layout, #layout-inner {
  width: 835px;
  margin: auto;
  background-color: #fff;
}

#header {
  width: 100%;
  float: left;
  height: 135px;
}

#header-left {
  position: relative;
  float: left;
}

#logo {
  position: absolute;
  top: 15px;
}

#lang-switcher {
  color: #4c4c4c;
  font-size: 11px;
  width: 150px;
  position: absolute;
  left: 200px;
  top: 56px;
}

#lang-switcher a {
  padding: 2px 5px;
  color: #4c4c4c;
}

#lang-switcher a:hover {
  color: #4c4c4c;
  background-color: #eaf5fb;
}

#lang-switcher .active {
  padding: 2px 5px;
  background-color: #eaf5fb;
}

#lang-switcher ul, #lang-switcher li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#lang-switcher li {
  margin-right: 6px;
  display: inline;
}

#freight-rate-banner {
  float: left;
  margin-left: 410px;
  margin-top: 56px;
}

#freight-rate-banner a {
  padding: 3px 5px;
}

#map-banner {
  float: right;
  margin-right: 85px;
  margin-top: 15px;
  width: 165px;
  height: 111px;
  background: url('/images/map-banner.png');
}

#map-banner-text {
  position: relative;
  top: 28px;
  left: 50px;
  width: 200px;
}

#menu-bar {
  color: #d4d4d4;
  position: relative;
  width: 100%;
  float: left;
  background-color: #1A1A1A;
  z-index: 10000;
}

#menu-bar .lc {
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: url('/images/menu-lc.png');
}

#menu-bar .rc {
  float: right;
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background: url('/images/menu-rc.png');
}

.menu.level-1 {
  display: block;
  position: relative;
  left: 10px;
  float: left;
  width: 607px;
  font-size: 12px;
}

.menu.level-1 a {
  color: #d4d4d4;
}
.menu.level-1 a:hover {
  color: #fff;
}

.menu.level-1, .menu.level-1 li {
  padding: 0;
  margin: 0;
  list-style: none;  
}

.menu.level-1 li {
  position: relative;
  display: block;
  float: left;
  padding: 9px 12px;
  border-right: 1px solid #535353;
}

.menu.level-2 {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 10px 20px;
  background: #000;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 10000;
  display: none;
}
.menu.level-2 li {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  white-space: nowrap;
  float: none;
  clear: both;
}

#menu-search {
  float: right;
  width: 227px;
}

#search-field {
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 11px;
  background: #1A1A1A;
  border: 1px solid #535353;
  color: #535353;
  width: 163px;
  height: 1.4em;
  margin-left: 22px;
  margin-top: 6px;
  margin-right: 1px;
  padding-top: 2px;
}

#search_button {
  overflow: hidden;
  color: #1A1A1A;
  width: 18px;
  height: 18px;
  background: #1A1A1A url('/images/zoom.png') no-repeat center center;
  border: none;
  cursor: pointer;
  vertical-align: center;
}

#banner {
  float: left;
  width: 100%;
  height: 223px;
  background: #282828;
}

#banner img {float: left;}

.presentation-set {
  position: absolute;
  top: 0;
  left: 0;
}

/* PRESENTATION */

#presentation {
  color: #999;
	padding: 20px 0;
	width: 228px;
	height: 183px;
	overflow: hidden;
	background: #1A1A1A;
	line-height: 1.4em;
	position: relative;
}

#presentation h1 {
  font-size: 14px;
  line-height: 18px;
  color: #B7DAED;
	margin: 0 0 0.3em;
	line-height: 1.3em;
}

#mask {
	position: relative;
	height: 183px;
	width: 228px;
	overflow: hidden;
}

#slides {
  position: absolute;
}

.slide {
	position: relative;
	width: 188px;
	height: 183px;
	margin: 0 20px;
	float: left;
}
.fade-slice {
  position: absolute;
  height: 183px;
  width: 2px;
  background: #1A1A1A;
  z-index: 10000;
}

#dots {
  color: #666;
  font-size: 2em;
  position: absolute;
  left: 20px;
  bottom: 5px;
  letter-spacing: 0.1em;
  cursor: default;
}

/* --- */

#wrap-content {
  float: left;
  width: 250px;
  background-color: #eaf5fb;
  border-left: 1px solid #e0f2fc;
  border-right: 1px solid #e0f2fc;
}

#content {
  width: 582px;
  margin: 0 -100% 0 1px;
	position: relative;
	left: 100%;
  border-right: 1px solid #f2f2f2;
  float: left;
}

#content ul, #content li, #custom-content ul, #custom-content li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content li, #custom-content li {
  margin: 0 30px 5px;
  padding-left: 10px;
  background: url('/images/bullet.gif') no-repeat 0 0.5em;
}

#content-left {
  float: left;
  width: 250px;
  margin-right: -100%;
  position: relative;
  left: -250px;
}

#content-col1 {
  float: left;
  width: 315px;
  padding: 20px 22px;
}

#content-col2 {
  float: left;
  color: #a1a1a1;
  width: 180px;
  margin: 45px 0 0 15px;
}

#content-col2 p {
  clear: both;
}

.clear {
  clear: both;
  font-size: 0;
  overflow: hidden;
}

.caps {
  letter-spacing: 0.1em;
  font-size: 90%;
}

#news-wrapper {margin: 20px 22px;}

.news-item {margin-bottom: 10px;}

.news-date { color: #6d787e; }

#layout-inner .news-date { color: #6d787e; }

.news-excerpt { color: #4a4a4a; }

#footer {
  position: relative;
  float: left;
  width: 833px;
  background-color: #f6f6f6;
  height: 34px;
  border: 1px solid #f2f2f2;
  font-size: 11px;
  color: #a1a1a1;
}

#copyright {
  position: absolute;
  top: 10px;
  left: 22px;
}

#footer-address {
  position: absolute;
  top: 10px;
  left: 272px;
}

#spacer {
  float: left;
  width: 100%;
  height: 20px;
  clear: both;
  overflow: hidden;
  font-size: 0;
}


/* INNER PAGES SPECIFIC STYLES */

#custom-content {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

#layout-inner #wrap-content {
  width: 190px;
  background: none;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

#layout-inner #content {
  width: 642px;
  border-right: 1px solid #f2f2f2;
  float: left;
}

#layout-inner #content-left {
  width: 190px;
  left: -190px;
}

#layout-inner #content-col1 {
  width: 480px;
  padding: 20px 22px 30px 50px;
}

#main-menu li.selected, #main-menu li.selected a { color: #898989 }

#main-menu li.selected a:hover { color: #fff; }

#submenu-wrapper { line-height: 1.2em; margin: 45px 22px; }

#content #submenu-wrapper ul, #content #submenu-wrapper li {
  padding: 0;
  margin: 0;
  background: none;
}

#content #submenu-wrapper li { margin-bottom: 6px; }

#content #submenu-wrapper li.active { font-weight: bold; }

#navchain {
  width: 789px;
  float: left;
  padding: 5px 22px;
  background-color: #eaf5fb;
  border-left: 1px solid #e0f2fc;
  border-right: 1px solid #e0f2fc;
  border-bottom: 1px solid #e0f2fc;
}


#content ul.im-route {
  color: #282828;
  margin: 10px 30px 20px 0;
  display: block;
  float: left;
  list-style: none;
  font-weight: bold;
}

#content ul.im-route li {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-size: 11px;
  white-space: nowrap;
}

#content ul.im-route li.header {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 7px;
}

#content ul.im-route li a {
  font-weight: normal;
}

#offices div {
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#content #tabs .clear-dots li {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 12px;
}

#tabs {
  margin-top: 2em;
  font-size: 1em;
  line-height: 14px;
}

#tabs ul {width: 800px;}

h2 {
  font-size: 14px;
  font-weight: bold;
  color: #282828;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  color: #282828;
}

#content img {
  border: 1px solid #f2f2f2;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

#content #tabs img {margin-left: -14px;}

#slide-switcher img {
  margin: 2px;
  position: relative;
  top: 10px;
}

div.container h3 {margin-bottom:0;}

table.container td, th {padding: 4px 7px;}

table.container th {
  font-weight: normal;
  color: #999;
}

table.container tr.header-row {border-bottom: 1px solid #f2f2f2;}

div.inner-container p {margin: 0 0 1em;}

#content .fancy img {
  border: 1px solid #eee;
  padding: 2px;
  margin: 3px 4px;
}

.asterisk {
  color: #E46153;
  font-size: 1.2em;
  cursor: default;
  position: relative;
  top: -4px;
}

.required.error {
  border: 2px solid #c00;
}


/******** VACANCIES ********/

#vacancy_form {
  font-size: 12px;
  margin-left: 100px;
}

#vacancy_form input, textarea {
  width: 400px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, sans-serif;
  padding: 4px 3px;
}

#vacancy_form #vacancy_position {
  font-size: 18px;
  font-weight: bold;
}

#vacancy_form textarea {
  height: 120px;
}

#vacancy_form #vacancy_submit {
  width: auto;
}


a.admin_button {
  font-family: Helvetica, sans-serif;
  background: #ddd;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding: 3px 5px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 4px;
}

a.admin_button:hover {
  border: 1px solid #EEBD00;
}

a.admin_button.new {
  font-size: 12px;
  padding: 4px 6px;
  border: 2px solid #ddd;
}

a.admin_button.new:hover {
  border: 2px solid #34BF38;
}

a.admin_button.delete {
  color: #c00;
}

a.admin_button.delete:hover {
  border-color: #c00;
}