/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #2a2827;
  font: normal 62.5% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
}

p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

em {
  color: #ec7c00;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #ec7c00;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap {
  width: 1006px;
  margin: 40px auto 20px;
  text-align: left;
}

#col1 {
  width: 800px;
  float: left;
}

#col1 h1 {
  background: url("../images/hdots.gif") bottom left repeat-x;
  padding-bottom: 1px;
  margin-bottom: 1.5em;
}

#col1 h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

#col1 h3.title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #ec7c00;
}

#col1 table {
  margin-bottom: 2em;
}

#col1 table caption {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: .5em;
  color: #ec7c00;
}

#col1 table caption small {
  font-weight: normal;
}

#col1 table th {
  font-weight: bold;
  font-size: 1.2em;
  color: #ec7c00;
  border-bottom: 2px solid #888;
  padding: 5px;
  margin-bottom: 1px;
  text-align: center;
}

#col1 table tr.last td {
  border-top: 1px solid #888;
}

#col1 table tr.last:hover td {
  background: none;
}

#col1 table td {
  font-size: 1.2em;
  padding: 5px;
  border-bottom: 1px solid #2A2827;
  text-align: center;
  width: 150px;
}

#col1 table td.row {
  font-weight: bold;
  background: #333;
  width: 200px;
  text-align: left;
}

#col1 table tr:hover td {
  background: #222;
}

#col1 ul {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

#col1 li {
  background: url("../images/bullet_sidebar.gif") left top no-repeat;
  padding-left: 10px;
  margin-left: 20px;
}

#col2 {
  width: 196px;
  float: left;
  background: url("../images/vdots.gif") repeat-y;
  padding-left: 10px;
}

#col2 h1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 1em;
}

#col2 h2 {
  color: #ec7c00;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}

#col2 h3 {
  font-size: 1.1em;
  color: #ec7c00;
  margin-bottom: 1.5em;
}

#col2 p {
  font-size: 1.1em;
}

#col2 p img {
  border: 7px solid #fff;
}

#col2 ul {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

#col2 li {
  background: url("../images/bullet_sidebar.gif") no-repeat;
  padding-left: 10px;
}

#col2 a {
  color: #ec7c00;
}

#flash {
  width: 800px;
  height: 525px;
  text-align: center;
  line-height: 523px;
  margin-bottom: 20px;
}

#footer {
  clear: both;
  margin: 2em 0 2em 13px;
  border-top: 1px solid #fff;
}

#footerblocks {
  padding: 20px;
}

#footerblocks h2 {
  color: #ec7c00;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 20px;
  margin-bottom: .5em;
}

#footerblocks h2 a {
  color: #ec7c00;
  text-decoration: none;
}

#footerblocks p {
  margin-bottom: 0;
  font-size: 1.1em;
}

#blog, #contact {
  float: left;
  width: 275px;
  margin-bottom: 10px;
}

#blog a {
  color: #ec7c00;
}

#contact {
  width: 262px;
}

#contact p.left {
  float: left;
}

#contact p.right {
  float: right;
}

#contact p.orange {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

#contact p.orange a {
  color: #ec7c00;
}

#quicklinks {
  float: left;
  width: 347px;
  margin: 0 15px;
  padding: 0 15px;
  background: url("../images/quicklinksback.gif") top left repeat-y;
  margin-bottom: 10px;
}

#quicklinks ul {
  text-align: center;
  margin-bottom: 1em;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
  height: 1%;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

.photo {
  float: right;
  width: 272px;
  margin: 0 0 5px 10px;
}

.photo p {
  margin-bottom: .6em;
  font-size: 1.1em;
}

.photo p.caption {
  color: #ec7c00;
  border-left: 2px solid #ec7c00;
  padding-left: 5px;
}

.photo img {
  border: 10px solid #fff;
}

.blog {
  background: url(../images/rss.gif) no-repeat;
}

.quicklinks {
  background: url(../images/links.gif) no-repeat;
}

.contact {
  background: url(../images/contact.gif) no-repeat;
}

.mainlinks li {
  display: inline;
  padding-right: .6em;
  margin-right: .6em;
  border-right: 1px solid #fff;
}

.productlinks li {
  display: inline;
  padding-right: .6em;
  margin-right: .6em;
  border-right: 1px solid #888;
}

.mainlinks a {
  color: #fff;
  text-transform: uppercase;
}

.mainlinks li.last, .productlinks li.last {
  border: 0 none;
}

.productlinks a {
  color: #888;
  text-transform: uppercase;
}

.copyright {
  clear: both;
  border-top: 1px solid #fff;
  padding: 10px;
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
}

.copyright a {
  color: #ec7c00;
}

.col1pad {
  padding: 0 13px;
}


.product {
  background: #333;
  padding: 5px;
  margin-bottom: 10px;
  clear: both;
}

.product h3 {
  color: #ec7c00;
  font-weight: bold;
  font-size: 1.2em;
}

.product p {
  margin-bottom: 0;
}

.product div.image {
  float: left;
  margin-right: 5px;
}

.product div.image img {
  margin-right: 5px;
}

.recipe {
  border-top: 1px solid #555;
  padding-top: 20px;
}

.recipe h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #ec7c00;
}

.recipe h4 {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
  color: #ec7c00;
}

.sidebarlinks li {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.gallery {
  margin-bottom: 2em;
}

.galleryphoto {
  border: 1px solid #2A2827;
  float: left;
}

.galleryphoto a {
  display: block;
  float: left;
}

.galleryphoto a img {
  border: 5px solid #222;
}

.galleryphoto a:hover img {
  border: 5px solid #fff;
}

/*----End Classes----*/