@charset "utf-8";
/* ------------------------------------------------------------ DEFAULTS --------------------------------------------------------- */
html, body { margin: 0; padding: 0; height: 100%; }
body {
	background: url(../images/layout/bg.jpg) #b3b3b3 no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	color: #535353;
	font-size: 14px;
}

a { text-decoration: none; }
a img { border: none; }
img { max-width: 100%; height: auto; }

h1 {
	height: 45px;
	line-height: 45px;
	font-family: "DeliciousBold", Helvetica, Arial, sans-serif;
	padding: 0 15px;
	color: #FFF;
	font-size: 24px;
	background: url(../images/layout/bg-heading.jpg) #006363 no-repeat bottom left;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;	
}
h1.products {
	height: 50px;
	line-height: 50px;
	background: #e4e4e4;
	color: #b91313;
	font-size: 30px;
}
h2 {
	font-family: "DeliciousBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #b91313;
	text-transform: uppercase;
	margin: 15px 0;
}
h3 {
	font-family: "DeliciousBoldItalic", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #009898;
	font-weight: normal;
	margin: 10px 0;
}
h4 {
	font-size: 18px;	
	font-family: "DeliciousBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fe0000;
	margin: 8px 0;
}
h5 {
	font-family: "Delicious", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 18px;
	margin: 5px 0;
}

.cl { clear: both; }
.left { float: left; }
.right { float: right; }
#wrap { width: 1020px; margin: 0 auto; position: relative; padding: 20px 0; }

.img_right_nb, .img_right { float: right; margin: 5px 0 10px 20px; }
.img_left, .img_left_nb { float: left; margin: 5px 20px 10px 0; }
.img_right, .img_left, .all_img {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5); 
}

/* ------------------------------------------------------------ HEADER --------------------------------------------------------- */
#header {
	height: 110px;
	background: url(../images/layout/bg-header.jpg) #e6e6e6 no-repeat top center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #fff;
	margin: 0 0 20px 0;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 106px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 10px 0 0 15px;
}
.toplinks {
	float: right;
	width: 800px;
	margin: 20px 15px 0 0;
	text-align: right;
	font-size: 13px;
	color: #535353;
}
.toplinks a { color: #535353; padding: 0 10px; }
.toplinks a:hover { color: #b91313; }
a.logout { color: #b91313; }
a.cart { color: #009898; font-weight: bold; }

#nav {
	width: 690px;
	float: left;
	text-align: right;
	background: #eeeeee;
	height: 40px;
	line-height: 40px;
	margin: 8px 0 0 0;
	font-family: "Delicious", Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0 30px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;	
}
#nav a {
	color: #535353;
	padding: 0 0 0 40px;
}
#nav a:hover { color: #009898; }
#nav a.select { color: #b91313; }

#search {
	float: right;
	background: #b91313;
	width: 250px;
	height: 28px;
	padding: 10px;
	-webkit-border-radius: 3px 0px 3px 0px;
	border-radius: 3px 0px 3px 0px;
}
.search {
	width: 211px;
	height: 21px;
	padding: 2px 4px;
	border: none;
	background: #FFF;
	float: left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 8px 0 0;
}
.search_submit {
	float: left;
	width: 23px;
	height: 25px;
	background: url(../images/layout/magnifying-glass.png) #000 no-repeat center;;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
.search_submit:hover { background-color: #eee; }
.search_submit:active { background-color: #009898; }
:-moz-placeholder, #landing_form input:-moz-placeholder {
	font-family: Helvetica, Arial, sans-serif;
    color: #a5a5a5a;
	font-size: 13px;
	font-style: italic;
}
::-moz-placeholder {
    color: #a5a5a5a;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
::-webkit-input-placeholder {
    color: #a5a5a5a;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
:-ms-input-placeholder {
    color: #a5a5a5a;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
.placeholder, input.placeholder {
    color: #e0e0e0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}

/* ------------------------------------------------------------ FOOTER --------------------------------------------------------- */
#footer {
	margin: 30px 0;
	font-size: 14px;
	color: #eeeeee;
}
.footlinks a { color: #b91313; margin: 0 20px 0 0; }
.footlinks a:hover { color: #006363; }
.legals {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.legals a { color: #eee; }
.legals a:hover { color: #006363; }

/* ------------------------------------------------------------ SIDE --------------------------------------------------------- */
#side {
	width: 240px;
	margin: 0 20px 0 0;
	float: left;
	min-height: 675px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e6e6e6;
	padding-bottom: 5px;
}
.heading {
	height: 45px;
	line-height: 45px;
	font-family: "DeliciousBold", Helvetica, Arial, sans-serif;
	padding: 0 15px;
	color: #FFF;
	font-size: 24px;
	background: url(../images/layout/bg-heading.jpg) #006363 no-repeat bottom left;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px; 
}
.cats {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 20px;
}
.cats a { color: #535353; }
.cats a:hover { color: #009898; }
.cats a.select { color: #b91313; }
.subcats {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;	
}
.subcats a { color: #006363; }

/* ------------------------------------------------------------ MAIN --------------------------------------------------------- */
#main { width: 760px; float: left; }
#main.full {
	width: 1020px;
	float: none;
	background: #e6e6e6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content {
	padding: 15px;
	line-height: 20px;
}
#content.products {
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 1px 0;
	min-height: 670px;
}
.half { width: 45%; float: left; margin: 0 2.5%; }

#content p a, #content ul a, #content ol a { color: #009898; }
#content p a:hover, #content ul a:hover, #content ol a:hover { color: #b91313; text-decoration: underline; }
#content p a:visited, #content ul a:visited, #content ol a:visited { color: #006363; }

/* ---------- SIDE BUTTONS ----------- */
.wholesale, .shipstates, .sale {
	background: url(../images/buttons/wholesale-btn.png) no-repeat top;
	width: 240px;
	height: 170px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
.wholesale:hover, .shipstates:hover, .sale:hover { background-position: bottom; }
.shipstates {
	background: url(../images/buttons/ship-states-btn.png) no-repeat top;
	height: 135px;
}
.sale {
	background: url(../images/buttons/sale-btn.png) no-repeat top;
	height: 75px;
	margin: 0;
}
/* ---------- TOP SELLERS SECTION ----------- */
#topsellers {
	width: 760px;
	min-height: 255px;
	background: #FFF;
	margin: 20px 0 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.heading_gray {
	color: #b91313;
	font-size: 22px;
	background: url(../images/layout/bg-heading-gray.jpg) #e6e6e6 no-repeat bottom left;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-family: "DeliciousBold", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px; 
	margin: 0 0 8px 0;
}
.topsell {
	width: 170px;
	height: 140px;
	float:left;
	margin: 0 10px;
	padding: 0 0 5px 0;
}
.topsell__img {
	display: block;
    height: 120px;
	margin: 0 auto 10px auto;
	width: 170px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.topsell .name {
	font-family: "Delicious", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 15px;
	min-height: 32px;
	margin: 0 0 5px 0;
}
.topsell .price {
	float: left;
	width: 90px;
	font-size: 16px;
	color: #009898;
	font-family: "DeliciousBold", "Delicious", Helvetica, Arial, sans-serif;
}
.topsell .price em {
	font-style: normal;
	color: #009898;
}
.buy {
	display: block;
	float: right;
	font-size: 14px;
	font-family: "Delicious", Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #b91313;
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.buy:hover { background: #009898; }

/* ------------------------------------------------------------ PRODUCTS --------------------------------------------------------- */
.bc {
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #a5a5a5;
}
.bc a { color: #a5a5a5; }
.bc a:hover { color: #009898; }
.bc .select { color: #b91313; }

.product_count {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 10px;
	margin: 0 0 15px 0;
	clear: both;
}
.product_count.bottom {
	border-bottom: 0;
	border-top: 1px solid #e4e4e4;
	margin: 15px 0 0 0;
}
.items { float: left; width: 200px; color: #a5a5a5; font-size: 12px; }
.pagination {
	float: right;
	width: 400px;
	margin: 5px 0 0 0;
	font-size: 11px;
}
.pagination a { color: #a5a5a5; }
.pagination a:hover { color: #b91313; }
.page_numbers { text-align: right; }
.pg-num { padding: 0 5px; color: #a5a5a5; }
.pg-num:hover { color: #fe0000; }
.pg-num.select { background: #e8e8e8; padding: 1px 5px; -webkit-border-radius: 7px; border-radius: 7px; }

.product {
	width: 169px;
	height: 200px;
	padding: 0 10px 0 0;
	float: left;
	border-right: 1px solid #e4e4e4;
	margin: 10px 0 10px 10px;
}
#content .product:nth-child(4n+2) { border-right: none; }

.product__img {
	width: 169px;
	height: 110px;
	display: block;
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin: 0 0 5px 0;
}
.product .name {
	font-weight: bold;
	color: #b91313;
	font-size: 13px;
	display: block;
	line-height: 18px;
	min-height: 36px;
}
.price {
	margin: 5px 0;
	color: #009898;
	font-size: 14px;
	font-weight: bold;
}
.price em {
	font-style: normal;
	color: #b91313;
	font-size: 16px;
}
.price del {
	font-style: normal;
	color: #009898;
	font-size: 16px;
}

/* ------------------------------------------------------- DETAILS PAGE ------------------------------------------------------- */
.back {
	float: right;
	font-size: 11px;
	color: #FFF;
	background: #009898;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.back:hover { background: #a5a5a5; }
#images {
	width: 320px;
	float: left;
	margin: 0 30px 0 20px;
}
.lg_img {
	width: 320px;
	height: 260px;
	display: block;
	text-align: center;
    background-size: contain !important;
}
.detail.img { max-width: 320px; max-height: 260px; height: auto; width: auto; }
.thumbs { width: 320px; }
.thumb {
	height: 59px;
	width: 59px;
	margin: 5px 5px 5px 0;
	display: block;
	float: left;
	border: 1px solid #e4e4e4;
    background-size: contain !important;
}
.thumb img { max-height: 59px; max-width: 59px; }

#info {
	width: 370px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.website { color: #009898; }
.website:hover { color: #a5a5a5; }
.youtube { margin-top: 15px; }
h2.name {
	font-size: 20px;
	text-transform: none;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 5px 0;
}
.graybox {
	background: #eeeeee;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px;
}
.graybox label {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #535353;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}
.graybox .buy_input {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	width: 47px;
	height: 17px;
	padding: 3px 4px;
	float: right;
	border: none;
}
.graybox #submit { float: right; }

.colhead {
	font-weight: bold;
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
.finalrow {
	border-top: 1px solid #a5a5a5;
	padding-top: 5px;
	margin: 10px 0 0 0;
}
.item {
	padding: 3px;
	font-size: 13px;
}
.item:nth-child(odd) { background: #e4e4e4; }
.col {
	float: left;
	width: 14%;
}
.col.sm { width: 10%; }
.col.med { width: 20%; }
.col.lrg { width: 50%; }
.r_align { text-align: right; }
.center { text-align: center; }
.col.price { margin: 0; }
.col.price span { color: #535353; }

.col.lrg .col.sm { width: 20%; }
.col.lrg .col.med { width: 40%; }

.download_copy {
	font-family: "DeliciousBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #b91313;
	text-transform: uppercase;
	margin: 15px 0;
}
	.download_copy:hover {
		color: #006363;
	}
	
.description ul {
	margin: 0;
	padding: 0;
}
.description p {
	margin: 0;
}
	
/* ------------------------------------------------------- SITE MAP ------------------------------------------------------- */
.sitemap-block {
	margin-bottom: 30px;
	float: left; clear: both;
}
.sitemap {
	float: left; clear: both;
	color: #b91313;
	margin-left: 20px;
}
	.sitemap:hover {
		color: #006363;
	}
.sitemap.sub {
	margin-left: 60px;
}

.billing_info.guestinfo { min-height: 284px; }



.distributor-note {
	margin-top: 20px;
	background: url(../images/layout/bg-heading.jpg) #006363 no-repeat bottom left;
	width: 96%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 2%;
	font-size: 14px;
}