#mainContentSF {
  	max-width: 1000px;
  	width: auto;
}

body {  
margin: 0 Auto ;
	height: 100%;
	background: -moz-linear-gradient(top,  #ffffff 0%, #adadad 45%, #7c7c7c 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#adadad 45%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#adadad 45%,#7c7c7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#adadad 45%,#7c7c7c 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#adadad 45%,#7c7c7c 100%); /* W3C */
	background-color: #ffffff ;
	background-repeat: no-repeat;
	overflow-x: hidden;
	

}

.tag {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}
.boldbody {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.smallbody {
	color: #666666;
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 10pt;
}
.tinybody {
	color: #666666;
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 9px;
}
.tinybodysup {
	vertical-align: text-top;
	color: #444; font-size: 25px; font-family: Gotham, Arial, sans-serif; font-weight: bold;
}
.signoff {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	line-height: 1.2em;
}
.login {
	font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	width: 100%;
	background-color: transparent;
	padding:10px 0 10px 10px;
}
a.login {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 2px solid #000000;
}
a.login:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #000000;
}
.loginWelcome, .loginLogout {
	background-color: #353535;
	border-bottom:solid 1px #000000;
}
table.tableLogin {
	position: fixed; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 320px;
	top:0;
	right: 10px;
	z-index: 100;
}
table.tableMain {
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	padding-bottom: 5px;
}
.tableSiteBanner img {
	z-index:2;
	float:inherit;
	position:relative;
	width:800px;
	Padding-left:0px;
	Padding-right:0px;
	Padding-top:0px;
	Padding-bottom:0px;
}
.mainContentNB {
	color: #000000;
	padding-left: 15px;
 	margin-bottom:20px;
	width: 750px;
}
.specials {
	width: 750px;
	display: block;
	margin: 0 auto;
}
.abtImg {
	width:200px;
	display: block;
	margin: 0 auto;
}
.facebook button {
	width: 50px;
	display: block;
	margin: 0 auto;
	}
.Marketing{
	width:500px;
	display: block;
	margin: 0 auto;
}
a {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
}
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #5bc7d4;
	text-decoration: brighten;
}
A.class2 {color:#3a3639;}
A.class2:link {text-decoration: none; color: #5bc7d4;}
A.class2:hover {text-decoration: underline; color: #5bc7d4;}
A.class2:active {text-decoration: none; color: #5bc7d4;
}
.copyright, A.copyright, A.copyright:link, A.copyright:visited {
	background: transparent;
	color: #a33870;
	font-family: Gotham, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	text-decoration: none;
}
A.copyright:hover {
	text-decoration: underline;
}
.anchor a{
	text-decoration: none;
}
.anchor a:hover {
	text-decoration: underline;
}
.clear {
	background-image: url(/img/_.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.button {
    background-color: #5bc7d4;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    hover: #17a5af
}
.button1 {
    background-color: 5bc7d4; 
    color: #ffffff; 
    border: 2px solid #17a5af;
}
.button1:hover {
    background-color: #17a5af;
    color: #ffffff;
}
.button2 {
    background-color: #a33870; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button3 {
    background-color: #c2b732; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

/* Main Navigation Menu */

#menu { width: 100%; }

#menu, #menu li {
	float:inherit;
	position:relative;
	z-index:2;
	list-style: none;
	margin: 0;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;

	background: #3a3639;


	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
#menu li {
	text-align: left;
	margin: 0 auto;
	display: table;
}
#menu li { position: relative; display: inline }
#menu li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration:none;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #202020;
	line-height: 38px;
	padding: 0 15px;
	color: #ffffff;
	border-right: 0px solid #bdbdbd;
	
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a {
	text-decoration:none;
	border-right: 0px solid #bdbdbd;
	background-color: #153B6C;
	background: -moz-linear-gradient(top,  #17a5af 0%, #5bc7d4 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #17a5af 0%,#5bc7d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #17a5af 0%,#5bc7d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #17a5af 0%,#5bc7d4 100%); /* IE10+ */
  -webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
}
#menu li:first-child a {
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;


}


/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: #EDEDED;
	border: 1px solid #6A6A6A;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source {
	color: #444;
	font-size: 25px; font-family: Gotham, Arial, sans-serif; font-weight: bold;
}

/* FOOTER*/
#FooterStyle {
	float:inherit;
	position:relative;
	margin: 0 auto;
	width: 920px;
	margin-top: 5px;
	background: none;
	padding: 10px;
	z-index: 3;
}
/*FOOTER TEXT*/
div.source {
	color: #3a3639;
	font-size: 25px; font-family: Gotham, Arial, sans-serif; font-weight: bold;
}
.footer   { color: #ffffff; font-size: 11px; font-family: Gotham, Arial, sans-serif; font-weight: bold; background: none;  text-shadow: 1px 1px 4px #202020; }
.footer a { color:#ffffff; }
.footer a:hover { color:#444; }

/* End Footer*/

/* CHECKOUT HEADER*/

.tableCheckoutHeader {
	display:block;
	float:inherit;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #ffffff;
	z-index: 3;
}
.tableCheckoutHeader img {
	padding-left: 120px;
}
/* END Checkout Header*/

.rightColumn {
	width: 240px;
}
.homeTable { color: #005D40; font-size: 12px; font-family: Gotham, Arial, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Gotham, Arial, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family:Gotham,  Arial, sans-serif; font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-family: Gotham, Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

/* Product Heading */
.prodHeading  { color: #005D40; font-size: 20px; font-family: Gotham, Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

p.style1 { color: #444; font-size: 25px; font-family: Gotham, Arial, sans-serif; font-weight: bold; }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
	color: #000000 ;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.h1 {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
}
.h2 {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.h3 {
	font-family: Gotham, "Arial", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.inputBody {
	font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

/* cart image */
table.tblImage {
	border: 1px solid #CCCCCC;
}
table.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

/******************************************************************************************
* DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable { width: 275px; padding: 0px 20px 0px 10px; background: #ffffff; border: 0; }

.TCCaption { color: #BDBDBD; font-style: italic; }

ul.TreeControl {
	float: inherit;
	position:relative;
	background: #3a3639;
	margin-right: 5px;
	padding: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 0px #888;
	-moz-box-shadow: 0 0 0px #888;
	-webkit-box-shadow: 0 0 0px #888;
}
ul.TreeControl { color: #ffffff; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed { padding: 5px 0px 5px 0px; }
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
	float:inherit;
	position:relative;
	background: #3a3639

	color:#fff;
	font: 26px/40px Colaborate-RegularRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #202020;
	margin: 5px 0px 5px -35px;
	padding: 0 0 0 45px;
	border: none;
}
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul { padding-left: 5px; }
ul.TreeControl li a { padding-left: 5px; cursor: pointer; text-decoration: underline; color: #000000; }
ul.TreeControl li a:hover { padding-left: 5px; cursor: pointer; text-decoration: underline; color: #224390; }
ul.TreeControl li.TCopen a { list-style: none; background: none; text-decoration: none; color: #fff; }
ul.TreeControl li.TCclosed a { list-style: none; background: none; text-decoration: none; color: #fff;}

ul.TreeControl li.TCbullet a {
	list-style: disc; background: none;
	color:#fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size:14px;
	line-height: 25px;
	margin-bottom: 0;
	text-align: left;
	-o-transition: all 0.0s ease-out;
	-moz-transition: all 0.0s ease-out;
	-webkit-transition: all 0.0s ease-out;
}
ul.TreeControl li.TCbullet a:hover {
	margin-left: 10px;
	color: #5bc7d4;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

/*  default tree control styles 
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul { padding-left: 15px; }
ul.TreeControl li a { padding-left: 15px; cursor: pointer; text-decoration: underline; color: #ffffff;}
ul.TreeControl li a:hover { padding-left: 15px; cursor: pointer; text-decoration: underline; color: #ffffff;}
ul.TreeControl li.TCopen a { background: url(/img/tree_minus.gif) center left no-repeat; text-decoration: none; }
ul.TreeControl li.TCclosed a { background: url(/img/tree_plus.gif) center left no-repeat; text-decoration: none; }
ul.TreeControl li.TCbullet a { list-style: disc; background: url(/img/x.gif) center left no-repeat;}
ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; } */