body {
  font: 11px/14px Verdana, Sans-Serif;
  color: #666;
  background: #f0efe8;
}
a {
  color: #738f94;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a.more {
  font-weight: bold;
  padding-right: 11px;
  margin-top: 20px;
  background: url("/img/blackarrow.jpg") no-repeat center right;
}
a.right {
  float: right;
}
a.left {
  float: left;
}
a.download {
  font-weight: bold;
  padding-left: 21px;
  background: #fff url("/img/download.jpg") no-repeat 0 0 ;
  line-height: 16px;
  margin: 5px 0;
  clear: right;
}
a.back {
  background: #738f94;
  color: #336699;
  padding: 3px 5px;
  margin: 0;
  font-weight: bold;
}
a.back:hover {
  background: #336699;
  color: #738f94;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-family: Arial, Sans-Serif;
}

h1 {
  font-size: 200% !important;
  line-height: 240% !important;
}

h2, h2 a{
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #336699 !important;
}

h3, h4, h5 {
  line-height: 180%;
}

p {
  padding-bottom: 10px;
  line-height: 15px;
}

ul, ol {
  line-height: 15px;
}
ol {
  list-style: decimal;
}
ol.lower-alpha {
  list-style: lower-alpha;
}
ol.lower-roman {
  list-style: lower-roman;
}
ul {
  list-style: disc;
  list-style-image: url("/img/blackarrow.jpg");
}

.container {
  overflow: hidden;
}

#container {
  width: 973px;
  border: 1px solid #e8e8e8;
  border-top: none;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

/***** Header Styles *****/
#header {
  position: relative;
  display: block;
  overflow: hidden;
  height: 314px;
  margin: 0 20px;
}

#header h1.logo {
  float: left;
  width: 169px;
  height: 63px;
  text-indent: -9999px;
  background: white url("/img/logo.jpg") no-repeat 0 0;
  display: block;
  margin: 6px 0 0 -10px;
}

#header .gallery {
  position: absolute;
  height: 314px;
  width: 953px;
  top: 0;
  right: 0;
}

#header .gallery img {
  position: absolute;
  top: 0;
  right: 0;
}

#header .gallery object {
  position: absolute;
  top: 0;
  right: 0;
}

#header .gallery p.slogan {
  display: block; 
  width: 185px;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 20px;
  background: #01c0f4;
  border: 1px solid #f7f7f7;
  padding: 15px;
  color: #fff;
}
/***** END Header Styles *****/

/***** Navigation Styles *****/

#nav ul li a {
  font: bold 13px/38px Arial, Sans-Serif;
  height: 38px;
  width: 100%;
  text-decoration: none;
}
#nav ul li a:hover {
  text-decoration: none;
  
}

#nav ul ul li a {
  color: #00c0f3;
  font: normal 11px Tahoma, Arial, Sans-Serif;
  line-height: 28px;
  height: 28px;
  display: block;
  margin: 0 3px;
  width: 170px;
  text-decoration: none;
  background: #fff url("/img/menu_separator.jpg") no-repeat bottom left;
}
#nav ul ul li a:hover {
  color: #336699;
}
#nav ul ul li a span {
  padding: 0 10px;
}

#nav {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f5f4ed;
  position: relative;
  z-index: 800;
}
#nav ul {
  margin-left: 266px;
  padding-right: 20px;
  display: block;
  position: relative;
  list-style: none;
  list-style-image: none;
  height: 38px;
  background-color: #fff;
  padding: 0;
}
#nav ul li {
  float: left;
  display: inline;
  /*padding-right: 13px;*/
  padding-right: 10px;
  /*margin-right: 20px;*/
  margin-right: 10px;
  padding-left: 4px;
  position: relative;
  z-index: 990;
}
#nav ul li.hover, #nav ul li:hover,
#nav ul li.current {
  background: #fff url("/img/current_page_marker.jpg") no-repeat right 14px;
}

#nav ul ul, #nav ul ul ul {
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  width: 186px;
  visibility: hidden;
  display: none;
  height: auto;
  position: absolute;
  z-index: 991;
  background: #fff url("/img/menu_bg.png") no-repeat bottom left;
  padding-bottom: 7px;
  top: 33px;
}
#nav ul ul.level-2 {
  left: 0;
}

#nav ul ul li, #nav ul ul li:hover {
  width: 186px;
  padding: 0;
  margin: 0;
  background: #fff url("/img/menu_item_bg.png") no-repeat 0 0;
  position: relative;
  z-index: 993;
}
#nav ul li:hover ul.level-2,
#nav ul ul.level-2:hover {
  visibility: visible;
  display: block;
}
#nav ul li:hover ul li {
  line-height: 20px;
  float: none;
  display: block;
}

#nav ul ul ul.level-3 {
  z-index: 9999;
  top: 0;
  right: -183px !important;
}
#nav ul ul li:hover ul.level-3,
#nav ul ul li ul.level-3:hover {
  visibility: visible;
  display: block;
}
/***** END Navigation Styles *****/

/***** Footer Styles *****/
#footer {
  width: auto;
  overflow: hidden;
  clear: both;
  border-top: 2px dotted #b8b8b8;
  padding-top: 10px;
  margin: 0 20px !important;
}

#footer #footer_nav {
  list-style: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}

ul#footer_nav {
  padding: 0 0 0 2px;
  margin-bottom: 5px;
}

ul#footer_nav  li{
  display: block;
  float: left;
  font-family: Tahoma, Sans-Serif;
  border-right: 1px solid #738f94;
  padding: 0 5px;
}
ul#footer_nav li.first { padding-left: 0; }
ul#footer_nav li.last,
ul#footer_nav li:last-child {
  border: none;
}

ul#footer_nav li a {
  color: #336699;
  line-height: 14px;
}

/***** END Footer Styles *****/

/***** Content Styles *****/
#content-outer-wrap {
  margin: 13px 20px;
  background: #f1f1f1;
  overflow: hidden;
}

#home-content,
#subpage-content,
#feedback-form-content,
#emotor-calculator-content,
#sitemap-content,
#press-releases-details-content,
#press-releases-listing-content,
#our-associates-subpage-content,
#product-details-content,
#product-listing-content,
#contact-us-content {
  margin-left: 215px;
  display: block;
  overflow: hidden;
  background: #fff;
  width: auto;
  position: relative;
  z-index: 1;
}

#home-content,
#our-associates-subpage-content,
#product-listing-content {
  background: #fff url("/img/vertical_dotted_bg.jpg") repeat-y top right;
}

.main {
  min-height: 350px;
}

#home-content .top , #home-content .main,
#subpage-content .top , #subpage-content .main,
#product-details-content .main,
#emotor-calculator-content .main,
#feedback-form-content .main,
#sitemap-content .main,
#contact-us-content .main,
#press-releases-details-content .main,
#press-releases-listing-content .main,
#product-listing-content .top , #product-listing-content .main,
#our-associates-subpage-content .top,
#our-associates-subpage-content .main{
  margin-left: 36px;
  padding: 0 0 15px;
  position: relative;
  overflow: auto;
}

#home-content .top,
#product-listing-content .top,
#our-associates-subpage-content .top {
  background: #fff;
  border-bottom: 2px dotted #b8b8b8;
}

#home-content .main,
#product-listing-content .main,
#our-associates-subpage-content .main {
  width: 400px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

#home-content .main,
#product-listing-content .main,
#our-associates-subpage-content .main {
  _margin-left: 20px; /* IE 6 */
}

#home-content .secondary,
#product-listing-content .secondary,
#our-associates-subpage-content .secondary {
  float: right;
  display: block;
  width: 230px;
  padding: 0 15px;
  position: relative;
  /*overflow: visible;*//*auto*/
  overflow: auto;
}

#home-content .secondary h2,
#product-listing-content .secondary h2,
#our-associates-subpage-content .secondary h2 {
  text-align: center;
  background: #fff url("/img/side_title_bg.jpg") no-repeat 0 0;
  width: 210px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

/* Product Details Styles */
#product-details-content {}

#product-details-content ul,
#product-details-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #666
}

#product-details-content .main p {
  margin-bottom: 15px;
}

#product-details-content .gallery {
  float: right;
  margin-left: 30px;
}

#product-details-content .gallery .container {
  margin-bottom: 25px;
}
/* END Product Details Styles */

/* Press Releases Details Styles */
#press-releases-details-content {}

#press-releases-details-content a.back {
  position: absolute;
  top: 3px;
  right: 20px;
}
/* END Press Releases Details Styles */

/* Press Release Styles */
#press-releases-listing-content {
  font-family: Arial, Sans-Serif;
}

#press-releases-listing-content form#filter {
  position: absolute;
  top: 3px;
  right: 20px;
}
#press-releases-listing-content form#filter label {
  color: #8a8a8a;
}

#press-releases-listing-content form#filter input#go {
  background: #738f94;
  color: #336699;
  width: 25px;
  padding: 0;
  margin: 0;
}

#press-releases-listing-content form#filter input#go:hover {
  background: #336699;
  color: #738f94;
}

#press-releases-listing-content form#filter input, 
#press-releases-listing-content form#filter select {
  color: #738f94;
  border: 1px solid #f1f1f1;
  font-weight: bold;
  font-size: 11px;
}

#press-releases-listing-content ol {
  list-style: none;
  padding-left: 0;
}

#press-releases-listing-content li {
  margin: 0 0 10px;
  overflow: hidden;
}

#press-releases-listing-content ol  li span {
  font-weight: bold;
  width: 130px;
  display: block;
  float: left;
  color: #9a9a9a;
}

#press-releases-listing-content ol li p {
  display: block;
  float: left;
  width: 550px;
  padding: 0;
}
/* END Press Release Styles */

/* Product Listing Styles */
#product-listing-content .product {
  overflow: hidden;
  margin-bottom: 30px;
}

#product-listing-content .product .thumb {
  width: 72px;
  height: 72px;
  overflow: hidden;
  float: left;
  display: block;
}

#product-listing-content .product .thumb img {
  border: 1px solid #ccc;
  border-right: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
}

#product-listing-content .product .details {
  float: left;
  width: 300px;
  display: block;
  padding-left: 20px;
}
#product-listing-content .product .details .product_description {
  /*border: 1px solid red;*/
}
/* END Product Listing Styles */

/***** END Content Styles *****/

/***** Sitemap Styles *****/
#sitemap ul {
  list-style: disc;
  margin-left: 40px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 0;
}
#sitemap ul ul {
  list-style: square;
  list-style-image: url("/img/blackarrow.jpg") !important;
  padding-top: 5px;
}
#sitemap ul ul ul {
  list-style: circle !important;
}
/***** END Sitemap Styles *****/

/***** Clearfix Styles *****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
/***** END Clearfix Styles *****/
