html, body {
  border: 0; 
  margin: 0; 
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-repeat: repeat-x;
  background-position: center top;
  background-image: url(/images/png/leaf_bg.png); 
}
/* Common Tag Styles */
h1, h2, h3, h4, h5, h6, ul, li, p {
  margin: 0px;
  padding: 0px;
}
strong {
  font-weight: normal;
}
a, a:active {
  outline: none;
} 
a img {
  border: none;
}
.clearFloat {
  clear: both;
  float: none;
}
.brown {
	color: #630;
}
.green {
	color: #090;
}
.red {
	color: #F00;	
}
.blue {
	color: #06C;	
}
.yellow {
	color: #FF0;	
}
.orange {
	color: #F60;	
}
.big {
	font-size: 16px;	
}
.small {
	font-size: 10px;	
}
.customize {
	
}
/* Main Navigation Bar and Menu */
#mainNavBar {
  width: 800px;
  height: 50px;
  padding-top: 30px;
  position: relative;
}
#logoBtn {
  width: 340px;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
#mainNav {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: right;
  width: 318px;
}
#mainNav li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  width: 72px;
  height: 40px;
  padding-right: 4px;
  text-align: center;
  font-size: 13px;
}
#mainNav a {
  text-decoration: none;
  color: #000000;
  width: 100%;
  height: 100%;
  display: block;
}
#mainNav a b{
  display: none;
  visibility: hidden;
}
#navHome {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; 
}
#navHome:hover {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: 0px -41px;
}
#navAbout {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -90px 0px; 
}
#navAbout:hover {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -90px -41px;
}
#navNews {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -166px 0px;  
}
#navNews:hover {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -166px -41px;
}
#navLogin {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -242px 0px;  
}
#navLogin:hover {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -242px -41px;
}
#navLoginOut {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -242px -82px;  
}
#navLoginOut:hover {
  background-image: url(/images/png/main_menu_web.png);
  background-repeat: no-repeat;
  background-position: -242px -123px;
}

/* Main Wrappers */
#bgWrapperOne {
  width: 100%;
  height: 100%;
  display: table;
  
}
#bgWrapperTwo {
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url(/images/gif/bg_ribbon.gif);
}
#wrapper {
  width: 850px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#masthead {
  height: 103px;
  width: 100%;
  background-image: url(/images/png/masthead_logo_web.png);
  background-repeat: no-repeat;
  background-position: 0 -5px;
  position: relative;
}
#contentPane {
  display: table;
  height: auto !important;
  min-height: 600px;
}

/* Side and Main Columns */
#sideCol {
  width: 225px;
  height: auto !important;
  min-height: 600px;
  float: left;
}
#sideCol_bgMiddle{
  background-image: url(/images/png/sideCol/sideCol_middle.png);
  background-repeat: repeat-y;
  background-position: left top;  
}
#sideCol_bgTop {
  background-image: url(/images/png/sideCol/sideCol_top.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#sideCol_bgBottom {
  background-image: url(/images/png/sideCol/sideCol_bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 8px;
  width: 100%;
}
#sideCol_inner {
  padding-top: 33px;
  padding-left: 15px;
  height: auto !important;
  min-height: 150px;
}
#mainCol {
  width: 625px;
  float: left;
  position: relative;
}
#showAlert {
  position: fixed;
  top: 200px;
  right: 21.5%;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 520px;
  border: 1px solid #FFFF00;  
  background-color: #FFFFC4;
  color: #000000;
  display: none;
  visibility: hidden;
  text-align: center;
}
#mainCol_bgMiddle {
  background-image: url(/images/png/mainCol/mainCol_middle.png);
  background-repeat: repeat-y;
  background-position: left top;
}
#mainCol_bgTop {
  background-image: url(/images/png/mainCol/mainCol_top.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: auto !important;
  min-height: 600px;
  display:block;
}
#mainCol_bgBottom {
  background-image: url(/images/png/mainCol/mainCol_bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 38px;
  width: 625px;
}
#mainCol_inner {
  display: table;
}
/* Side Nav */
#globalSearchWrap {
  width: 200px;
  height: 30px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
#GlobalSearch {
  width: 154px;
  height: 21px;
  background-image: url(/images/jpg/search_box.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 2px;
  padding-bottom: 0px;
  margin: 0px;
  border: 0px solid #FFFFFF;
  position: absolute;
  left: 10px;
  top: 0px;
  color: #4F2E0F;
}
#GlobalSearchBtn {
  width: 26px;
  height: 21px;
  background-image: url(/images/jpg/search_btn.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px;
  margin: 0px;
  border: 0px solid #FFFFFF;
  position: absolute;
  left: 164px;
  top: 0px;
  cursor: pointer;
}
#searchBtns {
  padding-left: 1px;
}
#categoriesSearch, #manufacturersSearch {
  width: 100%;
  display: block;
  margin-top: 3px;
}
.browseBtnActive {
  padding-left: 15px;
  background-color: #339933;
}
.browseBtnEnter {
  padding-left: 15px;
  background-color: #009245;
}
.browseBtnLeave {
  padding-left: 5px;
  background-color: #603814;
}
.browse a{
  display: block;
  width: 165px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #603814;
  background-image: url(/images/png/browseBtns/browse_corners.png);
  background-repeat: no-repeat;
  background-position: right top;
}
#category_template, #manufacturer_template {
  display: none;
  visibility: hidden;
}
#categories .catTemplate, #manufacturers .catTemplate {
  width: 100%;
  display: block;
  margin-top: 3px;
  position: relative;
}
.category a{
  display: block;
  width: 180px;
  padding-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #000000;
  background-color: #E9E0B7;
}
.category .catBtn_top {
  width: 5px;
  height: 4px;
  position: absolute;
  top: 0px;
  right: 29px;
  background-image: url(/images/png/catBtns/catBtn_top.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.category .catBtn_bottom {
  width: 5px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  right: 29px;
  background-image: url(/images/png/catBtns/catBtn_bottom.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.categoryEnter {
  padding-left: 14px;
  background-color: #009245;
  color: #FFFFFF;
}
.categoryLeave {
  padding-left: 5px;
  background-color: #E9E0B7;
  color: #000000;
}
.categoryActive {
  background-color: #339933;
  color: #FFFFFF;
  padding-left: 14px;
}

/* Main Column */
#cookieCrumb {
  width: 600px;
  height: 31px;
}
.cookieHome {
  height: 22px;
  display: block;
  width: 45px;
  float: left;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ECE0B8;/*#CDBCA9;*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #998675;
  background-image: url(/images/png/cookie/cookieHome.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #603814;
  text-decoration: none;
  position: relative;
  z-index: 200;
}
.cookieHome:hover {
  text-decoration: underline;
}
.cookieHomeGt {
  width: 11px;
  height: 29px;
  position: absolute;
  top: 1px;
  right: -10px;
  background-image: url(/images/png/cookie/cookieHomeGt_web.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.cookieCat {
  height: 22px;
  display: block;
  float: left;
  margin-top: 1px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: #E2D8A5;/*#C7B299;*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #998675;
  color: #603814;
  text-decoration: none;
  position: relative;
  z-index: 150;

}
.cookieCat:hover {
  text-decoration: underline;
}
.cookieCatGt {
  width: 11px;
  height: 29px;
  position: absolute;
  top: 0px;
  right: -11px;
  background-image: url(/images/png/cookie/cookieCatGt_web.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.cookieCatSub {
  height: 22px;
  display: block;
  float:left;
  margin-top: 1px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: #D7CA95;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #998675;
  color: #603814;/*533011*/
  text-decoration: none;
  position: relative;
  z-index: 100;
}
.cookieCatSub:hover {
  text-decoration: underline;
}
.cookieCatSubGt {
  width: 11px;
  height: 29px;
  position: absolute;
  top: 0px;
  right: -11px;
  background-image: url(/images/png/cookie/cookieCatSubGt_web.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#searchContainer {
  width: 594px;
  height: 85px;
  padding-top: 3px;
  padding-left: 4px;
  margin-left: 1px;
  position: relative;
}
#searchHr {
  width: 598px;
  height: 1px;
  font-size: 0px;
  margin-left: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9A8777;
}
#filterTopBar {
  height: 13px;
  width: 595px;
  font-size: 10px;
  color: #534741;
}
#resultsNum {
  display: none;
  visibility: hidden;
}
#filterTitle {
  height: 13px;
  float: left;
  padding-left: 5px;
}
#hideFilters {
  float: right;
  height: 13px;
}
#hideFiltersBtn {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;

}
.filterCol {
  float: left;
  padding-right: 10px;
}
#pageInfoBar {
  height: 20px;
  width: 600px;
}
#setPerPageNum {
  color: #603813;
  width: 160px;
  height: 20px;
  padding-top: 2px;
  float: left;
}
#resultsWrap {
  position: relative;
}
.paging {
  float: left;
  width: 440px;
  height: 20px;
  text-align: right;
  padding-top: 5px;
  color: #603813;
  overflow: hidden;
}
.paging a {
  color: #009245;
  font-weight: bold;
  text-decoration: none;
  padding: 1px;
  font-size: 12px;
}
.paging a:hover {
  color: #FFFFFF;
  background-color: #009245;
}
.currentPage {
  font-weight: bold;
  font-size: 15px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #F3ECE0;
}
#tagImgLegend {
  font-size: 9px;
  text-align: center;
  height: 15px;
  padding-top: 5px;
  width: 600px;
  clear: both;
}
#tagImgLegend img{
  margin-bottom: -4px;
}
#tagImgLegend span {
  padding-left: 7px;
  padding-right: 7px;
}
#results {
  padding-top: 10px;
  padding-left: 20px;
  height: auto;
  min-height: 519px;
}
/* Item */
#product_template {
  visibility: hidden;
  display: none;
}
.item{
  position: relative;
  width: 290px;
  height: 180px;
  float: left;
}
.itemTitleTop {
  width: 275px;
  height: 6px;
  background-image: url(/images/png/item/item_title_top.png);
  background-repeat: no-repeat;
  background-position: left top;  
}
.itemTitleBottom {
  width: 275px;
  height: 6px;
  background-image: url(/images/png/item/item_title_bottom.png);
  background-repeat: no-repeat;
  background-position: left top;  
}
.itemTitle {
  padding-left: 5px;
  font-size: 14px;
  width: 270px;
  max-height: 35px;
  overflow: hidden;
  background-color: #603813;
  color: #FFFFFF;
  vertical-align: top;
}
.itemTitle a{
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.itemTitle a:hover {
  color: #B09573;
}
.itemWrapOne {
  
}
.itemPic {
  width: 100px;
  height: 100px;
  float: left;
  padding-top: 7px;
  padding-right: 7px;
  padding-left: 3px;
}
.itemTagImages {
  height: 20px;
  width: 100px;
}
.itemTagImages img {
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  padding-right: 4px;
  padding-top: 2px; 
}
.itemInfoWrap {
  width: 162px;
  float: left;
  position: relative;
}
.itemInfo {
  width: 160px;
  height: 100px;
  padding-left: 3px;
  padding-right: 2px;
  overflow: hidden;
  background-color: #ECE0B8;/*#C7B299;*/
}
.itemAddToCart {
  width: 115px;
  height: 37px;
  position: absolute;
  bottom: 4px;
  right: -12px;
}
.itemAddToCart a{
  width: 100%;
  height: 100%;
  display: block;
}
.itemAddToCart img{
  width: 115px;
  height: 37px;
}

.itemPrice {
  width: 60px;
  height: 22px;
  padding-right: 105px;
  font-size: 14px;
  text-align: center;
  background-color: #ECE0B8;
}
.itemInfoBottom {
  width: 165px;
  height: 6px;
  background-image: url(/images/png/item/item_info_bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom; 
}
/* Spinner */
#resultsWrap {
  position: relative;
}
#spinnerWrap {
  visibility: visible;
  display: none;
  margin-left: 1px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 598px;
  height: 100%;
  background-image: url(/images/png/alphaBg.png);
  background-repeat: repeat;
  background-position: left top;
}
#spinnerImage {
  width: 35px;
  height: 35px;
  margin-top: 100px;
  position: absolute;
  left: 281px;
  top: 0px;
}
#spinnerTip {
  width: 598px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}


/* Single Item */
#singleItemWrapper {
  width: 540px;
  position: fixed;
  top: 230px;
  right: 21.5%;
  visibility: hidden;
  display: none;
}
.singleItem {
  width: 100%;
  height: 100%;
}
#closeItem {
  width: 38px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 0px;
  background-image: url(/images/png/singleItem/single_close.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
}
.singleItem_top {
  width: 100%;
  height: 9px;
  background-image: url(/images/png/singleItem/single_title_top.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.singleItem_bottom {
  width: 100%;
  height: 9px;
  background-image: url(/images/png/singleItem/single_title_bottom.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.singleItemTitle {
  font-size: 18px;
  color: #FFFFFF;
  background-color: #603813;
  width: 475px;
  padding-left: 5px;
  padding-right: 40px;
}

.singleItemWrapOne {
}
.singleItemPicWrapper {
  width: 210px;
  height: 100%;
  float: left;
  padding-top: 10px;
  background-color: #FFFFFF;
}
.singleItemImgTags {
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
}
.singleInfoWrap {
  width: 305px;
  float: left;
  position: relative;
}
.singleItemInfo {
  width: 305px;
  height: auto !important;
  min-height: 150px;
  padding-left: 5px;
  padding-top: 10px;
  background-color: #ECE0B8;/*#C7B299;*/
}
.singleItemInfo_bottom {
  width: 310px;
  height: 15px;
  background-image: url(/images/png/singleItem/single_info_bottom.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.singleItemAddToCart {
  width: 179px;
  height: 59px;
  position: absolute;
  right: -25px;
  bottom: 15px;
  background-image: url(/images/png/singleItem/single_addToCart.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
}
.singlePriceWrap {
  background-color: #ECE0B8;
  height: 59px;
}
.singleItemQuantityWrap{
  
}
#singleItemQuantity {
  float: left;
  margin-top: 25px;
}
.singleItemPrice {
  width: 105px;
  padding-top: 23px;
  float: left;
  background-color: #ECE0B8;
  font-size: 20px;
  text-align: center;
}

/* Footer */
#footer {
  width: 595px;
  margin-top: 10px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 205px;
}
#footer a {
  color: #000000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/* Tips */
.tip {
  background-color: #009245;
  color: #FFFFFF;
  padding: 3px;
}

/* Cart */
.cartTableHeaders {
	background-color: #F8F8F8;
}
.zebraEven{
	background-color: #F4F0E1;
}	
.zebraOdd {
	background-color: #D5EECA;
}	

/* Editable Panels */
#specialsCatalog, #specialsCategory, #specialsManufacturer {
	padding: 5px;
}








