body,html {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f1f2f4;
  height: 100%;
}
.clear {
  clear: both;
}
a:focus {
  outline: 0;
}
.gradient-background {
  width: 100%;
  height: auto;
  background-image: url(/images/gradient.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-color: #f1f2f4;
}
.header {
  width: 970px;
  height: 135px;
  margin: auto;
}
.header-logo {
  width: 194px;
  height: 106px;
  float: left;
  padding: 15px 0 0 5px;
}
.header-ad {
  width: 728px;
  height: 90px;
  float: right;
  margin: 22px 0 0 0;
}
.main-area-wrap {
  width: 992px;
  height: auto;
  margin: auto;
  background-image: url(/images/main-area-bg.png);
  background-repeat: no-repeat;
}
.main-area {
  width: 970px;
  min-height: 700px;
  height: 700px;
  height: auto !important;
  margin: auto;
  background-color: #f1f2f4;
}
.main-nav {
  padding: 0 0 0 10px;
  width: auto;
  height: 45px;
}
.main-nav .main-link {
  float: left;
  margin: 0 30px 0 0;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 10px;
  position: relative; 
}
.main-nav .home-link {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 11px 10px 0 0 !important;
  z-index: 99999999;
}
.main-nav .dropdown {
  background-color: #e1e1e1; 
  z-index: 9999999;
}
.edge {
  margin: 0 0 0 0 !important;
}
.main-nav li a {
  font-size: 13.5px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.main-nav .rss-feed {
  padding: 0 0 0 275px !important;
}
.main-nav .rss-feed a {
  color: #bdbdbd !important;
}
.main-nav li .hidden {
  position: absolute;
  z-index: 99999999;
  dispaly: block;
  width: 205px;
  height: auto;
  background-image: url(/images/drop-down-bg.png);
  margin: 0 0 0 -10px;
}
.main-nav li .hidden li {
  float: none !important;
  border-bottom: 1px solid #c7c5c5;
  display: block;
  width: 120px;
  margin: auto;
  padding: 0 50px 0 0;
  line-height: 20px !important;
}
.main-nav li .hidden .border-none {
  border-bottom: none !important;
}
.main-nav li .hidden li a {
  display: inline-block;
  width: 170px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #888888;
  text-transform: none !important;
  padding: 20px 0 0 0;
}
.main-nav li .hidden li .drop-down-icon {
  display: inline-block;
  display: -moz-inline-stack;
  width: 20px;
  height: 20px;
  float: left;
  margin: -2px 10px 0 0;
}
/* updates */
.updates {
  width: 952px;
  height: 220px;
  margin: 30px auto 30px auto;
  background-color: #dcdce0;
}
.update {
  width: 302.5px;
  height: 200px;
  background-color: #fff;
  float: left;
  margin: 10px 11px 0 0;
}
.first {
  margin: 10px 11px 0 11px;
}
.updates .edge {
  margin: 10px 0 0 0 !important;
}
.update ul {
  width: 280px;
  margin: auto;
}
.update ul .title {
  padding: 5px 0 5px 0 !important;
}
.update ul li {
  border-bottom: 2px solid #cdced2;
  display: block;
  height: auto;
  padding: 2px 0 2px 0;
  position: relative;
}
.update ul li a {
  font: 12px Helvetica;
  font-style: italic;
  color: #000;
  text-decoration: none;
}
.update ul .title .plus {
  position: absolute;
  right: 0;
  top: 4px;
}
.update ul .title a {
  text-transform: uppercase !important;
  font: 13px Helvetica !important;
  font-style: none !important;
  font-weight: bold !important;
}
.featured-product {
  width: 952px;
  height: 300px;
  margin: auto;
  background-color: #dcdce0;
  padding: 10px 0 0 0;
}
.product {
  width: 930px;
  height: 290px;
  margin: auto;
  background-color: #fff;
  position: relative;
}
.product ul .title {
  text-transform: uppercase !important;
  font: 13px Helvetica !important;
  font-style: none !important;
  font-weight: bold !important;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #cdced2;
}
.featured-image {
  width: 100%;
  height: 255px;
}
/* slideshows */
.main-slideshow-wrap {
  width: 952px;
  height: 501px;
  margin: auto;
  position: relative;
  margin-top: -30px;
}
.slideshows {
  width: 952px;
  height: 501px;
  position: absolute;
}
.slideshows img {
  bottom: 0;
}
.slideshows a {
  position: absolute;
  bottom: 0;
}
.arrows {
  position: absolute;
  z-index: 99999;
}
.arrows a {
  display: block;
  width: 22px;
  height: 41px;
  margin-top: 220px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#left-arrow {
  left: 0;
}
#left-arrow a {
  background-image: url(/images/left-arrow.png);
}
#right-arrow {
  right: 0;
}
#right-arrow a {
  background-image: url(/images/right-arrow.png);
}
#cycle-nav a {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/images/pager-dot.jpg);
  background-repeat: no-repeat;
  text-indent: -999999em;
  padding-right: 3px;
  float: left;
}
#cycle-nav .activeSlide {
  background-image: url(/images/pager-dot-dark.jpg);
  background-repeat: no-repeat;
}
#cycle-nav {
  width: 952px;
  height: 10px;
  margin: 3px auto;
  padding: 10px 0 7px 0;
}
#cycle-nav a:focus {
  outline: none;
}
/* secondary nav */
.secondary-nav {
  padding: 15px 0 0 12px;
  position: relative;
}
.secondary-nav ul li {
  float: left;
  padding: 0 30px 0 0;
  width: 50px;
}
.secondary-nav ul .secondary-advertise {
  padding: 0 55px 0 0 !important;
}
.secondary-nav ul li a {
  color: #c1c1c1;
  font-size: 13px;
  text-decoration: none;
}
.secondary-nav ul .facebook-like {
  width: 230px;
  position: absolute;
  right: 10px;
}
/* hover styles */
.secondary-nav ul .youtube-hover a {
  color: #000 !important;
}
.secondary-nav ul .youtube-hover em {
  background-color: #ff3333;
  padding: 1px 2px 1px 2px;
  color: #fff;
  letter-spacing: .5px;
}
.secondary-nav ul .facebook-hover a {
  background-color: #3b5998;
  padding: 1px 3px 1px 3px;
  color: #fff;
}
.secondary-nav ul .vimeo-hover a {
  background-color: #0dadd6;
  padding: 1px 3px 1px 3px;
  color: #fff;
}
.secondary-nav ul .twitter-hover a {
  background-color: #33ccff;
  padding: 1px 3px 1px 3px;
  color: #fff;
}
/* home message */
.home-message {
  width: 815px;
  height: auto;
  margin: auto;
  background-color: #f1f2f4;
  padding: 50px 0 50px 0;
}
.home .home-message {
  padding: 30px 0 50px 0;
}
.home-message div {
  width: 815px;
  height: auto;
  background-color: #f1f2f4;
}
.home-message p {
  font: 63px Georgia !important; 
  font-weight: normal !important;
  color: #c1c1c1;
}
.home-message .signature {
  font-size: 32px !important;
  text-align: right;
  padding: 50px 0 0 0;
  color: #d3d3d3;
}
.home-message .signature em {
  font-size: 25px !important;
}
/* cms */
.cms-content {
  width: 952px;
  height: auto;
  padding: 0 0 40px 0;
  margin: auto;
}
.contact .span4 {
  width: 300px;
}
.contact .cell {
  float: left;
  margin-right: 15px;
}
.contact .cms-content h2 {
  font-weight:bold;
  font-size: 13px;
  margin-bottom:10px;
  padding-bottom:3px;
  text-transform:uppercase;
}
.contact h3 {
  border-bottom: 1px solid #eeede0;
}
.contact .cms-content ul li {
  margin-bottom: 24px;
  font-size: 12px;
}
.contact .cms-content ul li a, .contact a {
  font-size: 12px;
  /*color: #c1c1c1;*/
  color: #000;
  text-decoration: none;
}
.contact .cms-content ul li span {
  display: block;
}
.contact p {
  font-size: 12px;
}
.ca {
  background-image: url("/images/flags/ca.gif");
}
.eu {
  background-image: url("/images/flags/europeanunion.gif");
}
.us {
  background-image: url("/images/flags/us.gif");
}
.fr {
  background-image: url("/images/flags/fr.gif");
}
.flag {
  background-repeat: no-repeat;
  padding-left: 24px;
}
/* footer */
.footer {
  width: 970px;
  height: 50px;
  margin: auto;
  background-color: #f1f2f4;
}
.footer .dp-signature {
  width: 146px;
  height: 47px;
  margin: auto;
  padding: 0 0 10px 0;
}
.footer .dp-signature ul li  {
  display: block;
  height: 47px;
  line-height: 47px;
}
.footer .dp-signature ul li a {
  font-size: 12px;
  color: #b1b1b1;
  display: block;
}
.footer .dp-signature ul li a img {
  float: right;
}
.footer .dp-signature a {
  text-decoration: none;
}
