* {
	font-family: tahoma, arial, sans-serif;
}
img {
	border:0;
}
h1, h2, h3 {
	font-weight: bold;
	font-family: "trebuchet ms", arial, sans-serif;
}

h1 {
	font-style: italic;
	color: #233D4C;
	font-size: 19px;
	padding: 4px 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #E4C481;
	text-align: center;
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

div#container {
	width: 760px;
	margin: auto;
	text-align: left;
}

/* --- Start Header --- */

div#header {
	position: relative;
	background: url("header-bg.jpg") no-repeat left top;
	height: 97px;
}

div#header div#logo {
	margin: 0;
	padding: 0;
}

div#logo a img {
	border: none;
}

div#search {
	background:transparent url("search-bg.jpg") no-repeat scroll right top;
	padding: 7px 11px;
	position: absolute;
	right: 0pt;
	text-align: right;
	top: 26px;
	width: 228px;
}
div#search .phoneNumber{
	font-size: 19px;
	color: #DDD396;
	padding-top:10px;
	font-weight:bold;
}
div#header > div#search {
	width: 206px;
	height: 28px;
}

div#search input.search-box {
	width: 134px;
	font-size: 11px;
}

div#search input.btm-go {
	margin: 0;
	padding: 0;
}

div#search * {
	vertical-align: middle;
}

ul#header-links {
	float: left;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	height: 36px;
	width: 579px;
	background: url("header-links-bg.gif") no-repeat right top;
	text-align: center;
}
* html ul#header-links {
	height:20px;
}

div#main > ul#header-links {
	height: auto;
	min-height: 20px;
}

ul#header-links li {
	display: inline;
	border-right: solid 2px #2A130D;
	vertical-align: middle;
}

ul#header-links li a {
	padding: 0 16px;
	color: #2A130D;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
		
ul#header-links li a:hover {
	color: #57021F;
	text-decoration: underline;
}

ul#header-links li.cart {
	border: none;
}

ul#header-links li.cart a {
	background: url("cart-icon-head.gif") no-repeat 16px center;
	padding-left: 32px;
}

/* --- End Header --- */

div.clear {
	clear: both;
}

div#main {
	width: 760px;
	float: left;
}

div.main-page {
	background: #FFF url("main-bg.gif") repeat-y top left;
}

div.main-home {
	background: #FFF url("main-bg-home.gif") repeat-y top left;
}

/* --- Start Nav --- */

div#side-nav {
	background: #0D181F url("nav-bg.jpg") repeat-x left top;
	float: left;
	width: 181px;
	margin:0;
	text-align: center;
	color: #EAE4AA;
}

div#side-nav h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-style: italic;
	color: #DDD396;
}

div#side-nav h3 a{
	color: #DDD396;
}

div.club {
	background: #570420 url("club-repeater.gif") repeat-y center top;
	width: 165px;
	margin: 12px auto 2px auto;
}

div.club div {
	background: url("club-bottom.gif") no-repeat center bottom;
}

div.club div div {
	background: url("club-top.gif") no-repeat center top;
	padding: 8px;
	text-align: left;
}

div.club div div p {
	margin: 4px 0 8px 0;
	padding: 0;
}

ul#nav,
ul#nav ul {
	text-align: left;
	list-style: none;
	margin:0;
	padding: 0;
}

ul#nav li {
	position: relative;
}

ul#nav li a {
	display: block;
	padding: 12px 8px 3px 8px;
	text-decoration: none;
	font-size: 11px;
	color: #EDE4AD;
	font-weight: bold;
}

ul#nav li a:hover {
	text-decoration: underline;
}

ul#nav li ul li a {
	background: url("dot.gif") no-repeat 18px center;
	padding: 3px 8px 3px 30px;
	color: #FFF;
	font-weight: normal;
}

ul#nav li ul li a span {
	padding-right: 12px;
}

ul#nav li ul li a:hover {
	background: url("dot-high.gif") no-repeat 18px center;
	color: #FFDB3C;
	text-decoration: underline;
}

ul#nav li ul li a:hover span {
	background: url("nav-arrow.gif") no-repeat right center;
}

/* flyout */
ul#nav li ul li ul {
	position : absolute;
	top: 4px;
	left: 120px;
	width: 142px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	background-color: #ebe4ad;
	border: solid 1px #ffdc38;
}

ul#nav > li > ul > li > ul {
	left: 140px;
}

ul#nav li ul li ul li a {
	display: block;
	color : #233C4C;
	background: url("fly-dot.gif") no-repeat 6px center;
	padding: 3px 6px 3px 16px;
}

ul#nav li ul li ul li a:hover {
	background: url("fly-dot-high.gif") no-repeat 6px center;
	color : #540025;
}

ul#nav li ul li:hover ul, #nav li ul li.sfhover ul {
	display:block;
}

/* end */

div#side-nav div#mailing-join {
	border-top: solid 1px #454A43;
	padding: 6px 8px 10px 8px;
	margin-top: 22px;
	text-align: left;
}

div#side-nav div#mailing-join p {
	margin: 4px 0 8px 0;
	padding: 0;
}

div#side-nav div#mailing-join input.email-box {
	color: #666666;
	width: 150px;
	padding: 2px 4px;
	margin-bottom: 6px;
}

div#side-nav div#mailing-join div.mail-btn {
	text-align: right;
}

div#side-nav div.testimonials {
	border-top: solid 1px #454A43;
	border-bottom: solid 1px #454A43;
	padding: 6px 8px 10px 8px;
	text-align: left;
}

div#side-nav div.testimonials h3 {
	padding-bottom: 4px;
}

div#side-nav div.testimonials ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 9px;
	text-align: right;
}

div#side-nav div.testimonials p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
}

/* --- End Nav --- */

/* --- Start Page --- */

div#main div#page-content {
	float: left;
	width: 579px;
	color: #464646;
	padding: 0;
}

div#page-content div.quick-fix {
	padding: 5px;
}
* html div#page-content div.quick-fix {
	padding: 0;
}

table.contents-table {
	margin: 8px auto;
}

table.contents-table td {
	color: #351A07;
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
}

table.contents-table td.img-cell img {
	margin: 6px 0;
}

table.contents-table a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

table.contents-table a:hover {
	text-decoration: underline;
}

table.contents-table td em {
	color: #A30000;
	font-style: none;
	font-weight: bold;
	font-size: 11px;
}

table.contents-table tr td.table-spacer-vertical {
	background: url("vertical-spacer.gif") repeat-y center top;
}

table.contents-table tr td.table-spacer-horizontal {
	background: url("horizontal-spacer.gif") repeat-x left center;
}

em {
	color: #A30000;
	font-style: normal;
	font-weight: bold;
}

/* --- Start Home --- */

div#page-content div.home-content {
	float: left;
	width: 430px;
}

div.home-content div.message {
	padding: 6px 22px;
	background-color: #EBE4AD;
}

div.home-content div.message p {
	padding: 4px 0 8px 0;
	margin: 0;
	font-size: 12px;
	color: #49241E;
}

div.home-content div.message p a {
	color: #233D4C;
}

div.home-content div.announce {
	background: url("announce-bg.gif") repeat-y right top;
	float: left;
	padding-bottom: 22px;
}

div.announce div.special {
	float: left;
	width: 215px;
	text-align: center;
}

div.announce a {
	color: #223C4B;
}

div.announce div.special h3 {
	padding: 12px 12px 12px 22px;
	margin: 0;
	color: #56031F;
	font-size: 18px;
	text-align: left;
}

div.announce div.special table {
	margin: 0 auto 10px auto;
}

div.announce div.testim-holster {
	float: left;
	width: 214px;
	border-left: solid 1px #DBD395;
	text-align: center;
}

div.testim-holster div.testimonials {
	padding: 6px 8px 10px 8px;
	text-align: left;
}

.testimonials{
	margin-top:25px
}

div.testim-holster div.testimonials h3 {
	padding-bottom: 4px;
	margin: 0;
	color: #56031F;
	font-size: 13px;
}

div.testim-holster div.testimonials ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 9px;
	text-align: right;
}

div.testim-holster div.testimonials p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
}

div.home-content div.featured,
div.home-content div.gift-ideas,
div.home-content div.misc-bottom-html {
	clear: left;
}

div.home-content div.featured,
div.home-content div.gift-ideas {
	text-align: center;
}

div.home-content hr {
	margin: 6px;
	height: 1px;
	background-color: #DBD395;
	border: none;
}

div#page-content div.top5col {
	float: left;
	width: 149px;
}

div#page-content div.top5col ul {
	list-style: none;
	margin: 0;
	padding: 6px;
	color: #EAE3AD;
	line-height: 1.4;
}

div#page-content div.top5col ul li {
	background: url("dot.gif") no-repeat 2px 12px;
	padding: 6px 0 6px 14px;
}

div#page-content div.top5col ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

div#page-content div.top5col ul li em {
	color: #EAE3AD;
}

div#page-content div.top5col ul li a:hover {
	text-decoration: underline;
}

div.top5col div.recipes {
	background: url("divide-sm.gif") no-repeat right top;
	color: #DCD297;
	font-size: 10px;	
	padding: 8px 6px;
}

div.top5col div.recipes h3 {
	font-style: italic;
	font-size: 15px;
	margin: 0;
	padding: 2px 0;
}

div.top5col div.recipes p {
	font-size: 11px;
	margin: 0;
	padding: 4px 0;
}

div.top5col div.recipes a {
	color: #DCD297;
}

/* --- End Home --- */

/* --- Start Item --- */

#breadcrumbs {
	font-size: 10px;
	padding:20px 10px 20px 10px;
}

#breadcrumbs a {
	color: #000;
}

#seo-related-links {
}

#seo-related-links:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#seo-related-links h3 {
	color: #000;  
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
	padding: 0;
	margin: 0;
}

#seo-related-links ul {
	margin:0; padding: 0;
	list-style: none;
}

#seo-related-links ul.seo-links li {
	width: 49%;
	float: left;
	display: inline;
	background: url("dot2.gif") 20px center no-repeat;
	margin:0; 
	padding:2px 0 2px 0;
	font-size: 11px;
	line-height: 1.2;
}

#seo-related-links ul.seo-links li a {
	text-decoration: none;
	padding-left: 30px;
	display: block;
	color: #474747;
}

#seo-related-links ul.seo-links li a:hover {
	text-decoration: underline;
	color:#A5090A;
}

/* --- End Item --- */

/* --- Start Sitemap --- */

.sitemap-header {
    font-weight: bold;
		font-size: 14px;
    color: #000000;
    display: block;
    padding-top:  15px;
}
.sitemap-1      {
    font-weight: bold;
		font-size: 12px;
    color: #57021F;
    display: block;
    padding-left: 25px;
}
.sitemap-2      {
    font-size: 12px;
    color: #02A130D;
    display: block;
    padding-left: 50px;
}
.sitemap-3      {
    font-size: 10px;
    color: #57021F;
    display: block;
    padding-left: 75px;
}
.sitemap-4      {
    font-size: 8px;
    color: #02A130D;
    display: block;
    padding-left: 100px;
}

/* --- End Sitemap --- */

/* --- End Page --- */

/* --- Start Footer --- */

div#footer {
	background: url("footer-bg.gif") no-repeat left top;
	height: 109px;
	clear: both;
}

div#footer-links ul {
	list-style: none;
	padding: 22px 0;
	margin: 0;
	background: url("links-bg.gif") no-repeat right center;
	text-align: right;
}

div#footer-links ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

div#footer-links ul li a {
	border-right: solid 1px #EAE3AD;
	padding: 0 12px;
	color: #EAE3AD;
	font-size: 11px;
}

div#footer-links ul li a:hover {
	text-decoration: underline;
}

div#footer-links ul li.cart a {
	border: none;
	background: url("cart-icon-foot.gif") no-repeat 10px center;
	padding-left: 24px;
}

div#copyright {
	text-align: right;
	color: #C4B186;
	font-size: 11px;
	padding: 6px 12px;
}

div#copyright a {
	color: #C4B186;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

div#stamps {
	float: left;
	width: 181px;
	text-align: left;
	padding-top: 6px;
	padding-left: 2px;
}

div#stamps img {
	margin: 4px 8px;
}

/* --- End Footer --- */

/* --- section --- */
#section-top {
	margin:0 0 10px 0;
}
h1.section-name {
	font-size:15px;
	font-style:normal;
	color:#2B140E;
	margin:0 0 10px 0;
	padding:0;
}
#section-caption {
	font-size:12px;
	color:#4A251C;
}
.section-ma, .section-ma table {
	font-size:11px;
	color:#49251D;
}
td.section-ma-space {
	background-color:#DBD395;
	height:1px;
	font-size:0;
}
.section-ma select {
	font-size:11px;
}
h1.section-ma-name {
	font-size:12px;
	font-style:normal;
	margin:0;
	padding:0;
}
h1.section-ma-name a {
	color:#49251D;
	text-decoration:none;
}
.section-ma-price {
	font-size:11px;
	color:#49251D;
}
.section-ma-saleprice {
	font-weight:bold;
	color:#A30100;
	text-align:right;
}
.section-ma-btn {
	text-align:center;
	background-color:#DBD395;
	padding:3px 0 3px 0;
	margin:15px 0 15px 0;
}

/* item page */
h1.item-name {
	font-size:15px;
	font-style:normal;
	color:#2B140E;
	margin:0 0 20px 10px;
	padding:0;
}
#multi-img {
	width:250px;
	float:left;
	text-align:center;
	margin:0 0 20px 0;
}
#item-pit {
	width:300px;
	float:left;
}
#item-pit table {
	font-size:11px;
}
#item-pit table td {
	padding-top:3px;
	padding-bottom:3px;
}
#item-details {
	clear:both;
	margin:0 0 10px 10px;	
}
.item-heading {
	font-size:15px;
	font-style:normal;
	color:#2B140E;
}
.pit-sale-price {
	font-weight:bold;
	color:#A40102;
}
#item-pit table td.pit-right {
	padding-left:7px;
}
h1.heading-banner {
	background-image:url(banner-bg.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:565px;
	padding:2px 0 0 10px;
	margin:0;
	font-size:15px;
	font-style:normal;
	color:#DBD395;
}
.you-save {
	font-weight:normal;
}
#cart-button {
	border-top:1px solid #000;
	padding:4px 0 0 0;
	text-align:center;
}
#section-special-cont {
	background-image:url(section-salebg.gif);
	width:252px;
	background-repeat:no-repeat;
	background-color:#E8E0A2;
}
#section-special-cont table{
	margin:0 0 0 5px;
	padding:0 0 25px 0;
}
#section-special-cont #special-name{
	font-size:11px;
	color:#48261D;
	font-weight:bold;
	margin:10px 0 0 65px;
	height:35px;
}
#section-special-cont > #special-name{
	padding:10px 0 0 65px;
	margin:0;
}
#section-special-cont #shoplink {
	text-align:center;
	padding:0 0 3px 0;
}
