body { 
	background: #ececec/*  url(/shared/img/body_bg.png) repeat */; 
/* 	background-size: 8px 8px; */
	color: #262626;
}
body#phpbb.section-index  {
  padding-bottom: 1px;
}

.site-header *, .site-footer * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header a, 
.site-footer a {
  text-decoration: none;
}
.site-header-wrapper {
  width: 100%;
  min-height: 61px;
  margin-bottom: 17px;
  background: #494d51;
}

.site-header {
  width: 960px;
  margin: 0 auto /* 17px */;
  position: relative;
	z-index: 10;
  overflow: visible;
}
.header-logo {
  display: block;
	position: absolute;
	width: 163px;
	height: 40px;
	top: 10px;
	text-indent: -9999em;
	background: url('/shared/img/bls_logo.png') no-repeat left top;
	background-size: 163px 40px;
}

.site-header-menu {
  position: relative;
	z-index: 1;
  right: 0;
  margin: 0;
  float: right;
	font: normal 15px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
  list-style: none;
}

.no-touch .site-header-menu {
	font-weight: 300;
}
.touch .site-header-menu {
	right: 20px;
	font-weight: 400;
}
.site-header-menu li {
  float: left;
}
.site-header-menu li a {
  display: block;
	position: relative;
}
.site-header-menu a {
  color: #fcfcfc;
}
#phpbb .site-header-menu a {
  color: #fcfcfc !important;
}
.site-header-menu > li > a {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
	padding: 22px 24px;
	-webkit-font-smoothing: antialiased;
}
.site-header-menu > li > a:hover {
  background: #5c6163;
}
.site-header-menu li a:hover {
	color: #ccc;
	text-decoration: none;
}
.site-header-menu li#products:hover {
  background: #585b5e;
}
.site-header-menu li a.current {
  background: #5c6163;
}
.site-header-menu li a.current:after {
	content: "";
	position: absolute;
	display: block;
  width: 27px;
	height: 17px; 
	left: 50%;
	margin-left: -13px;
	bottom: -21px;
	background: url(/shared/img/site_nav_arrow.png) no-repeat center top;
	background-size: 27px 34px;
	pointer-events: none;
}
#productspage .site-header-menu li a.current:after, 
#supportpage .site-header-menu li a.current:after,
.site-header-menu:not(.buy) #navsite li a.current:after {
  background-position: center bottom;
}
/*
#home .site-header-menu li a.current { 
	background: none;
}
*/
.site-header-menu li#search {
  padding-left: 22px;
}
.site-header-menu li#search a {
  position: relative;
	width: 18px;
	height: 25px; 
  top: 21px;
  padding-bottom: 0;
  padding: 0;
	background: transparent url(/shared/img/navsite_search_n.png) no-repeat 0 bottom;
	background-size: 18px 75px;
	text-indent: -9999em;
}
.site-header-menu li#search a:hover, 
.site-header-menu li#search:hover a {
	background-position: 0 0;
}
.site-header-menu li#search a:active, 
.site-header-menu li#search a.current {
	background-position: 0 bottom;
}

.no-touch .site-header-menu li#products:hover .dropdown {
	display: block;
}
.site-header-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 100001;
	min-width: 240px;
	padding: 9px 25px 23px;
	top: 61px;
	left: 0; 
  background: rgba(86,89,92,.95);
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 25px;
	
}
.site-header-menu .dropdown li {
	position: relative;
	float: none;
	margin-left: 0;
	padding-bottom: 0;
}
.site-header-menu .dropdown a {
/* 	color: #b2b2b2; */
}
.dropdown .devider {
  margin-bottom: 17px;
}
.dropdown .devider:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  left: -20px;
  right: -20px;
  margin-top: 8px;
  background: #6d7173;
  line-height: 25px;
}



.site-footer { 
	position: relative;
  width: 960px;
	min-height: 51px;
	margin: 3px auto 13px; 
  color: #ababab;
	background: #4c4d51;
	border-radius: 4px;
}

#phpbb .site-footer {
  width: 960px;
  margin: 33px auto 13px;
  left: 1px;
}

#home .site-footer {
	margin-top: 6px;
}
.site-footer-social, 
.site-footer-menu {
	float: right;
}

.site-footer-social {
	width: 127px;
	margin: -25px 7px 0 0;
}
#home .site-footer-social {
	margin: -92px 72px 0 0;
}
.site-footer-social * { 
  display: inline-block;
	height: 18px; 
	float: left; 
	background: url(/shared/img/social_icons_add.png) no-repeat 0 0;
	background-size: 127px 38px;
	text-indent: -9999em;
}
/* .site-footer-social #google a */
.site-footer-social-google { 
	width: 24px; 
	background-position: 0 -1px;
}
.site-footer-social-google:hover {
	background-position: 0 -19px;
}
.site-footer-social-twitter { 
	width: 26px; 
	background-position: -24px 0;
}
.site-footer-social-twitter:hover {
	background-position: -24px -18px;
}
.site-footer-social-facebook {
	width: 26px;
	background-position: -50px 0;
}
.site-footer-social-facebook:hover {
	background-position: -50px -18px;
}
.site-footer-social-youtube {
	width: 51px;
	background-position: -76px 0;
}
.site-footer-social-youtube:hover {
	background-position: -76px -18px;
}

.site-footer-copyright, #breadcrumbs, .breadcrumbs {
  font-size: 11px; 
}
.site-footer-copyright { 
  display: inline-block;
	max-width: 320px;
	margin: 17px 0 0 20px;
	line-height: 15px;
}
#phpbb .site-footer-copyright {
  margin-top: 18px;
  color: #ababab;
}
.site-footer-menu {
  position: absolute;
  right: -1px;
  top: 11px;
}
#phpbb .site-footer-menu {
    top: 18px;
}
.site-footer-menu a {
  display: inline-block;
  margin-right: 20px;
  color: #ababab;
  font-size: 12px;
  text-transform: uppercase;
}
.site-footer-menu a:hover {
  color: #fcfcfc;
}

#breadcrumbs a:hover, 
.breadcrumbs a:hover { 
	color: #2778dc;
	text-decoration: none;
}

#breadcrumbs, 
.breadcrumbs {
	color: #808080;
	padding: 0px 0 0px 1px;
}
#breadcrumbs a:after, 
.breadcrumbs a:after { 
 content: " > ";
} 
#breadcrumbs a, #breadcrumbs a:after,
.breadcrumbs a, .breadcrumbs a:after {
	color: #595959; 
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)
{
/*
body {
	background-image: url(/shared/img/body_bg@2x.png);
	background-size: 8px 8px;
}

*/

.header-logo {
	background: url('/shared/img/bls_logo@2x.png') no-repeat left top;
	background-size: 163px 40px;
}

.site-header-menu li a.current:after { 
	background: url(/shared/img/site_nav_arrow@2x.png) no-repeat center top;
	background-size: 27px 34px;
}
.site-header li#search a {
	background-image: url(/shared/img/navsite_search_n@2x.png);
	background-size: 18px 75px;
}

}