body {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, table {
	margin: 0px;
	padding: 0px;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}
@font-face {
	font-family: 'HelveticaNeueCB';
	src: url('font-HelveticaNeueCB.ttf') format('truetype'),
		 url('font-HelveticaNeueCB.eot') format('embedded-opentype'), 
	     url('font-HelveticaNeueCB.woff') format('woff'), 	     
	     url('font-HelveticaNeueCB.svg') format('svg');
}
@font-face {
	font-family: 'HelveticaNC';
	src: url('font-HelveticaNC.ttf') format('truetype'),
		 url('font-HelveticaNC.eot') format('embedded-opentype'), 
	     url('font-HelveticaNC.woff') format('woff'), 	     
	     url('font-HelveticaNC.svg') format('svg');
}
#container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #557a5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    background-color: #FFFFFF;
}
#header {
    background-color: rgba(255,255,255,1.00);
}
#topmenu {
    background-color: #9ac0ab;
    height: 36px;
    clear: both;
}
#topmenu ul {
    display: block;
    color: #FFFFFF;
    font-family: "HelveticaNC", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
#topmenu li {
    float: right;
    display: block;
}
#topmenu ul a {
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 25px;
    margin-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
}
#topmenu ul a:hover {    
    color: #f9f3df;
}
#topmenu ul li:nth-of-type(3) a {
    background-image: url(topmenu-login.png);
}
#topmenu ul li:nth-of-type(2) a {
    background-image: url(topmenu-contact.png);
}
#topmenu ul li:nth-of-type(1) a {
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 0px;
    margin-left: 20px;
    background-color: #78aeab;
}
#hcont {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    display: block;
    float: left;
    position: relative;
    margin-top: -27px;
    padding-bottom: 14px;
}
#mainmenu {
    display: block;
    float: right;
    list-style-type: none;
    color: #557a5c;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-top: 37px;
}
#mainmenu li {
    display: block;
    float: left;
}
#mainmenu li a {
    display: block;
    float: left;
    color: #557a5c;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
}
#mainmenu li a:hover {
    background-image: url(menuright.jpg), url(menuleft.jpg);
    background-position: right center,left center;
    background-repeat: no-repeat, no-repeat;
}
#mmenu {
	display: none;
}
#rotator {
    display: none;
    padding-bottom: 15px;
    background-image: url(sliderbtm.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#hbrands {
	display: none;
}
#hfeat {
	display: none;
}
#hreg {
	display: none;
}
#innerpic {
    width: 100%;
}
#innerpic img {
    width: 100%;
    height: auto;
}
#content {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
#content h1 {
	font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	padding-bottom: 8px;
    color: #557a5c;
    text-transform: uppercase;
    text-align: center;
}
#content h2 {
	font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	padding-bottom: 8px;
    color: #557a5c;
    text-transform: uppercase;
    text-align: center;
}
#content h3 {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	padding-bottom: 8px;
    color: #557a5c;
}
#content p {
	padding-bottom: 15px;
}
#content a {
	color: #557a5c;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	padding-bottom: 15px;
    padding-left: 35px;
    list-style-position: outside;
}
#content ol {
	padding-bottom: 15px;
    padding-left: 35px;
    list-style-position: outside;
}
#contwr{
	float: left;
	width: 100%;
}
#contr{
	margin-left: 207px; /*Set left margin to LeftColumnWidth*/
}
#contl{
	float: left;
	width: 177px; /*Width of left column*/
	margin-left: -100%;
}
#content #contl ul {
    padding-top: 9px;
    padding-bottom: 25px;
    padding-left: 0px;
    color: #77aeab;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    list-style-type: none;
}
#content #contl ul a {
    color: #77aeab;
    text-decoration: none;
}
#content #contl ul a:hover {
    color: #557a5c;
    text-decoration: none;
}
#innertop {
    padding-bottom: 31px;
}
#innertop select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: #eef5f4;
    color: #557a5c;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 38px;
    padding-left: 15px;
    padding-right: 40px;
    width: 275px;
    background-image: url(select.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 64px;
}
#innertop select::-ms-expand {
    display: none;
}
#topsearch {
    background-color: #fcf9ef;
    height: 38px;
    width: 275px;
    float: left;
}
#topsearch input[type="text"] {
    border: none;
    background-color: transparent;
    display: block;
    float: left;
    height: 38px;
    color: #557a5c;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    width: 210px;
}
#topsearch input[type="image"] {
    border: none;
    background-color: transparent;
    display: block;
    float: right;
}
#tsocial {
    float: right;
    padding-top: 7px;
}
#tsocial img {
    margin-left: 15px;
    margin-right: 15px;
}
#tsocial a:nth-of-type(1) img {
    margin-left: 0px;
}
#tsocial a:nth-of-type(4) img {
    margin-right: 0px;
}
#tsocial img:hover {
    opacity: 0.8;
}
#home {
	margin-left: -207px;
}
#homeprods {
    padding-top: 24px;
}
#content #homeprods h3 {
    color: #557a5c;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 4px;
}
#content #homeprods h5 {
    color: #78aeab;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}
#content #homeprods ul {
    display: block;
    margin-left: -1.6%;
    margin-right: -1.6%;
    padding-top: 27px;
}
#content #homeprods ul li {
    display: block;
    float: left;
    text-align: center;
    width: 30.1%;
    padding-left: 1.6%;
    padding-right: 1.6%;
    padding-bottom: 62px;
}
#content #homeprods ul li img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #e7ece8;
    margin-bottom: 19px;
}
#content #homeprods ul li a {
    color: #557a5c;
    font-size: 25px;
    line-height: 27px;
    text-decoration: none;
    text-transform: uppercase;
}
#hbrands {
    background-color: #fdfbf5;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 37px;
}
#hbrands h3 {
    display: inline-block;
    background-image: url(brands-title.png);
    background-repeat: no-repeat;
    padding-left: 52px;
    color: #557a5c;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 39px;
    font-weight: normal;
    text-transform: uppercase;
    background-position: left 5px;
    padding-bottom: 3px;
}
#hbrands p a {
    color: #78aeab;
    text-decoration: none;
}
#hbrands p {
    padding-bottom: 42px;
}
#hbrands p a:hover {
    text-decoration: underline;
}
#hbscrollw {	
	overflow: hidden;
}
#hbscroll {
	min-width: 6220px;
}
#hbscroll img {
    width: auto;
    height: 60px;
    margin-left: 24px;
    margin-right: 24px;
}
#hbscroll a:first-child img {
	margin-left:0px;
}
#hbscroll a:last-child img {
	margin-right:0px;
}
#hbsl {
	position:absolute;
	top: 1px;
	left:-35px;
}
#hbsl img {
    padding-right: 20px;
}
#hbsr {
	position:absolute;
	top: 1px;
	right:-35px;
}
#hbsr img {
    padding-left: 20px;
}
#hbscrollbtn {
	position:relative;
	max-width:1075px;
	margin-left: auto;
    margin-right: auto;
}
#hfeat {
    background-image: url(featbrandback.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#hfeatcont {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 6px;
}
#hfeat h4 {
    display: block;
    float: right;
    clear: both;
    padding-right: 50px;
    padding-bottom: 55px;
}
#hfeat h3 {
    display: block;
    float: right;
    clear: both;
    background-image: url(featbrandtitle.png);
    background-repeat: no-repeat;
    width: 276px;
    height: 120px;
    color: #78aeab;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 7px;
    padding-bottom: 11px;
}
#hfeat p {
    display: block;
    float: right;
    clear: both;
    width: 257px;
    text-align: justify;
    text-align-last: right;
    padding-right: 50px;
    padding-bottom: 17px;
    line-height: 21px;
}
#hfeat p a {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    display: block;
    float: right;
    clear: both;
    color: #557a5c;
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
    text-transform: uppercase;
}
#hfeat p a:hover {
    text-decoration: none;
}
#hreg {
    text-align: center;
    background-image: url(dashes.jpg);
    background-repeat: repeat;
}
#hregcont {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 53px;
    padding-bottom: 20px;
}
#hreg h3 {
    display: inline-block;
    background-image: url(register.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    color: #557a5c;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 39px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 4px;
}
#hreg p{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#hreg p a {
    display: inline-block;
    padding-left: 46px;
    padding-right: 46px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 33px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #78aeab;
    text-transform: uppercase;
}
#hreg p a:hover {
    color: #f9f3df;
}
#footer {
    background-color: #b0cec0;
    color: #557a5c;
    font-size: 12px;
    border-top: 9px solid #ddebea;
}
#fcont {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
}
.fmenu {
    padding-right: 120px;
    float: left;
    padding-top: 52px;
}
.fmenu h4 {
    color: #557a5c;
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.fmenu ul {
    list-style-type: none;
    padding-left: 20px;
    color: #557a5c;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 4px;
}
#footer a {
    color: #557a5c;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#fsocial {
    float: right;
    padding-top: 17px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 13px;
    background-color: #99beaa;
    margin-top: 53px;
}
#fsocial img {
    margin-left: 12px;
    margin-right: 12px;
}
#fsocial img:hover {
    opacity: 0.8;
}
#btmlogo {
    float: right;
    padding-left: 90px;
    font-size: 16px;
    padding-top: 37px;
}
#btmlogo img {
    margin-bottom: 9px;
}
#copyright {
    clear: both;
    text-align: right;
    padding-bottom: 11px;
}



#itemsBlock * {
    box-sizing: border-box;
}
.relatedBlock * {
    box-sizing: border-box;
}
#checkoutSinglePage * {
    box-sizing: border-box;
}
.browsing_historyBlock * {
    box-sizing: border-box;
}
.product-item .name {
    font-size: 14px;
    font-weight: bold;
}
#content .secondary .page_headers {
    text-align: left;
}
#content .secondary #price {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #77aeab;
    font-size: 20px;
    line-height: 24px;
    padding-left: 0px;
}
#content #divOptionsBlock .txtBoxStyle {
    border: none;
    background-color: #eef5f4; 
    padding-top: 11px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 11px;
}
#content #divOptionsBlock select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 38px;
    padding-left: 15px;
    padding-right: 40px;
    background-image: url(select.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}
#content #divOptionsBlock select::-ms-expand {
    display: none;
}
#content #divOptionsBlock .label {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    color: #557a5c;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}
#content .addToCartBlock label {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #557a5c;
    font-size: 18px;
    line-height: 21px;
}
#content .addToCartBlock .qtybox-addcart input {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #557a5c;
    font-size: 18px;
    line-height: 21px;
    background-color: #FFFFFF;
    border: 1px solid #557a5c;
}
#content .icon-basket::before {
    content: '' !important;
    display: none!important;
}
#content .r-tabs-nav {
    padding-left: 0px;
    padding-bottom: 0px;
    border: none;
    margin-bottom: 25px;
    background-color: #fcf9f0;
}
#content .r-tabs-panel {
    border: none;
}
#content .r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: transparent;
    margin-bottom: 0px;
    border: none;    
}
#content .r-tabs-anchor {
    font-family: "HelveticaNeueCB", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #557a5c;
    font-size: 18px;
    line-height: 21px;
    color: #557a5c;
    background-color: transparent;
    border: none;
    cursor: text;
}
#content .r-tabs-anchor:hover {
    text-decoration: none;
}
#content #listing0 .rewardsPointsBlock .header {
    border: none;
    background-color: #eef5f4;
}
#content #listing0 .rewardsPointsBlock .header h3 {
    border: none;
    background-color: #eef5f4;
    padding-bottom: 0px;
    color: #77aeab;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 15px;
}
#content #listing0 .relatedBlock .header {
    border: none;
    background-color: #eef5f4;
}
#content #listing0 .relatedBlock .header h3 {
    border: none;
    background-color: #eef5f4;
    padding-bottom: 0px;
    color: #77aeab;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 15px;
}
#content #listing0 .browsing_historyBlock .header {
    border: none;
    background-color: #eef5f4;
}
#content #listing0 .browsing_historyBlock .header h3 {
    border: none;
    background-color: #eef5f4;
    padding-bottom: 0px;
    color: #77aeab;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 15px;
}
#content select.txtBoxStyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 38px;
    padding-left: 15px;
    padding-right: 40px;
    background-image: url(select.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}
#content .loginField textarea {
    border: none;
	background-color: #eef5f4;
    height: 100px;
    padding-top: 11px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 11px;
}
#divCart .row .img {
    padding-left: 15px;
    padding-top: 15px;
}
#divCart .row .item-options {
    padding-top: 15px;
}
.manf-logo {
    background-color: #f0f6f2;
    background-image: url(brandback.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 15px;
}
#content .manf-logo h3 {
    color: #78aeab;
    font-size: 39px;
    line-height: 43px;
    display: block;
    float: left;
    padding-left: 150px;
    padding-top: 134px;
    padding-bottom: 10px;
}
#mfgpic {
    float: right;
    background-color: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 10px;
    margin-right: 29px;
    margin-top: 15px;
    margin-bottom: 14px;
}
#content #mfgpic img {
    max-height: 130px !important;
    width: auto !important;
}
#prodstock {
	display: inline;
    font-weight: bold;
    font-size: 16px;
}



/*************************************************/

@media screen and (max-width: 1145px) {
#content {
    padding-left: 15px;
    padding-right: 15px;
}
#content img {
	max-width: 97.5% !important;
	height: auto !important;
}
#content iframe {
	max-width: 97.5% !important;
}
#content #homeprods ul li img {
    max-width: 100% !important;
}
#content #homeprods ul li {    
    padding-bottom: 25px;
}
#content #homeprods ul li img {    
    margin-bottom: 10px;
}
#hbscrollbtn {
	margin-left: 50px;
    margin-right: 50px;
}
#hbrands h3 {
    margin-left: 15px;
    padding-right: 15px;
}
#hbrands p {
    padding-left: 15px;
    padding-right: 15px;
}
#hfeatcont {
    padding-top: 25px;
}
#hfeat h4 {
    padding-right: 25px;
    padding-bottom: 15px;
}
#hfeat p {
    color: #557a5c;
}   
#fcont {
    padding-left: 15px;
    padding-right: 15px;
}
.fmenu {
    padding-right: 50px;
    padding-top: 25px;
}
#btmlogo {
    padding-left: 50px;
    padding-top: 25px;
}
#fsocial {
    margin-top: 40px;
}
#innertop select {   
    margin-right: 15px;
}
#tsocial img {
    margin-left: 10px;
    margin-right: 10px;
}
.manf-logo {
    text-align: center;
    }
#content .manf-logo h3 {
    font-size: 30px;
    line-height: 33px;
    float: none;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mfgpic {
    float: none;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 0px;
}
}

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

@media screen and (max-width: 970px) {
#mainmenu {
    display: none;
}
#mmenu {
	display: block;
}
#logo {
    float: none;
    text-align: center;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#content #homeprods ul {
    margin-left: -1.1%;
    margin-right: -1.1%;
}
#content #homeprods ul li {
    width: 31%;
    padding-left: 1.1%;
    padding-right: 1.1%;
}
#content #homeprods ul li a {
    font-size: 18px;
    line-height: 22px;
}
}

@media screen and (max-width: 920px) {
#btmlogo {
    display: none;
}
#fsocial {
    margin-top: 25px;
    padding-left: 7px;
    padding-right: 7px;
}
}

@media screen and (max-width: 800px) {
#innertop select {   
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom: 25px;
}
#topsearch {   
    margin-right: auto;
    margin-left: auto;
    float: none;
}
section {
    padding-bottom: 25px !important;
}
}

@media screen and (max-width: 700px) {
#contwr {
    float: none;
}
#contl {
	display:none;    
}
#contr {
    margin-left: 0px;
}
#home {
	margin-left: 0px;
}
}

@media screen and (max-width: 670px) {
#homeprods {
    padding-top: 0px;
}
#content #homeprods ul {
    margin-left: -1%;
    margin-right: -1%;
}
#content #homeprods ul li {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
}
#hbrands {
    padding-top: 20px;
    padding-bottom: 20px;
}
#hbrands h3 {
    background-image: none;
    padding-left: 15px;
    font-size: 29px;
    line-height: 32px;
    margin-left: 0px;
}
#hbrands p {
    padding-bottom: 25px;
}
#hbscroll {
	min-width: 4680px;
}
#hbscroll img {
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
#hbsl img {
    height: 28px;
}
#hbsr img {
    height: 28px;
}
#hfeat h4 {
    float: none;
    text-align: center;
    padding-right: 0px;
}
#hfeat h3 {
    float: none;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    height: 107px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;    
}
#hfeat p {
    float: none;
    width: auto;
    text-align-last: left;
    padding-right: 15px;
    padding-left: 15px;
}
#hfeat p:last-of-type {
    text-align: center;
    text-align-last: center;
}
#hfeat p a {   
    float: none;
    display: inline;
}
#hreg h3 {
    background-image: none;
    padding-left: 15px;
    font-size: 29px;
    line-height: 32px;
    margin-left: 0px;
}
#hregcont {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
}
#hreg p a {    
    padding-left: 25px;
    padding-right: 25px;    
    font-size: 25px;
}
#fcont {
    text-align: center;
}
.fmenu {
    padding-right: 0px;
    float: none;
    text-align: center;
}
.fmenu ul {
    padding-bottom: 0px;
    padding-left: 0px;
}
#fsocial {
    float: none;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
}
#copyright {
    text-align: center;
}
}

@media screen and (max-width: 470px) {
#topmenu {
    text-align: center;
}
#topmenu ul {
    display: inline-block;    
}
#topmenu ul a {    
    background-color: transparent !important;
    background-image: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#content #homeprods ul {
    margin-left: -0%;
    margin-right: -0%;
}
#content #homeprods ul li {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
#hfeat h3 {
    width: auto;
    background-position: center center;
}
    
    
}