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

.clearboth {
    clear: both;
}

.left {
    float: left;
    clear: both;
}

.right {
    float: right;
}

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

.clear:after {
    clear: both;
}

.clear{
    zoom: 1;
}

.center {
    position: relative;
    width: 1000px;
    margin: 0 auto 0 auto;
    min-height: 30px;
    z-index: 10;
}

.menu-top {
    margin: 5px;
}

.menu-top > a {
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
}

.menu-top > a:hover,
.menu-top > a.selected {
    color: #f7b560;
}

.input-wrapper {
    width: 265px;
    height: 32px;
    background-color: white;
}

.input-wrapper input {
    padding-left: 10px;
    float: left;   
    width: 200px;
    height: 28px;
    border: 0;
}

.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 {
    background-image: url('//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/button-arrow.png');
    background-repeat: no-repeat;
    background-position: 94% center;
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 28px;
    width: 80px;
}  

.image-container {
    position: relative;
    display: table;
}

.image {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
}

.image > .reflection {
    position: relative;
    -webkit-transform: scale(1, 0.5);
    -moz-transform: scale(1, 0.5);
    -o-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    top: -4px;
    height: 25px;
    overflow-y: hidden;
}

.image > .reflection > img {
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    filter: flipv; opacity: 0.10;
    filter: alpha(opacity='10');
}

.shipping {
    position: relative;
    display: inline-block;
    margin: 0;
    top: 20px;
    left: 20px;
    width: 250px;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.shipping > h3 {
    display: inline-block;
    color: #5ec0e9;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px #1e375a;
    margin-bottom: 0;
    line-height: 90%;
}

.shipping > span {
    display: inline-block;
    width: 60px;
    margin: 0 0 0 10px;
    line-height: 90%;
    font-size: 12px;
    font-weight: bold;
}

.shipping > p {
    margin-top: 0;
    font-size: 11px;
}

.menu-bottom {
    display: inline-block;
    font-family: "Open Sans";
    height: 180px;
    vertical-align: top;
    color: white;
    margin: 20px 20px 0 0;
    padding: 0 0 0 0;
}

.menu-bottom h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    padding: 0;
    margin: 0;
}

.menu-bottom ul {
    list-style: none;
    padding: 0;
    font-family: arial;
    font-size: 14px;
}

.menu-bottom a {
    text-decoration: none;
    line-height: 150%;
    color: inherit;
    width: 100px;
}

.menu-bottom a:hover {
    color: #49b2d2;
}

.call-us {
    position: relative;
    margin: 0;
    top: 20px;
    right: 20px;
    width: 260px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.call-us > .phone-text {
    position: relative;
    top: 10px;
    right: 5px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    color: #5ec0e9;
}

.call-us > span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: lightgray;
    text-transform: uppercase;
    margin: 0;
}

.call-us > .phone-number {
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 0 5px;
    padding: 0;
    color: white;
}

.call-us > p {
    position: relative;
    display: inline-block;
    top: -5px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: lightgray;
    width: 100%;
    text-align: center;
}

#header {
    border: 1px solid white;
    background-color: #162334;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: white;
    height: 200px;
}

#header-content {
    position: relative;
    background-image: url('//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/header.png');
    background-repeat: no-repeat;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: white;
    width: 1000px;
    height: 210px;
    margin: 0 auto 0 auto;
    top: -30px;
}

#header-top {
    position: relative;
    background-color: #1e375a;
    background: linear-gradient(left, #1e375a 0%, #162334 20%, #162334 80%, #1e375a 100%);
    background: -moz-linear-gradient(left, #1e375a 0%, #162334 20%, #162334 80%, #1e375a 100%);
    background: -webkit-linear-gradient(left, #1e375a 0%, #162334 20%, #162334 80%, #1e375a 100%);
    background: -o-linear-gradient(left, #1e375a 0%, #162334 20%, #162334 80%, #1e375a 100%);
    height: 35px;
}

#header-top a, #header-top span {
    font-weight: bold;
    font-size: 12px;
}

#welcome {
    text-transform: uppercase;
    margin-right: 5px;
}

#welcome:before {
    content: "Welcome ";
}

#view-cart {
    position: relative;
    display: inline-block;
}

#view-cart a {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 25px;
    margin-left: 0;
    margin-right: 10px;
    color: #96d665;
}

#view-cart a:hover {
    color: #96d665;
}

#view-cart img {
    position: absolute;
    left: 2px;
    top: 2px;
}

#view-cart > span { 
    font-size: 15px;
    letter-spacing: 1px;
}

#header-content {
    height: 210px;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#header-content img {
    display: inline-block;
    margin: 0 auto 0 auto;
}

#search-form {
    position: relative;
    margin: 0;
    top: 35px;
    left: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
}

#search-form.input-wrapper {
    height: 27px;
}

#search-form > input {
    font-family: arial;
    font-size: 13px;
    font-style: italic;
    color: #777777;
    width: 180px;
    height: 27px;
}

#search-form > button {
    background-color: #60bf18;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    height: 27px;
}

#live-chat {
    position: relative;
    top: 15px;
    right: 40px;
    height: 60px;
    width: 270px;
}

#live-chat > button {
    position: absolute;
    right: -20px;
    top: 21px;
    border: 0;
    background-color: #49b2d2;
    background-image: url('//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/button-arrow.png');
    background-repeat: no-repeat;
    background-position: 94% center;
    width: 100px;
    height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

#header-bottom {
    position: relative;
    height: 50px;
    background-color: #dadada;
    background: linear-gradient(top, #ffffff, #dadada);
    background: -moz-linear-gradient(top, #ffffff, #dadada);
    background: -webkit-linear-gradient(top, #ffffff, #dadada);
    background: -o-linear-gradient(top, #ffffff, #dadada);
    top: -80px;
}

#header-bottom-center {
    width: 1000px;
    margin: 0 auto 0 auto;
}

#main-menu {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    width: 1000px;
    z-index: 20;
}

#main-menu > ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#main-menu > ul > li {
    display: inline-table;
    vertical-align: middle;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 123px;
}

#main-menu li > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #445566;
    text-decoration: none;
    height: 50px;
    margin: 0;
    padding: 0 5px 0 5px;
    position: relative;
}

#main-menu > ul > li .ytB {
    background: #ededed;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 4;
    -webkit-box-shadow: 0px 7px 0px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 0px 7px rgba(0,0,0,0.2);
    width: 520px;
}

#main-menu > ul > li .ytB h3 {
    border-bottom: solid 1px #85888f;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #76726f;
    margin: 0 0 8px;
    padding: 0 0 5px;
}

#main-menu > ul > li .ytB .menu-left,
#main-menu > ul > li .ytB .menu-right {
    float: left;
    margin: 20px;
}

#main-menu > ul > li .ytB .menu-left {
    width: 260px;
}

#main-menu > ul > li .ytB .menu-left h3 {
    color: #50b7e0;
}

#main-menu > ul > li .ytB .menu-right {
    width: 175px;
}

#main-menu > ul > li .ytB a {
    display: block;
    font: normal 13px Arial;
    color: #494949;
    text-decoration: none;
}

#main-menu > ul > li .ytB a.sub-menu-link {
    border-bottom: solid 2px #e0dedf;
    line-height: 14px;
    padding: 6px 0;
    text-transform: none;
}

#main-menu > ul > li .ytB a.sub-menu-link:hover {
    color: #34698e;
}
#main-menu > ul > li .ytB a.sub-menu-link:hover:before {
    content: '> ';
}

#main-menu li > a.selected {
    background: #4fb3e5;
    background: linear-gradient(to bottom,  #4fb3e5 0%,#39a8d5 100%);
    background: -moz-linear-gradient(top,  #4fb3e5 0%, #39a8d5 100%);
    background: -webkit-linear-gradient(top,  #4fb3e5 0%,#39a8d5 100%);
    background: -o-linear-gradient(top,  #4fb3e5 0%,#39a8d5 100%);
    color: white;
}

#main-menu li > a.selected:after {
    content: '';
    border: solid 14px transparent;
    border-top-color: #39a8d5;
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -28px;
    z-index: 5;
}

#content {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
    margin-top: 16px;
    width: 1100px;
    background-image: url('//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/bg-border.png');
    background-repeat: repeat-y;
}

#content-body {
	padding: 15px;
}

#content-center {
    margin: 0 auto 0 auto;
    width: 1100px;
    min-height: 100px;
    background-image: url('//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/bg-border.png');
    background-repeat: repeat-y;
}

#footer-top {
    background-color: #4eb5dd;
    background: linear-gradient(top, #4eb5dd 0, #4db3db 50%, #37799e 100%);
    background: -moz-linear-gradient(top, #4eb5dd 0, #4db3db 50%, #37799e 100%);
    background: -webkit-linear-gradient(top, #4eb5dd 0, #4db3db 50%, #37799e 100%);
    background: -o-linear-gradient(top, #4eb5dd 0, #4db3db 50%, #37799e 100%);
    height: 80px;
}

#footer-top > div > div {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

#footer-top h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #1b304d;
    text-shadow: 2px 2px #67c0df;
    line-height: 100%;
    padding: 0;
    margin: 15px 0 0 0;
}

#footer-top span {
    position: relative;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
    color: white;
    width: 100%;
}

#footer-top p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #1b304d;
    text-align: right;
    text-shadow: 1px 1px #67c0df;
    line-height: 60%;
    margin: 0;
    padding: 0;
}

#footer-top .image-container {
    position: absolute;
    top: 15px;
    right: 10px;
}

#subscription-form.input-wrapper {
    position: relative;
    height: 35px;
    width: 293px;
    top: -5px;
    padding: 0;
    margin: 0;
}

#subscription-form > input {
    font-family: arial;
    font-size: 15px;
    font-style: italic;
    color: #777;
    width: 178px;
    height: 35px;
}

#subscription-form > button {
    background-color: #e8ac5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    height: 35px;
    width: 105px;
    color: white;
}

#subscription-form img {
    padding: 0;
    margin: 0;
}

#footer-body {
    background-color: #1f385d;
    background: -moz-linear-gradient(top, #1f385d 60%, #162334 90%);
    background: -webkit-linear-gradient(top, #1f385d 60%, #162334 90%);
    background: -o-linear-gradient(top, #1f385d 60%, #162334 90%);
    background: linear-gradient(top, #1f385d 60%, #162334 90%);
    height: 300px;
}

#shipping-shopping {
    font-family: "Open Sans";
    font-weight: bold;
    color: white;
    width: 660px;
    padding: 40px 0 0 0;
}

#shipping-shopping > div {
    display: inline-block;
    margin-right: 50px;
}

#shipping-shopping strong {
    position: relative;
    top: -20px;
    font-size: 16px;
}

#shipping-shopping span {
    position: relative;
    top: -45px;
    left: 45px;
    font-size: 13px;
}

#shipping-shopping .image {
    display: inline-block;
}

#availability {
    position: absolute;
    width: 330px;
    height: 300px;
    background-color: #162334;
    background: -moz-linear-gradient(top, #030c18 10%, #2c3c53 60%, #1b304e 70%, #162334 90%);
    background: -webkit-linear-gradient(top, #030c18 10%, #2c3c53 60%, #1b304e 70%, #162334 90%);
    background: -o-linear-gradient(top, #030c18 10%, #2c3c53 60%, #1b304e 70%, #162334 90%);
    background: linear-gradient(top, #030c18 10%, #2c3c53 60%, #1b304e 70%, #162334 90%);
    margin-bottom: 10px;
    top: 0;
    right: 0;
    color: white;
}

#availability > p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: -130px;
    bottom: 20px;
}

#availability > .call-us {
    position: relative;
    margin-left: 50px;
}

#availability span {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 19px;
}

#availability .phone-text {
    text-align: left;
    line-height: 100%;
    padding-left: 10px;
}

#availability .phone-number {
    font-size: 39px;
}

#availability > .image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px;
}

#availability > .support {
    position: relative;
    display: table;
    top: 40px;
    margin: 0 auto 0 auto;
}

#availability > .support > a {
    display: table-cell;
    height: 20px;
    text-decoration: none;
    font-family: arial;
    font-size: 17px;
    color: white;
}

#availability > .support > a > img {
    margin-right: 5px;
    vertical-align: bottom;
}

#footer-bottom {
    background-color: #dadada;
    background: linear-gradient(top, #ffffff, #dadada);
    background: -moz-linear-gradient(top, #ffffff, #dadada);
    background: -webkit-linear-gradient(top, #ffffff, #dadada);
    background: -o-linear-gradient(top, #ffffff, #dadada);
    padding-bottom: 10px;
}

#footer-bottom > .image-container {
    margin-top: 10px;
}

#footer-bottom p {
    font-family: arial;
    font-size: 12px;
    text-align: center;
    color: #333;
    margin-top: 20px;
}

#footer-bottom .image > p {
    position: absolute;
    bottom: -20px;
    left: 40px;
    font-family: arial;
    font-size: 12px;
    color: #162435;
}


.ui-autocomplete { z-index: 1000 !important }

#why-buy {
position: relative;
font-family: "Open Sans", sans-serif;
height: 394px;
background-image: url(//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/why-buy-from-us-background.png);
width: 224px;
padding-top: 90px;
}

#why-buy > .button {
    position: absolute;
    display: block;
    background: url('//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/button-arrow.png') no-repeat 94% center;
    background-color: #4fb8e7;
    border: 0;
    padding-left: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    color: white;
    font-size: 15px;
    text-decoration: none;
    width: 140px;
    height: 30px;
    line-height: 30px;
}

#why-buy .wb {
	background-image: url(//sep.turbifycdn.com/ty/cdn/yhst-99239380869547/why-buy-bullet.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	background-position: 15px center;
	line-height: 23px;
}
#why-buy .wb a:link, #why-buy .wb a:visited {
	color: white;
	text-decoration: none;
	font-size: 15px;
}


#dhtmltooltip {
    background-color: lightyellow;
    border: 1px solid black;
    left: -300px;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    width: 150px;
    z-index: 100;
	font-size: 11px;
}
#dhtmlpointer {
    left: -300px;
    position: absolute;
    visibility: hidden;
    z-index: 101;
}