/*======================================================
  Screen Style Sheet
  B&B Manufacturing
------------------------------------------------------
  Author(s): An Lieu, Diana Le @topspotims.com
  Created: Aug 2014
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");

/* General Classes */
.hidden,
.hidetext{
    display:none;
}
.clear{clear:both;}
.clearfix:after,
.inputRow:after {content:"";display:block;height:0;clear:both;}
.req,
.warning,
.error{
    color:#a00;
}
body{
  background:#F9F9F9;
}

body p {
	line-height: 1.428571429;
}

#main-content img {
	margin: 0 5px;
}

.mobile, .wide { display: none; }

/* ****************************************** Typography */
#main-content p,
#main-content li {
	font-family: Arial, serif;
	color: #545454;
}

.cds-browse-container h2 {
	padding-top: 0;
	margin-top: 0;
}


h1,
#cds-product-detail-page h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #c0c0c0;
	font-size: 32px;
	padding-bottom: 20px;
}

.tpl-11 h1 {
	margin-top: 0;
}

#cds-search-left-container li {
	font-family: "Arial", sans-serif;
}

h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	color: #071687;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #071687;
}

/* ****************************************** Layout */
#wrap{
    background:#FFF;
    margin:0 auto;
    padding:0 20px;
    width:1080px;
    overflow: hidden;
}

ul.col3 {
	float: left;
	width: 30%;
}

.col2_2{ width:70%;}
.col2_2 li{width:35%; float:left;}

.col2{ width:100%;}
.col2 li{width:45%; float:left;}

/* ***************************************** Global Navigation */
#global-nav{
    list-style: none;
    margin: 0;
}

#global-nav li{
    display: inline;
}

/* ***************************************** Buckets - Home */
#buckets{
    margin: 1em 0;
}
    #buckets .span4{
        width: 255px;
    }

/* ***************************************** Banner - Home */
#home-banner{
}

/* ***************************************** Breadcrumbs & SM Toolbar */
#bread-social{
    margin: 0 0 10px;
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
}

/* ***************************************** Breadcrumbs */
ul.B_crumbBox{
    list-style: none;
    margin: 0;
    float: left;
    padding-left: 0;
    font-size: 12px;
}
    ul.B_crumbBox li{
        display: inline;
    }

    ul.B_crumbBox a {
	     color: #4b4b4b;
    }

    ul.B_crumbBox .B_currentCrumb {
	    color: #071687;
    }

    ul.B_crumbBox .B_homeCrumb {
		background: url(/images/template/home-breadcrumb.png) center center no-repeat;
		color: transparent;
	}

/* ****************************************** Content CTA */
.content-cta a {
	text-decoration: none;
	color: #eeb600;
	font-style: italic;
	display: block;
	font-family: "Open Sans", sans-serif;
}

.content-cta {
	clear: both;
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-bottom: 2px solid #2033c4;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 0;
	margin: 15px 0;
}

.content-cta span {
	font-size: 21px;
	color: #071689;
	font-style: normal;
}

/* ****************************************** Sidebar - Right */
#sidebar-right{
    width: 230px;
    margin-left: 20px;
    padding-left: 10px;
}

body.home .rfq-btn,
#mobile-nav .rfq-btn {
	font-size: 31px;
	background: url(/images/template/sprite.png) -304px -1216px;
	background-color: #cf9200;
	padding: 10px 20px;
	color: #FFF;
	width: 354px;
	display: block;
	margin: 21px auto;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom: 2px solid #ffb20c;
}

body.home .rfq-btn:hover {
	background-color: #000;
	border-bottom: 2px solid #353535;
}

#rfq-btn-wrapper {
	width: 254px;
	padding-top: 20px;
	background: url(/images/template/sprite.png) -74px -1323px no-repeat;
}

.rfq-btn {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background: url(/images/template/sprite.png) -304px -1216px;
	background-color: #d6a000;
	color: #FFF;
	margin: 10px 0;
	width: 254px;
}

.rfq-btn:hover {
	background-color: #000;
	color: #FFF;
}

/* ****************************************** Forms */

/* Thank you page */
#thank-you {
	border: 5px solid #E5E5E5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

#thank-you-left {
	border-right: 1px solid #7c7c7c;
}

#thank-you-social {
	margin: 0 auto;
	width: 202px;
}

#thank-you-right h2 {
	margin-top: 0;
	text-align: center;
}

#thank-you-logo {
	background: url(/images/template/sprite.png) 0 0 no-repeat;
	width: 140px;
	height: 129px;
}

#thank-you-social a {
	background-color: black;
	margin: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
}

#thank-you-social a.linked-in {
	background: url(/images/template/sprite.png) -9px -1844px no-repeat;
}

#thank-you-social a.twitter {
	background: url(/images/template/sprite.png) -314px -1517px no-repeat;
}

#thank-you-social a.gplus {
	background: url(/images/template/sprite.png) -9px -1639px no-repeat;
}

#thank-you-social a.facebook {
	background: url(/images/template/sprite.png) -9px -797px no-repeat;
}

#thank-you-social a.linked-in:hover {
	background-position: -9px -1742px;
}

#thank-you-social a.twitter:hover {
	background-position: -314px -1415px;
}

#thank-you-social a.gplus:hover {
	background-position: -9px -1537px;
}

#thank-you-social a.facebook:hover {
	background-position: -9px -695px;
}

#qc-wrapper {
	width: 254px;
	padding-top: 20px;
	background: url(/images/template/sprite.png) -74px -1020px no-repeat;
}

#quickContact {
	background-color: #f1f1f1;
	width: 254px;
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#quickContact .sprite-qc-question {
	display: block;
	background: url(/images/template/sprite.png) no-repeat;
	background-position: -323px -1092px;
	margin: 0 auto;
}

#quickContact h4 {
	text-transform: uppercase;
	color: #071689;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

#quickContact p,
#contact p,
#rfq p {
	text-align: center;
	font-family: Arial, sans-serif;
}

#quickContact input[type="text"],
#quickContact input[type="tel"],
#quickContact input[type="email"],
#quickContact textarea,
#quickContact #file_Attachment,
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea,
#contact #file_Attachment,
#rfq input[type="text"],
#rfq input[type="tel"],
#rfq input[type="email"],
#rfq textarea,
#rfq #file_Attachment {
	width: 100%;
	margin: 5px 0;
	color: #767676;
	font-size: 13px;
	font-style: italic;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	border-bottom: 2px solid #c5c5c5;
	padding: 5px;
}

/* Contact form specific */

#contact-page h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #4b4b4b;
	text-transform: uppercase;
}

#contact-left,
#rfq {
	width: 467px; /*45.66%;*/
	float: left;
	margin-right: 20px;
	background-color: #f9f9f9;
	text-align: center;
	position: relative;
}

#rfq fieldset{
	text-align: left;
	width: 90%;
	display: block;
	margin: 0 auto;
}

#contact-left h4 {
	margin: 15px 0;
}

#contact-right {
	width: 547px; /*53.66%;*/
	float: left;
	text-align: center;
}

#contact-info {
	background-color: #fbfbfb;
	width: 100%;
	height: 168px;
	margin-bottom: 20px;
}

#contact-info p {
	font-size: 15px;
}

#contact-left,
#google-map,
#contact-info {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
}

#google-map iframe {
	width: 100%;
	height:355px;
	pointer-events: none;
}

#contact-form-image {
	position: absolute;
	background: url(/images/template/sprite.png) 0px -303px no-repeat;
	width: 254px;
	height: 55px;
	left: 50%;
	margin-left: -127px;
	top: 30px;
}

#contact-address,
#contact-phone {
	float: left;
	width: 47%;
	/*padding-top: 58px;*/
}

#contact-address span.sprite-contact-phone {
	background: url(/images/template/sprite.png) 0px -408px no-repeat;
	display: block;
	margin: 0 auto;
}

#contact-phone span.sprite-contact-form {
	background: url(/images/template/sprite.png) 0px -303px no-repeat;
	display: block;
	margin: 0 auto;
	height: 64px;
}

#contact {
	background-color: #e8e8e8;
	padding: 20px;
}

/* File input */
.file-upload-button {
	position: relative;
}

#fileButton, #fileUpload {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

#fileButton:hover, #fileUpload:hover {
	cursor: pointer;
	background: rgb(190,190,190); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(190,190,190,1) 0%, rgba(236,236,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,190,190,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(190,190,190,1) 0%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(190,190,190,1) 0%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(190,190,190,1) 0%,rgba(236,236,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(190,190,190,1) 0%,rgba(236,236,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

}


#fileButton {
	cursor: pointer;
	color: #3c3044;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	height: 29px;
	background: rgb(236,236,236); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(190,190,190,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(190,190,190,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(190,190,190,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(190,190,190,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(190,190,190,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(190,190,190,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#bebebe',GradientType=0 ); /* IE6-8 */

}

input#fileUpload {
	width: 100px;
	opacity: 0;
	height: 33px;
}

.realperson-challenge {
	text-align: center;
	margin: 12px 0;
}

.realperson-regen {
	text-transform: uppercase;
}

/* Submit button */

.submit {
	background-color: #4b4b4b;
	text-transform: uppercase;
	color: #dfdfdf;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 2px solid #7e7e7e;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

/* Float labels */

#quickContact .float-label label.error,
#contact .float-label label.error,
#rfq .float-label label.error {
	position: relative;
	top: 0;
	color: #A00;
	font-size: 12px;
}

#quickContact .float-label,
#contact .float-label,
#rfq .float-label {
  	position: relative;
  	overflow: hidden;
}
#quickContact .float-label:hover,
#contact .float-label:hover,
#rfq .float-label:hover {
	cursor: text;
}

#quickContact .float-label label,
#contact .float-label label,
#rfq .float-label label {
  	position: absolute;
  	display: block;
}

#quickContact label,
#contact label,
#rfq label {
	position: absolute;
	top: -16px;
	bottom: 0;
	left: 5px;
	width: 100%;
	transition: 0.2s;
	-moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
	font-size: 8px;
	color: #071689;
	height: 10px;
	text-align: left;
}

#quickContact input:focus + label,
#contact input:focus + label,
#rfq input:focus + label,
#quickContact textarea:focus + label,
#contact textarea:focus + label,
#rfq textarea:focus + label {
	top: 8px;
}

#quickContact #defaultReal:focus + label,
#contact #defaultReal:focus + label,
#rfq #defaultReal:focus + label {
	top: 75px;
}

#quickContact input:focus,
#contact input:focus,
#rfq input:focus,
#quickContact textarea:focus ,
#contact textarea:focus,
#rfq textarea:focus {
	padding-top: 15px;
}

#quickContact input#file_Attachment:focus {
	padding: 0;
}

#quickContact input.submit:focus,
#contact input.submit:focus,
#rfq input.submit:focus {
	padding: 3px 17px;
}


/* ****************************************** Footer */
#footer{
    clear: both;
    position: relative;
    height: 415px;
    background-color: #efefef;
    margin-top: -20px;
}

#footer-content {
	width: 1080px;
	min-width: 1080px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	text-transform: uppercase;
}

#footer-content h4 {
	font-weight: 300;
	color: #000;
	font-size: 20px;
	padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
}

#footer-content a {
	color: #FFF;
}

#footer-bottom-bg {
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #071689;
}

footer .left,
footer .right {
	margin-top: 55px;
	width: 236px;
	font-family: 'Open Sans', sans-serif;
}

footer .left {
	float: left;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links a {
	display: block;
	background-color: #7c7c7c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	padding: 2px;
	text-decoration: none;
}

.footer-links a:hover {
	background-color: #525252;
}

footer .right {
	float: right;
}

footer .center {
	position: absolute;
	top: 0;
	width: 565px;
	height: 370px;
	left: 50%;
	margin-left: -283px;
	background-color: #f3f3f3;
	text-align: center;
	font-weight: 300;
}

footer .center .sprite-bblogo-footer {
	background: url(/images/template/sprite.png) no-repeat;
	display: block;
	margin: 0 auto;
}

footer .center address {
	padding-top: 16px;
	text-transform: none;
	font-size: 17px;
	margin-bottom: 5px;
}

footer .center .footer-phone {
	font-size: 20px;
}

footer .center .sprite-footer-phone {
	display: block;
	background: url(/images/template/sprite.png) 0px -1420px no-repeat;
	margin: -14px auto;
}

footer .center .footer-phone span {
	font-weight: 400;
}

.footer-border.border-01,
.footer-border.border-02 {
	width: 2px;
	height: 413px;
	position: absolute;
	background: url(/images/template/sprite.png) 0 -939px no-repeat;
	left: 255px;
	top: 0;
}

.footer-border.border-02 {
	left: 821px;
}

#footer-bottom {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width: 1080px;
	min-width: 1080px;
	margin: 0 auto;
}

.footer-policy {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	margin-bottom: 14px;
	color: #FFF;
}

#copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 14px;
}

#credits {
	position: absolute;
	bottom: 0;
	width: 342px;
	left: 50%;
	margin-left: -171px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	margin-bottom: 0;
}

.social-links a {
	background-color: black;
	margin: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
}

.social-links a.linked-in {
	background: url(/images/template/sprite.png) -9px -1844px no-repeat;
}

.social-links a.twitter {
	background: url(/images/template/sprite.png) -314px -1517px no-repeat;
}

.social-links a.gplus {
	background: url(/images/template/sprite.png) -9px -1639px no-repeat;
}

.social-links a.facebook {
	background: url(/images/template/sprite.png) -9px -797px no-repeat;
}

/* Social Links Hover */
.social-links a.linked-in:hover {
	background-position: -9px -1742px;
}

.social-links a.twitter:hover {
	background-position: -314px -1415px;
}

.social-links a.gplus:hover {
	background-position: -9px -1537px;
}

.social-links a.facebook:hover {
	background-position: -9px -695px;
}

/* ****************************************** Back To Top */
/*#back-top{
position: fixed;
bottom: 0;
left: 0px;
padding: 5px 5px 5px 15px;
text-align: right;
clear: both;
background: #F7D498;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0;
border-radius: 0px 5px 5px 0px;
-webkit-box-shadow:  1px 1px 5px 0px #ccc;
box-shadow:  1px 1px 5px 0px #ccc;
}
#back-top a{
text-transform: uppercase;
color: #373737;
}
#back-top a:hover{
text-decoration: none;
}*/

/* ****************************************** Form Styles */
textarea{resize: none !important;}

/* ***************************************** Social Media Toolbar */
#bread-social #share-media-bar{
    text-align:right;
    height:21px;
    float: right;
}
    #share-media-bar > div{
        float:left;
        margin:0 10px 0 0;
        padding:0;
    }
        .share-email{
            display:none;
        }
        .share-print{
	        background: url(/images/template/sprite.png) -300px -1890px no-repeat;
	        margin: 3px 5px 0 0 !important;
        }
        .share-twitter{
            height:22px;
            margin:2px 0 0 !important;
            padding:0;
        }
            .share-twitter iframe{
                width:84px !important;
            }
        .share-gplus{
            height:22px;
            margin:0 !important;
            width:69px;
        }
            .share-gplus iframe{
                float:left;
                height:22px;
                margin:2px 0 0 !important;
                width:69px !important;
            }
        .share-facebook{
            height:21px;
            margin:2px 9px 0 0 !important;
        }
        .share-linkedin{
            height:21px;
            margin:2px 0 0 !important;
        }

/* Other Classes */
.special{
    display:none !important;
}

/*An's basic style*/
#primary-nav{
	background-color: #ececec;
	margin: 0px;padding: 0px;
	display: block;
}
#primary-nav li{
	list-style: none;margin: 0px;
}
#primary-nav > li{
	display: inline-block;zoom:1;*display:inline;vertical-align: top;
	position: relative;
	padding: 5px 10px;
}
#primary-nav > li ul{
	position: absolute;
	left: 0px;
	top:30px;
	z-index: 1000;
}

#content,#sidebar-right, #sidebar-left{
	float: left;
}
.tpl-3 #content,
.tpl-7 #content {
	width: 810px;
}

.tpl-2 #content {
	width: 100%;
}

.tpl-4 #sidebar-left{
	width: 197px;
	margin-right: 20px;
}
.tpl-4 #content{
	width: 603px;
}
.icon {
	display: inline-block;zoom: 1;*display:inline;
    background: url("../images/sprite_icons.png") no-repeat top left;
}
.sprite-cart_gray_icon{ background-position: 0 0; width: 20px; height: 18px; }
.sprite-catalog_gray_icon{ background-position: 0 -68px; width: 19px; height: 19px; }
.sprite-facebook_gray_icon{ background-position: 0 -137px; width: 33px; height: 33px; }
.sprite-gplus_gray_icon{ background-position: 0 -220px; width: 33px; height: 33px; }
.sprite-linkin_gray_icon{ background-position: 0 -303px; width: 33px; height: 33px; }
.sprite-location_mark_blue_icon{ background-position: 0 -386px; width: 24px; height: 40px; }
.sprite-location_mark_gray_icon{ background-position: 0 -476px; width: 19px; height: 31px; }
.sprite-login_gray_icon{ background-position: 0 -557px; width: 20px; height: 21px; }
.sprite-phone_blue_icon{ background-position: 0 -628px; width: 34px; height: 34px; }
.sprite-search_gray_icon{ background-position: 0 -712px; width: 17px; height: 17px; }
.sprite-speech_gray_icon{ background-position: 0 -779px; width: 31px; height: 30px; }
.sprite-twitter_gray_icon{ background-position: 0 -859px; width: 34px; height: 33px; }

/* New sprite */
.sprite-bblogo-footer{ background-position: 0 0; width: 140px; height: 186px; }
.sprite-cds-triangle{ background-position: 0 -236px; width: 11px; height: 17px; }
.sprite-contact-form{ background-position: 0 -303px; width: 254px; height: 55px; }
.sprite-contact-phone{ background-position: 0 -408px; width: 205px; height: 64px; }
.sprite-distributor-hover{ background-position: 0 -522px; width: 32px; height: 32px; }
.sprite-distributor{ background-position: 0 -604px; width: 32px; height: 32px; }
.sprite-facebook-hover{ background-position: 0 -686px; width: 52px; height: 52px; }
.sprite-facebook{ background-position: 0 -788px; width: 52px; height: 52px; }
.sprite-footer-divider{ background-position: 0 -890px; width: 2px; height: 480px; }
.sprite-footer-phone{ background-position: 0 -1420px; width: 59px; height: 59px; }
.sprite-gplus-hover{ background-position: 0 -1529px; width: 52px; height: 52px; }
.sprite-gplus{ background-position: 0 -1631px; width: 52px; height: 52px; }
.sprite-linkedin-hover{ background-position: 0 -1733px; width: 52px; height: 52px; }
.sprite-linkedin{ background-position: 0 -1835px; width: 52px; height: 52px; }
.sprite-mobile-bucket{ background-position: 0 -1937px; width: 126px; height: 109px; }
.sprite-mobile-menu-close{ background-position: -304px 0; width: 37px; height: 37px; }
.sprite-mobile-menu-logo{ background-position: -304px -87px; width: 465px; height: 180px; }
.sprite-mobile-menu-prev-active{ background-position: -304px -317px; width: 26px; height: 26px; }
.sprite-mobile-menu-prev{ background-position: -304px -393px; width: 26px; height: 26px; }
.sprite-mobile-sidebar-collapse{ background-position: -304px -469px; width: 29px; height: 29px; }
.sprite-mobile-sidebar-expand{ background-position: -304px -548px; width: 29px; height: 29px; }
.sprite-mobile-triangle{ background-position: -304px -627px; width: 26px; height: 26px; }
.sprite-photo-next{ background-position: -304px -703px; width: 17px; height: 27px; }
.sprite-photo-prev{ background-position: -304px -780px; width: 17px; height: 27px; }
.sprite-productcatalog-hover{ background-position: -304px -857px; width: 32px; height: 32px; }
.sprite-productcatalog{ background-position: -304px -939px; width: 32px; height: 32px; }
.sprite-qc-corner{ background-position: -304px -1021px; width: 26px; height: 21px; }
.sprite-qc-question{ background-position: -304px -1092px; width: 226px; height: 74px; }
.sprite-rfq-bg{ background-position: -304px -1216px; width: 640px; height: 70px; }
.sprite-rfq-triangle{ background-position: -304px -1336px; width: 26px; height: 21px; }
.sprite-twitter-hover{ background-position: -304px -1407px; width: 52px; height: 52px; }
.sprite-twitter{ background-position: -304px -1509px; width: 52px; height: 52px; }
.sprite-viewcart-hover{ background-position: -304px -1611px; width: 32px; height: 32px; }
.sprite-viewcart{ background-position: -304px -1693px; width: 32px; height: 32px; }
.sprite-zhamburger{ background-position: -304px -1775px; width: 46px; height: 27px; }


body{
	background-color: white;
}
#wrap {
	width: 100%;
	padding: 0px;
}

body.home #blue-bg {
	top: 570px;
	left:0;
}

#blue-bg{
	background-color: #071689;
	position: absolute;
	width: 100%;
	min-width: 1080px;
	top:204px;
	left:0;
	height: 300px;
}

#gray-bg {
	background-color: #e5e5e5;
	width: 100%;
	height: 34px;
	position: absolute;
	top: 170px;
	left: 0;
}

body.home #gray-bg {
	display: none;
}

#nav-bg{
	background-color: #ebedef;
	position: absolute;
	width: 100%;
	min-width: 1080px;
	top:119px;
	left: 0;
	height: 51px;
	border-top:1px solid #6972b7;
	border-bottom:1px solid #6972b7;
}

#global-nav-bg{
	background-color: #edf0f1;
	position: absolute;
	width: 100%;
	min-width: 1080px;
	top:0px;
	left: 0;
	height: 15px;
	border-bottom: 1px solid #e8e8e8;
}
#global-nav-bg-shadow{
	position: absolute;
	width: 100%;
	min-width: 1169px;
	top:30px;
	left: 0;
	height: 57px;;
	background-image: url("../images/header_shadow.png");
	background-repeat:no-repeat;
	background-position: center top;
}
#top-bar{
	background-color: #eaedef;
	height: 30px;
	position: absolute;
	top:14px;
	left:0;
	width: 1080px;min-width: 1080px;
	border: 1px solid #e8e8e8;
	border-top:0px solid white;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
#sisea-form-search1,
#sisea-form-search2{
	border:1px solid #e1e1e1;
	position: absolute;
	width: 280px;
	height: 26px;
	border-radius: 13px;-moz-border-radius: 13px;-webkit-border-radius: 13px;
	background-color: white;
	left: 20px;top:-5px;
}
#search1,
#search2 {
	padding: 3px;
	padding-left: 15px;
	width: 84%;
	font-size: 12px;
	border:0px;
	background-color: transparent;
}
#simpleSearch_submit-search1,
#simpleSearch_submit-search2 {
	display: inline-block;zoom: 1;*display:inline;
    background: url("../images/sprite_icons.png") no-repeat top left;
    background-position: 0 -712px; width: 17px; height: 17px;
    border:0px solid white;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}
#telephone{
	position: absolute;
	color: #146a9f;
	font-weight:bold;
	font-size: 30px;
	right: 20px;
	top:0px;
	font-family: 'Open Sans', sans-serif;
}

#global-nav {
	position: absolute;
	left: -206px;
	top:0px;
	margin: 0px;padding: 0px;
	margin-left: 50%;
	width: 426px;
}
#global-nav li{
	display: inline-block;zoom: 1;*display:inline;
	vertical-align: top;
	margin: 0px;padding: 0px;
	margin: 0px 7px;
}
#global-nav li a{
	color: #696969;
	font-size: 10px;
	text-transform: uppercase;
}
#global-nav li span{
	float: left;
	margin-right: 5px;
}
#global-nav li a:hover{
	color: #dbaf60;
	text-decoration: none;
}
.sprite-distributor,
.sprite-viewcart,
.sprite-productcatalog {
	display:inline-block;
	background: url(/images/template/sprite.png) 5px -610px no-repeat;
	width: 32px; height: 32px;
}
.sprite-viewcart {
	background-position: -301px -1697px;
}
.sprite-productcatalog {
	background-position: -301px -944px;
}
#global-nav li a:hover .sprite-distributor {
	background-position: 5px -528px;
}
#global-nav li a:hover .sprite-viewcart {
	background-position: -301px -1615px;
}
#global-nav li a:hover .sprite-productcatalog {
	background-position: -301px -862px;
}


#header
,#content-wrap{
	background-color: transparent;
	width: 1080px;
	min-width: 1080px;
	margin: auto;
	padding: 0px;
	position: relative;
}

.banner-container{
    background: url("../images/banner-bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-banner{
	width: 100%;
	min-width: 1080px;
    max-width:1500px;
    margin:0 auto;
}

body.home #header { height: 170px;}

#header{
	height: 204px;
	position: relative;
	z-index: 99;
}

/* Link to home page from logo */
#home-link {
	width: 170px;
	height: 149px;
	position: absolute;
	margin-left: -74px;
	left: 50%;
	z-index: 100;
	top: 69px;
}

body.home #logo {
	bottom: -56px;
}

#logo{
	position: absolute;
	bottom:-22px;
	height: 164px;
	width: 100%;
	background-image: url("../images/header_logo.png");
	background-repeat: no-repeat;
	background-position: top center;
}

body.home #primary-nav {
	bottom: 2px;
}

#primary-nav{
	background-color: transparent;
	position: absolute;
	bottom:36px;
	height: 50px;
}
#primary-nav > li {
	height: 31px;
	padding-top: 15px;
}
#primary-nav > li.active a {
	color: #146a9f;
}
#primary-nav > li > a{
	font-size: 13px;
	font-weight: bold;
	color: #071689;
	font-family: 'Open Sans', sans-serif;
}
#primary-nav > li > a:hover{
	color: #146a9f;
}
#primary-nav > li#primary-menu-item-73{
	margin-right: 180px;
}
#primary-nav li > a:hover{
	text-decoration: none;
}

#primary-nav > li > ul{
	background-color: #f1f3f5;
	top:52px;
	border-top:1px solid #d7d8da;
	width: 240px;
	padding: 0px 10px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	display: none;
}

#primary-nav > li ul div.submenu-arrow{
	width: 22px;
	height: 11px;
	background-image: url("/images/dropdown_arrow.png");
	position: absolute;
	top:-10px;
	left: 30px;
}

#primary-nav > li > ul > li {
	margin: 5px 0px;
}
#primary-nav > li > ul > li > a{
	display: block;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	padding: 5px 10px;
}
#primary-nav > li > ul > li > a:hover{
	background-color: #ecb400;
}

/* Hide Engineering Resources dropdown */

#primary-menu-item-83 ul { display: none !important; }

/*hero banner*/
#hero-banner{
	width: 100%;
	background-color: black;
}
.flex-direction-nav{display: none;}
#hero-banner .flexslider{
	border:0px solid white;
	box-shadow: none;
	position: relative;
	margin-bottom: 0px;
}
#hero-banner .flexslider .flex-viewport{
	overflow: hidden;
	height: 500px;
}

#hero-banner .flex-control-nav{
	bottom:20px;
	z-index: 99999;
}
#hero-banner .flexslider .slides li{
	position: relative;
}
#hero-banner .flexslider .flex-caption{
	position: absolute;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
#hero-banner .flexslider .flex-caption .caption-content{
	display: block;
	width: 1080px;
	background-image: url("../images/trans_black_80.png");
	margin: auto;margin-top: 400px;
	height: 80px;
	position: relative;
}
.flex-caption .caption-content h3{
	color: white;
	text-align: left;
	padding: 20px;padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

.flex-caption .caption-content .more:hover{
	text-decoration: none;
	background-color: #00c0d5;
}
.flex-caption .caption-content .more span{
	font-size: 24px;
	line-height: 24px;
}
/*=======end hero banner*/
body.home h1 {
	font-size: 40px;
	border: 0;
}

#page-index #main-content{
	text-align: center;
}
body.home #content-wrap {
	margin-top: -20px;
	min-height: 600px;
	padding-top: 0;
}
body.tpl-4 #content-wrap {
	padding-left: 0;
}
#content-wrap{
	background-color: white;
	margin-top: 0;
	position: relative;
	padding: 0px 10px;
	z-index: 1;
	padding-top: 25px;
	padding-bottom: 20px;
}

.home-bucket{
	background-color: #f5f4f2;
	display: block;
	float: left;
	margin: 0px;
	margin-left: 2.66%;
	margin-top: 10px;margin-bottom: 10px;
	width: 22.66%;
	height: 290px;
	position: relative;
	border-radius: 4px;
	border:1px solid #dadada;
	margin-bottom: 50px;
}
.home-bucket:hover,
.landing-bucket:hover {
	text-decoration: none;
}
.home-bucket.bucket-13{
	margin-left: 0px;
}
.home-bucket img{
	width: 100%;
	position: absolute;
	top:60px;
	left: 0px;
}
.home-bucket h3{
	color: #146a9f;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top:-5px;
	width: 100%;
	z-index: 99;
}
.home-bucket .description{
	background-color: #4b4b4b;
	position: absolute;
	left: 0px;top:0px;
	font-size: 13px;
	padding: 0 20px;
	height: 290px;
	padding-top: 50px;
	color: white;
	display: none;
	line-height: 1.3em;
	width: 100%;
}
.home-bucket:hover .description,
.landing-bucket:hover .description {

	display: block;
}
.home-bucket:hover h3,
.landing-bucket:hover h3 {
	color: white;
}
.more{
	display: block;
	position: absolute;bottom:-30px;
	left: 50%;
	margin-left: -47px;
	padding: 10px;
	background-color: #002eb7;
	color: white;
}

#main-content p.more,
.home-bucket p.more {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}

/* Diana's */

/* ***************************************** Left Sidebar */

#sidebar-left h2 {
	line-height: 1em;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-bottom: 14px;
}

#sidebar-left h2 a {
	font-size: 19px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #020606;
	text-decoration: none;
}

.secondary-nav {
	list-style: none;
	padding-left: 0;
	font-family: Arial, sans-serif;
}

.secondary-nav a {
	color: #4b4b4b;
	display: block;
	padding: 10px 15px;
}

.secondary-nav li ul a {
	padding-left: 25px;
}

/* Active or Hover states */
.secondary-nav li.active > a,
.secondary-nav a:hover {
	background-color: #071689;
	color: #FFF;
	text-decoration: none;
}

.secondary-nav li.active .secondary-nav li.active a,
.secondary-nav li.active .secondary-nav li.active a:hover,
.secondary-nav li.active .secondary-nav li a:hover {
	background-color: #2030af;
	color: #FFF;
}

.secondary-nav li.current .secondary-nav li a,
.secondary-nav li.active .secondary-nav li a {
	color: #071687;
}


/* ****************************************** Landing Buckets */
.landing-bucket{
	display: block;
	float: left;
	margin: 0px;
	margin-right: 2.66%;
	margin-top: 10px;margin-bottom: 31px;
	width: 29.66%;
	height: 162px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

.landing-bucket > img{
	width: 100%;
	margin: 0 auto !important;
	position: absolute;
	top:60px;
	left: 0px;
	border: 1px solid #c2c2c2;
	border-bottom: 3px solid #c2c2c2;
}
.landing-bucket h3{
	color: #146a9f;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top:-5px;
	width: 100%;
	z-index: 99;
}

.landing-bucket p.description{
	background-color: #4b4b4b;
	position: absolute;
	left: 0px;top:0px;
	font-size: 13px;
	padding: 20px;
	height: 190px;
	padding-top: 60px;
	color: white !important;
	display: none;
	width: 100%;
}
.landing-bucket p.more{
	display: block;
	position: absolute;
	bottom:-15px;
	left: -42px;
	margin-left: 50%;
	padding: 6px 10px;
	color: #373737;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	background: rgb(230,230,230); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(197,197,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(197,197,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-8 */
}

.landing-bucket .more:hover {
	background: rgb(197,197,197); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(197,197,197,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,197,197,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

/* Engineering Resources bucket */
#identify-timing-belt {
	margin-bottom: 30px;
}
#identify-timing-belt a {
	display: block;
	-moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #146a9f;
    border-color: -moz-use-text-color -moz-use-text-color #004772;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 4px;
    color: white;
    margin: 5px 8px;
    padding: 8px 0;
    text-align: center;
    width: 18em;
    height: 40px;
}

#identify-timing-belt a:hover {
	text-decoration: none;
	background-color: #004772;
}

/* ****************************************** Three Column Landing Buckets */

body.tpl-4 .landing-bucket {
	width: 45.66%;
}

body.tpl-4 .landing-bucket .more {
	bottom: -30px;
}


.tablet,
.mobile {
	display: none;
}

#mobile-nav:not( .mm-menu ) {
   display: none;
}

/* ****************************************** Blog */

#articles {
	float: left;
	width: 73%;
	margin-right: 2%;
}

#sidebar-blog h3 {
	font-size: 13px;
	color: #4b4b4b;
	text-transform: uppercase;
	border: 1px solid #d4d4d4;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

#sidebar-blog ul {
	list-style: none;
	padding-left: 0;
	display: none;
}

#sidebar-blog {
	float: left;
	width: 24.66%;
}

.post .news-wrapper,
.post img {
	float:  left;
}

.post img {
	border: 1px solid #e5e5e5;
	margin-right: 1.66%;
	width: 18%;
}

.post .news-wrapper {
	width: 80%;
}

.post {
	border-bottom: 1px solid #d8d8d8;
	padding: 17px 0;
}

.post h2 {
	font-size: 19px;
	margin: 0;
}

.post h2 span {
	font-weight: 300;
	color: #4b4b4b;
}

.post h2 a {
	font-size: 19px;
	color: #071689;
}

.news-bottom {
	display: inline-block;
}

.post .learn-more {
	text-transform: uppercase;
	color: #e69801;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", serif;
}

.paging ul.pageList {
	list-style: none;
	padding-left: 0;
}

#main-content .paging .pageList li {
	display: inline-block;
	margin: 0 7px;
}

#main-content .paging .pageList li a {
	color: #071689;
}

/* ****************************************** Gallery */

/* Tabs */
.tabbable .flexslider {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: 0;
	-o-box-shadow: 0;
	margin-bottom: 35px;
}

.nav-tabs > li > a {
	border-radius: 0;
	text-transform: uppercase;
	border: 0 !important;
	color: #4c4c4c;
	background-color: #e5e5e5;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background-color: #071689;
	color: #FFF;
	border: 0;
}

.tab-content {
	border-top: 4px solid #071689;
}

.tab-pane {
	padding: 10px 5px;
}

.picture-title {
	background-color: #efefef;
	padding: 10px 15px;
	width: 100%;
}

.picture-title h3 {
	color: #071689;
	border-bottom: 1px solid #cdcdcd;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}

.picture-title p {
	padding-top: 10px;
}

.thumbnail {
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 5px;
}

#photo-single .flex-direction-nav {
	display: block;
}

#photo-single .flex-direction-nav .flex-prev {
	background: url(/images/template/sprite.png) -296px -780px no-repeat;
	left: 0;
	opacity: 0.8;
}

#photo-single .flex-direction-nav .flex-next {
	background: url(/images/template/sprite.png) -304px -703px no-repeat;
	right: 0;
	opacity: 0.8;
}

#photo-single img {
	margin: 0;
}

#photo-carousel,
#video-carousel {
	position: relative;
	padding: 0 33px;
}

#photo-carousel .thumbnail {
	border: 0;
}

#photo-carousel .slides li img {
	border: 1px solid #dedede;
}

#photo-carousel .slides li.flex-active-slide img {
	border: 1px solid #071689;
}

#photo-carousel .flex-direction-nav,
#video-carousel .flex-direction-nav {
	display: block;
}

#photo-carousel .flex-direction-nav a,
#video-carousel .flex-direction-nav a {
	width: 17px;
	height: 27px;
	background: url(/images/template/sprite.png) -304px -703px no-repeat;
}

/* Custom navigation arrows */
#photo-carousel .flex-direction-nav .flex-next,
#video-carousel .flex-direction-nav .flex-next {
	right: 0 !important; opacity: 1 !important;
}

#photo-carousel .flex-direction-nav .flex-prev,
#video-carousel .flex-direction-nav .flex-prev {
	left: 0 !important; opacity: 1 !important; background-position: -304px -780px;
}

#photo-carousel .flex-direction-nav .flex-disabled,
#video-carousel .flex-direction-nav .flex-disabled {
	display: none;
}

/* Video */
#video-single {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#video-single iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#video-carousel .slides li {
	/*width: 119px !important;*/
}

#video-text li.flex-active-slide {

}

/* Photo Feed on Footer */
#photo-feed ul {
	list-style: none;
	padding: 0;
}

#photo-feed ul li {
	display: block;
	float: left;
	margin: 5px;
}

#photo-feed ul li img {
	border: 1px solid #d8d8d8;
}

/* CDS Integration */

/* Breadcrumbs */

.cds-breadcrumbs {
	list-style: none;
}

.cds-breadcrumbs li {
	display: inline;
	font-size: 12px;
}


/* Landing Page */

.landing-bucket-cds {
	display: block;
	float: left;
	margin: 0px;
	margin-right: 2.66%;
	margin-top: 10px;
	margin-bottom: 31px;
	width: 29.66%;
	height: 366px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ccc;
	padding: 0 4%;
}

.landing-bucket-cds h3 {
	color: #146a9f;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}

.landing-bucket-cds p.description {
	font-family: "Georgia", serif;
	font-size: 13px;
	margin-top: 17px;
}

.landing-bucket-cds p.learn-more {
	position: absolute;
	bottom: -18px;
	left: -42px;
	display: block;
	margin-left: 50%;
	padding: 6px 10px;
	color: #373737;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	background: rgb(230,230,230);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(197,197,197,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(197,197,197,1)));
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	background: -o-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c5c5c5',GradientType=0 );
}

.landing-bucket-cds img {
	width: 100%;
	display: block;
	margin: 0 auto;
	border: 1px solid #c2c2c2;
	border-bottom: 3px solid #c2c2c2;
}

.landing-bucket-cds .learn-more:hover {
	background: rgb(197,197,197); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(197,197,197,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,197,197,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

/* Products List Page */


#cds-product-container table tr td {
	font-size: 15px;
}

#cds-product-container li {
	font-family: 'Open Sans', Arial, sans-serif;
}

#cds-search-right-container img {
	max-width: 100%;
}

#cds-search-right-container{
	margin-left: 1em;
	width: 59em;
	float: left;
	overflow-x: scroll;
}

#cds-search-right-container h1 {
	font-size: 32px;
}

/*table.cds-product-list-table,*/
#cds-product-container {
	display: block;
	overflow: scroll;
}

.cds-product-list tr td{
	padding:3px 5px;
	vertical-align: top !important;
	width:30% !important;
}
.cds-product-list tr td label{
	margin-right:5px;
	width:35% !important;
}
.cds-product-list tr td span{
	vertical-align: top !important;
}
.cds-product-list tr:hover td{
	background:#EEE;
}

.cds-product-grid > li{
	vertical-align: top !important;
	height:400px !important;
	width:264px;
}
.cds-product-grid > li label{
	margin:0;
	padding-right: 5px;
	width:40%;
}
.cds-product-grid > li li{
	width:100%;
}
.cds-product-grid > li li:hover{
	background: #EEE;
}


/* Product Detail Page */
body.tpl-11 #content-wrap.product-detail-page {
	width: 1000px;
	min-width: 0;
}

#content-wrap.product {
	padding-left: 0;
}

#content-wrap.product .cds-breadcrumbs {
	padding-left: 10px;
}

#content-wrap.product .cds-product-custom-header,
#content-wrap.product .cds-product-header  {
	margin-top: 0;
}

#content-wrap.product #main-content,
#content-wrap.search #main-content {
	margin-top: 10px;
}

#cds-product-detail-page h1 {
	margin-top: 9px;
}

#cds-left-sidebar {
	width: 197px;
	margin-right: 20px;
	float: left;
}

#cds-left-sidebar h2 {
	line-height: 1em;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-bottom: 14px;
	font-size: 19px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #020606;
	margin-top: 20px;
}

#cds-left-sidebar ul {
	list-style: none;
}

#cds-left-sidebar ul li a {
	color: #4b4b4b;
	display: block;
	padding: 10px 15px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#cds-left-sidebar ul li a:hover {
	background-color: #071689;
	color: #FFF;
	text-decoration: none;
}

#cds-product-detail-page {
	width: 100%;
	float: none;
}

.cds-product-details-left {
	margin: 10px 0;
}

.cds-product-attributes {

}

.cds-product-image-container.new-cart {
	float: left;
	border: 0;
	width: auto;
	max-width: 419px;
	height: 260px;
	margin: 0;
	margin-right: 20px;
	min-width: 0;
}

.cds-product-image.new-cart {
	width: 100%;
	height: auto;
	/*width: 260px;
	height: 260px;*/
}

.cds-product-image img {
	max-width: 100%;
	margin: 10px 0;
	max-height: 260px;
	height: auto;
}

.cds-product-cart.new-cart {
	border: 0;
}

#cds-add-to-cart-button.new-cart {
	background: #146a9f;
	text-transform: uppercase;
	border: 0;
	border-bottom: 4px solid #004772;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 0;
	width: 18em;
}

#cds-add-to-cart-button.new-cart:hover {
	background: #004772;
	border: 0;
	border-top: 2px solid #146a9f;
}

#cds-cad-download-button.new-cart,
#cds-cad-view-3D-button.new-cart {
	background: #eeeff1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JkYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeff1 0%, #bcbdbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff1), color-stop(100%,#bcbdbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeff1 0%,#bcbdbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeff1 0%,#bcbdbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeff1 0%,#bcbdbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeff1 0%,#bcbdbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff1', endColorstr='#bcbdbf',GradientType=0 ); /* IE6-8 */
	height: 2.6em;
}

#cds-cad-download-formats {
	width: 98%;
}

table.cds-product-attributes tr:nth-of-type(odd) {
	background-color: #e5e5e5;
}

table.cds-product-attributes td {
	/*border: 1px solid #c2c2c2;*/
	padding: 3px 5px;
	vertical-align: top;
}

table.cds-product-attributes td.attribute {
	width: 39%; /*200px;*/
	display: inline-block;
}

table.cds-product-attributes td.value {
	width: 60%; /*320px;*/
	display: inline-block;
	word-wrap: break-word;
}

table.cds-product-attributes tr {
	width: 100%;
}

.cds-product-details-right {
	margin: 10px 0;
	float: right;
}
.cds-product-details-right a {
	display: block;
}

#cds-product-list-price {
	font-size: 1.2em;
}

/* ********************************* CDS Search Results   ******************* */

table.search-results span {
	margin-right: 5px;
}

table.search-results tr:nth-child(even) {
  background-color: #eee;
}

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

/* Link to CDS category */
ul.cds-categories {
	list-style: none;
	padding-left: 0;
}

li#cds-category a {
	display: block;
	background-color: #0b2086;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	margin-top: 15px;
}

li#cds-category a:hover {
	background-color: #0e2ba1;
}

li#cds-category a:hover span {
	background-color: #0b2086;
}

li#cds-category a span {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: url(/images/template/sprite.png) 19px -222px no-repeat #0e2ba1;
}

/* Hide left navigation on Catalog root */
#cds-content.root .cds-browse-container {
	width: 810px;
	padding: 0 10px;
}

#cds-content.root {
	padding: 0 10px;
}

#cds-content {
	background-color: #FFF;
}

#cds-content {
	background-color: white;
	position: relative;
	/*padding: 0px 10px;*/
	z-index: 1;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 10px;
	width: 1070px;
	min-width: 1070px;
	margin: auto;
	margin-top: 0;
	overflow-y: visible;
}

#header div {
	float: none;
	margin: 0;
}

.cds-browse-container,
#cds-product-right {
	width: 603px;
	float: left;
	margin-left: 0;
}

#modx-sidebar-right {
	width: 230px;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
}

#modx-sidebar-left {
	width: 197px;
	float: left;
	margin-right: 20px;
}

.secondary-nav-cds {
	list-style: none;
	padding-left;
	font-family: Arial, sans-serif;
}

.secondary-nav-cds a {
	color: #4b4b4b;
	display: block;
	padding: 10px 15px;
}

.secondary-nav-cds ul ul a {
	padding-left: 25px;
}

.secondary-nav-cds > li > h2 {
	line-height: 1em;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-bottom: 14px;
}

.secondary-nav-cds > li > h2 > a {
	font-size: 19px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #020606;
	text-decoration: none;
	padding: 0;
}

/* CDS Root Page */
.cds-browse-list h3 {
	color: #146a9f;
	margin: 0;
}

#cds-search-right-container ul.cds-browse-list li {
	width: 23.33% !important;
	height: 217px !important;
	position: relative;
	padding: 0.75em;
	margin: 0;
	border: 0;
}

.root #cds-search-right-container ul.cds-browse-list li {
	height: 379px !important;
}

#cds-search-right-container ul.cds-browse-list li img {
	border: 1px solid #c2c2c2;
	border-bottom: 3px solid #c2c2c2;
}

#cds-search-right-container ul.cds-browse-list li:hover a,
#cds-search-right-container ul.cds-browse-list li:hover a h3 {
	text-decoration: none;
	color: #FFF;
}

#cds-search-right-container ul.cds-browse-list li p.learn-more {
	display: block;
	position: absolute;
	bottom: -18px;
	left: -42px;
	margin-left: 50%;
	padding: 6px 10px;
	color: #373737;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	background: rgb(230,230,230);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(197,197,197,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(197,197,197,1)));
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	background: -o-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(197,197,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c5c5c5',GradientType=0 );
}

#cds-search-right-container ul.cds-browse-list li p.learn-more:hover {
	background: rgb(197,197,197); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(197,197,197,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,197,197,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(197,197,197,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}


#cds-search-right-container ul.cds-browse-list li:hover {
	background-color: #4b4b4b;
}

/* CDS Product Page */
h2.product-details,
h2.category-details {
	text-transform: uppercase;
	margin: 5px 0;
}

h2.product-details {
	color: #4b4b4b;
}

h2.category-details {
	color: #2030af;
}

.cds-product-cart {
	background: none;
	border: 0;
}

#cds-add-to-cart-button {
	background: #146a9f;
	text-transform: uppercase;
	border: 0;
	border-bottom: 4px solid #004772;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 18em;
}

#cds-add-to-cart-button:hover {
	background: #004772;
	border: 0;
	border-top: 2px solid #146a9f;
}

.cds-product-image-container {
	float: right;
	margin: 0;
	width: 257px;
	height: 208px;
}

.cds-product-image {
	width: 257px;
	height:188px;
}

.cds-product-controls {
	width: 338px;
}

.cds-product-cart {
	width: 100%;
}

#cds-cad-download-button,
#cds-cad-view-3D-button {
	background: #eeeff1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JkYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeff1 0%, #bcbdbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff1), color-stop(100%,#bcbdbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeff1 0%,#bcbdbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeff1 0%,#bcbdbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeff1 0%,#bcbdbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeff1 0%,#bcbdbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff1', endColorstr='#bcbdbf',GradientType=0 ); /* IE6-8 */
	height: 2.6em;
}

#cds-cad-download-button:hover,
#cds-cad-view-3D-button:hover {
	background: #bcbdbf; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmRiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bcbdbf 0%, #eeeff1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbdbf), color-stop(100%,#eeeff1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbdbf 0%,#eeeff1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbdbf 0%,#eeeff1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbdbf 0%,#eeeff1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbdbf 0%,#eeeff1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbdbf', endColorstr='#eeeff1',GradientType=0 ); /* IE6-8 */

}

/* Active or Hover states */
.secondary-nav-cds li.active > a,
.secondary-nav-cds a:hover {
	background-color: #071689;
	color: #FFF;
	text-decoration: none;
}

	/******* Compare **********/

	#cds-content.cds-content-compare {
		font-size: 14px;
		color: #545454;
		overflow-x: auto;
	}

	#page-compare #content-wrap {
		
	}

	#cds-content.cds-content-compare table .label {
		color: #545454;
		font-size: 14px;
	}

	#cds-product-compare-table tbody tr:hover .label {
		color: #FFF !important;
	}

	/******* Calculator **********/

	#configurator {
		width: 54% !important;
	}

	#configurator div.attributeContainer,
	#configurator table.attribute {
		width: 100%;
	}

	#configurator div.attributeContainer {
		padding: 5px;
	}

	#configurator table.attribute {
		margin: 0;
	}

	#results {
		float: left !important;
		width: 41% !important;
		margin-left: 3%;
	}

	.cdsResultsTable {
		width: 100% !important;
	}

/* Hide left nav based on which CDS category we're on */

/************************************************************ Power Transmission */

/* Hide subitems of 'non-active' pages */
#cds-content.qd_bushings li#secondary-menu-item-13,
#cds-content.qd_bushings li#secondary-menu-item-40 ul ul,
#cds-content.tl_bushings li#secondary-menu-item-13,
#cds-content.tl_bushings li#secondary-menu-item-40 ul ul,
#cds-content.bushings li#secondary-menu-item-13,
#cds-content.bushings li#secondary-menu-item-40 ul ul {
	display: none;
}

/* Show subitems of 'active' pages */
#cds-content.qd_bushings li#secondary-menu-item-40 ul li#secondary-menu-item-70 ul,
#cds-content.tl_bushings li#secondary-menu-item-40 ul li#secondary-menu-item-70 ul,
#cds-content.bushings li#secondary-menu-item-40 ul li#secondary-menu-item-70 ul {
	display: block;
}

/* Highlight parent li*/
#cds-content.qd_bushings li#secondary-menu-item-40 ul li#secondary-menu-item-70 > a,
#cds-content.tl_bushings li#secondary-menu-item-40 ul li#secondary-menu-item-70 > a,
#cds-content.bushings li#secondary-menu-item-40 ul li#secondary-menu-item-70 > a {
	background-color: #071689;
	color: #FFF;
}

/* Highlight child li */
#cds-content.qd_bushings li#secondary-menu-item-40 ul li#secondary-menu-item-71 > a,
#cds-content.tl_bushings li#secondary-menu-item-40 ul li#secondary-menu-item-72 > a {
	background-color: #2030af;
	color: #FFF;
}

/************************************************************ Precision Mechanical Components */

/* Hide subitems of 'non-active' pages */
#cds-content.finish_sprockets li#secondary-menu-item-40,
#cds-content.finish_sprockets li#secondary-menu-item-13 ul ul,
#cds-content.mpb_sprockets li#secondary-menu-item-40,
#cds-content.mpb_sprockets li#secondary-menu-item-13 ul ul,
#cds-content.sprockets li#secondary-menu-item-40,
#cds-content.sprockets li#secondary-menu-item-13 ul ul,
#cds-content.stock_pulley li#secondary-menu-item-40,
#cds-content.stock_pulley li#secondary-menu-item-13 ul ul,
#cds-content.flange_pulley li#secondary-menu-item-40,
#cds-content.flange_pulley li#secondary-menu-item-13 ul ul,
#cds-content.stock_flange li#secondary-menu-item-40,
#cds-content.stock_flange li#secondary-menu-item-13 ul ul {
	display: none;
}

/* Show subitems of 'active' pages */
#cds-content.finish_sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-33 ul,
#cds-content.mpb_sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-33 ul,
#cds-content.sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-33 ul,
#cds-content.stock_pulley li#secondary-menu-item-13 ul li#secondary-menu-item-19 ul,
#cds-content.flange_pulley li#secondary-menu-item-13 ul li#secondary-menu-item-19 ul,
#cds-content.stock_flange li#secondary-menu-item-13 ul li#secondary-menu-item-19 ul  {
	display: block;
}

/* Highlight parent li*/
#cds-content.finish_sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-33 > a,
#cds-content.mpb_sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-33 > a,
#cds-content.sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-33 > a,
#cds-content.stock_pulley li#secondary-menu-item-13 ul li#secondary-menu-item-19 > a,
#cds-content.flange_pulley li#secondary-menu-item-13 ul li#secondary-menu-item-19 > a,
#cds-content.stock_flange li#secondary-menu-item-13 ul li#secondary-menu-item-19 > a {
	background-color: #071689;
	color: #FFF;
}

/* Highlight child li */
#cds-content.finish_sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-35 > a,
#cds-content.mpb_sprockets li#secondary-menu-item-13 ul li#secondary-menu-item-34 > a,
#cds-content.stock_pulley li#secondary-menu-item-13 ul li#secondary-menu-item-20 > a,
#cds-content.flange_pulley li#secondary-menu-item-13 ul li#secondary-menu-item-21 > a {
	background-color: #2030af;
	color: #FFF;
}

/* ADD NEW CSS HERE */

/***CDA STYLES OVERWRITE*******/

#cds-unit-toggle-container {
    margin-bottom: 1.5em !important;
    margin-top: 1em;
}
#cds-unit-toggle-container label {
    margin-left: 1em !important;
    margin-right: 1.5em !important;
}
#cds-product-detail-page h3{
	font-weight:bold !important;
}
.cds-product-details-right a, #pdfResults p{
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #146a9f;
    border-color: -moz-use-text-color -moz-use-text-color #004772;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 4px;
    color: white;
    margin: 5px 8px;
    padding: 8px 0;
    text-align: center;
    width: 18em;
    float: left;
    height: 40px;
}
#pdfResults a{
	color: white;
}

#pdfResults a:hover{
	text-decoration:none;
}

#pdfResults h3,
#pdfResults h2 {
	clear: both;
}

#pdfResults h3 { text-transform: uppercase; }

#pdf-library { clear: both; }

select#category,
select#sub_category {
	width: 278px;
	font-size: 16px;
}

.cds-product-details-right a:hover, #pdfResults p:hover{
	text-decoration:none;
	background: none repeat scroll 0 0 #004772;
}
/*****hide catogory detial title********/

.category-details{
	display:none;
}

/*****fotter-right ISO image**********/

.ISO-img{
	padding-top:14px;
	height:259px;
	margin-left:55px;
}

/***** REMOVE THIS CODE LATER - DISABLES BUCKETS ON INDUSTRIES PAGE  **********/

/*
.landing-bucket.landing-bucket-117 img,
.landing-bucket.landing-bucket-117 p.description,
.landing-bucket.landing-bucket-117 p.more,
.landing-bucket.landing-bucket-118 img,
.landing-bucket.landing-bucket-118 p.description,
.landing-bucket.landing-bucket-118 p.more,
.landing-bucket.landing-bucket-119 img,
.landing-bucket.landing-bucket-119 p.description,
.landing-bucket.landing-bucket-119 p.more {
	display: none;
}

.landing-bucket.landing-bucket-117 {
	clear: left;
}

.landing-bucket.landing-bucket-117:hover {

}
*/

/***** Internet Explorer  **********/
.ie7 #primary-nav > li#primary-menu-item-73,
.ie8 #primary-nav > li#primary-menu-item-73 {
	margin-right: 170px;
}

.ie7 .secondary-nav,
.ie7 .footer-links {
	margin: 0;
}

.ie7 .home-bucket {
	width: 240px;
	height: 310px;
}

.ie7 .landing-bucket p.description {
	padding: 20px 0;
	z-index: 999;
	height: 150px;
}

.ie7 .landing-bucket,
.ie8 .landing-bucket {
	z-index: 999;
}

.ie7 .flex-caption .caption-content h3 {
	padding-top: 0;
}

.ie7 #search1 {
	float: left;
}

.ie7 #rfq-btn-wrapper,
.ie7 #qc-wrapper {
	background: none;
}

.ie7 .tab-content {
	clear: both;
}




form .group {
	margin: 20px 0 0;
	clear: both;	
}
form .group:first-child {
	margin-top: 0;	
}
form .group img { display: block; margin: 0 auto !important; max-width: 96%; }
form .subtitle {
	display: block;
    margin: 0 0 10px;	
	font-size: 16px;
    color: #999;
    font-style: oblique;
}
form .input {
    position: relative;
    width: 98%;
	margin-right: 2%;
    font-family: 'Oxygen','Roboto', Arial, Helvetica, sans-serif;
	clear: left;
}
form .input.file {
    margin: 0 0 1.5em;
    padding: 4px 12px 9px;
    background: #f4f4f4;
    border: 1px solid #dedede;
    border-top: 3px solid #dedede;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form .input.half {
	width: 48%;
	float: left;	
	clear: none;
}
	form .input.addy { width: 48%; }
	form .input.city { width: 36%; }
	form .input.state { width: 10%; }
form .inputRow {
	clear: both;
}
form .input label {
	display: block;
}
form .input input[type=text],
form .input input[type=email],
form .input input[type=number],
form .input input[type=tel],
form .input select,
form .input textarea {
	display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 10px 15px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0 0 1.5em;
    border: 1px solid #dedede;
    border-top: 3px solid #dedede;
    border-radius: 3px;
}
form .input input[type=text].error,
form .input input[type=email].error,
form .input input[type=number].error,
form .input input[type=tel].error,
form .input select.error,
form .input textarea.error {
    background: #FFB5B5;
    border: 1px solid #900;
    border-top: 3px solid #900;
}
form .input textarea {
	max-width: 100%;
	height: 75px;
	max-height: 150px;
}
form .input input[type=file] {
	width: 100%;
}
form.shifty .input label {
    position: absolute;
    top: 12px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
	opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
form.shifty .input label.focus {
	top: -14px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	text-transform: uppercase;
	opacity: 1.0;
}
form.shifty .input label.focus:after { 
	content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}

form.shifty .input label.hidden { opacity: 0.0; }
form label.error { display: none !important; }

.filters {
	margin: 0 0 10px;	
}
.filters > span:first-child {
	margin: 0 1em 0 0;
    vertical-align: text-bottom;	
}
.filters .btn {
    background: #fff;
    border: 2px solid #2196F3;
	padding: 4px 12px;
    font-size: 12px;
    margin: 0 0.5em 0.5em 0;
}
.filters .btn:hover {
    background: rgba(33, 150, 243, 0.07);
    border: 2px solid #2196F3;
}
.filters .btn.active {
	color: #fff;
    background: #2196F3;
    border: 2px solid #2196F3;
}

form.rfq {
	width: 730px;
	max-width: 100%;
	margin: 0 auto 60px;	
}
form.rfq .input.mix {
	width: 48%;
	margin-right: 2%;
	float: left;	
	clear: none;
	display: none;
}
@media only screen and (max-width: 459px) {
	form .input { width: 100%; margin-right: 0%; }
	form .input.half { width: 100%; }
	form .input.addy { width: 100%; }
	form .input.city { width: 75%; margin-right: 2%; }
	form .input.state { width: 23%; }
	form.rfq .input.mix { width: 100%; }
}


.dist-lookup {
	margin: 0 0 1em;
	padding: 10px 0 0;
	border-bottom: 1px solid #ddd;
}
.dist-lookup select {
	margin: 0 1em 1em 0;
	font-size: 13px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	height: 32px;
	line-height: 32px;
}
.dist-lookup select[name=city] { display: none; }
.infocard-group {
	margin: 0 0 30px;
}
.infocard-group.half {
	float: left;
	width: 46%;
	margin: 0 4% 30px 0;
}
.infocard-group h3 {
	font-weight: bold;
	font-size: 20px;
}
.infocard {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fafafa;
	padding: 0.8em 1.2em 0.6em;
	margin: 0 0 1em;
	float: left;
	width: 46%;
	margin: 0 4% 1em 0;
}
.half .infocard {
	width: 100%;
	margin: 0 0 1em;
}
.infocard:nth-child(2n) { clear: left; }
.infocard > span {
	display: block;
	margin: 0 0 0.5em;
	position: relative;
	padding: 0 0 0 95px;
}
.infocard label {
	position: absolute;
	left: 0;
	top: 3px;
	width: 80px;
	font-size: 11px;
	font-weight: 200;
	color: #555;
	text-transform: uppercase;
	vertical-align: baseline;
}
.infocard .heading {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
}
@media only screen and (max-width: 1079px) {
	.infocard-group.half { float: none; width: 100%; margin: 0 0 30px; }
	.half .infocard { width: 100%; margin: 0 0 1em; }
}
@media only screen and (max-width: 459px) {
	.infocard label { width: 60px; }
	.infocard > span { padding: 0 0 0 75px; }
}