#mainContentSF {
 	max-width: 1000px;
  	width: auto;
}

@font-face {
	font-family: interstate-light;
	src: url(user/font/Interstate-Light.ttf);
}

html, body {
	height: 100%;
	box-sizing: border-box;
}
body {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF ;
	background-repeat: no-repeat;
	overflow-x: hidden;
	position: relative;
}
.site-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #10416b;
	text-align: center;
	z-index:1000;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
}
a.footer-link {
	color: white;
}
a.footer-link:hover {
	color: white;
	text-decoration: none;
}
p.footer-text {
	margin: 11px;
}
.tag {
	font-family: "Arial", Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}
.boldbody {
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.smallbody {
	color: #666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
}
.tinybody {
	color: #666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 9px;
}
.tinybodysup {
	vertical-align: text-top;
	color: #444; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}
.vpm-body {
	font-family: "interstate-light";
	margin-top: 20px;
}
a.vpm-link{
	font-family: "interstate-light";
}
.vpmtitle{
	font-size: 20px;
}
.vpmdarkblue{
	color:#10416A;
}
.vpmlightblue{
	color:#00A6CE;
}
.vpmaddress{
	font-size:10px;
	margin-top:10px;
	text-align: center;
}
.blueboxheader{
	font-weight:bold;
	font-size:20px;
}
.blueroundedbox{
	width:33%;
	margin: 30px 0;
	padding: 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#00A6CE;
	cursor:pointer;
}
.whitefont{
	color:#FFFFFF;
}
.signoff {
	font-family: "Arial", Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	line-height: 1.2em;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	width: 100%;
	background-color: transparent;
	padding:10px 0 10px 10px;
}
a.login {
	color: #10416b;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
a.login:hover {
	color: #10416b;
	text-decoration:none;
}
.loginWelcome, .loginLogout {
	color: #10416b;
	background-color: transparent;
}
table.tableLogin {
	position: absolute; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 320px;
	top:0;
	z-index: 1000;
	right: 0;
	text-transform: uppercase;
}
table.tableMain {
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: transparent;
	padding: 0 30px 50px 30px;
	margin-top: 30px;
}
table.tableSiteBanner {
	padding: 40px 0 20px 30px;
}
.tableSiteBanner img {
	z-index:2;
	float:inherit;
	position:relative;
}
.mainContentNB {
	color: #000000;
	width: 745px;
}
#mainContentSF {
	padding-bottom: 50px;
}

a {
	font-family: "Arial", Helvetica, sans-serif;
}
A {
	color: #153B6B;
	text-decoration: none;
}
A:hover {
	color: #1DAFEC;
	text-decoration: underline;
}
.copyright, A.copyright, A.copyright:link, A.copyright:visited {
	background: transparent;
	color: #D10005;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
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;
}

#mainNavBG {
	position: absolute;
	top: 0;
	height: 145px;
	width: 100%;	
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 6px -6px #999999;
  	 -moz-box-shadow: 0px 5px 6px -6px #999999;
        box-shadow: 0px 5px 6px -6px #999999;
}

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

/* Main Navigation Menu */

#menu {
	position: relative;
	top: -82px;
	right: 160px;
	float: right;
	width: auto;
	z-index: 1000;
}
#menu li {
	margin: 0 auto;
	display: table;
}
#menu li { position: relative; display: inline }
#menu li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 38px;
	margin-right: 15px;
	color: #10416b;
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a {
	text-decoration: none;
	color: #00a6cf;
}
#menu li:first-child a {

}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: white;
	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: 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   { color: #ffffff; font-size: 11px; font-family: 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;
	top: 5px;
}
.tableCheckoutHeader img {
	padding-left: 120px;
}
/* END Checkout Header*/
.progress {
    float: right;
    border: none;
}
.rightColumn {
	width: 240px;
}
.homeTable { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-family: 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: 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: Arial, sans-serif; font-weight: bold; }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
}
.h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.inputBody {
	font-family: 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: 100%; padding: 0; background: transparent; border: 0; }

.TCCaption { color: #BDBDBD; font-style: italic; }

ul.TreeControl {
	float: inherit;
	position:relative;
	background: #F2F2F2;
	margin-right: 5px;
	padding: 10px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
ul.TreeControl { color: #fff; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed { padding: 0; }
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
	float:inherit;
	position:relative;
	background: #00A6CF;
	color:#fff;
	font: 12pt Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 4px 4px 4px 14px;
	border: none;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: left;
}
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: black;
	font-weight: normal;
	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.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	padding: 5px;
}

li.TCbullet a {
	
}

ul.TreeControl li.TCbullet a:hover {
	color:#00a6cf;
}

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: #000000;}
ul.TreeControl li a:hover { padding-left: 15px; cursor: pointer; text-decoration: underline; color: #224390;}
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; } */

.shopping_cart_icon path {
	fill:#00A6CF;
}
#cartCountBadge {
	background:#00A6CF; 
}
#cartCount {
	background: white;
}
#cartContainer {
    right: -130px;
    z-index: -1000;
}
#cartContainer.floatClass {
    position: absolute;
    top: 5px;
}

#theImg {
	padding-top: 5px;
}
.login_support {
	padding-bottom: 5px;
}
.progress .circle.done .label {
    background: #000;
}
.progress .circle.active .title {
    color: #999;
}
.checkoutProgress {
    float: right;
}
form > table.tableMain, #shipInstructions {
    margin-top: 128px;
}
#orderSentBox {
    padding-top: 128px;
}
#cartCountBadge {
    background: #000;
}
#cartIcon {
    color: #000;
}
#shoppingCartTbl {
    padding-bottom: 128px;
}
#customerPO, #quoteName {
    width: 370px;
}
#searchbar #search input[type="text"] {
    background: url(../img/search-light.png) no-repeat 10px 6px white;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #555555;
    width: 65px;
    padding: 6px 15px 6px 30px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    font-family: sans-serif;
    transition: all 0.7s ease 0s;
    border: 1px solid #aaa;
}

/* Slider Setup */

#slider-container{
	width:100%;
}
.slider-input {
	display: none;
	margin: 0 !important;
}

#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }

article img {
	width: 100%;
}

#overflow {
	width: 100%;
	overflow: hidden;
}

#slides .inner {
	width: 500%;
	line-height: 0;
}

#slides article {
	width: 20%;
	float: left;
}

/* Slider Styling */

/* Control Setup */

#controls {
	margin: -23% 0 0 10%;
	width: 80%;
	height: 25px;
}

#controls label { 
	display: none;
	width: 50px;
	height: 50px;
	opacity: 0.3;
}

#active-slider {
	margin: 23% 0 0;
	text-align: center;
}

#active-slider label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #bbb;
}

#active-slider label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}

#slide1:checked ~ #controls label:nth-child(2), 
#slide2:checked ~ #controls label:nth-child(3), 
#slide3:checked ~ #controls label:nth-child(4), 
#slide4:checked ~ #controls label:nth-child(5), 
#slide5:checked ~ #controls label:nth-child(1) {
	background: url('../user/carousel/a-next.png') no-repeat;
	float: right;
	margin: 0 -70px 0 0;
	display: block;
}


#slide1:checked ~ #controls label:nth-child(5),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4) {
	background: url('../user/carousel/a-prev.png') no-repeat;
	float: left;
	margin: 0 0 0 -70px;
	display: block;
}

#slide1:checked ~ #active-slider label:nth-child(1),
#slide2:checked ~ #active-slider label:nth-child(2),
#slide3:checked ~ #active-slider label:nth-child(3),
#slide4:checked ~ #active-slider label:nth-child(4),
#slide5:checked ~ #active-slider label:nth-child(5) {
	background: #333;
	border-color: #333 !important;
}

/* Info Box */

.info {
	line-height: 20px;
	margin: 0 0 -150%;
	position: absolute;
	font-style: italic;
	padding: 30px 30px;
	opacity: 0;
	color: #000;
	text-align: left;
}

.info h3 {
	color: #333;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 22px;
	font-style: normal;
}

/* Slider Styling */

#slides {
	background: #fff;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(219,218,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(219,218,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dbdac9',GradientType=0 ); /* IE6-9 */
}


/* Animation */

#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #slides article:nth-child(1) .info,
#slide2:checked ~ #slides article:nth-child(2) .info,
#slide3:checked ~ #slides article:nth-child(3) .info,
#slide4:checked ~ #slides article:nth-child(4) .info,
#slide5:checked ~ #slides article:nth-child(5) .info {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

.info, #controls, #slides, #active-slider, #active-slider label, .info h3, .desktop, .tablet, .mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Responsive Styling */

/* Tablet */

#tablet:checked ~ #slider #controls {
	margin: -25% 0 0 15%;
	width: 75%;
	height: 40px;
}

#tablet:checked ~ #slider #controls label {
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

#tablet:checked  ~ #slider #slides, #mobile:checked  ~ #slider #slides {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#tablet:checked ~ #slider #active-slider {
	margin: 22% 0 0;
}

@media only screen and (max-width: 850px) and (min-width: 400px) {

	#slider {
		width: 75%;
		height: auto;
	}


	#slider #controls {
		margin: -25% 0 0 10%;
		width: 70%;
		height: 40px;
	}

	#slider #controls label {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	#slider #slides {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#slider #active-slider {
		margin: 22% 0 0;
	}

}

/* Mobile */

#mobile:checked ~ #slider #controls {
	margin: -25% 0 0 15%;
	width: 50%;
	height: 25px;
}

#mobile:checked ~ #slider #active-slider {
	margin: 23% 0 0;
}

#mobile:checked ~ #slider #slides .info {
	opacity: 0 !important;
}

#mobile:checked ~ #slider #controls label {
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}


@media only screen and (max-width: 450px) {

	#slider {
		width: 50%;
		height: auto;
	}

	#slider #controls {
		margin: -25% 0 0 15%;
		width: 50%;
		height: 25px;
	}

	#slider #active-slider {
		margin: 23% 0 0;
	}

	#slider #slides {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#slider #slides .info {
		opacity: 0 !important;
	}

	#slider #controls label {
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}

}

/* HIDE REMEMBER CARD */
#CCInfoBox section table tbody tr:last-of-type {
	visibility: hidden !important;
}

input#newcardstoretoaccount {
	display: none !important;
}