@font-face {
	font-family: 'Decker';
	src: url('../fonts/Decker.eot');
	src: local('Decker'), local('Decker'), url('../fonts/Decker.ttf') format('truetype'), url('../fonts/Decker.svg#Decker') format('svg');
}
/*@font-face { 	font-family: Decker; 	 font-weight: bold; 	src: local(Decker), url('../fonts/DeckerB.ttf'); }*/
@font-face {
	font-family: 'Decker';
	font-weight: bold;
	src: url('../fonts/DeckerB.eot');
	src: local('Decker'), local('Decker'), url('../fonts/DeckerB.ttf') format('truetype'), url('../fonts/DeckerB.svg#DeckerBold') format('svg');
}

@font-face {
	font-family: 'Futura';
	src: url('../fonts/FuturaLightBT.eot');
	src: local('FuturaLightBT'), local('FuturaLightBT'), url('../fonts/FuturaLightBT.ttf') format('truetype'), url('../fonts/FuturaLightBT.svg#FuturaBT-Light') format('svg');
}

/*@font-face { 	font-family: Futura; 	 src: local(FuturaLightBT), url('../fonts/FuturaLightBT.ttf'); } */

FuturaLightBT
/* Reset
--------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td            { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body          { line-height: 1; }
ol, ul        { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus        { outline: 0; }
ins           { text-decoration: none; }
del           { text-decoration: line-through; }
table         { border-collapse: collapse; border-spacing: 0; }

/* Base
--------------------------------------------------------- */

* { margin: 0; padding: 0; }
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

ul, ol, dl, p { margin-bottom: 1.5em; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal;}

h1 { font-size: 1.9em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.7em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height:1.1em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a           { color: #666633; text-decoration: none; }
  a:focus, 
  a:hover   { color: #664601; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul,ol       { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc 
-------------------------------------------------------------- */

.sml      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.lrg      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #444; }
.loud       { color: #fff; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.btm     { margin-bottom:0; padding-bottom:0; }

.fleft  { float:left; }
.fright { float:right; }
.inline { display:inline; }

/* Clears */

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}

.clearfix {
	display:inline-block;
}

span.required {
  color: #C62A00;
}

/* IE HACK */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}


/* General
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  color:#a1995a;
  text-transform:uppercase;
}

em {
  font-size:120%;
  font-style:normal;
  text-transform:uppercase;
}

h4 {
  margin-bottom:4px;
font-size:14px;
letter-spacing:1px;
}

h4.menus {
font-size:14px;
letter-spacing:1px;
}

h4.decker {
  margin-bottom:4px;
}

ul {
  margin-left:0;
	margin-top:10px;
}

  ul li {
    /* position:relative; */ /*Causes IE to explode?*/
    line-height:12px;
    padding-left:14px;
    padding-bottom: 5px;
  }

  ul li .ct {
    padding:0px 0 0 10px;
    background:url(../images/li_bck.gif) no-repeat 0 0;
    /* border-left:1px solid #a1995a; */
    /* border-top:1px solid #a1995a; */
  }

    ul li .ct p {
      padding-top:10px;
font-size: 14px;
    }

  ul.no-indent,
  ul.no-indent li {
    padding-left:0px;
  }

  ul.no-indent li ul {
    padding-left:0px;
    margin-left:4px;
  }

  ul.bios li {
    padding-left:0px;

  }

    ul.bios li img.bio {
      padding:10px 0 0 10px;
    }

    ul.bios li .ct {
      padding-left:135px;
    }

hr {
  border:none;
  width:90%;
  border-top:1px solid #a1995a;
  border-bottom:1px solid #fff;
}

.antioxidant {
  background:url(../images/leaf_sml.jpg) no-repeat 0 4px;
  overflow:visible;
  line-height:12px;
  padding-left:14px;
}

.block {
  display:block;
}

.note {
  margin-bottom:0;
}

.italic {
  font-style:italic;
}

.tagline {
	font-weight:bold;
}

ul.menu {
line-height: 1.1em
padding-bottom: 20px;
}

ul.menu li{
padding-bottom: 10px;
font-size:11px;
}

h4.menu {
padding-left: 14px;
}

/* Layout 2-Column, Header 900px wide
-------------------------------------------------------------- */

body {
  background:#fff;
  color:#a1995a;
  font-family: Futura, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#doc {
  margin:0 auto;
  width:900px;
  height:600px;
  position:relative;
  border:1px solid #a1995a;
  overflow:hidden;
  

}

  #cnt {
    position:relative;
    width:730px;
    float:left;
    display:inline;
    padding:0;
    margin:0;
    height:600px;
  }

  #sd {
    background:#EFEFE3 url(../images/side-top.jpg) 0 0 no-repeat;
    color:#a1995a;
    position:relative;
    width:170px;
    height:600px; 
    padding:0;
    margin:0;
    display:inline;
    float:left;
  }

    #sd a {
      color:#a1995a;
      text-transform:uppercase;
    }

      #sd a:hover {
        color:#666033;
      }

    #sd ul {
      margin:150px 0 0 38px; 
      font-family: Decker, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

      #sd ul li {
        font-size:9px;
        line-height:22px;
        letter-spacing:1.5px
      }

        #sd ul li ul {
          margin:0;
          padding:0;
          line-height:0px;
        }

          #sd ul li ul li {
            margin:0;
            padding:0;
            margin-left:4px;
            padding-left:4px;
            line-height:14px;
          }

    #sd address {
      position:absolute;
      bottom:0;
      /*background:#EFEFE3 url(../images/contact-logo.jpg) 0 0 no-repeat;*/
      width:170px;
      height:200px;

    }
	
	
  #gallery {
    position:relative;
  }
    #gallery a {
      position:absolute;
    }
    
    #gallery a img {
      border:none;
    }
    
    #gallery a.show {
      z-index:500
    }

    #gallery .caption {
      z-index:600;  
      color:#ffffff; 
      height:100px; 
      width:100%; 
      position:absolute;
      bottom:0;
    }

    #gallery .caption .content {
      margin:5px
    }
    
    #gallery .caption .content h3 {
      margin:0;
      padding:0;
      color:#000;
    }

		#gallery.splash, .splash {
			height: 197px;	
		}

.col {
  position:relative;
  border:none;
  height:600px;
  width: 690px;
  padding:0px 20px;
  overflow:auto;
}

.col-top {
  border:none;
  height:600px;
  padding:35px 30px 0 30px;
  overflow:auto;
}

  .col .explanation {
    margin-top:30px;
    font-size: 16px;
  }

	.col .cnt {
		position:relative;
		width:670px;
	}

	.col ul.press-releases {
		padding-top:15px;
    float:left;
    width:650px;
	}

		.col ul.press-releases li {
      position:relative;
			float:left;
			display:inline;
			margin-right:25px;
			margin-bottom:20px;
      /* width:120px; */
      /* height:160px; */
		}

		.col ul.press-releases .img-cnt {
			background:url(../images/press_bck.jpg) no-repeat 0 0;
			width:120px;
			height:160px;
		}
		
		.col ul.press-releases .img-cnt-event {
			width:120px;
			height:160px;
		}

.col-nopad {
  border:none;
  height:598px;
  padding:0;
  overflow:auto;
}

.col-menu {
  border:none;
  height:530px;
  padding:5px 30px 0 30px;
  overflow:auto;
}

.menudiv {
	width: 350px;
	float: left;
	border: none;
	display: block;
}

.menusplash {width: 300px;
	float:right;
}

.specials {
  position: relative;
  overflow:auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.specials img{
  float:right;
}

.col .explanation-nopad {
  font-size: 18px;
}

/* Forms
-------------------------------------------------------------- */
.form {
  padding-left:30px;
	padding-top: 20px;

	font-size:12px;

}

.form-item {
  margin: 10px 0;
}

  .form-item label {
    width:160px;
    float:left;
  }

    .form-item label.required:after {
      content:" *"; 
      color: #C62A00;
    }

input[type='submit'] {
  float:right;
}

input[type='text'] {
  width:400px;
}

textarea {
  width:400px;
}


p.phone {
font-size: 10px;
}