body {
	font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#464646;
}

a {
	color:#0c639c;
}

a:focus {color:red; text-decoration:underline; outline: none !important; border:1px solid red;}
#mainNavWrap a:focus {color:#fff; text-decoration:underline; background-color:#000; }
.memberNav a:focus {border:1px solid blue; }

.column-block a:focus {border:1px solid blue; display:block;  background-color:black; }



h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight:300;
}

h1 {font-size:2.25em; margin-bottom:1em;}

#utilityWrap {
	background-color:#000;
	padding:.5em 0;
	border-bottom:1px solid #fff;
}

#utilityWrap a {
	color:#7abce6;
}

#utilityBar {
	color:#fff;
	font-size:.85em;
}

.utilityTxt {
	text-align:right;
	padding:0;
	margin:0;
}

.padTop {padding-top:2em;}

#mast {
	background-color:#1d5b56;
	padding:2em 0 4em 0;
}

#checkoutWrap {
	padding:1em 0 0 0;
}

#cartIco {
	background-color:#fff;
	padding:.75em 1em;
	float:left;
	margin-right:.25em;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
}

#cartData {
	background-color:#fff;
	padding:.2em .5em;
	text-align:left;
	width:70%;
	float:left;
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0;

	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
}

#cartData p {
	margin:0 0 -.75em 0;
	padding:0;
	font-size:.9em;
	font-weight:700;
}

#cartItems {
	font-size:.75em;
	margin-top:-1em;
	font-weight:400;
}


#mainNavWrap {
	background-color:#e6e6e6 !important;
	border-top:7px solid #000;
	margin-top:-2em;
	font-size:.9em;
	font-weight:600;
	line-height:110%;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}

#mainNavWrap a {
	color:#000;
}

#mainNavWrap a:hover {
	color:#d52b1e;
}

#mainnav {
  height: 2em;
  display: table;
}

#mainnav .menu-item {
  text-align:center;
  line-height:110%;
}

#mainnav a {
	color:#000;
	font-size:1em;
	font-weight:600;
	display:block;
	padding: 1em 1.5em;
	display: table-cell;
	vertical-align: middle;	
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;	
}

#mainnav a:hover {
	color:#fff;
	background-color:#d52b1e;
	text-align:center;
}

#searchForm {
	position:relative;
}

#searchInput {
    padding: 1.7em 1em 1.75em 1em;
    margin-bottom: 0;
	border:none;
}

#searchBt {
	position:absolute;
	top:.4em;
	right:.5em;
    height: 42px;
    width: 42px;
	background-color:#000;
	color:#fff;
	border:none;
	padding:.5em;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px;	
	}
	
#searchBt a {color:#fff;}
#searchBt a:hover {color:#fff;}


#frontSlide {
	background-image: url("../img/slide_temp.jpg");
	background-size:cover;
	background-position:center center;
	min-height:27em;
	margin-top:-2.25em;
}

.colorWrap {
	background-color:#e6e6e6;
	padding:3em 0;
	text-align:center;
}

.colorWrap h2 {
	text-align:center;
	font-weight:300;
	font-size:2em;
	margin-bottom:.5em;
}

#frontCatSelect {
	display:inline;
	width:10em;
	margin-left:.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px;
}

.frontFeatWrap {
	background-color:#fff;
	border:1px solid #afafaf;
	padding:1em;
	text-align:center;
	color:#d52b1e;
}

.frontFeatTxt {
	color:#d52b1e;
	font-weight:600;
	font-size:.9em;
	text-transform:uppercase;
}

.memberNav ul {
	list-style:none;
	text-align:center;
	width:80%;
	margin:2em auto;
}

.memberNav li {
	float:left;
	margin-bottom:2em;
}

.memberNav li a {
	font-size:1em;
	color:#fff;
	padding:.75em 2.5em;
	margin-right:.5em;
	background-color:#d52b1e;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.memberNav li a:hover {
	background-color:rgba(0, 0, 0, 0.8);
}

/*------------------------------------------------
	Interior Styles
-------------------------------------------------*/

.intHeader {
	margin-top:1em;
}

.intHeader h1 {
	text-transform:uppercase;
	padding-bottom:.25em;
	border-bottom:1px solid #b4b4b4;
	font-weight:400;
	color:#d52b1e;
}

.prodInfo p {
	margin:0;
	color:#737373;
}

.prodInfo .prodName {
	font-size:1.5em;
	font-weight:600;
	margin:0;
	font-size:1.1em;
	margin:0;
	color:#111;
}

.prodInfo .prodBrand {
	font-size:.85em;
}

.prodInfo .prodSku {
	font-size:.85em;
}

.prodInfo .prodPrice {
	font-size:1.4em;
	font-weight:600;
	margin:0;
	color:#111;
}

.prodInfo a.prodView  {
	font-size:.65em;
	font-weight:400;
}

.prodDetails {
	margin-bottom:2em;
}

.prodDetails .prodSubCompany {
	font-weight:600;
	font-size:1.2em;
}

.prodVariations {
	font-size:.9em;
}

.prodVariations th {
	background-color:#dadada;
}

/*------------------------------------------------
	Category Selection
-------------------------------------------------*/


.catSelection {
	margin-bottom:1em;
	border:1px solid #d9d9d9;
	padding:.5em .75em 1em .75em;
	background-color:#f9f9f9;
}

.catList a {
	font-weight:400;
}

.catList a:hover {
	font-weight:700;
	text-decoration:underline;
}

.catHd {
	padding-left:0;
}

.catHd h2 {
	font-weight:400;
	margin-bottom:.5em;
	color:#5d5d5d;
	font-size:2em;
}

.catInstruct {
	font-weight:400;
	color:#737373;
}

.breadCrumbs {
	padding-left:0;
}



/*------------------------------------------------
	Vertical / Side Nav
-------------------------------------------------*/

.vertNavHd {
	font-weight:700;
	display:block;
	margin-bottom:.85em;
}

.vertNavGroup {
	margin-bottom:1em;
}

.vertNav nav ul {
	list-style:none;
	padding:0;
	margin:0;
	line-height:115%;
}

.vertNav li {
	margin-bottom:.6em;
	font-size:.85em;
}

.vertNav li:hover {
	text-decoration:underline;
	font-weight:700;
}

/*------------------------------------------------
	Footer Styles
-------------------------------------------------*/


#footer {
	background-color:#000;
	border-bottom:7px solid #d52b1e;
	margin-top:2em;
	padding:2em 0;
	color:#fff;
}

#footer a {
	color:#7abce6;
}


.visuallyhidden {
	  position: absolute;
	  width: 1px;	
	  height: 1px;
	  border: 0;
	  clip: rect(0 0 0 0);
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	.smallCenter {text-align:center;}
}


/*------------------------------------------------
	Unbranded Styles
-------------------------------------------------*/


.brandTag {
	margin-top:.8em; 
	font-size:1.25em;
}

.serviceText {
	font-size:1.25em; 
	text-align:right; 
	margin-top:.75em; 
	color:#02562f;
}

 body#unbranded {
	background-color:#f3f1ee;
}

#unbranded utilWrap {
	
}

#unbranded h3 {
	color:#03703d;
	text-align:center;
	margin-bottom:1em;
}

#unbranded #mast {
	 padding: 0 0 0 0;
	 background-color:#fff;
	-moz-box-shadow:    0px 0px 4px 0px #737373;
	-webkit-box-shadow: 0px 0px 4px 0px #737373;
	box-shadow:         0px 0px 4px 0px #737373;	 
	position:relative;
	z-index:100;
} 

#utilWrap {
	background-color:#03703d;
	min-height:.6em;
}

#custLogin {
	border:1px solid red;
}

.cloginName {
	float:left;
	margin-right:1em;
}

.cloginPass {
	float:left;
	margin-right:.5em;
}
.cloginButton {
	float:left;
	font-size:1em; 
	margin-top:1.5em;
	padding-top:0;
}

#unbranded #mainNavWrap {
	background-color:#dbe6e1 !important;
	border-top:7px solid #03703d;
	margin-top:0;
	font-size:.9em;
	font-weight:600;
	line-height:110%;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}

#unbranded .button {
	background-color:#03703d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px;	
}

#unbranded #frontSlide {
	margin-bottom:-4em;
}

#unbranded #searchBt {
	background-color:#000;
}

#locateForm {
	margin:0 auto;
	display:block;
	width:90%;
}

#unbranded #footer {
	border-bottom:5px solid #03703d;
}

.ctaBox {
	background-color:#fff;
	position:relative;
	z-index:10;
	margin-bottom:2em;
	-webkit-box-shadow: 0px 0px 3px 0px #888;
	-moz-box-shadow:    0px 0px 3px 0px #888;  
	box-shadow:         0px 0px 3px 0px #888;
}

.ctaBox h2 {
	font-size:1.7em;
	text-align:center;
}

.ctaBox label {
	font-size:.8em;
}

#introText {
	font-size:1.25em;
	margin-bottom:2em;
}

.prodRow {
	padding:2em 0;
}

.prodRow ul {
	list-style:none;
	margin:0;
	padding:0;
}

.prodRow ul li {
	border-bottom:1px solid #f2f2f2;
	padding:.5em 0;
}

#unbranded #footer {
	background-color:#fff;
	color:#4c4c4c;
}


#customerLogin {	
	margin-top:.75em;
	padding:.25em 2em 0 2em;
	background-color:#dbe6e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px;	
}

#customerLogin input[type="text"], #customerLogin input[type="password"] {
	height: 1.85em;
	width: 10em;
}

.viewDistBt {
	width:21em;
}

#introText {
	padding:0 1em;
}

#industry2 {
	font-weight:600; 
	font-size:1.1em; 
	margin-top:2.6em;
}


.joinBt {
	width:21em; 
	position:relative; 
	left:27em;
}


/*------------------------------------------------
	Media Queries
-------------------------------------------------*/
/* Misc Adjustments */
@media screen and (max-width: 1215px) {
	#customerLogin input[type="text"], #customerLogin input[type="password"] {
	height: 1.85em;
	width: 7em;
	}
	
	#customerLogin {
		margin-bottom:1em;
	}
}

@media screen and (max-width: 48em) {
	#customerLogin input[type="text"], 
	#customerLogin input[type="password"] {
	height: 1.85em;
	width: 8em;
	}

	.viewDistBt {
		width:15em;
	}	
	
	.joinBt {
		width:15em; 
		position:relative; 
		left:0;
	}

	#customerLogin {
		margin-top: .75em;
		margin-bottom:1em;
		padding: .25em 0em 0 1em;
	}
	
}


/* Small only */
@media screen and (max-width: 39.9375em) {

	#customerLogin input[type="text"],
	#customerLogin input[type="password"] {
		height: 1.85em;
		width: 6em;
	}

	#customerLogin { font-size: .75em; }
	.cloginButton { margin-top: 2em; }

	.logo {
		width:220px;
		display:block;
		margin:0 auto;
		text-align:center;
	}
	
	.brandTag {
		margin-top:.25em; 
		font-size:1.25em;
		text-align:center;
	}
	
	#customerLogin {
		margin-top: .75em;
		margin-bottom:1em;
		padding: .25em 0em 0 1em;
		background-color: #dbe6e1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	.serviceText {
		text-align: center;
	}
	
	#industry2 {
		font-weight:600; 
		font-size:1.1em; 
		margin-top:0;
		padding-left:3em;
	}	
}

