html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* OUR CSS */

html body {
	height:100%;
}
h1 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	font-family: "Arial", Arial, sans-serif;
	font-weight: 700;
}
p {
	font-size: 14px;
	font-family: "Arial", Arial, sans-serif;
}
a:link {
	text-decoration:none;
}
.wrapper {
	background: url('images/bg-wood.png') #ffffff;
	height: 100%;
	min-height: 1620px;
	width: 480px;
}
.logo {
	width: 125px;
	height: 26px;
	margin: 10px 10px 5px 10px;
}
.header {
	background: url('images/bg.png') no-repeat;
	height: 375px;
	width: 480px;
}
.header-green-tab {
	background: url('images/header-bg.png') no-repeat;
	width: 480px;
	height: 64px;
	z-index: 1;
	position: relative;
}
.header-green-tab p {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding-top: 15px;
	color: #ffffff;
}
.hero-video {
	width: 425px;
	height: 239px;
	background: #000;
	margin: auto;
	margin-top: -18px;
	border: 5px solid #35ae52;
}
.parallelogram {
	width: 100%;
	height: 35px;
	background: url('images/parallelogram.png') no-repeat;
	position: relative;
	z-index: 1;
}
.parallelogram p {
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	margin-left: 50px;
}
.infinite-carousel {
	width: 460px;
	height: 240px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	background: #ecf7f0;
}
.infinite-carousel .list{
	width:1400px;
	height:220px;
	overflow:visible;
}
.infinite-carousel .viewport{
	width:410px;
	height:215px;
	overflow:hidden;
	float: left;
	padding: 10px 0 10px 0;
}
/* Grow */

.grow {
	display: inline-block;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.itemlabel {
	background: rgba(0,140,55,0.9);
	position: relative;
	z-index: 3;
	padding: 5px 10px 5px 10px;
	height: 90px !important;
	display: block;
	cursor: pointer;
}
.item {
	background: #fff;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-font-smoothing:subpixel-antialiased;
	-ms-font-smoothing:subpixel-antialiased;
	font-smoothing:subpixel-antialiased;
}
.item:hover {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.item-img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.item:hover .item-img {
	-webkit-transform: scale(0.8) !important;
	-moz-transform: scale(0.8) !important;
	-ms-transform: scale(0.8) !important;
	transform: scale(0.8) !important;
}

.three-big .itemlabel {
	width: 255px;
	margin-top: -45px;
}
.three-small .itemlabel {
	width: 130px;
	margin-top: -60px;
}
.halves .itemlabel {
	width: 192px;
	margin-top: -45px;
}
.item-img {
	width: 100%;
	height: auto;
	border: 0px;
	cursor: pointer;
}
.salebadge {
	background: url('images/salebadge.png') no-repeat;
	position: absolute;
	z-index: 2;
	height: 73px;
	width: 73px;
	margin-left: 202px;
	cursor: pointer;
}
.salebadge  p {
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 22px 0 0 12px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.item:hover .salebadge {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	margin-left: 225px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.item:hover .salebadge p {
	display: none;
}

.item-name a {
	font-size: 12px;
	color:#fff;
	text-decoration: none;
}

.item-name {
	font-size: 12px;
	color:#fff;
	padding-top: 5px;
	width: 120px;
	float: left;
}
.item-sku {
	font-size: 8px;
	line-height: 18px;
	color:#666;
	font-family: Arial, sans-serif;
	display: none;
}
.item-price {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	width: 65px;
	text-align: right;
	top: 70px;
	right: 0;
	letter-spacing: 0.5px;
	float: right;
}
.item-extra {
	font-size: 11px;
	line-height: 14px;
	color:#fff;
	padding-top: 10px;
	width: 100%;
	float: left;
}
sup {
	vertical-align: top !important;
	font-size: 14px !important;
	line-height: 24px;
}
.videos {
	width: 405px;
	height: 120px;
	margin: auto;
	margin-top: -35px;
	margin-bottom: 17px;
	padding: 20px 15px 30px 15px;
	background: rgba(31,31,31,0.55);
}
.videos a:link {color:#00b063; text-decoration: none; font-family: "Arial", Arial, sans-serif;}
.videos a:visited {color:#00b063; text-decoration: none; font-family: "Arial", Arial, sans-serif;}
.videos a:hover {color:#008249; text-decoration: none; font-family: "Arial", Arial, sans-serif;}
.videos a:active {color:#00b063; text-decoration: none; font-family: "Arial", Arial, sans-serif;} 
.related-vids {
	width: 195px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
}
.related-vids img {
	border: 1px solid #fff;
}
.last {
	margin-right: 0;
}
.related-vids .video-title {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding:5px;
}
video {
	width: 100% !important;
}
#hero-vid {
	cursor: pointer;
}
.seemore {
	color: #fff !important;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	float: right;
	margin-top: 30px;
	display: none;
}

#now-playing {
	background: url('images/badge.png') no-repeat;
	border-radius: 2px;
	padding-top:10px;
	width: 61px;
	height: 63px;
	position: absolute;
	top: 80px;
	left: 60px;
	z-index: 2;
	opacity: 0;
}

#now-playing p {
	color: white;
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.5px;
	font-family: "Arial", Arial, sans-serif;
}

.shadow {
	background: url('images/shadow480.png') repeat-y;
	position: absolute;
	width: 480px;
	height: 100%;
	min-height: 1620px;
	z-index: 1;
}

.shadow-top {
	background: url('images/shadow480.png') repeat-y;
	position: absolute;
	width: 480px;
	height: 283px;
	z-index: 1;
}

.item-hero {
	width: 435px;
	height: 200px;
	margin: auto;
	margin-top: -10px;
	overflow: hidden;
}
.item-hero img {
	float: left;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: pointer;
}
.item-hero img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.item-hero p {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}
.item-hero-deets {
	width: 160px;
	height: 160px;
	padding: 20px;
	background: #008d37;
	float: left;
}
.item-threes {
	width: 435px;
	height: 275px;
	margin: auto;
	margin-top: 15px;
}
.three-big {
	width: 275px;
	height: 275px;
	float: left;
	overflow: hidden;
}
.three-small {
	width: 150px;
	height: 132.5px;
	float: left;
	overflow: hidden;
}
.item-twos {
	width: 435px;
	height: 212px;
	margin: auto;
	margin-top: 15px;
}
.halves {
	width: 212px;
	height: 212px;
	float: left;
	overflow: hidden;
}