html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  margin: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline;
}


audio:not([controls]) {
  display: none;
  height: 0;
}


[hidden],
template {
  display: none;
}


a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: bold;
}


dfn {
  font-style: italic;
}


h1 {
    width: 100%;
    text-align: center;
    font-family: "Lato";
    font-size: 40px;
    color: #601069;
    margin-bottom: 10px;
}

h2 {
    width: 100%;
    text-align: center;
    font-family: "Lato";
    font-size: 25px;
    color: #601069;
    margin-bottom: 10px;
}

h3 {
    width: 100%;
    text-align: center;
    font-family: "Lato";
    font-weight: bold;
    font-size: 24px;
    color: #4fab16;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #7fcc46;
}


mark {
  background: #ff0;
  color: #000;
}


small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



img {
  border: 0;
}


svg:not(:root) {
  overflow: hidden;
}


figure {
  margin: 1em 40px;
}


hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


pre {
  overflow: auto;
}


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; 
  margin: 0; 
}


button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; 
  padding: 0; 
}

textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);

html {
    background-color: #df8221;
    background-image:  url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/header-top.png');
    background-repeat: no-repeat;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/background.png');
}

a {
    text-decoration: none;
}

.center {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.float-left {
    position: relative;
    float: left;
}

.float-right {
    position: relative;
    float: right;    
}

#logo {
    position: relative;
    z-index: 10;
}

#header.center {
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/header.png');
    background-repeat: no-repeat;
    height: 230px;
    position: relative;
}

#search-form {
    position: relative;
    top: -130px;
    left: 30px;
    z-index: 20;
}

#search-form input {
    width: 180px;
}

#search-form button {
    top: 2px;
    background-color: transparent;
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/search.png');
    background-repeat: no-repeat;
    width: 30px;
}

#cart-form {
    position: relative;
    top: -140px;
    right: 0px;
    font-family: "Lato";
	font-weight: bold;
    font-size: 16px;
    background-color: transparent;
    text-transform: uppercase;
    width: 210px;
height: 75px;
}

#cart-form img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    display:block;
}

#cart-form a {
    position: absolute;
    top: 17px;
    left: 40px;
    width: 130px;
    height: 35px;
    padding-left: 20px;
    border: 4px solid #89bd42;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    background-color: white;
    font-family: "Lato";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #570d5f;
    z-index: 20;
    display: inline-block;
    line-height: 28px;
}

#cart-form button:hover {
    color: lime;
}

#cart-form button:active {
    color: #fec628;
}

#menu {
    position: relative;
    display: inline-block;
    background-color: #550c5d;
    top: -135px;
    width: 1050px;
    height: 50px;
    border: 3px solid #47074f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 0 0 0;
    margin: 0;
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    background-image: -webkit-linear-gradient(top, #5f0f67, #47074f);
    background-image: -moz-linear-gradient(top, #5f0f67, #47074f);
    background-image: -o-linear-gradient(top, #5f0f67, #47074f);
    background-image: linear-gradient(top, #5f0f67, #47074f);
}

#menu li {
    position: relative;
    display: inline-block;
    border-right: 2px dotted lime;
    line-height: 30px;
    text-align: center;
    z-index: 100;
    width: 200px;
}

#menu a {
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/nav-btn-arrow-n.png');
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    font-family: "Lato";
    font-size: 22px;
    text-align: left;
    text-transform: capitalize;
    color: white;
}

#menu a:hover {
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/nav-btn-arrow-h.png');
    color: #fec628;
}

#menu li:nth-child(1) { padding-left: 20px; }
#menu li:nth-child(1) a { width: 100px; }
#menu li:nth-child(2) { padding-left: 10px; }
#menu li:nth-child(2) a { width: 130px; }
#menu li:nth-child(3) { padding-left: 10px; }
#menu li:nth-child(3) a { width: 130px; }
#menu li:nth-child(4) { padding-left: 40px; width: 220px; text-align: left; }
#menu li:nth-child(4) a { width: 130px; }
#menu li:nth-child(5) { padding-left: 10px; border: 0px; }
#menu li:nth-child(5) a { width: 150px; }

#content {
    position: relative;
    background-color: #efefef;
    min-height: 300px;
    margin: 10px auto 20px auto;
    border: 10px solid #530b5b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-family: "Lato";
    color: #555555;
}

#content:before {
    border: 8px solid #89BD42;
    border-radius: 10px;
    bottom: -3px;
    content: "";
    left: -3px;
    pointer-events: none;
    position: absolute;
    right: -3px;
    top: -3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#contentarea {
	position: relative;
	margin: 0px 15px;
	padding: 20px;
}

#footer {
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/footer.png');
    background-repeat: no-repeat;
}

#footer .center {
    font-size: 12px;
    background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/footer-center.png');
    background-repeat: no-repeat;
    height: 300px;
position: relative;
}

#service-table {
    position: relative;
    left: 25px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
    border-collapse: separate;
    border-spacing: 30px 0;
    width: 690px;
}

#service-table th {
    font-family: "Lato";
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
    padding-bottom: 10px;
    margin-right: 20px;
}

#service-table td {
    padding: 5px 0 0 0;
    vertical-align: top;
}

#service-table ul {
    list-style-type: disc;
    color: #fec628;
    padding-left: 15px;
    margin: 0;
}

#service-table li {
    line-height: 180%;
}

#service-table a {
    color: #ababab;
}

#service-table a:hover {
    color: lime;
}

#service-table img {
    margin-top: 5px;
}

#mailto {
    font-size: 12px;
    position: relative;
    float: right;
    right: 450px;
    bottom: -40px;
}

#mailto p {
    font-family: "Lato";
    color: lime;
}

#mailto a {
    margin-left: 5px;
    color: white;
}

#mailto a:hover {
    color: lime;
}

#news-form {
    position: absolute;
    top: 200px;
    right: 76px;

    font-size: 13px;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear{
    zoom: 1;
}    

.input-wrapper {
    width: 220px;
    border: 4px solid #89bd42;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    background-color: white;
}

.input-wrapper input {
    padding-left: 10px;
    float: left;   
    font-family: "Lato";
	font-style: italic;
    font-size: 13px;
    color: #777777;
    width: 132px;
    height: 25px;
    border: 0;
    background: white;
    border-radius: 3px 0 0 3px;
}

.input-wrapper input:focus {
    outline: 0;
}

.input-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.input-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.input-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   

.input-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #570d5f;
    height: 25px;
    width: 80px;
    font-family: "Lato";
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fec628;
    border-radius: 8px 3px 3px 8px;
}  

.input-wrapper button:hover{    
    font-weight: bold;
    background-color: #590d62;
    color: lime;
}  

.input-wrapper button:active,
.input-wrapper button:focus{  
    background-color: #fec628;
    outline: 0;  
}

.input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ribbon {
    position: absolute;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px #5fd713;
    color: #252525;
    z-index: 10;
}

.ribbon.left {
    left: -26px;
}

.ribbon.right {
    right: -25px;
}

.breadcrumbs {
  font-size: 12px;
  min-height: 20px;
}
.breadcrumbs a {
  color: #237713;
  font-size: 12px;
}


#jquery-lightbox, #jquery-lightbox * { 
  box-sizing : content-box
}

#info-div {
	width: 1000px;
	margin: 15px;
}
	#info-div h1 {
		text-indent: 193px;
		margin: 20px 0px;
	}
	#info-div a {
		color: #237713;
		font: normal 16px "Lato","Trebuchet MS", sans-serif;
	}
	#info-div a:hover {
		color: #530B5B;
		text-decoration: underline;
	}


#header > a#free-ship {
  display: block;
  left: 540px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 140px;
  z-index: 100;
}

#header > a#header-facebook,
#header > a#header-twitter {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  height: 30px;
  width: 30px;
  z-index: 11;
}

#header > a#header-facebook {
  left: 960px;
}
#header > a#header-twitter {
  left: 991px;
}
