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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}/*
BASIC STYLE	
Filename: styles.css
Author: Vivian Clark
Company: Cetak's Gourmet Meat's & Sausages
*/

/* content page -------------------------------------*/

body {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  color: black;
  font-size: 12px;
  background: #1b150e;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page {
  background: #1b150e url(/resources/all/files/27853/_fn/bg.jpg) no-repeat center top;
}
#e_content {
  width: 900px;
  text-align: center;
  margin: 0 auto;
  background: transparent url(/resources/all/files/27861/_fn/content_e_column_bg_03.gif) repeat-y center top;
}
#e_column_0 {
  width: 790px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

/* header -------------------------------------------*/

#header {
  position: relative;
  z-index: 0;
  width: 900px;
  height: 179px;
  text-align: center;
  margin: 0 auto;
  background: #1b150e url(/resources/all/files/27851/_fn/header_bg.jpg) no-repeat;
}
#logo {
  clear: both;
  height: 128px;
  margin: 0pt auto;
  text-align: center;
  width: 150px;
}
#logo h1 a {
  display: block;
  width: 150px;
  height: 128px;
  text-indent: -4000em;
}
#header div.sitesearch {
  position: absolute;
  bottom: 62px;
  left: 64px;
}
.sitesearch input.site_search_query {
  background: #1b150e;
  border:1px inset #DDDDDD;
  width: 140px;
  margin-right: 8px;
  color: white;
}
.sitesearch input.site_search_button {
  border: none;
  width: 58px;
  background: url(/resources/all/files/27418/_fn/bt_search_05.gif) no-repeat top left;
}
/* header banners ------*/
#banner_jason {
  position: absolute;
  top: 39px;
  left: 77px;
}
#banner_jason a {
  display: block;
  width: 196px;
  height: 33px;
  text-indent: -4000em;
  background: url(/resources/all/files/51003/_fn/banner_jason_butcher.jpg) no-repeat top left;
}
#banner_free_package {
  position: absolute;
  top:0;
  right: 45px;
}
#banner_free_package h4 {
  background: url(/resources/all/files/50996/_fn/banner_free_package.gif) no-repeat top left;
  text-indent: -4000em;
  width: 279px;
  height: 58px;
}

/* login/shopping cart menu -------------------------*/
#login_menu {
  position: absolute;
  top: 96px;
  right: 55px;
}
#login_menu li {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.9em;
}
#login_menu li.last {
  background: url(/resources/all/files/51141/_fn/buttons_10.gif) no-repeat top left;
}
#login_menu li.first {
  background: url(/resources/all/files/51143/_fn/buttons_12.gif) no-repeat top left;
}
#login_menu li a {
  width: 63px;
  height: 20px;
  display: block;
  text-indent: -4000em;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

/* main navigation ------------*/
#main_menu {
  margin: 0 auto;
  text-align: center;
  width: 800px;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
#main_menu li {
  font-size: 1em;
  padding:3px 8px;
  border-right: 1px solid black;
  letter-spacing: 0px;
}
#main_menu li.last {
  border-right: none;
  padding-right: 0;
}
#main_menu li a {
  color: black;
  text-decoration: none;
}
#main_menu li a:hover {
  color: #494924;
}
/*#main_menu li.small {
  font-size: 1em;
}
#main_menu li.large {
  font-size: 1.1em;
}*/

/* footer -------------------------------------------*/
#footer {
  width: 810px;
  margin: 0 auto;
  text-align: center;
  background: url(/resources/all/files/27867/_fn/footer_bg_22.gif) no-repeat top center;
  clear: both;
  overflow: hidden;
  padding: 25px;
}
#footer_content {
  padding: 10px 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
#footer_copyright {
  color: #605034;
  font-size: 0.9em;
  text-align: center;
  margin: 10px auto;
  clear: both;
}
#footer_copyright a {
  color: #605034;
}
/* general styles -----------------------------------*/
h1, h2 {
  color: #9d0a0e;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
  padding: 10px 0;
  border-top: 1px solid black;
}

h3 {
  text-align: center;
  font-size: 1em;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0;
}
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
.textbean table {
  width: 100%;
}
.textbean td {
  border-bottom: 1px solid #ddd;
  vertical-align: bottom;
  padding: 2px 0;
}
.textbean th {
  background:#F3ECDD;
  border-right:1px solid #AAAAAA;
  font-weight:bold;
  padding:4px;
  font-size: 12px;
  border-bottom:1px solid #AAAAAA;
  vertical-align: bottom;
}
.textbean .first th {
  border-top:1px solid #AAAAAA;
}
.textbean .last_column {
  border-right: none;
}

#column1 {
  background-color: black;
}
#column2 {
  background-color: #fff; 
}
div.top,
div.bottom {
  clear: both;
  height: 5px;
  overflow: hidden;
  background-color: #dac695;
}
.column div.top div,
.column div.bottom div,
.rounded_corners .top div,
.rounded_corners .bottom div {
  background-color: white;
  overflow: hidden;
  padding: 0;
  line-height: 1px;
}

#column1 .top div,
#column1 .bottom div {
  background-color: black;
  border-left: 1px solid #b6a57c;
  border-right: 1px solid #b6a57c;
}
#column2 .top div,
#column2 .bottom div {
  background-color: white;  
  border-left: 1px solid #decca0;
  border-right: 1px solid #decca0;
}

.column .corners_content {
  padding: 0;
}
 /* 2columns (Template with left navigation)-------------------------------------------*/

#column1 {
  background: #000;
  color: white;
  float: left;
  width: 190px;
  margin: 3px 0pt 0pt 9px;
  height: auto;
  text-align: left;
  font-size: 0.9em;
  display: inline; /*fix IE6 double margin bug*/
}

#column2 {
  background: #fff;
  float: left;
  width: 573px;
  height: auto;
  text-align: left;
  line-height: 18px;
  margin: 3px 0px 3px 10px;
}
#column2 div.textbean {
  padding: 15px;
}
#column2 div.textbean img {
  padding-right: 12px;
}
#column3 {
  display: none;
}
/* column1 menu -------------------------------------*/
#heading {/* title for catalog menu*/
  margin: 5px 8px 0 8px;
  text-transform: uppercase;
  text-align: center;
  border-bottom:1px dotted #DAC695;
}

#submenu {
  padding: 0 8px 8px 8px;
}
#submenu a {
  color: white;
}
#submenu a:hover {
  color: #DAC695;
  text-decoration: none;
}

#submenu li {
  padding: 5px 0;
  border-bottom: 1px dotted #483a13;
}

#submenu li.mi_parent li {
  padding: 2px 5px 2px 10px;
  border: none;
}
#submenu li.mi_active.mi_parent {
  border-bottom: 1px dotted #483a13;
}
#submenu li.mi_parent li a {
  color: #DAC695;
}
#submenu li.mi_parent li a:hover {
  color: white;
}
#submenu li ul {
  display: block;
}
/*special style only for "guide_template"---*/
#guide_template #submenu li.first {
  text-transform: uppercase;
  text-align: center;
  border-bottom:1px dotted #DAC695;
  margin: 0;
  padding-bottom: 0;
  font-weight: bold;
}
#guide_template #submenu li li.first {
  text-transform: none;
  text-align: left;
  border:none;
  font-weight: normal;
}
.column .articlecontainer,
.column .articleview {
  padding: 15px;
}
.articlecontainer .ac_heading,
.articleview .article .article_heading {
  border-top:1px solid black;
  font-size:1.4em;
  margin:10px 0pt 0pt;
  padding:10px 0pt; 
  color:#9D0A0E;
  font-weight: normal;
}
.articlecontainer .ac_item {
  padding-bottom: 15px;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
