/********** Reset HTML element styles **********/

BLOCKQUOTE,
BODY,
DD,
DIV,
DL,
DT,
FIELDSET,
FORM,
H1,
H2,
H3,
H4,
H5,
H6,
INPUT,
LI,
OL,
P,
PRE,
SELECT,
TEXTAREA,
TD,
TH,
UL {
	margin: 0px;
	padding: 0px;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
}

ABBR, ACRONYM, FIELDSET, IMG {
	border: 0px;
}

ADDRESS, CAPTION, CITE, CODE, DFN, TH, VAR {
	font-style: normal;
	font-weight: normal;
}

OL, UL {
	list-style: none;
}

CAPTION, TH {
	text-align:left;
}

H1,
H2,
H3,
H4,
H5,
H6 {
	font-size: 100%;
	font-weight: normal;
}

Q:before,
Q:after {
	content: '';
}/********** Styles listed alphabetically, not grouped, for ease of future editing: HTML TAGS, then #IDs, then .classes **********/

a {
	color: #0055a5;
}

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

a.noline {
	text-decoration: none;
}

a.noline:hover {
	text-decoration: underline;
}

blockquote,
ol,
p,
ul { 
	margin: 1em 0em 0em 0em;
}

body {
	background-color: #fbf9c1;
	background-image: url("../images/background.png");
	background-position: center top;
	background-repeat: repeat-y;
	color: #333333;
	/*display: table;*/
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	height: 100%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

fieldset {
	border: 0px;
	display: inline;
	float: left;
	margin: 0em 1em 0em 0em;
	padding: 0em;
}

fieldset div {
	margin: 0em; /* Fixes IE7 bug */
}

fieldset input.submit {
	margin: 2.1em 0em 0em 0.5em;
}

fieldset input.text {
	width: 150px;
}

form {
	margin: 0em;
	padding: 0em;
}

form h3 {
	border-bottom: 1px dashed #999999;
	padding-bottom: 4px;
}

html {
	font-size: 1em;
	height: 100%;
	overflow-y: scroll;
}

h1 {
	color: #ff0300;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 15px 0px 0px 0px;
	padding-bottom: 5px;
}

h1 span {
	display: block;
	font-size: 15px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 1.5em 0em 0em 0em;
}

h2 span {
	font-size: 12px;
	font-weight: normal;
}

h2.store-category {
	font-size: 18px;
	margin-top: 24px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.75em 0em 0em 0em;
}

input, select, textarea {
	display: block;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px;
}

input[type="hidden"] {
	padding: 0px;
}

input[type="checkbox"],
input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1.25em 0.5em 0em 0em;
	padding: 0px;
	width: 13px;
}

input.qty,
input.sort {
	width: 20px !important;
}

input[type="submit"] {
	background-color: #ca322d;
	border: 1px solid #333333;
	color: #ffffff;
	margin-top: 1.5em;
}

input.survey {
	margin-top: 5px;
}

input[type="password"],
input[type="text"],
textarea {
	width: 300px;
}

label {
	color: #666666;
	display: block;
	margin-top: 1em;
}

label.checkbox,
label.radio {
	color: #666666;
	margin: 1em 0em 0em 20px;
}

label.inline {
	display: inline;
}

label.survey {
	margin-top: 3px;
}

optgroup {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p.caption {
	color: #999999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0.3em;
	width: 300px;
}

p.display {
	margin-top: 0em;
}

p.error {
	background-color: #ff0300;
	border: 1px dashed #ffffff;
	color: #ffffff;
	margin-bottom: 2em;
	padding: 1em;
}

p.error a {
	color: #ffffff;
}

p.message {
	background-color: #009900;
	border: 1px dashed #ffffff;
	color: #ffffff;
	margin-bottom: 1em;
	padding: 1em;
}

p.message a {
	color: #ffffff;
}

p.store-error {
	color: #ff0300;
}

p.store-message {
	color: #009900;
}

p.store-message-review {
	color: #009900;
	line-height: 17px;
	margin-right: 12px;
}

p.upload {
	margin-top: 0.1em;
}

p.upload-image {
	margin-top: 0.5em;
}

p.upload-image img {
	border: 0px;
	width: 119px;
}

table {
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	margin-top: 1em;
	width: 100%;
}

table.callouts td img {
	width: 100px;
}

table.report td,
table.report th {
	text-align: right;
}

table.report td span,
table.store td span {
	display: block;
	font-size: 11px;
}

table.report td.text,
table.report th.text {
	text-align: left;
}

table.store ul {
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0em 0em 0em 1.35em;
}

table.thumbs td img {
	width: 60px;
}

td {
	background-color: #fbf9c1;
	border-bottom: 1px solid #333333;
	font-size: 1em;
	padding: 3px 5px;
	vertical-align: top;
}

td a {
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

td img {
	padding-top: 3px;
}

td.actions a {
	font-size: 12px;
}

td.store-currency,
th.store-currency {
	text-align: right;
}

td.nowrap,
th.nowrap {
	white-space: nowrap;
}

td.store-nowrap {
	white-space: nowrap;
}

textarea {
	height: 100px;
}

textarea.editor {
	width: 100%;
}

th {
	background-color: #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	text-align: left;
}

th a {
	color: #ffffff;
	text-decoration: none;
}

th a:hover {
	color: #999999;
}

tr.summary td {
	border-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;
}

tr.tax td {
	border-bottom: 3px double #333333;
	text-align: right;
}

tr.tax td.tbd {
	text-align: left;
}

tr.total td {
	border-bottom: none;
	border-top: 3px double #333333;
}

ul.continue {
	margin: 1em 0em 2em 1em;
}

ul.continue li {
	background-image: url("../images/arrow-subnav.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

ul.options { 
	list-style-type: none;
	padding: 0px;
}

ul.options li {
	background-image: url("../images/arrow-subnav.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 12px;
	padding: 0px 0px 0px 10px;
}

#article,
#aside,
#footer,
#header,
#nav,
#section {
	display: block;
}

#article {
	float: left;
	/*height: 400px;*/
	margin: -20px 0px 0px 23px;
	/*padding-bottom: 195px;*/
	position: relative;
	width: 407px;
}

#article form input.coupon {
	text-transform: uppercase;
}

#article form p.continue {
	font-size: 12px;
	margin-top: 7px;
	text-align: center;
}

#article form #cart-buttons {
	margin-top: 30px;
	text-align: center;
}

#article form #cart-buttons input {
	background-color: #ca322d;
	border: 1px solid #333333;;
	color: #ffffff;
	display: inline;
}

#article form #cart-coupon {
	padding-top: 1em;
}

#article form #cart-coupon input {
	margin-top: 3px;
	width: 250px;
}

#article form #store-ccinputs {
	display: block;
}

#article form#store-add {
	padding-top: 1em;
}

#article form#store-add label {
	margin-top: 0.5em;
}

#article form#form-contact input[type="submit"],
#article form.store-checkout input[type="submit"] {
	background-color: #ca322d;
	border: 1px solid #333333;;
	color: #ffffff;
	margin-top: 2em;
}

#article form.store-checkout input[type="password"],
#article form.store-checkout input[type="text"] {
	width: 300px;
}

#article form.store-checkout input.short {
	width: 50px;
}

#article form.store-checkout select.exp {
	display: inline;
}

#article h2.news-headline {
	font-size: 15px;
	margin-top: 13px;
}

#article h2.news-listing {
	font-size: 15px;
	margin-top: 13px;
}

#article input.button-only {
	margin: 13px 0px 0px 0px;
}

#article p#crumbs {
	font-size: 11px;
	margin: 0em;
}

#article p#crumbs a {
	color: #000000;
	text-decoration: none;
}

#article p#crumbs a:hover {
	text-decoration: underline;
}

#article p#crumbs strong {
	font-size: 12px;
}

#article p#nutrition {
	margin: 3px 0px 0px 17px;
}

#article p#product-photo {
	height: 264px;
	margin: 15px 0px 0px -23px;
	width: 203px;
}

#article p#product-photo img.photo-extra {
	display: none;
}

#article p#reload {
	display: none;
	font-size: 11px;
	margin-top: 0em;
	position: absolute;
	right: 0px;
	top: 0px;
}

#article p.intro {
	font-style: italic;
	font-weight: bold;
	margin: 3px 23px 0px 32px;
	text-align: justify;
}

#article p.news-description {
	margin-top: 18px;
}

#article p.news-description img {
	float: right;
	margin: 3px 0px 13px 13px;
}

#article p.news-details {
	color: #656565;
	font-size: 12px;
	margin-top: 3px;
}

#article p.news-intro {
	margin-top: 5px;
}

#article p.news-more,
#article ul.news-more {
	margin-top: 2em;
}

#article ul.news-more li {
	padding-bottom: 0.2em;
}

#article p.next {
	margin-top: 2em;
}

#article p.packaging {
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
}

#article p.store-description strong {
	font-size: 15px;
}

#article p.store-field-value {
	margin-top: 0px;
}

#article p.store-image-missing {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	text-align: center;
}

#article p.store-image-missing a {
	color: #cccccc;
	display: block;
	font-size: 12px;
	padding: 2em 0em;
	text-decoration: none;
}

#article p.taxable {
	margin-top: 2em;
}

#article p.text {
	margin-top: 3px;
}

#article ul#site-map {
	list-style-type: disc;
	margin: 0em 0em 0em 2em;
}

#article ul#site-map li {
	margin-top: 1em;
}

#article ul#site-map li ul {
	list-style-type: disc;
}

#article ul#site-map li ul {
	margin: 0em 0em 0em 2em;
}

#article ul#site-map li ul li {
	margin-top: 0.25em;
}

#article ul.store-category-list {
	list-style-type: disc;
	margin-left: 2em;
}

#article ul#store-listings {
	margin: 20px 0px 0px -13px;
}

#article ul#store-listings li {
	display: inline;
	float: left;
	font-size: 12px;
	height: 205px;
	margin: 0px 15px 0px 0px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	width: 119px;
}

#article ul#store-listings li.right {
	margin-right: 0px;
}

#article ul#store-listings li span {
	display: block;
	line-height: 16px;
	padding: 2px 9px 0px 13px;
}

#article ul#store-listings li a {
	display: block;
}

#article ul#store-listings li a img {
	vertical-align: middle;
}

#article ul.store-continue {
	list-style-type: disc;
	margin-left: 2em;
	padding-bottom: 1em;
}

#article ul.store-varieties {
	list-style-type: disc;
	margin-left: 2em;
}

#article #admin-search {
	display: none;
	padding-bottom: 13px;
}

#article #admin-search input[type="submit"] {
	float: left;
	margin-top: 20px;
}

#article #admin-search input[type="text"] {
	width: 150px;
}

#article #admin-search label {
	margin-top: 5px;
}

#article #admin-search .field {
	float: left;
	margin-right: 13px;
	margin-top: 0px;
}

#article #history-box {
	height: 400px;
	margin: 13px 0px 0px 0px;
	width: 710px;
}

#article #locator-matches {
	/*border-top: 1px solid #dddddd;
	margin-top: 1em;*/
}

#article #locator-matches p {
	/*background-color: #fcfae3;*/
	border-bottom: 1px solid #dddddd;
	line-height: 1.3em;
	padding-bottom: 5px;
}

#article #locator-matches p a {
	display: block;
	float: right;
	margin-top: 2px;
}

#article #map {
	height: 400px;
	margin-top: 1em;
}

#article #prev-next {
	font-size: 12px;
	position: relative;
}

#article #prev-next p#pg {
	text-align: center;
}

#article #prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#article #prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

#article #rating #no-reviews {
	display: block;
	float: left;
	margin: 0px;
}

#article #rating a#rate {
	background-image: url("../images/rate.png");
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 1%;
	height: 12px;
	margin: 3px 0px 0px 5px;
	outline: none;
	text-indent: -9999px;
	width: 14px;
}

#article #rating form#my-rating {
	background-color: #fcfae3;
	border: 1px solid #dddddd;
	display: none;
	margin: 10px 26px 0px 0px;
	padding: 0px 13px 13px 13px;
}

#article #rating form#my-rating label {
	margin-top: 1em;
}

#article #rating form#my-rating p#delete-review a {
	font-size: 11px;
}

#article #rating form#my-rating p.text {
	font-size: 12px;
	line-height: 17px;
	margin-top: 2px;
}

#article #rating label {
	margin-top: 0.5em;
}

#article #rating textarea {
	height: 80px;
	width: 122px;
}

#article #similar {
	clear: both;
}

#article #similar h3 {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin: 26px 0px 0px 17px;
}

#article #similar ul {
	margin-top: 7px;
}

#article #similar ul li {
	display: inline;
	float: left;
	height: 78px;
	margin: 0px 0px 17px 17px;
	position: relative;
	width: 186px;
}

#article #similar ul li a {
	display: block;
}

#article #similar ul li a img {
	vertical-align: middle;
}

#article #store-checkout-left {
	float: left;
	position: relative;
	width: 300px;
}

#article #store-checkout-left h2,
#article #store-checkout-right h2 {
	color: #ff0300;
}

#article #store-checkout-left p.first {
	margin-top: 29px;
}

#article #store-checkout-right {
	background-image: url("../images/divider-vertical.png");
	background-position: 0px -30px;
	background-repeat: no-repeat;
	float: right;
	height: 458px;
	padding-left: 35px;
	width: 300px;
}

#article #tour-box {
	height: 439px;
	margin: 13px 0px 0px -25px;
	width: 747px;
}

#article #user-submission {
	display: none;
}

#article .child-product {
	padding: 2em 0em 0em 0em;
}

#article .child-product h2 {
	color: #ff0300;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 15px 0px 0px 0px;
	padding-bottom: 5px;
}

#article .product-left {
	float: left;
	width: 180px;
}

#article .product-right {
	float: right;
	width: 227px;
}

#article .product-right ul {
	list-style-type: disc;
	margin-left: 2em;
}

#article .product-right ul li {
	margin-bottom: 3px;
}

#aside {
	float: right;
	background-image: url("../images/divider-vertical.png");
	background-repeat: no-repeat;
	margin: -20px 66px 0px 0px;
	padding-left: 5px;
	width: 247px;
}

#aside p#promo-1 {
	margin: 13px 0px 0px 0px;
}

#aside p#promo-1 a {
	background-image: url("../images/callouts/1/curls-cheese.jpg");
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 200px;
	text-indent: -9999px;
	width: 247px;
}

#aside p#promo-1 a:hover {
	background-position: bottom;
}

#aside p#promo-2 {
	margin: 0px;
}

#aside p#promo-2 a {
	background-image: url("../images/callouts/2/puff-butter.jpg");
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 198px;
	text-indent: -9999px;
	width: 247px;
}

#aside p#promo-2 a:hover {
	background-position: bottom;
}

p#tools {
	color: #333333;
	font-size: 0.923em;
	margin: 0em;
	padding-left: 15px;
}

p#tools a {
	color: #333333;
}

#aside #promo-divider {
	background-image: url("../images/promo-divider-internal.png");
	background-repeat: no-repeat;
	height: 4px;
	width: 247px;
}

#calendar {
	border-left: 1px solid #333333;
}

#calendar td {
	background-color: #fcfae3;
	border-right: 1px solid #333333;
	height: 80px;
	overflow: visible;
	padding-bottom: 5px;
	width: 95px;
}

#calendar td p {
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 0.5em;
}

#calendar-date {
	margin-top: 1em;
}

#calendar-add {
	float: right;
	padding-top: 3px;
}

#calendar-date a {
	text-decoration: none;
}

#calendar-date input,
#calendar-date select {
	display: inline;
}

#calendar-date input[type="submit"] {
	margin-top: 0px;
	padding: 0px 1px;
}

#comments {
	display: none;
}

#comments #comments-list {
	padding: 0px 10px 10px 10px;
}

#comments #comments-list p {
	line-height: 1.3em;
	margin-top: 10px;
}

#comments #comments-list p span {
	display: block;
	font-size: 10px;
	font-style: italic;
}

#comments #comments-list p span a {
	font-style: normal;
}

#footer {
	background-color: #ee0000;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	bottom: 0em;
	clear: both;
	height: 150px;
	position: absolute;
	width: 100%;
}

#footer form input[type="submit"] {
	background-color: transparent;
	background-image: url("../images/button-footer-submit.png");
	background-repeat: no-repeat;
	border: 0px;
	display: block;
	font-size: 0px;
	height: 21px;
	left: 160px;
	line-height: 0px;
	margin: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 66px;
	width: 63px;
}

#footer p {
	color: #ffffff;
	font-size: 0.923em;
	line-height: 1.4em;
	padding: 1.5em 1.5em 0em 1.5em;
	margin: 0em;
	text-align: center;
}

#footer p a {
	color: #ffffcc;
	text-decoration: none;
}

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

#footer p#copyright {
	padding: 0.5em 1.5em 0.5em 0.5em;
}

#footer p#promo-4 {
	float: left;
	height: 85px;
	margin: 0px 0px 0px 17px;
	padding: 0px;
	width: 234px;
}

#footer p#promo-4 a {
	background-image: url("../images/footer-promo-shop.png");
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 85px;
	text-indent: -9999px;
	width: 234px;
}

#footer p#promo-4 a:hover {
	background-position: bottom;
}

#footer p#promo-5 {
	float: left;
	height: 85px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 243px;
}

#footer p#promo-5 a {
	background-image: url("../images/footer-promo-find.png");
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 85px;
	text-indent: -9999px;
	width: 243px;
}

#footer p#promo-5 a:hover {
	background-position: bottom;
}

#footer #footer-divider-1 {
	background-image: url("../images/footer-divider.png");
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	margin-left: 24px;
	width: 3px;
}

#footer #footer-divider-2 {
	background-image: url("../images/footer-divider.png");
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	margin-left: 12px;
	width: 3px;
}

#footer #promo-3 {
	background-image: url("../images/footer-promo-signup.png");
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	margin-left: 87px;
	position: relative;
	width: 237px;
}

#footer #promo-3 form input[type="image"] {
	left: 166px;
	position: absolute;
	top: 65px;
}

#footer #promo-3 form input[type="text"] {
	background-image: url("../images/bg-input-signup.png");
	background-repeat: no-repeat;
	border: 0px;
	height: 18px;
	left: 5px;
	padding: 1px;
	position: absolute;
	top: 66px;
	width: 147px;
}

#footer #promo-3 form label {
	display: none;
}

#header {
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	height: 193px;
}

#header p {
	font-size: 1.4em;
	margin: 0em;
}

#header #chip {
	display: none;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a,
#header #logo a {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 137px;
	left: 47px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 3px;
	width: 223px;
}

#header #topnav {
	color: #ffffff;
	right: 47px;
	position: absolute;
	top: 9px;
}

#header #topnav form {
	float: right;
}

#header #topnav form input {
	display: inline;
	float: left;
	margin-left: 7px;
}

#header #topnav form input[type="submit"] {
	background-color: transparent;
	background-image: url("../images/button-header-search.png");
	background-repeat: no-repeat;
	border: 0px;
	display: block; /* Necessary to hide text in IE */
	font-size: 0px;
	height: 21px;
	line-height: 0px;
	margin-top: 0px;
	text-indent: -9999px;
	width: 63px;
}

#header #topnav form input[type="text"] {
	background-image: url("../images/bg-input-search.png");
	background-repeat: no-repeat;
	border: 0px;
	height: 18px;
	padding: 1px;
	width: 152px;
}

#header #topnav form label {
	display: none;
}

#header #topnav p {
	float: right;
	font-size: 12px;
	margin: 2px 5px 0px 0px;
}

#header #topnav p a {
	color: #fbf9be;
	text-decoration: none;
}

#header #topnav p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header #topnav p a#cart-link {
	text-decoration: none;
}

#header #topnav p img {
	vertical-align: middle;
}

#ibox_content {
	background-color: #fbf9c1;
	border-color: #000000;
}

#ibox_content h3 {
	margin-top: 0px;
}

#ibox_content .calendar-event {
	margin: 10px;
}

#ibox_content .calendar-event p.calendar-event-details {
	color: #656565;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 1px;
}

#ibox_footer {
	color: #ffffff;
}

#ibox_footer_wrapper a {
	background: #333333;
	border: 0px;
	color: #ffffff;
}
#ibox_footer_wrapper a:hover {
	background-color: #f30000;
	color: #ffffff;
}

#ibox_wrapper {
	background-color: #ca322d;
	background-image: url("../images/footer.png");
	border-color: #000000;
}

#nav {
	height: 41px;
	left: 122px;
	position: absolute;
	top: 99px;
	width: 682px;
	z-index: 2;
}

#nav ul.sf-menu {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 41px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 682px;
}

#nav ul li#nav-about,
#nav ul li#nav-index,
#nav ul li#nav-locator,
#nav ul li#nav-mikes-world,
#nav ul li#nav-products,
#nav ul li#nav-store {
	display: inline;
	float: left;
}

#nav ul li a.primary {
	background-position: 0% 50%;
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 41px;
	padding: 0px;
	text-indent: -9999px;
}

#nav ul li a.primary:hover {
	background-position: bottom;
}

#nav ul li#nav-about a.primary {
	background-image: url("../images/nav-about.png");
	width: 96px;
}

#nav ul li#nav-index a.primary {
	background-image: url("../images/nav-index.png");
	width: 73px;
}

#nav ul li#nav-locator a.primary {
	background-image: url("../images/nav-locator.png");
	width: 134px;
}

#nav ul li#nav-mikes-world a.primary {
	background-image: url("../images/nav-mikes-world.png");
	width: 130px;
}

#nav ul li#nav-products a.primary {
	background-image: url("../images/nav-products.png");
	width: 126px;
}

#nav ul li#nav-store a.primary {
	background-image: url("../images/nav-store.png");
	width: 123px;
}

#nav ul li.on a:hover {
	background-position: bottom;
}

#nav ul li.on a {
	background-position: top;
}

#nav ul li.sfHover a {
	background-position: bottom;
}

#page {
	background-color: #fbf9c1;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0em auto;
	position: relative;
	width: 962px;
}

#section {
	height: 100%;
	padding: 0px 0px 190px 0px; /* Bottom padding should be > #footer height */
	z-index: 1;
}

#sign-in {
	padding-top: 1em;
}

#sign-in label {
	clear: both;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	white-space:nowrap;
	width: 130px;
}

#sign-in input.submit {
	margin-top: 1em;
}

#sign-in input.text {
	display: inline;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	width: 120px;
}

#slideshow {
	height: 399px;
	margin-top: 0em;
	overflow: hidden;
	width: 538px;
	z-index: 0;
}

#slideshow img {
	height: 399px;
	left: 0px;
	width: 538px;
	top: 0px;
}

#subnav {
	float: left;
	margin: -21px 0px 0px 91px;
	position: relative;
	width: 109px;
}

#subnav h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
}

#subnav h2 a {
	color: #000000;
	text-decoration: none;
}

#subnav ul#categories {
	font-size: 11px;
	min-height: 100px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav ul#categories li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#subnav ul#categories li a {
	color: #656565;
	text-decoration: none;
}

#subnav ul#categories li a:hover {
	color: #000000;
}

#subnav ul#categories li.open a {
	color: #000000;
	font-weight: bold;
}

#subnav ul#categories li.open a:hover {
	color: #fd0000;
}

#subnav ul#categories li.open ul li a {
	font-weight: normal;
}

#subnav ul#categories li.on a {
	color: #fd0000;
}

#subnav ul#categories li.on a:hover {
	text-decoration: underline;
}

#subnav ul#categories li.on ul li a {
	color: #000000;
	text-decoration: none;
}

#subnav ul#categories li.on ul li a:hover {
	color: #fd0000;
}

#subnav ul#categories ul {
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav ul#categories ul li {
	line-height: 15px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}

#subnav ul#categories ul li a {
	color: #000000;
	text-decoration: none;
}

#subnav ul#categories ul li a:hover {
	color: #fd0000;
}

#subnav ul#categories ul li.on {
	background-image: url("../images/arrow-subnav.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#subnav ul#categories ul li.on a {
	color: #fd0000;
}

#subnav ul#categories ul li.on a:hover {
	text-decoration: underline;
}

.active {
	padding-top: 20px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ",";
	display: block;
	font-size: 1px;
	height: 0px;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu ul#sub-about {
	width:			96px;
}
.sf-menu ul#sub-about li {
	background:		url("../images/sub-about.png");
	background-repeat: repeat-y;
}
.sf-menu ul#sub-about li a {
	padding-left:	7px;
	padding-right:	12px;
}
.sf-menu ul#sub-about li.last {
	background:		url("../images/sub-about-last.png");
	background-position: bottom;
}
.sf-menu ul#sub-mikes-world {
	width:			130px;
}
.sf-menu ul#sub-mikes-world li {
	background:		url("../images/sub-mikes-world.png");
	background-repeat: repeat-y;
}
.sf-menu ul#sub-mikes-world li a {
	padding-left:	12px;
	padding-right:	10px;
}
.sf-menu ul#sub-mikes-world li.last {
	background:		url("../images/sub-mikes-world-last.png");
	background-position: bottom;
}
.sf-menu ul#sub-products {
	width:			126px;
}
.sf-menu ul#sub-products li a {
	padding-left:	11px;
	padding-right:	7px;
}
.sf-menu ul#sub-products li {
	background:		url("../images/sub-products.png");
	background-repeat: repeat-y;
}
.sf-menu ul#sub-products li.last {
	background:		url("../images/sub-products-last.png");
	background-position: bottom;
}
.sf-menu ul#sub-store {
	width:			123px;
}
.sf-menu ul#sub-store li {
	background:		url("../images/sub-store.png");
	background-repeat: repeat-y;
}
.sf-menu ul#sub-store li a {
	padding-left:	9px;
	padding-right:	10px;
}
.sf-menu ul#sub-store li.last {
	background:		url("../images/sub-store-last.png");
	background-position: bottom;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			41px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		0px 15px 15px 0px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffcc;
}
/*.sf-menu li {
	background:		#BDD2FF;
}*/
.sf-menu li li {
	/*background:		#fe0202;*/
}
.sf-menu li li a {
	text-align:		center;
}
.sf-menu li li li {
	background:		#fe0202;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#ef0a08;*/
	color:			#ffffff;
	outline:		0;
}
.sf-menu a:hover {
	font-weight:	bold;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				line-height:15px;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  /* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS *//**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}