/*
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Tue, Sept 23 2014
*/

/*body:: Controls website background and any other text outside of a table without an associated style.*/
body{
	font-family: 'Trebuchet MS', trebuchet, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

.noWrap{
	white-space: nowrap;
}

img {
	border: 0;
}


input,
	textarea,
	select {
		font-family: 'Trebuchet MS', trebuchet, arial, helvetica, sans-serif;
}

#mobileMenu i,
#closeSlideMenu i,
#mobileCatMenu i,
#mobileCart i,
#closecbpMenu i {
	color: #FFF;
	font-size: 21px;
}

.mainPhone div{
	color: #FFF;
	font-size: 21px;
	text-decoration: none;
}


blockquote {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background: #FFF;
	border-left: 6px solid #7fac2d;
	margin: 0 0 15px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    width: 240px;
}
div.searchlight-results-wrapper {
	border: none;
    margin-top: 1px;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/
.store-name {
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	margin: 10px 0 0 0;
	padding: 0;
}
/*store-slogan:: Store Slogan.*/
.store-slogan {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/*frame:: Controls the left and right column background.*/
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/
.frame-ht {
	height: 1000px;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/
.menu-headers {
	font-family: 'Crimson Text', 'times new roman', times, serif;
	font-size: 30px;
	color: #3d7534;
	font-weight: normal;
	text-transform: none;
	height: 30px;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
	padding-left: 8px;
}

/*footer:: This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/
.footer {
	font-size: 12px;
	color: #1b1c20;
	font-weight: normal;
}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	font-size: 12px;
	color: #1b1c20;
	font-weight: normal;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/
.icon {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #7fac2d;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/
.ranking {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #7fac2d;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/
.menu-text {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/
.price2 {
	font-size: 14px;
	color: #7fac2d;
	font-weight: bold;
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/
.cart-text {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background: rgba(0,0,0, 0.4) url(../images/cart.png) no-repeat 6px center;
	display: inline-block;
	line-height: 25px;
	padding: 4px 12px 4px 35px;
	margin: 8px 0px 4px 0px;
	cursor: pointer;
	border: solid 1px #000000;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

}


/*search-text:: Controls the way the search box displays of the frame.*/
.search-text {
	font-size: 20px;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 0;
}

/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/

A.cat {
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	margin: 0px 0px 0px 22px;
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 100%;
	padding: 6px 6px 6px 12px;
	background: url(../images/NavBullet.png) no-repeat;
	background-position: 0px -90px;
	width: 184px;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/
A.cat:hover {
	font-family: arial, helvetica, sans-serif;
	color: #4a8141;
	text-decoration: none;
	background-position: 2px 8px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

/*A.cat:visited:: After a user has visited that section.*/
A.cat:visited {
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	margin: 0px 0px 0px 22px;
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 100%;
	padding: 6px 6px 6px 12px;
	background: url(../images/NavBullet.png) no-repeat;
	background-position: 0px -90px;
	width: 184px;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/
A.cat:visited:hover {
	font-family: arial, helvetica, sans-serif;
	color: #4a8141;
	text-decoration: none;
	background-position: 2px 8px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/
A.subcat {
	display: block;
	font-family: arial, helvetica, sans-serif;
	color: #28611f;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-decoration: none;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/
A.subcat:hover {
	color: #639b42;
	text-decoration: none;
}
/*A.subcat:visited:: After a user has visited that section.*/
A.subcat:visited {
	color: #28611f;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/
A.subcat:visited:hover {
	color: #639b42;
	text-decoration: none;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/
A.menu {
	font-family: 'Crimson Text', 'times new roman', times, serif;
	font-size: 16px;
	line-height: 100%;
	color: #163b10;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 12px 6px 12px;
	-webkit-text-shadow:	1px 1px 1px rgba(150, 255, 100, 0.5);
		 -moz-text-shadow:	1px 1px 1px rgba(150, 255, 100, 0.5);
					text-shadow:	1px 1px 1px rgba(150, 255, 100, 0.5);
}

/*A:menu:over:: When a user passes their mouses over them.*/
A.menu:hover {
	font-family: 'Crimson Text', 'times new roman', times, serif;
	color: #b9e5af;
	text-decoration: none;
	background: rgba(0,0,0,0.3);
	padding: 8px 12px 6px 12px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-text-shadow:	-1px -1px 1px rgba(0, 0, 0, 0.3);
		 -moz-text-shadow:	-1px -1px 1px rgba(0, 0, 0, 0.3);
					text-shadow:	-1px -1px 1px rgba(0, 0, 0, 0.3);
}

/*A:menu:over:: After a user has visited that section.*/
A.menu:visited {
	font-family: 'Crimson Text', 'times new roman', times, serif;
	font-size: 16px;
	line-height: 100%;
	color: #163b10;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 12px 6px 12px;
	-webkit-text-shadow:	1px 1px 1px rgba(150, 255, 100, 0.5);
		 -moz-text-shadow:	1px 1px 1px rgba(150, 255, 100, 0.5);
					text-shadow:	1px 1px 1px rgba(150, 255, 100, 0.5);
}

/*A:menu:visited:over:: A user hovers over a section they have visited.*/
A.menu:visited:hover {
	font-family: 'Crimson Text', 'times new roman', times, serif;
	color: #b9e5af;
	text-decoration: none;
	background: rgba(0,0,0,0.3);
	padding: 8px 12px 6px 12px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-text-shadow:	-1px -1px 1px rgba(0, 0, 0, 0.3);
		 -moz-text-shadow:	-1px -1px 1px rgba(0, 0, 0, 0.3);
					text-shadow:	-1px -1px 1px rgba(0, 0, 0, 0.3);
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/
A.menu-bottom {
	color: #3b3b3b;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/
A.menu-bottom:hover {
	color: #000000;
	text-decoration: underline;
}
/*A:menu-bottom:over:: After a user has visited that section.*/
A.menu-bottom:visited {
	color: #3b3b3b;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/
A.menu-bottom:visited:hover {
	color: #000000;
	text-decoration: underline;
}

/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/
A.link {
	color: #444444;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/
A.link:hover {
	color: #3d7534;
	text-decoration: none;
}
/*A:link:over:: After a user has visited that section.*/
A.link:visited {
	color: #444444;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/
A.link:visited:hover {
	color: #3d7534;
	text-decoration: none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/
A.details {
	color: #2c3e50;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
	padding: 4px 6px;
}
/*A.details:hover:: When a user passes their mouse over them.*/
A.details:hover {
	color: #3d7534;
	background: #5973b6;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/
A.details:visited {
	color: #444444;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
	padding: 4px 6px;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/
A.details:visited:hover {
	color: #3d7534;
	background: #5973b6;
	text-decoration: none;
}
/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/
td {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background: #FFF;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 38px;
	font-weight: bold;
	color: #7fac2d;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/
.titles {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 9px;
	border-bottom: 1px solid #000;
	display: block;
}
/*price:: Controls the way the product's final price display throughout the site.*/
.price {
	font-size: 18px;
	color: #302eae;
	font-weight: bold;
	letter-spacing: 0;
}
/*error:: Controls the error messages*/
.error {
	font-size: 12px;
	font-weight: bold;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/
.borders {
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*borders2:: Controls the color of the solid line dividers used throughout the site.*/
.borders2 {
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/
A {
	color: #2422b2;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/*A:hover:: When a user passes  their mouse over them.*/
A:hover {
	color: #7371fd;
	text-decoration: underline;
}
/*A:visited:: After a user has visited that section.*/
A:visited {
	color: #2422b2;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/
A:visited:hover {
	color: #7371fd;
	text-decoration: underline;
}

/*******************************************************************************************************/
/*   Webfodder Mod for Category Product List pages      */
/*******************************************************************************************************/

/*
.alternative_cls:nth-child(1){
    background:#DDEBD6;
    border: 1px solid #ccc;
}
*/

.alternative_cls:nth-child(odd){
    background:#DDEBD6;
    border: 1px solid #ccc;
}
.alternative_cls:nth-child(even){
    background: #F5FFFA;
    border: 1px solid #ccc;
}


/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: bold;
	color: #7fac2d;
}
/*titles2:: Controls the titles on the view cart page*/
.titles2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEE;
	color: #7fac2d;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: bold;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/
.item {
	font-size: 14px;
	color: #000;
/*	font-weight: bold;*/
}
/*itemTitle:: Controls the name of the Product.*/
.item-title {
	font-size: 22px;
	color: #7fac2d;
	font-weight:bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/
.price-info {
	font-size: 12px;
	font-weight: bold;
	color: #585C5F;
}
/*small-txt:: Controls the way the item id displays.*/
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	vertical-align:bottom;
}
/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/
.availability-txt {
	color: #7fac2d;
}
/*reward-title:: Controls the title of the Reward Points section.*/
.reward-title {
	color: #7fac2d;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style:italic;
}
/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/
.btn {
	border: none;
	font-weight: bold;
	font-size: 13px;
	color: rgba(0,0,0, 0.8);
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
	padding: 7px 10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98cc00), to(#5a9501));
	background: -webkit-linear-gradient(top, #98cc00, #5a9501);
	background: -moz-linear-gradient(top, #98cc00, #5a9501);
	background: -ms-linear-gradient(top, #98cc00, #5a9501);
	background: -o-linear-gradient(top, #98cc00, #5a9501);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98cc00', endColorstr='#5a9501');

	-webkit-appearance: none;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
		 -moz-text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
					text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);


	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/
.btn_over {
	border: none;
	font-weight: bold;
	font-size: 13px;
	color: rgba(0,0,0, 0.8);
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
	padding: 7px 10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b3f000), to(#74be01));
	background: -webkit-linear-gradient(top, #b3f000, #74be01);
	background: -moz-linear-gradient(top, #b3f000, #74be01);
	background: -ms-linear-gradient(top, #b3f000, #74be01);
	background: -o-linear-gradient(top, #b3f000, #74be01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fac2d', endColorstr='#74be01');

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
		 -moz-text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
					text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/
button:hover {
	border: none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b3f000), to(#74be01));
	background: -webkit-linear-gradient(top, #b3f000, #74be01);
	background: -moz-linear-gradient(top, #b3f000, #74be01);
	background: -ms-linear-gradient(top, #b3f000, #74be01);
	background: -o-linear-gradient(top, #b3f000, #74be01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fac2d', endColorstr='#74be01');
	font-weight: bold;
	font-size: 13px;
	color: rgba(0,0,0, 0.8);
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding:7px 10px;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
		 -moz-text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
					text-shadow:	1px 1px 1px rgba(255, 255, 255, 0.5);
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/
.txtBoxStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: normal;
	font-size: 15px;
	color: #000;
  margin: 4px 0px 28px 0px;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/
.txtAreaStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: normal;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #000;
	font-size: 12px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0;
}

/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */
.invoice_title {
	font-size: 10px;
	font-weight: bold;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */
.font1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/*font2:: Secondary Screen Font */
.font2 {
	font-size: 12px;
	font-weight: bold;
	color: #7fac2d;
}
.font3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: bold;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/
.top {
	background: none;
}
/*line:: Controls the  Color of the line bellow the top bar*/
.line {
	background: #FFF;
}

/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
    color: #7fac2d;
}
.accent-bg-color {
    background: #e2e2e2;
    color: #000;
}

#mainContainer {
	padding: 0px 30px 0px 30px;
}

.wrapper {
	background: rgba(255, 255, 255, 1.0) url(../images/MainAreaBackground.jpg);
	/* background-image: url(../images/MainAreaBackground.jpg); */
	width: 100%;
	max-width: 1200px;
	margin: 15px auto 0px auto;
	position: relative;
	border: solid 0px red;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	-webkit-box-shadow:	none;
	   -moz-box-shadow:	none;
		      box-shadow:	none;
}



.gutterText{
	text-align: center;
	font-face: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	line-height: 110%;
	font-weight: normal;
}

.gutterText p{
	margin-top: 0px;
	color: #444444;
	line-height: 110%;
	font-weight: normal;
}


.gutterText h1, .gutterText h2, .gutterText h3, .gutterText h4, .gutterText h5{
	font-family: 'Crimson Text', 'times new roman', times, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 100%;
	color: #3d7534;
	margin: 0px 0px 2px 0px;
}

.gutterText h1{
	font-size: 30px;
}

.gutterText h2{
	font-size: 28px;
}

.gutterText h3{
	font-size: 26px;
}

.gutterText h4{
	font-size: 24px;
}

.gutterText h5{
	font-size: 22px;
}

.gutterText a:link, .gutterText a:active, .gutterText a:visited{
	font-weight: bold;
	line-height: 100%;
	color: #444444;
	text-decoration: underline;
}

.gutterText a:hover{
	color: #3d7534;
	text-decoration: underline;
}

.gutterPhone{
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	color: #0000ff;
}

.appointment{
	font-size: 13px;
	font-weight: normal;
	line-height: 100%;
	color: #8785ff;
	margin: 0px;
}

.mailListButton:link, .mailListButton:visited{
	font-size: 14px;
	font-weight: normal;
	color: #5a5be3;
	display: block;
	background: rgba(255, 255, 255, 0.8);
	margin: 10px 0px 10px 0px;
	padding: 8px;
	width: 160px;
	border: solid 0px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	-webkit-text-shadow:	0px 1px 1px rgba(0, 0, 0, 0.3);
	   -moz-text-shadow:	0px 1px 1px rgba(0, 0, 0, 0.3);
		      text-shadow:	0px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:	0px 3px 6px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:	0px 3px 6px rgba(0, 0, 0, 0.4);
		      box-shadow:	0px 3px 6px rgba(0, 0, 0, 0.4);
}

.mailListButton:hover{
	color: #5a5be3;
	background: rgba(255, 255, 255, 1.0);
}


.baseContact {
	font-size: 16px;
	text-align: center;
	line-height: 100%;
}

.webfodderLogo:link, .webfodderLogo:visited{
	color: #3f3f3f;
	display:block;
	text-align: center;
	line-height: 120%;
	margin: 6px auto 0px auto;
	padding-bottom: 30px;
	width: 240px;
	font-size: 11px;
	border: solid 0px red;
	text-decoration: none;
}

.webfodderLogo:hover, .webfodderLogo:visited:hover {
	color: #3f3f3f;
	text-decoration: underline;
}


.webfodderLogo img{
	display:block;
	margin: 3px auto 0px auto;
	width: 20px;
	border: solid 0px blue;
	text-decoration: none;
}

.bannerPhone a{
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
    margin: 4px auto 4px auto;
    text-decoration: none;
}
.baseContact a{
	color: #3f3f3f;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	line-height: 100%;
}





/* ********* SOCIAL BUTTONS ****************** */

#socialCell{
	background: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px -45px;
	width: 90px;
	color: #a2a2a2;
	font-size: 14px;
	border: solid 0px red;
}


#socialCell table{
	background: none;
	border-collapse: collapse;
	margin: 0px 0px 0px  70px;
	border-spacing:0px 0px;
	border: solid 0px green;
}

#socialCell table td{
	background: none;
	text-align: center;
	align: center;
	padding: 0px 8px 0px 0px;
}

#socialCell table td a:link, #socialCell table td a:visited{
	display: block;
	background: url(../images/SocialIconSprite.png) no-repeat;
	margin: 0px 0px 0px 0px;
	border: solid 0px #0000ff;
	width: 36px;
	height: 36px;
	text-decoration: none;
}
#socialCell table td a#yelp:link, #socialCell table td a#yelp:visited{
	background-position: 0px 0px;
	display: block;
	background: url(../images/yelp.png) no-repeat;
	margin: 0px 0px 0px 0px;
	border: solid 0px #0000ff;
	width: 36px;
	height: 34px;
	text-decoration: none;
	}


	#socialCell table td a#fb:link, #socialCell table td a#fb:visited{
		background-position: 0px 0px;
		text-decoration: none;
	}

	#socialCell table td a#fb:hover{
		background-position: 0px -36px;
		text-decoration: none;
	}

	#socialCell table td a#tw:link, #socialCell table td a#tw:visited{
		background-position: -36px 0px;
		text-decoration: none;
	}

	#socialCell table td a#tw:hover{
		background-position: -36px -36px;
		text-decoration: none;
	}

	#socialCell table td a#ggl:link, #socialCell table td a#yt:visited{
		background-position: -72px 0px;
		text-decoration: none;
	}

	#socialCell table td a#ggl:hover{
		background-position: -72px -36px;
		text-decoration: none;
	}


	#socialCell table td a#yt:link, #socialCell table td a#yt:visited{
		background-position: -182px 0px;
		text-decoration: none;
	}

	#socialCell table td a#yt:hover{
		background-position: -182px -36px;
		text-decoration: none;
	}
	.google_review {
		
	}
/* ****************************************************** */



#mobileCatMenu {
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 2px 0 0 10px;
	cursor: pointer;
}

.mainPhone{
	display: none;
	float: left;
	width: 140px;
	height: 25px;
	margin: 2px 0 0 8px;
	text-decoration: none;
}

.mainPhone:hover{
	text-decoration: none;
	cursor: pointer;

}

#closeSlideMenu {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 0 0px 10px 10px;
  cursor: pointer;
}
#mobileCart {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

#mobileMenu {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 2px 0 0 10px;
	cursor: pointer;
}

.phoneMobile{
	float: right;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 0px 2px 0px;
	cursor: pointer;
}

.phoneMobile:hover{
	color: #ffffff;
	text-decoration: none;
}


#closecbpMenu {
    text-align: right;
}

header {
	margin: 0px auto 0px auto;
	min-height: 0px;
	position: relative;
	border: solid 0px #00ff00; /* Bright green */
	text-align: center;
}



.mobileHeadingMED{  /* HIDES HEADING STYLES THAT SHOULD ONLY BE VISIBLE FROM MEDIUM (980 AND BELOW) */
	display: none;
}


.bannerContainer {
	background: url(../images/PageTopRepeater.jpg) repeat-x center top;
	padding: 0px 0px 0px 0px;
	height: none;
}


.bannerInner {
	background: url(../images/BannerCenterBackground.jpg) no-repeat center top;
	padding: 0px 0px 0px 0px;
	height: none;
}

.bannerBound{
	position: relative;
	top: 0px;
	width: 100%;
	height: 120px;
	margin: 0px auto;
	text-align: center;
	padding: 0px 30px 0px 30px;
	border: solid 0px blue;
}

.bannerTop{
	width: 100%;
	max-width: 1200px;
	height: 120px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: solid 0px aqua;
}

#logo {
	text-align: left;
	width: 60%;

	float: left;
	height: auto;
	margin: 0px  0px 0px -30px;
  border: solid 0px green;
}

#logo img {
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		max-width: 623px;
}

.mobileLogo{
	max-width: none;
	margin-top: 0px;
	margin-left: 0px;
	width: 320px;
}

.headCenterBlock{
	float: left;
	font-family: 'Crimson Text', 'times new roman', times, serif;
  	font-variant: small-caps;
	line-height: 120%;
	color: #c7e2c2;
	width: 20%;
	height: auto;
	text-align: center;
	margin-top: 25px;
	padding: 0px  0px 0px 0px;
	border: solid 0px red;
	-webkit-text-shadow:	1px 1px 1px rgba(0, 0, 0, 0.8);
		 -moz-text-shadow:	1px 1px 1px rgba(0, 0, 0, 0.8);
					text-shadow:	1px 1px 1px rgba(0, 0, 0, 0.8);
}

.bannerPhone{
	font-weight: bold;
	color: #ffffff;
	font-size: 28px;
	margin: 4px auto 4px auto;
}

.headRightBlock{
	font-family: 'Crimson Text', 'times new roman', times, serif;
	font-size: 16px;
	color: #c7e2c2;
	float: right;
	width: 20%;
	height: auto;
	text-align: right;
	border: solid 0px yellow;
}

nav#showSlideMenu {
    display: block;
}

#FRAME_MENU {
	display: inline;
}

.utils {
	color: #163b10;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 0px 0px;
	border: solid 0px yellow;
}

.globalLinksTop{
	border: solid 0px red;
	padding: 4px 0px 4px 0px;
}

.utils ul {
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0;
	display: inline;
}
.utils li {
	display: inline-block;
	line-height: 38px;
	border: solid 0px blue;
}
.utils li.div {
	background:#FFF;
	width: 2px;
	height: 10px;
}

#cart {
	display: inline;
	line-height: 25px;
	text-align: right;
	margin: 0 0 10px 0;
}

.searchBound{
	text-align: center;
	border: solid 0px black;
	margin: 0px 0px 0px 0px;
	background: rgba(70, 110, 155, 0.0);
	padding: 10px 30px 10px 30px;

}



#searchBox {
	float: left;
	width: 250px;
	padding: 5px 0px 5px 5px;
	border: solid 0px pink;
}

#searchBox form {
    position: relative;
}

#searchBox input {
	float: left;
}
#searchBox input[type="text"] {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	width: 156px;
	height: 30px;
	line-height: 100%;
	margin: 0px 6px 0px 0px;
	padding: 0 0 0 8px;
	background: rgba(0,0,0,0.2);
	border: solid 1px rgba(0, 0, 0, 1.0);

	-webkit-box-shadow:	1px 1px 3px rgba(0, 0, 0, 0.5) inset;
	   -moz-box-shadow:	1px 1px 3px rgba(0, 0, 0, 0.5) inset;
		      box-shadow:	1px 1px 3px rgba(0, 0, 0, 0.5) inset;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#searchBox input[type="submit"] {
  margin-top: 0px;
  padding-top: 6px;
	width: 42px;
	height: 30px;
	line-height: 100%;
	background-color: #000000;
	background: url(../images/SearchMagnifyingGlass.png) no-repeat 11px 3px, linear-gradient(#509145, #133c0d);
	transition: all 0.3s ease 1s;
	border: solid 1px #000000;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#searchBox input:hover[type="submit"] {
	background-color: #52a943;
	background: url(../images/SearchMagnifyingGlass.png) no-repeat 11px 3px, linear-gradient(#52a943, #1c6412);
	transition: all 0.3s ease 0s;
}


.login {
	float: right;
	line-height: 1.5em;
	margin-top: 6px;
}
.login a, .login a:visited {
	color: #FFF;
	text-decoration: underline;
}

.login {
	color: #FFF;
	float: right;
	line-height: 1.5em;
	margin-top: 6px;
	margin-right: 0px;
}
.login a, .login a:visited {
	color: #FFF;
	text-decoration: underline;
}
aside#leftBar {
	float: left;
	width: 190px;
	min-height: 800px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
  display: block;
	background: none;
	-webkit-border-radius: 0px 0px 0px 0px;
	   -moz-border-radius: 0px 0px 0px 0px;
	        border-radius: 0px 0px 0px 0px;
}
aside#rightBar {
	float: left;
	width: 190px;
	min-height: 800px;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px 0px 10px;
  display: block;
	background: none;
	-webkit-border-radius: 0px 0px 16px 0px;
	   -moz-border-radius: 0px 0px 16px 0px;
	        border-radius: 0px 0px 16px 0px;
}
aside .module {
	margin-bottom: 10px;
	padding: 0 0 20px;
}
aside .module ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
aside .module li.div {
	width: 170px;
	height: 1px;
	background: none;
	border: none;
	margin: 0 auto;
}
aside .module .info {
	width: 100%;
	padding: 0 9px;
}
aside .module .name {
	line-height: 1em;
	margin-bottom: 10px;
}
aside .module .price2 {
	float: left;
}
aside .module .stars {
	float: right;
}
aside .module .div {
	display: block;
	height: 1px;
	background: none;
	border-bottom: 2px dotted #8d8d8d;
	margin: 10px 8px;
}
aside li.sub-cat {
	margin: 0 10px 0 25px;
	padding: 0px 0px 6px 16px;
	line-height: 100%;
}
.manf-select {
	width: 183px;
	overflow: hidden;
	height: 29px;
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
	border: 1px solid #000;
}
.manf-select select {
	font-weight: bold;
	width: 210px;
	height: 29px;
	line-height: 29px;
	-webkit-appearance: none;
	background: transparent !important;
	border: none;
}
.topsellers_topitem {
	position: relative;
	padding: 0 0 10px 0;
}
.topsellers_topitem .img {
	display: table-cell;
	width: 171px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
.topsellers_topitem .img img {
	width: 150px;
}
.topsellers_topitem .info {
	padding: 0.5em 0;
}
#mainContent {
	float: left;
	width: 100%;
	min-height: 800px;
	margin: 0;
	padding: 0px 25px 15px 25px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;

}
footer {
  color: #3f3f3f;
	min-height: 100px;
	position: relative;
}
ul.frame-links {
  color: #3f3f3f;
	list-style: none;
	display: block;
	text-align: center;
	line-height: 30px;
	margin: 25px 0 10px;
	padding: 0;
}
ul.frame-links li {
	display: inline-block;
	margin: 0 5px;
}
#copyright {
	color: #3f3f3f;
	text-align: center;
}
#globalFooter {
    margin-top: 15px;
}
#modMailist label {
	line-height: 14px;
	display: block;
	margin-bottom: 15px;
}
#modMailist form {
	padding: 0 10px;
}
#modMailist input {
	float: left;
}
#modMailist label {
	display: none;
}
#modMailist input[type="text"] {
	color: #374a51;
	font-size: 11px;
	border: 2px solid #dff2f6;
	width: 77%;
	height: 22px;
	line-height: 22px;
	margin: 0 3px 10px 0;
	padding: 0 0 0 5px;
}
#modMailist input[type="submit"] {
	margin: 0 0 10px 0;
    padding: 2px;
	width: 19%;
}
.stats {
	height: 0;
	overflow: hidden;
}

/*	home.html Template
	------------------	*/
.header-specials {
	font-family: 'Crimson Text', 'times new roman', times, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	color: #3d7534;
	margin: 20px 0px 10px 0px;
}
.product-item {
	text-align: center;
	width: 100%;
	background: #FFF;
	border: 1px solid #e9e9e9;
	padding: 0 8px 0 8px;
	position: relative;
	overflow: hidden;
}
.product-item .name {
/*	min-height: 60px; */
}
.category-footer {
	border-top: 1px solid #4e4e4d;
	padding: 15px 0;
}

/*	listing_0.html Template
	-----------------------	*/
#listing0 h1 {
    font-size: 18px;
}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
	border: 1px solid #e9e9e9;
}


/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES -- MAX 767px --------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/


@media only screen and (max-width: 767px) {

		html {
			padding: 0 !important;
		}

		body {
			font-size: 16px;
				width: 100%;
				max-width: 100%;
				overflow-x: hidden;
			margin: 0 !important;
			padding: 0 !important;
		}

		aside {
			display: none !important;
		}

		#mainContent {
			display: block;
			width: 100%;
			padding-bottom: 2em;
		}
		#homeCarousel {
				position: relative;
			margin: 0 auto 15px !important;
				overflow: hidden;
		}
		#homeCarousel img {
				position: relative;
				margin-left: auto;
				margin-right: auto;
		}
		#homeHeader {
			border: none;
			margin-bottom: 0;
			padding-bottom: 20px;
		}
		#homeHeader img {
			width: 100%;
			height: auto;
		}
		.productBlockContainer {
			margin: 0;
		}
		.header-specials {
			width: 100%;
			text-align: center;
		}
		.product-item {
			width: 95%;
			margin: 0 auto 13px;
		}
		.last-item .product-item {
			margin: 0 auto 13px;
		}
		.product-item .img {
			width: 100%;
			margin: 0 auto;
		}
		footer {
			padding-bottom: 30px;
		}
		#copyright {
			float: none;
			text-align: center;
		}
		#FRAME_LINKS {
			float: none;
		}
		ul.frame-links {
			list-style: none;
			text-align: center;
			width: 100%;
			padding: 1.5em 0;
		}
		ul.frame-links li {
			float: none;
			display: block;
			margin: 0 0 10px 0;
		}
		#globalFooter {
			float: none;
			text-align: center;
			margin-top: 10px;
		}


		#viewCart .item-qty {
			line-height: 2.9em;
			width: 40%;
			margin-left: 0%;
		}

		#viewCart .item-price {
			line-height: 2.9em;
			width: 40%;
		}

}


/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES -- MAX 980px --------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/

@media only screen and (max-width: 980px) {


.hideBelow980{
	display: none;
}

.top-menu-bar {
	background-color: rgb(57, 43, 33); /* Hex Value: #392b21 */
	background-color: rgba(57, 43, 33, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99392b21, endColorstr=#99392b21);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99392b21, endColorstr=#99392b21)";
    min-height: 35px;
}

.menuBarPhone{
	display: block;
}


#mainContainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


header {
  min-height: 50px;
	padding-bottom: 0px;
	z-index: 5000;
}

.bannerBound{
	display: none;
}

.bannerTop{
	padding: 0px 0px 0px 0px;
	text-align: center;
}


.mobileHeadingMED{
	top: 0px;
	height: 100px;
	text-align: center;
	width: 100%;
	display: block;
	z-index: 20;
}

.mobileLogoBound {
	display: block;
	width: 320px;
	text-align: center;
	margin: 0px auto 0px auto;
	text-align: center;
  border: solid 0px red;
}

.mobileLogoBound img {
	width: 100%;
	margin: -5px auto 0px auto;
}

.wrapper {
	width: 100%;
	margin-top: 0px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.searchBound{
	width: 100%;
	text-align: center !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 0px red;
}


#searchBox {
	float: none;
	width: 230px;
	margin: 0px auto;
	padding: 5px 0px 5px 5px;
	border: solid 0px #00ff00;
}

#searchBox input[type="text"] {

}

#searchBox input[type="submit"] {

}

#cart,
.login {
    display: none;
}

#mobileCatMenu,
#mobileCart,
#closeSlideMenu,
#mobileMenu {
    display: block;
}

.mainPhone{
    display: block;
}


.utils {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 2%;
	position: absolute;
	z-index: 10000;
	top: 30px;
	border: solid 0px pink;
}
.utils ul {
    margin: 0;
    padding: 0;
}
.utils li {
    display: block;
}
.utils li.div {
    display: none;
}

nav#navCatMenu {
	width: 100%;
	height: auto;
    overflow: visible;
}
nav#navCatMenu ul {
	display: none;
	background: #392b21;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
    z-index: 1005;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
nav#navCatMenu li {
	float: none;
	text-align: center;
	display: block;
}
nav#navCatMenu li a,
nav#navCatMenu li a:visited {
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 2.5em !important;
	background: none !important;
	width: 100%;
	float: none;
	display: block;
	padding: 0 !important;
}
nav li.div {
	display: none;
}
header ul.mobile {
  background: rgba(3,27,0,0.9);
	display: none;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	font-size 18px;
    position: relative;
    z-index: 1005;
}
header ul.mobile li {
	float: none;
	text-align: center;
	display: block;
	margin: 0px;
}

header ul.mobile li a,
header ul.mobile li a:visited {
  background: none;
  color: #c3db98;
	font-size 18px;
	font-weight: bold;
	line-height: 2.5em;
	width: 100%;
	float: none;
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	border-bottom: solid 1px #000000;
}


header ul.mobile li a:hover,
header ul.mobile li a:visited:hover {
  background: rgba(0,0,0,0.7);
  color: #ffffff;
}





/* General styles for Slide Out Menus */
.cbp-spmenu {
  background: rgba(0,30,70,0.9);
	position: fixed;
}
.cbp-spmenu a,
.cbp-spmenu a:visited {
	display: block;
	font-size: 18px;
	font-weight: 300;
    text-align: left;
}
.cbp-spmenu a:hover,
.cbp-spmenu a:visited:hover {
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid rgba(143,197,255,0.3);
	padding: 14px;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #000;
}
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}
.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0;
    z-index: 1050;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}
/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */

.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

}



/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES -- MAX 1080px --------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/

@media only screen and (max-width: 1080px) {
	.hideBelow1080{
		display: none;
	}

	.headRightBlock{
		width: 40%;
	}


}

/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES ----------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/

@media only screen and (min-width: 768px) and (max-width: 980px) {

html {
	padding: 0 !important;
}

body {
    	font-size: 16px;
    max-width: 100%;
    overflow-x: hidden;
	padding: 0 !important;
}

#mainContainer {
  width: 100%;
}

.productContainer {
	float: none !important;
}
.product-item {
	width: 100%;
}
aside#leftBar {
    display: none;
}
aside#rightBar {
    display: none;
}

}



/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES -- MAX 1210px --------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/

@media only screen and (max-width: 1210px) {

	a.menu {
		font-size: 14px;
		padding: 8px 12px;
	}


}


/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES -- MAX 1080px --------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/

@media only screen and (max-width: 1080px) {

		#homeCarousel {
			margin-top: 15px !important;
		}

	a.menu {
		font-size: 12px;
		padding: 8px 12px;
	}


}






/* Tablet Layout: Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

	#mobileCatMenu {
			display: block;
	}

	.mainPhone{
			display: block;
	}


	.mainPhone{
			display: block;
	}



	aside#leftBar {
			display: none;
	}
	aside#rightBar {
			display: none;
	}

	.btn {
		font-size: 14px;
		padding: 9px 14px;
	}

	.menuRow{


	}

	/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/
	.btn_over {
		font-size: 14px;
		padding: 9px 14px;
	}

	/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/
	button:hover {
		font-size: 14px;
		padding: 9px 14px;
	}


}

/* Tablet Layout: Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

	aside#rightBar {
			display: none;
	}
	header ul.mobile {
			background: #FFF;
		display: none;
		margin: 0;
		width: 100%;
		height: auto;
		padding: 10px;
			position: relative;
			z-index: 1005;
	}
	header ul.mobile li {
		float: none;
		text-align: center;
		display: block;
	}
	header ul.mobile li a,
	header ul.mobile li a:visited {
			background: none;
		font-size: 12px;
		font-weight: bold;
		line-height: 2.5em;
		width: 100%;
		float: none;
		display: block;
		padding: 0;
		margin: 0px auto 0px auto;
	}

	.btn {
		font-size: 14px;
		padding: 9px 14px;
	}

	/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/
	.btn_over {
		font-size: 14px;
		padding: 9px 14px;
	}

	/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/
	button:hover {
		font-size: 14px;
		padding: 9px 14px;
	}


}


/* Quantity Pricing Webfodder */
#listing0 .quantityBlock2 {
    border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#listing0 .quantityBlock2 {
    color: #302EB3;
    text-align: center;
    font-weight: bold;
}
.quantity-table2 {
    margin: 5px 0 0;
}
.quantity-table2 .title-header2 {
	float: left;
	width: 135px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}
.quantityBlock2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 280px;
}
.quantityBlock2 li {
	float: left;
    line-height: 2em;
	margin-right: 5px;
	text-align: center;
	width: 135px;
}

/* Product Tabs Webfodder */
#rTabs {
	margin-bottom: 15px;
}

#rTabs td{
	padding-right: 8px;
}



/*	-----------------------------------------------------------------------------------------------	*/
/*	------- THEME RESPONSIVE STYLES -- MIN 980px --------------------------------------------------	*/
/*	-----------------------------------------------------------------------------------------------	*/

@media only screen and (min-width: 980px) {

	.bannerContainer {
		background: url(../images/PageTopRepeater.jpg) repeat-x center top;
		padding: 0px 0px 0px 0px;
		height: 196px;
	}
}