/*<?php
  ob_start("ob_gzhandler");
  header("Content-type: text/css; charset: UTF-8");
  header("Cache-Control: must-revalidate");
  // Expires in 30 days
  header("Expires: " . gmdate("D, d M Y H:i:s", (time() + 30 * 24 * 3600)) . " GMT");
  time() + 60 * 24 * 3600
?>*/

@charset "utf-8";

/* CSS Document */

html {
  height: 100%; /* This forces the browser to display a vertical scroll bar at all times, thereby eliminating horizontal shift when navigating between long and shortpages */
  margin-bottom: .1px;
}

* {
  padding: 0;
  margin: 0;
}

form, input {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #000000;
  background: #e1deb5;
}


/* COMMON STYLE
--------------------------------------------------------- */
a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
/*  margin: 1em 0;*/
  padding: 0;
}

p { margin: 15px 0; }

img { border: 0 none; }

h1 {
  font-size: 20px;
  margin: 18px 0;
  /* color: #e1deb5; */
  color: #000;
}

h2 {
  margin: 18px 0;
  font-size: 18px;
  color: #fff;
}

h3 {
  margin: 5px 0;
  font-weight: bold;
  font-size: 17px;
  color: #830000;
}

h4 {
  display: block;
  margin: 2px 0;
  font-size: 12px;
  color: #000;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 30px;
  background: url(../images/bullet.gif) no-repeat 16px 10px;
  line-height: 26px;
}

ol li {
  margin-left: 35px;
  line-height: 180%;
}

.clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inputbox {
  padding: 1px;
  padding-right: 0;
  border: solid 1px #676566;
}

.submitbox {
  height: 20px;
  padding: 0 1px;
  border: solid 1px #676566;
  background: #fff;
  vertical-align: bottom;
}

.text_black {
  color: #000;
}

/* LAYOUT STYLES
-------------------------------------------- */
#wrapper {
  margin: 0 auto;
  width: 918px;
}

#header {
  padding-right: 20px;
  width: 895px;
  height: 199px;
  background: url(../images/header.jpg) no-repeat;
}

#logo {
  float: left;
  width: 230px;
  height: 199px;
}

#logo a {
  display: inline-block;
  width: 230px;
  height: 199px;
}

#search_wrap {
  float: right;
  text-align: right;
  height: 108px;
}

#free_shipping {
  float: left;
  position: absolute;
  margin-top: 10px;
  margin-left: 219px;
}

#search {
  margin: 20px 0 15px;
  width: 280px;
  color: #000;
}

#header_text {
  clear: right;
  float: right;
  /* padding-top: 20px; */
  padding-top: 4px;
  width: 630px;
  height: 44px;
  font-size: 16px; 
  line-height: normal;
  font-weight: bold;
  color: #830001;
  text-align: right;
}

#left_column {
  float: left;
  width: 227px;
}

#left_column .sep {
  margin: 20px 0 10px;
  width: 208px;
  border-bottom: solid 1px #000;
}

#right_column {
  float: right;
  width: 245px;
}

#content {
  float: left;
  width: 446px;
}

.blackbox {
  background: url(../images/content_bg.jpg) repeat-y;
}

.blackbox .pad {
  padding: 0 25px 0;
  margin-bottom: 20px; 
}


.featuredproductsbox {
  width: 241px;
  color: #000;
  /* background-color: #e7e7e7; */
  background: url(../images/featured_products_bg.jpg) repeat-y;
}

.featuredproductsbox .pad {
  padding: 0 20px 10px 10px;
}

.featuredproductsbox p {
  margin: 0 0 5px;
}

.featuredproductsbox h3 {
  margin: 8px 0 15px;
  text-align: center;
}

.featuredproductsbox a {
  color: #000;
}

.featuredproductsbox .item {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 16px;
  color: #810001;
  font-weight: bold;
}

.featuredproductsbox .item a {
  color: #810001;
  text-decoration: none;
}

.featuredproductsbox .item a:hover {
  color: #06F;
}

.featuredproductsbox .item img {
  float: left;
  margin-right: 8px;
}

.whitebox {
  width: 241px;
  color: #000;
  background: url(../images/whitebox_bg.jpg) repeat-y;
}

.whitebox .pad {
  padding: 0 20px 10px 10px;
}

.whitebox p {
  margin: 0 0 5px;
}

.whitebox h3 {
  margin: 0 0 15px;
  text-align: center;
}

.whitebox a {
  color: #000;
}

.whitebox .item {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 16px;
  color: #810001;
  font-weight: bold;
}

.whitebox .item a {
  color: #810001;
  text-decoration: none;
}

.whitebox .item a:hover {
  color: #06F;
}

.whitebox .item img {
  float: left;
  margin-right: 8px;
}

/* NAVIGATION */
#nav_main {
/*  position: absolute;
  margin: 146px 0 0 225px;*/
  clear: right;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}

#nav_main a {
  display: inline-block;
  padding: 0px 15px 0; 
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
}

#nav_main a:hover {
  text-decoration: none;
  color: #CCC;
}

#nav_category {
  padding: 0 28px 0 18px;
  min-height: 170px;
  background: url(../images/nav_left_bg.jpg) repeat-y;
  color: #fff;
}

#nav_category a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#nav_category a:hover {
  color: #CCC;
}

#nav_left {
  padding: 10px 0 0 20px;
}

#nav_left a {
  display: block;
  font-size: 12px;
  color: #800001;
  font-weight: bold;
}

/* HOME PAGE */
#hp_top {
  position: absolute;
  width: 472px;
  margin-left: -37px;
  padding-left: 24px;  
}

#hp_blackbox {
  margin: 175px 0 7px 27px;
  background: url(../images/hp_black_bg.jpg) repeat-y
}

#hp_blackbox .item {
  float: left;
  margin: 0 1px 15px 8px;
  width: 89px;
  text-align: center;
}

#hp_blackbox .item img {
  margin-bottom: 10px;
  border: solid 1px #fff;
}

#hp_infotext {
  margin: 0 0 0 28px;
  width: 408px;
  height: 264px;
  background: url(../images/hp_infobox.jpg) no-repeat;
}

#hp_infotext .pad {
  padding: 19px 22px 0 ;
}

#footer {
  margin: 0 0 5px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
}

#footer a {
  color: #830000;
  text-decoration: none;
  padding: 0 5px;
}

#footer a:hover {
  text-decoration: underline;
}

#content .sep {
  margin: 10px 0 10px;
  border-top: solid 1px #000;
}

/* LATEST NEWS */
#latestnews_bg {
  margin-top: 5px;
  width: 217px;
}

#latestnews_bg .pad {
  padding: 1px 12px 15px 17px;
  background: url(../images/latest_news_bg.jpg) repeat-y;
}

#latestnews {
  height: 440px;
  font-size: 11px;
  overflow: auto;
  color: #000;
}

div.emailPopup p 
{
  margin: 5px 0;
}

div.emailPopup input 
{
  padding: 2px 0 2px 1px;
  border: solid 1px #a9bed1;
  font-size: 11px;
  font-weight: bold;
  color: #a33901;
}

div.emailPopup 
{
  margin-left: 5px;
}

div.emailPopup table tr td 
{
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #000;
}

