body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
}
body {
  width: 100%;
  height: 100%;
}
html {
    overflow-x: hidden;
}
body {
  font-family: Arial, sans-serif;
  font-size: 75%;
  background: #FFF;
}
a {
  text-align: none;
}
a:hover {
  text-align: none;
}
strong, b {
  font-weight: bold;
}
#wrap {
  width: 900px;
  position: relative;
  left: 50%;
  margin-left: -430px;
}
#header {
  height: 140px;
  background: #FFF;
}
#logo {
  position: absolute;
  width: 260px;
  height: 100px;
  left: -72px;
  top: 10px;
}
#top_menu {
  position: absolute;
  top: 11px;
  right: 160px;
  width: 400px;
}
#top_menu ul {
  position: relative;
}
#top_menu ul li {
  float: left;
  margin: 0 25px 0 25px;
  position: relative;
}
#top_menu ul li a {
  color: #8B8B8D;
  text-decoration: none;
}
#top_menu ul li a:hover {
  text-decoration: underline;
}
#top_menu ul li ul {
  position: absolute;
  display: none;
  left: 0;
  top: 15px;
  white-space: nowrap;
  background: #FFF;
  padding: 5px;
}
#top_menu ul li ul li {
  float: none;
  margin: 0;
}
#top_menu ul li ul li a {
  color: #CFCFCF;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
}
#top_search {
  position: absolute;
  top: 10px;
  right: 0;
  color: #8B8B8D;
}
#top_search .search_box_label {
  float: left;
  margin: 3px 4px 0 0;
}
#top_search .search_keyword {
  width: 85px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  border: none;
  font-size: 14px;
  float: left;
}
#top_search .search_submit {
  width: 25px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  background-position: -85px 0;
  border: none;
  font-size: 14px;
  float: left;
}
#footer_search {
  position: absolute;
  right: 0;
  top: -2px;
  color: #8B8B8D;
}
#footer_search div {
  float: left;
  margin: 3px 4px 0 0;
}
#footer_search .search_keyword {
  width: 85px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  border: none;
  font-size: 14px;
  float: left;
}
#footer_search .search_submit {
  width: 25px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  background-position: -85px 0;
  border: none;
  font-size: 14px;
  float: left;
}
#searchresult {
  background: #FFF;
  position: absolute;
  width: 200px;
  left: -53px;
  top: 22px;
  margin: 0;
  padding: 0;
  display: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
#searchresult h3 {
  background: #000;
  color: #FFF;
  padding: 3px;
  margin: 0;
  font-weight: bold;
}
#searchresult h4 {
  background: #BFBFBF;
  color: #FFF;
  padding: 4px;
  font-weight: bold;
  margin: 0;
}
#searchresult li {
  background: #F2F2F2;
  padding: 3px;
  border-bottom: 1px solid #FFF;
}

#searchresult li a {
  color: #666;
  text-decoration: none;
}
#searchresult li a:hover {
  color: #000;
  text-decoration: underline;
}
#searchresult h5 {
  font-size: 12px;
  font-weight: bold;
}
#searchresult p {
  font-size: 10px;
}
#searchresult .all_results {
  background: #000;
  color: #FFF;
  text-decoration: none;
  padding: 3px;
  display: block;
}
#main_menu {
  position: absolute;
  right: 0;
  top: 108px;
  width: 550px;
}
#main_menu ul {
  position: relative;
  z-index: 999;
}
#main_menu ul li {
  position: relative;
  float: left;
  margin: 0 0 0 50px;
  font-size: 16px;
}
#main_menu ul li a {
  color: #8B8B8D;
  font-weight: bold;
  text-decoration: none;
}
#main_menu ul li a:hover {
  
}
#main_menu ul li ul {
  position: absolute;
  display: none;
  padding: 15px;
  margin: 5px 0 0 0;
  left: 0;
  top: 20px;
  padding: 10px 40px 10px 20px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 15px rgba(255, 255, 255, 1);
}
#main_menu ul li ul li {
  float: none;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
#main_menu ul li ul li a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin: 8px 0 8px -15px;
  padding: 2px 0 2px 15px;
}
#main_menu ul li ul li a:hover {
  color: #FFF;
  background: url(../images/white_bullet.png) no-repeat;
  background-position: 3px 4px;
}
#home_visual_container {
  margin: 10px 0 0 0;
}
#home_visual {
  position: relative;
  width: 950px;
  height: 410px;
  left: -25px;
}
.home_visual_text {
  color: #FFF;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 535px;
  height: 125px;
  background: url(../images/home_visual_text_bg.png);
}
.home_visual_text h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0 10px;
}
.home_visual_text p {
  font-size: 12px;
  margin: 10px 0 0 10px;
}
.home_visual_text a {
  color: #FFF;
  text-decoration: none;
}
.home_visual_text .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
}
.home_killer_content {
  margin: 0 0 60px 0;
  color: #595758;
}
.home_killer_content td {

}
.home_killer_content h1 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.home_killer_content p {
  color: #8B8B8D;
  line-height: 20px;
}
.content_killer_content td {
  padding: 10px;
  height: 175px;
}
.content_killer_content h1 {
  color: #FFF;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.content_killer_content p {
  color: #FFF;
  line-height: 20px;
}
.content_killer_content a {
  color: #FFF;
  text-decoration: none;
}
.content_killer_content a:hover {
  text-decoration: underline;
}
#content_visual {
  position: relative;
  width: 950px;
  height: 65px;
  left: -25px;
  margin: 7px 0 0 0;
}
#content_sub_menu {
  width: 180px;
  margin: 0 0 0 180px;
  float: left;
  color: #8B8B8D;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  text-transform: lowercase;
}
#content_sub_menu a {
  color: #8B8B8D;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}
#content_sub_menu a:hover {
  text-decoration: underline;
}
#content_sub_menu ul {
  line-height: 25px;
}
#content_sub_menu ul li a {
  color: #999;
  font-weight: normal;
}
#content_sub_menu .active_bullet {
  width: 8px;
  height: 8px;
  background: #999999;
  position: absolute;
  display: block;
  margin: 6px 0 0 -14px;
}
#content_sub_menu ul li .active_bullet {
  margin: 7px 0 0 -14px;
}
#content_breadcrumb {
  padding: 0 0 0 180px;
  margin: 20px 0 25px 0;
  color: #000;
  position: absolute;
}
#content_breadcrumb a {
  color: #8B8B8D;
  text-decoration: none;
}
#content_title h1 {
  padding: 0 0 0 360px;
  font-size: 24px;
  color: #656565;
  margin: 60px 0 10px 0;
}
#content_content {
  width: 540px;
  float: left;
  color: #8B8B8D;
  line-height: 20px;
  margin: 0 0 30px 0;
}
#content_content a {
  color: #666;
  text-decoration: none;
}
#content_content a:hover {
  text-decoration: none;
}
.vcard_txt {
  width: 275px;
  height: 125px;
  background: #595758;
  float: left;
  color: #FFF;
}
.vcard_txt .first_name {
  margin: 10px 0 0 10px;
  font-size: 28px;
}
.vcard_txt .last_name {
  margin: 0 0 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.vcard_txt .function {
  margin: 30px 0 0 10px;
  font-size: 12px;
}
.vcard_img {
  width: 265px;
  height: 125px;
  float: left;
}
#main_footer {
  position: relative;
  height: 195px;
  padding: 30px 0 0 0;
  background: url(../images/footer_bg.png) repeat-x #EFEFEF;
  color: #666;
  border-bottom: 1px solid #DDDDDD;
  margin: 50px 0 0 0;
}
.main_footer_wrap {
  width: 900px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -430px;
  line-height: 18px;
}
.main_footer_wrap ul {
  float: left;
  width: 170px;
}
.main_footer_wrap ul h3 {
  font-size: 14px;
  font-weight: bold;
  color: #656565;
  margin: 0 0 14px 0;
}
.main_footer_wrap ul li {
  margin: 2px 0 2px 0;
}
.main_footer_wrap ul li a {
  color: #8B8B8B;
  text-decoration: none;
  font-size: 11px;
}
.main_footer_wrap ul li a:hover {
  text-decoration: underline;
}
#sub_footer {
  position: relative;
  height: 30px;
  padding: 15px 0 0 0;
  background: #F8F8F8;
  color: #656565;
  border-bottom: #EDEDED;
}
.sub_footer_wrap {
  width: 900px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -430px;
  line-height: 18px;
  font-size: 11px;
}
.sub_footer_wrap a {
  color: #656565;
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 11px;
}
.footer_search_label {
  float: left;
  top: -2px;
  position: relative;
}
.social_buttons {
  margin: 10px 0 0 -5px;
}
.social_button {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
}
.footer_link a {
  color: #666;
  text-decoration: none;
}
.footer_link a:hover {
  text-decoration: underline;
}
#customer_footer {
  height: 70px;
  background: #E5E5E5;
  border-bottom: 1px solid #CCCDCF;
  margin: 20px 0 0 0;
}
#random {
  margin: 0 0 20px 179px;
  width: 720px;
  height: 120px;
  background: #5a5758;
}

#random_image {
  background: #ccc;
  width: 177px;
  display: block;
  height: 100%;
  float: left;
  overflow: hidden;
}

#random_text {
  border-left: 3px solid #fff;
  display: block;
  height: 90px;
  float: left;
  color: #fff;
  padding: 15px;
}

#random_text a {
  color: #FFF;
  text-decoration: none;
}

#random_text h1 {
  font-size: 25px;
  margin: 0 0 5px 0;
}

#random_text p {
  width: 380px;
}

#random_text .link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#random_text .link a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#random_text .link a:hover {
  text-decoration: underline;
}

/* @form styling default */

ul#form {
  margin: 20px 0;
  padding: 0;
}

ul#form #buttons {
  margin: 20px 5px 0 0;
  border-top: 1px solid #5a5758;
}

ul#form li {
  list-style: none;
  margin: 10px 0 5px 0;
  padding:  0 0 7px 0;

}

ul#form li strong {
  color: #e98300;
}

ul#form input[type=text],
ul#form input[type=password],
ul#form textarea {
  border: 0;
  background: #e5e5e5;
  padding: 4px;
  margin: 0 0 0 5px;
  width: 372px;
  color: #5a5758;
}

ul#form .radio_list {
  float: right;
  margin-right: 220px;
  *margin-top: -20px;
}

ul#form .radio_list * {
  float: left;
  padding: 0;
  margin: 0;
}

ul#form .radio_list li {
  width:80px;
  float: left;
  display: inline;
  position: relative;
}

ul#form .radio_list li label {
  width: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
}

ul#form .radio_list li input {
  width: 35px;
  position: absolute;
  left: 40px;
  top: 0px;
}

ul#form textarea {
  height: 80px;
}

ul#form label {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
ul#form label {
  width: 146px;
  font-weight: bold;
}

ul#form input[type=reset] {
  background: #e5e5e5;
  border: solid 1px #e5e5e5;
  color: #5a5758;
  padding: 5px;
  float: right;
}

ul#form input[type=submit] {
  background: #5a5758;
  border: solid 1px #5a5758;
  color: #fff;
  padding: 5px;
  float: right;
  font-weight: bold;
}

.checkbox_list li {
  border: 0 !important;
  margin: 0 !important;
}

.checkbox_list li label {
  font-weight: normal !important;
}

.error_list li {
  color: #f00;
}

/* @end */

#customer_footer ul {
  margin: 0px auto;
  width: 995px;
  padding: 0 0 0 70px;
}

#customer_footer ul li {
  float: left;
  text-align: center;
  height: 56px;
  width: 139px;
  margin: 7px 15px 0 35px;
}

#customer_footer ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

#customer_footer ul #dutchplantin {
  background: url('/images/icons/logo_dutchplantin.gif') no-repeat 0 -56px;
}
#customer_footer ul #bas {
  background: url('/images/icons/logo_bas.gif') no-repeat 0 -56px;
}
#customer_footer ul #ibn {
  background: url('/images/icons/logo_ibn.gif') no-repeat 0 -56px;
}
#customer_footer ul #cheapcargo {
  background: url('/images/icons/logo_cheapcargo.gif') no-repeat 0 -56px;
}
#customer_footer ul #control {
  background: url('/images/icons/logo_control.gif') no-repeat 0 -56px;
}

#customer_footer ul #dutchplantin:hover {
  background: url('/images/icons/logo_dutchplantin.gif') no-repeat 0 0;
}
#customer_footer ul #bas:hover {
  background: url('/images/icons/logo_bas.gif') no-repeat 0 0;
}
#customer_footer ul #ibn:hover {
  background: url('/images/icons/logo_ibn.gif') no-repeat 0 0;
}
#customer_footer ul #cheapcargo:hover {
  background: url('/images/icons/logo_cheapcargo.gif') no-repeat 0 0;
}
#customer_footer ul #control:hover {
  background: url('/images/icons/logo_control.gif') no-repeat 0 0;
}

#colors, #colors2 {
  position: absolute; 
  width: 10px; 
  height: 124px; 
  background: url('/images/colors-white.gif') no-repeat;
}

#colors {
  top: 365px;
  left: 0;
}

#colors2 {
  top: 335px;
  left: 0;
}

#colors a, #colors2 a {
  height: 28px;
  width: 10px;
  display: block;
  margin-bottom: 4px;
}


#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 5;
}
#ie6_warning {
  position: absolute;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -150px;
  background: #F1F1F1;
  border: 1px solid #666;
  z-index: 10;
  color: 999;
}
#ie6_warning table {
  margin: 10px 50px 10px 50px;
  border: 1px solid #CCC;
}
#ie6_warning p {
  margin: 10px 50px 10px 50px;
}
#ie6_warning a {
  color: #666;
  text-decoration: none;
}
#ie6_warning a:hover {
  text-decoration: none;
}

/* Reset Google CSE box */
#cse_top {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
}
#cse_top .gsc-control-cse, #cse_top .gsc-wrapper, #cse_top .gsc-resultsbox-visible, #cse_top .gsc-resultsRoot, #cse_top .gsc-webResult {
  padding: 0;
  margin: 0;
}
#cse_top .gsc-search-box, #cse_top .gsc-tabsArea, #cse_top .gsc-resultsHeader, #cse_top .gs-visibleUrl {
  display: none;
}

/* Google CSE box styling */
#cse_top .gs-title {
  background: #BFBFBF;
  color: #FFF;
  margin: 0;
}
#cse_top .gs-title a, #cse_top .gs-title a b {
  color: #FFF;
  text-decoration: none;
}
#cse_top .gsc-result .gs-title {
  height: auto;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  width: 196px;
}
#cse_top .gsc-result .gs-snippet {
  font-size: 11px;
  padding: 2px;
}
#cse_top .gsc-cursor-box {
  background: #000;
  color: #FFF;
  margin: 0;
  padding: 2px;
  width: 196px;
}
#cse_top .gsc-cursor-box .gsc-cursor-page {
  color: #FFF;
  text-decoration: none;
}
#feedback-button {
  background: url(../images/feedback.png);
  width: 30px;
  height: 125px;
  position: fixed;
  right: 0;
  top: 365px;
  cursor: pointer;
}
