/* Stylesheet for TES Drying Systems */

/* White - #fff */
/* Black - #000 */
/* Dark Grey - #231f20 */
/* Medium Grey - #888 */
/* Light Grey - #d0d2d1 */
/* Red - #ef1c25 */
/* Orange - #f48824 */
/* Blue - #00aeef */

/* GLOBAL ITEMS */
/* Set default font for entire document */
body
  {
  background-color: #d0d2d1;
  background-image:url('/images/bg.png');
  background-repeat: repeat-x;
  font-family: 'HelveticaNeue LT 55 Roman', 'Myriad Pro', Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-left: 0px;
  }

table, tr, td, p, li
  {
  font-family: 'HelveticaNeue LT 55 Roman', 'Myriad Pro', Helvetica, Arial, sans-serif;
  }

th
  {
  background-color: #000000;
  color: #ffffff;
  font-family: 'HelveticaNeue LT 55 Roman', 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  }

ul
  {
  margin: 0px;
  }

input
  {
  background-color: #f8f8f8;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #444444;
  moz-border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  padding: 2px;
  }

select
  {
  background-color: #f8f8f8;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #444444;
  moz-border-radius: 5px;
  font-size: 15px;
  padding: 2px;
  }

textarea
  {
  background-color: #f8f8f8;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #444444;
  moz-border-radius: 5px;
  font-size: 15px;
  padding: 2px;
  }

submit
  { 
  background-color: #f48824;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  moz-border-radius: 5px;
  padding: 5px;
  }

submit:hover
  { 
  background-color: #00aeef;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  moz-border-radius: 5px;
  padding: 5px;
  }

.header
  {
  background-color: #ffffff;
  color: #231f20;
  height: 115px;
  text-align: right;
  width: 1000px;
  }

.headercontent
  {
  color: #231f20;
  padding: 25px;
  }

.menuspacer
  {
  background-color: #ffffff;
  height: 41px;
  width: 1000px;
  }

.body
  {
  background-color: #ffffff;
  height: auto;
  width: 1000px;
  }

.content
  {
  color: #231f20;
  padding: 15px;
  }

.productinfo
  {
  color: #231f20;
  font-size: 12px;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
  }

.productimage
  {
  padding: 10px;
  text-align: center;
  vertical-align: top;
  width: 350px;
  }

.productheader
  {
  height: 150px;
  width: 1000px;
  }

.sidemenu
  {
  background-color: #d0d2d1;
  font-size: 14px;
  line-height: 25px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: 150px;
  }

.moresidemenu
  {
  background-color: #d0d2d1;
  font-size: 14px;
  line-height: 25px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: 180px;
  }

.menuheader
  {
  font-size: 16px;
  font-weight: bold;
  }

.sidemenulink
  {
  color: #231f20;
  font-size: 15px;
  }

.menuheaderlink
  {
  color: #231f20;
  font-size: 16px;
  font-weight: bold;
  }

.linktable
  {
  background-color: #ffffff;
  height: 180px;
  width: 1000px;
  }

.footer
  {
  background-color: #d0d2d1;
  color: #231f20;
  height: 40px;
  width: 1000px; 
  }

.footercontent
  {
  color: #888888;
  float: left;
  font-size: 10px;
  }

.footersocial
  {
  color: #231f20;
  float: right;
  padding: 10px 0px 0px;
  }

.container
  {
  background-color: #ffffff;
  border: 1px solid #444444;
  border-radius: 5px;
  moz-border-radius: 5px;
  padding: 20px;
  width: 720px;
  }

.fieldname
  {
  font-size: 15px;  
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  }

.field
  {
  font-size: 14px;
  text-align: left;
  }

.fine
  {
  color: #888888;
  font-size: 12px;
  }

.note
  {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  }

.notice
  {
  color: #f48824;
  font-size: 14px;
  font-weight: bold;
  }

h1
  {
  color: #888888;
  font-size: 26px;
  margin: 0px;
  text-transform: uppercase;
  }

h2
  {
  color: #444444;
  font-size: 22x;
  font-weight: bold;
  margin: 0px;
  }

h3
  {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  }

h4
  {
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  }

a
  {
  color: #000000;
  text-decoration: none;
  }

a:hover
  { 
  color: #f48824;
  text-decoration: none;
  }

.headlink
  {
  color: #231f20;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  }

.headlink:hover
  {
  color: #f48824;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  }

.headspace
  {
  color: #231f20;
  font-size: 11px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  }

.footlink
  {
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  }

.footlink:hover
  {
  color: #000000;
  cursor: pointer;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  }

.footspace
  {
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  }

/* Buttons */
.button
  { 
  background-color: #f48824;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  moz-border-radius: 5px;
  padding: 5px;
  }

.buttonhover
  { 
  background-color: #00aeef;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  moz-border-radius: 5px;
  padding: 5px;
  }

/* Education and Events */
.edhead
  {
  background-color: #777777;
  color: #ffffff;
  font-size: 15px;
  }

/* Item Descriptions */
.ItemText
  {
  font-size: 15px;
  }

.ItemSubList
  {
  font-size: 15px;
  line-height: 24px;
  margin-left: 15px;
  }

.ItemTable
  {
  border: 1px solid #444444;
  border-collapse: collapse;
  }

.ItemTableHead
  {
  background-color: #888888;
  color: #000000;
  }

/* Newsletter */
.link
  {
  color: #e08014;
  font-size: 15px;
  font-weight: bold;
  }

.link:hover
  {
  color: #00aeef;
  font-size: 15px;
  font-weight: bold;
  }

/* Testimonials */
.read_more
  {
  color: #888888;
  cursor: pointer;
  float: right;
  font-size: 10px;
  }

.hidden
  {
  display: none;
  }

.visible
  {
  display: inline-block;
  }

/* Science */
.science
  {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 20px;
  vertical-align: top;
  }

/* Videos and Webinars */
.vidlink
  {
  color: #00aeef;
  font-size: 14px;
  }

.vidlinkhover
  {
  background-color: #f7941d;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  }
