/*
Dauntless Chemical LLC
Copyright 2008 David Kordonowy
*/

* {
}

body {
  font: normal normal normal 12pt arial;
  width: auto;
  text-align: left;
  color: #000;
  background-color: #fff;
}

img.plain {
  display: none;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: normal;
}

#menu_border {
  display: none;
}

h1 {
  font: normal normal bold 36pt papyrus;
}

h2 {
  font: italic normal normal 20pt verdana;
}

h5 {
  font: normal bold normal 14pt arial;
  line-height: 30px;
  border-bottom: 1px dotted black;
  margin: 15px 10px 10px 0px;
  padding: 0;
}

h6 {
  font: normal bold normal 12pt arial;
  line-height: 25px;
  margin: 0 0 5px 0;
  padding: 0;
}

ul {
  line-height: 22px;
  margin: 10px 0;
  padding: 0;
  list-style-position: inside;
}

a.email {
  font-weight: normal;
  border-bottom: 1px dotted #2020c0;
}

img {
  text-align: center;
  width: auto;
  margin: auto;
  display: block;
}

.footer_content2 {
  font: normal bold normal 10pt arial;
  text-align: right;
  display: block;
}

.product_box {
  display: table;
}

.product_column {
  display: table-cell;
  padding: 0 30px;
}

.contact_table {
  display: table;
}

.contact_row {
  display: table-row;
}

.contact_type {
  display: table-cell;
  padding: 5px 10px;
}
  
.contact_info {
  display: table-cell;
}

#header_content {
  background-color: #999;
  border: 1px solid black;
  width: 806px;
  height: 250px;
  margin: 1px;
  text-align: left;
  position: relative;
  top: 0;
  display: block;
  z-index: 90;
}

#header_text {
  width: 400px;
  height: 220px;
  padding: 0 0 0 5px;
  margin: 0;
  white-space: nowrap;
  overflow: visible;
  float: left;
  position: relative;
  top: 0;
  z-index: 110;
}

#header_picture {
  border: 1px solid black;
  text-align: center;
  width: 320px;
  height: 203px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  top: 10px;
  right: 10px;
  display: inline;
  float: right;
  z-index: 100;
}

#header_picture_no_print {
  display: none;
}

h3.h3_no_print {
  display: none;
}

h4.h4_no_print {
  display: none;
}

h3 {
  font: normal normal bold 12pt arial;
  margin: 0;
  padding: 0;
  position: relative;
}

h4 {
  font: normal normal normal 11pt arial;
  margin: 0;
  padding: 0;
  position: relative;
}

.print {
  display: block;
}

li {
  font: normal normal normal 11pt arial;
}

li.product_header {
  font-weight: bold;
}
