<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Name: AllProWebTools Default Layout
Author: LaserEyes
Date: October 2013
Version: 3.0
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700|Open+Sans+Condensed:300,700,300italic);
@import url(https://fonts.googleapis.com/css?family=Satisfy);


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

body {
	margin:0;
	padding:0px;
	/* :|:PARTEXTCOLORBEGIN:|: */
	color:#444444;
	/* :|:PARTEXTCOLOREND:|: */
	/* :|:PAGEBACKGROUNDBEGIN:|: */
	background: #F2EDDC;
	/* :|:PAGEBACKGROUNDEND:|: */
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em; /* 12px */
	overflow-x: hidden;
}

/* WISYWIG color (if content background dark change this color) */
body.mce {
	background:#FFFFFF;
	padding-top:100px;
}

/* -----------------------------------*/
/* ----------&gt;&gt;&gt; Layout &lt;&lt;&lt;-----------*/
/* -----------------------------------*/
#content {
	width:100%;
	margin:0 auto;
}

#content .container {
	/* :|:CONTENTBACKGROUNDBEGIN:|: */
	/* background:#FFFFFF; */
	/* :|:CONTENTBACKGROUNDEND:|: */
	position:relative;
	z-index:2;
}


#header {
	width:100%;
	position:relative;
	z-index:3;
	background: #592918;
	margin: 0 0 87px;
}

#header .container {
	/* margin: 0 auto 23px; */
}

#headercontent {
	width:100%;
	height:auto;
	margin:0 auto;
}

#headersocial {
	display:inline;
	float:right;
	margin: -3px -5px 0 25px;
}

#headersocial img{
	width: 26px;
}

#logo{
	position:relative;
	border-radius:0;
	margin: 0px 0 -86px;
	z-index:3;
	max-width:100%;
	/* height: 120px; */
	/* padding: 0 0 5px; */
}

#left_sidebar {
	float:left;
	width:240px;
	margin: 0px 2px 2px;
	top:0px;
	padding-right:5px;
}

/* 3 column layout */
#main {
	float:left;
	width: 678px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

/* content and right column */
#main-content-right {
	float:left;
	width:920px;
	padding-right:20px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

/* left column and content */
#main-left-content {
	float:left;
	width: 896px;
	padding-left:20px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

/* one column */
#main-one-column {
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	top:0px;
}

#right_sidebar {
	display:block;
	float:left;
	width:240px;
	margin:2px;
	top:0px;
}

footer {
	width:100%;
	background: #592918;
	/* border-top: 1px solid #D9D9D9; */
}

footer .container {
	/* border-top: 1px solid #D9D9D9; */
	/* background:#9ba5a7; */
	color: #F2EDDC;
	box-shadow:0;
	position:relative;
	z-index:0;
}

footer h1, footer h2, footer h3, footer h4, footer a, footer .rheader {
	color: #F2EDDC;
}

#footercontent {
	width:95%;
	margin: 10px 20px 0;
}

#footercontent div.left{
	width:25%;
}

.social-media{
	padding:0px;
	width:35px;
	margin:0px 5px 1px 0px;
	display:inline;
}

.seals {
 height:51px;
 margin:5px;
}

#footer_links{
	margin: 20px 0px 0px 0px;
	padding:0px;
}

/* -----------------------------------*/
/* ----------&gt;&gt;&gt; Global &lt;&lt;&lt;-----------*/
/* -----------------------------------*/
h1 {font-size: 2em;} /* 32px */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4, .rheader {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h1, h2, h3, h4, h5, h6, .rheader {
	/* :|:HEADTEXTCOLORBEGIN:|: */
	color:#A68A68;
	/* :|:HEADTEXTCOLOREND:|: */
	font-weight: 400;
	font-family: 'Satisfy', cursive;
	line-height: 1.1;
	margin-bottom: .8em;
}

header h1 {
	background: #592918;
	color: #F2EDDC;
	text-shadow: 0px -1px 0px #592918;
	padding: 20px 20px 15px;
	margin: 23px 0;
}

p {
	padding:5px;
	margin:5px;
	line-height: 1.9em;
}

a {
	color: #C1272D;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

a:active {
	color:#08090d;
}

.dictionary {
	color:#727272;
}

img {
	border:0px;
	margin:10px;
	max-width:100%;
	height: auto;
}

#content img {
	border: 1px solid #CCC;
	padding: 7px;
	background: #FFF;
}

::selection {
	color: #F0F0F0;
	background: #F60000;
}

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

input {
	margin:0px;
	padding:0px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type=submit], .fakebutton {
	cursor:pointer;
	border: 1px solid rgba(0, 0, 0, 0.4) !important;
	color: #FFF !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	padding: 8px 12px;
	margin:0px 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	text-transform: capitalize;
	-webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  text-align: center;
	background-color: #C1272D;
}

input[type=submit]:hover, .fakebutton:hover {
	background-color: #979393;
}

input[type=submit]:active, .fakebutton:active {
	position:relative;
	top:1px;
}

/* -----------------------------------*/
/* -----&gt;&gt;&gt; Navigation Bar &lt;&lt;&lt;--------*/
/* -----------------------------------*/
#top_nav {
	width: inherit;
	/* height:33px; */
	margin: -50px 0 0;
	padding: 0 19px 0 0;
	float:right;
}

#navbar {
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	float: right;
}

#navbar * {
	-webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}

#navbar li a, #navbar li {
 float: left;
}

#navbar li {
 list-style: none;
 position: relative;
}

#navbar li a {
	padding: .4em 1.5em;
	text-decoration: none;
	font: normal 22px/13px Open Sans Condensed;
	color: #F2EDDC;
	text-transform: uppercase;
}

#navbar li a:hover, #navbar li a.active {
	color: #C02E31;
}

/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#navbar li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index:1000;
}

#navbar li:hover &gt; ul {
 display: block;

}

#navbar li ul li, #navbar li ul li a {
 float: none;
}

#navbar li ul li a {
	background: #A68A68;
	width: 230px;
	min-width: 100px;
	display: block;
	color: #ffffff !important;
	padding: .4em 1em;
	margin: 0px 0px 0 33px;
	font: normal 22px/23px Open Sans Condensed;
}

#navbar li ul li a:hover {
	color: #c02e31 !important;
}

/* SUBSUB Menu */

#navbar li ul li ul {
 display: none;
}

#navbar li ul li ul li a{
 margin:0
}

#navbar li ul li:hover ul {
 left: 100%;
 top: 0;
}

/* -----------------------------------*/
/* -----&gt;&gt;&gt; Member Navigation&lt;&lt;&lt;------*/
/* -----------------------------------*/
#member {
	background: grey;
	width:100%;
	height:25px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid grey;
}

#membernav {
	width:998px;
	background: grey;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}

#membernav li a, #membernav li {
 float: left;
}

#membernav li {
 list-style: none;
 position: relative;
}

#membernav li a {
 padding: .45em 1.5em;
 text-decoration: none;
 color: #FFF;
	background: grey;
 border-right: 1px solid #3c3c3c;
}

#membernav li a:hover {
 color: #000;
 background: #e7e7e7;
}

/* Member Submenu */

#membernav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index:1000;
}

#membernav li:hover &gt; ul {
 display: block;
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;
}

#membernav li ul li, #membernav li ul li a {
 float: none;
}

#membernav li ul li a {
 width: 100px;
 min-width: 100px;
 display: block;
}

/* -----------------------------------*/
/* -------&gt;&gt;&gt; Search Box &lt;&lt;&lt;----------*/
/* -----------------------------------*/
#searchnav {
	padding:5px;
	float:right;
	margin: 17px 14px 0px 0px;
	text-align:right;
	width: 70%;
	display: none;
}

#search {
	float:right;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}


input[type=search] {
	background: #F2EDDC url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 0px #CCC;
	padding: 5px 10px 5px 32px;
	width: 55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	box-shadow: none;
	border-radius: 50px;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #04114D;

	-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(255,0,0,.5);
	box-shadow: 0 0 5px rgba(255,0,0, 0.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

#search input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#search input[type=search]:hover {
	background-color: #fff;
}
#search input[type=search]:focus {
	width: 140px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#search input:-moz-placeholder {
	color: transparent;
}
#search input::-webkit-input-placeholder {
	color: transparent;
}



.phone a, .phone {
	color: #C1272D;
	margin:0;
}

/* -----------------------------------*/
/* ------&gt;&gt;&gt; Sidebar Modules &lt;&lt;&lt;------*/
/* -----------------------------------*/
.sidebar_nav{
	color:#ff0000;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
}

.featured{
	margin-left:5px;
	text-align:center;
}

.reviews {
	width:90%;
	margin:0 auto;
	border-bottom: 1px dotted #8D8D8D;
}

.article_rotator {
	float:left;
	display:block;
	margin:10px;
	padding:5px;
	border:1px solid #cccccc;
	width:85%;
	font-weight:bold;
}

.article_rotator img {
	margin:0 auto;
	display:block;
	max-width:80%;
}

/* -----------------------------------*/
/* --------&gt;&gt;&gt; Blog Layout &lt;&lt;&lt;--------*/
/* -----------------------------------*/

.blog-display{
	width: 95%;
}

.blog-display.left {
	width: 15%;
	float: left;
}

.blog-display.right {
	width: 80%;
	float: right;
	font-size:14px;
}

.blog-display.readmore {
	font-size:16px;
}

.blogthumb {
	max-width: 100%;
	max-height:140px;
}

.authorship {
	width: 95%;
	background:#eeeeee;
	padding:10px;
}

.authorship h4{
	margin-top:0px;
	margin-bottom:10px;
}

.authorship .left {
	float: left;
	width:100px;
	height:100px;
	border-radius:100%;
	background-position: top center;
	background-size: cover;
}

.authorship .right {
	width: 80%;
	float: right;
	font-size:14px;
}

.tagcloud h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.tagcloud ul {
	width:95%;
	list-style: none outside none;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.tagcloud li {
	display:inline-block;
	padding: 5px 5px 5px 0px;
}

.tagcloud a.tag1 { font-size: 0.8em; font-weight: 100; }
.tagcloud a.tag2 { font-size: 0.85em; font-weight: 200; }
.tagcloud a.tag3 { font-size: 0.9em; font-weight: 300; }
.tagcloud a.tag4 { font-size: 1.0em; font-weight: 400; }
.tagcloud a.tag5 { font-size: 1.1em; font-weight: 500; }
.tagcloud a.tag6 { font-size: 1.2em; font-weight: 600; }
.tagcloud a.tag7 { font-size: 1.3em; font-weight: 700; }
.tagcloud a.tag8 { font-size: 1.5em; font-weight: 800; }
.tagcloud a.tag9 { font-size: 1.7em; font-weight: 900; }
.tagcloud a.tag10 { font-size: 1.8em; font-weight: 900; }

.rssbox h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.blogcategory h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.blogcategory select {
	width: 100%;
}

.blogcategory ul {
	list-style: none outside none;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.recentposts h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.recentposts ul {
	list-style: none outside none;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px 10px;
}

/* -----------------------------------*/
/* --------&gt;&gt;&gt; Pagination &lt;&lt;&lt;---------*/
/* -----------------------------------*/
.pagination-holder {
  width: 90%;
  text-align: center;
}

.pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}
.pagination a{
	border:solid 1px #8D8D8D;
	margin-right:2px;
}
.pagination .previous-off,
.pagination .next-off,
.pagination .pag-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
.pagination .next a,
.pagination .previous a {
	font-weight:bold;
}
.pagination .active{
	background:#8D8D8D;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
.pagination a:link,
.pagination a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
.pagination a:hover{
	border:solid 1px #1C232C;
}

/* -----------------------------------*/
/* --------&gt;&gt;&gt; Sign up Box &lt;&lt;&lt;--------*/
/* -----------------------------------*/

.leadbox {
	display: block;
	padding:10px;
	box-sizing: content-box;
}

.leadbox input[type=text],
.leadbox input[type=password],
.leadbox input[type=email],
.leadbox input[type=tel],
.leadbox select,
.leadbox textarea {
	width:95%;
	padding:2px;
	margin-bottom:5px;
}

.leadbox input[type=submit] {
	width:95%;
}


/* -----------------------------------*/
/* ------&gt;&gt;&gt; Product Layout &lt;&lt;&lt;-------*/
/* -----------------------------------*/
.product-list {
	padding:5px;
	margin:0 auto;
}

.product-box {
	background: #F7F7F7;
	border: 1px solid #E7E8E6;
	padding: 5px 5px 0px 0px;
	margin: 4px 10px;
	text-align: center;
	color: #8D8B8B;
	min-height:160px;
	width:20%;
	float:left;
}

.product-box .rheader {
	margin-left:10px;
	font-size:1.0em;
}

.category-grid {
	background: #F7F7F7;
	border: 1px solid #E7E8E6;
	padding: 5px 5px 0px 0px;
	margin: 4px 10px;
	text-align: center;
	color: #8D8B8B;
	min-height:160px;
	float:left;
}

.category-grid .rheader {
	margin-left:10px;
	font-size:1.0em;
}

#product{
	width:550px;
	padding:20px 10px 20px 35px;
	margin:0px;
	font-weight:bold;
}

.prod_info{
	width:595px;
	margin:5px 5px 30px 5px;
	padding:0px;
	border:1px solid #888888;
}

.prod_info_header{
	padding:3px 3px 0px 3px;
	position:relative;
	top:-23px;
	background-color:#48b9eb;
	width:100px;
	height:23px;
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	margin:0px;
}

img.product{
	float:left;
	margin:5px 10px 5px 5px;
}



.productname {
	margin-left:10px;
	font-size:1.4em;
}

.prodprice {
	text-decoration:none;
	font-size:1.25em;
}

.qtydiscounts {
	text-align:center;
	margin-left:50px;
}

.outofstock {
	margin:0px 0px 0px 5px;
	padding:0px;
	float:right;
}

.reviewheader {
	margin:20px;
}

.socialwidgets {
	width: 175px;
}

.socialtoprow {
	padding-top:10px;
}

.socialfb {
	border:none;
	overflow:hidden;
	width:80px;
	height:21px;
}

.socialtwitter {
 margin-right:-30px;
 display:inline;
}

/* Product sidebar */
ul.productsidebar {
list-style: none;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: top;
background: rgba(0, 0, 0, 0);
font-weight: normal;
line-height: 1.5em;
}
ul.productsidebar li {margin: 3px 0 0 0;}
ul.productsidebar li a {display: block;
overflow: hidden;
padding: 9px 15px 13px 15px;
background: #f9f9f9;
background-size:10%;
border: 1px solid #d3d3d3;/* font: normal 17px 'Molengo', sans-serif; */color: #3f3e3e;
}
ul.productsidebar li a i {float: right;margin: 3px 0 0 0;font-size: 21px;color: #8ec220;}

ul.productsidebar li a:hover,
ul.productsidebar li.active a {
background: #575656;
background-size:12%;
border: 1px solid #3d3c3c;
color: #ffffff;
}
/* Product sidebar */


p.category {
	/* border: 1px solid #851010; */
	margin: 20px 0 0px;
	color: #FFF;
	padding: 16px 15px 15px 15px !important;
	font: 600 20px 'Open Sans Condensed', sans-serif !important;
	text-transform: uppercase;
	background: #04014e;
}


/* Shopping Cart */
#cart {
	margin:10px auto;
	width:100%;
}

#cart th, #cart td{
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom:1px solid #CECECE;
}

.cart-description {
	width:50%;
}

.cart-qty {
	width:5%;
}

.cart-price {
	width:20%;
}

.cart-total {
	width:5%;
}

.coupon {
	width: 31%;
	padding:5px;
	background:#eeeeee;
}

.cart-subtotal {
	float:right;
	background:#eeeeee;
	width:40%;
}

.cart-subtotal  tr{
	text-align:right;
}

.shopping-related {
	width:100%;
}

.shopping-related h5{
	padding:10px 0px 0px 10px;
	margin-bottom: 0px;
}

.shopping-related .featured{
	float:left;
	margin:0px 10px;
	width:14%;
}

/* Login Box */
.loginbox {
	display:block;
	margin:5px auto;
	width:80%;
	border: 1px solid #666666;
	padding:5px 30px 10px 30px;
}

.loginfield {
	width:60%;
	padding:5px 10px;
}

.loginemail {
	width:60%;
}

.loginpass {
	width:40%;
}

/* 2-step checkout */
.checkoutbox {
	display:block;
	margin:5px auto;
	width:90%;
	border: 1px solid #666666;
	padding:5px 30px 10px 30px;
}

.countryselect {
	width:180px;
}

.bigcontinue {
	padding: 8px 15px !important;
}

.checkoutpaypal {
	margin: 10px 0px 0px 0px;
}

/* Order Summary */
.stickyright {
	/*position: fixed;
	top:220px;*/
}

#ordersumm {
	margin:10px auto;
	width:395px;
	max-width:395px;
}

.orderinfobox {
	background: #eeeeee;
	padding:5px 10px;
	margin:10px 0px;
	border: 1px solid #B2B2B2;
}

#ordersumm th, #ordersumm td{
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom:1px solid #CECECE;
}

#ordersumm .product{
	width:50px;
}

#summleft {
	border-right: 1px solid #B2B2B2;
	float: left;
	display:block;
	padding-right: 25px;
	width: 50%;
}

#summright {
	float: right;
	display:block;
	overflow: hidden;
	width: 45%;
}

/* Add to cart Box */
.header_row {
	background-color:#8D8D8D;
	position:relative;
	height:20px;
	top:-3px;
	left:-3px;
	margin:0px;
	padding:0px;
	width:104%;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}

.box{
	border:1px solid #8D8D8D;
	padding:3px;
	width:95%;
	margin-top:30px;
	padding-bottom:30px;
}

/* -----------------------------------*/
/* -----&gt;&gt;&gt; My Account Layout &lt;&lt;&lt;-----*/
/* -----------------------------------*/
#accountHeader {
	overflow: hidden;
	margin-left:10px;
}

#primaryInfo {
	position: relative;
}
#primaryInfo li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 45px;
	width: 210px;
	border-right: 1px dashed #CCC;
	height: 100%;
}
#primaryInfo li li {
	float: none;
	width: auto;
	margin: 3px 0;
	font-size: 11px;
	border: 0;
	padding: 0;
	height: auto;
}
#primaryInfo .shipping {
	padding: 0 55px 0 10px;
}
#primaryInfo .user {
	border: 0;
}
#orderTable {
	width: 100%;
	margin: -10px 0 7px;
	border-width: 0px;
	border-spacing: 0px;
	display: table;
	border-collapse: separate;
	border-color: gray;
}
#orderTable th {
	background: #F8F8F8;
	border-bottom:1px dashed #CCC;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0 3px 5px;
}

#orderTable tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border-bottom:1px dashed #CCC;
}

#orderTable .odd {
	background: #F8F8F8;
}

h3.cih, caption.cih {
	font-family: Verdana, Arial, sans;
	padding: 12px 10px;
	clear: both;
	text-transform: uppercase;
	text-align: left;
	background: #8D8D8D;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0 1px 1px #666666;
}

h1.hc, .h1hc {
	font: italic 21px Georgia, "Times New Roman", serif;
	width: auto;
	float: left;
	padding: 0;
}

h4.hc, h4hc {
	font-family: Verdana, Arial, sans;
	color: #585A5D;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	float: left;
	font-size: 9px;
	text-align: left;
	margin: 0px 0 10px 0;
	padding: 0;
}

.rnd {
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.btn {
	width: auto;
	text-decoration: none;
	overflow: visible;
	font-family: Verdana, Arial, sans;
	text-transform: uppercase;
	outline: 0;
	padding: 5px 8px;
	border: 1px solid #DDD;
	font-size: 9px;
	font-weight: bold;
	background: #E8E8E8;
	text-indent: 0;
}

.accountbutton{
	background-image:url('../images/icons/tick.png');
	background-repeat:no-repeat;
	background-position: center left;
	color:#000000;
	background-color:#E8E8E8;
	border: 1px solid #DDD;
	font-weight:bolder;
	text-indent:20px;
	text-align:left;
	line-height:15px;
	cursor:pointer;
	padding:4px;
	margin:3px;
	font-size:12px;
}

.accountbutton:hover {
	background-color:grey;
	border: 1px solid #DDD;
	color:#ffffff;
}

.user_address {
	background-color:#E8E8E8;
	width:25%;
	margin:10px;
	float:left;
	padding:10px;
}

/* -----------------------------------*/
/* --------&gt;&gt;&gt; Find a Store &lt;&lt;&lt;------*/
/* -----------------------------------*/
.suggeststore {
	float:left;
	width:65%;
}

#map-canvas {
	width:100%;
	height:400px;
}

.suggeststore table {
	margin: 0 auto;
}

#map-canvas img {
	max-width:none;
}

.pickstate {
	float:left;
	width:30%;
	padding:0px 10px;
}

.pickstate .box{
	margin: 0px 0px 10px;
	padding-bottom: 20px;
}

/* -----------------------------------*/
/* ------&gt;&gt;&gt; Generic classes &lt;&lt;&lt;------*/
/* -----------------------------------*/
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	display:block;
	margin:0 auto;
}

.middle {
	vertical-align:middle;
}

.text-center {
	text-align: center;
}

.rheader {
	font-weight:bold;
}

.inline {
	display:inline;
}

.ninja {
	display:none;
}

.clearfix {
	clear: both;
}

.emphasis {
	font-weight:bold;
}

.red {
	color:red;
}

.green {
	color:green;
}

.yellow {
	color:#C2C728;
}

.nomargin{
	 margin:0;
	 padding:0;
}

.error_message {
	vertical-align:middle;
	padding: 8px 3px 5px 14px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	color: #B94A48;
	background-color: #F2DEDE;
}

.success_message {
	vertical-align:middle;
	padding: 8px 3px 5px 14px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #d6e9c6;
	color: #468847;
	background-color: #dff0d8;
}

/* -----------------------------------*/
/* ------&gt;&gt;&gt; Custom classes &lt;&lt;&lt;-------*/
/* -----------------------------------*/

.ui-helper-reset {
	font-size: 88% !important;
}

#topheader {
	background: #424242;
	color:#ffffff;
	width:100%;
	text-align:right;
	font-size: .9em;
	position:relative;
	z-index:5;
	height: 6px;
	display: none;
}

#topheader .container {
	box-shadow: 0px 0px 0px #A8A8A8;
	padding: 5px 37px 8px 0px;
}

#topheader a {
	color:#ffffff;
}

#homeslider {
	position: relative;
	z-index:0;
	width:100%;
	/* padding: 156px 0 95px 0; */
	margin: -88px 0 -0 0;
	background: #592918;
}

#homeslider .container {
	box-shadow: 0px 0px 0px #A8A8A8;
	display:block;
	position: relative;
	/* clear:both; */
}

.theme-default .nivoSlider {
	background: transparent !important;
	-webkit-box-shadow: 0px 0px 0px 0px #4A4A4A !important;
	-moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
	box-shadow: 0px 0px 0px 0px #4A4A4A !important;
}


/* -----------------------------------*/
/* ----&gt;&gt;&gt; Responsive classes &lt;&lt;&lt;-----*/
/* -----------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.container {
	width: 1170px;
	margin: 0 auto;
}

/*--:[ responsive break: 1 ]:--*/

@media screen and (max-width: 1150px) {
	.container {
		width:100%;
	}

	#logo {
		width:200px;
	}

	.addthis_toolbox {
		display:none;
	}

}

/*--:[ responsive break: 2 ]:--*/

@media screen and (max-width: 850px) {

	.container {
		width:100%;
		margin:0 auto;
		min-height: 0;
	}

	#logo{
		left:5px;
		max-width:50%;
	}

	#top_nav, #navbar {
		width: 100%;

		margin: 25px 0px 0px;
		padding: 0;
}

	#navbar ul, #navbar ul li ul, #navbar li ul li ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	}

	#navbar li , #navbar li ul li, #navbar li ul li ul li {
	  width: 100%;
	  display: block;
	}

	#navbar li ul {
		display: block;
		position: relative;
	}

	#navbar li:hover &gt; ul {
		border:0;
	}

	#navbar li ul li:hover ul {
		left:0;
	}

	#navbar li a, #navbar li ul li a , #navbar li ul li ul li a{
		float:none;
	  color: #ffffff;
	  text-decoration: none;
	 	width: 100%;
	  background: #666666;
	  border-bottom: 1px solid white;
	  padding: 0.7em 1em;
	  float: left;
	}

	#navbar li ul li a{
		padding: 0.7em 3em;
		width: 100%;
	}

	#navbar li ul li ul li a{
		padding: 0.7em 4em;
		width: 100%;
	}

	.js #navbar {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: absolute;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}

	#navbar.opened {
	  max-height: 9999px;
	}

	#nav-toggle {
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  width: 50px;
	  height: 33px;
	  float: right;
	  text-indent: -9999px;
	  overflow: hidden;
	  background: #666666 url("../images/hamburger.gif") no-repeat 50% 50%;

	  border-radius: 50px;
}

	/* 3 column layout */
	#main, #main-left-content, #main-content-right, #main-one-column {
		width:95%;
		padding: 0 0 0 5px;
		min-height:0;
	}

	.leadbox,
	#left_sidebar,
	#right_sidebar,
	.box,
	.testimonial,
	.coupon,
	.cart-subtotal,
	.shopping-related
	.featured,
	.loginfield,
	.article_rotator {
		margin:5px 5px;
		width: 93% !important;
		clear:both;
	}

	p img, .right, .left {
		display:block !important;
		margin:5px auto  !important;
		float:none !important;
	}

	.img_container img {
		float:left !important;
	}

	input[type=submit], .fakebutton {
		margin:5px auto;
		width: 97%;
		clear:both;
		float:none;
	}

	.fakebutton {
		padding: 8px 0px;
	}


}

/*--:[ responsive break: 3 ]:--*/

@media screen and (max-width: 650px) {
 	#searchnav {
 		display:none;
 	}

	#footercontent div.left, .pickstate, .suggeststore, #product, #summright, #summleft {
		width:95%;
		max-width:95%;
	}

	#logo {
		max-width: 39%;
	}

	#product {
		padding:0;
	}

	img.product {
		display:block !important;
		margin:5px auto  !important;
		float:none !important;
	}
}

@media screen and (min-width: 850px) {
  .js #nav {
    position: relative;
  }
  .js #nav.closed {
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("../images/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.cards {
	margin:0;
}

#searchnav, #search input[type=text], #top_nav {
	box-sizing: content-box;
}

.blogtitle {
  font-weight:bold;
	padding:5px 0 5px 0;
}

.blogblurb {
	border-top:1px solid #dadada;
	padding-top:5px;
}

#navbar li ul li a {
	width:inherit;
}
</pre></body></html>