	
	/* -----------------------------------------
		Reset
	----------------------------------------- */
	
	html {color:#000;background:#fff}figure,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
	
	* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
	html { -webkit-text-size-adjust: 100%; }
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	html, body {
		height: 100%;
		width: 100%;
		font-family: 'Trebuchet MS', 'verdana', 'san-serif';
		font-size: 13px;
		line-height: 18px;
		color: #808080;
		background: #181818;
	}
	
	p {
		margin-bottom: 10px;
	}
	
	.header-small {
		text-transform: uppercase;
		overflow: hidden;
	}
	
	a, a:visited {
		text-decoration: none;
		color: #ccc;
	}
	
	a:hover {
		color: #fff;
	}
	
	img { display: block; }
	
	.blackened {
		background: #000;
	}
	
	.lightened {
		background: #262626;
	}
	
	.white {
		color: #fff !important;
	}
	
	.black, .black a {
		color: #808080;
	}
	
	.upper {
		text-transform: uppercase;
	}
	
	.kern {
		letter-spacing: 5px;
	}
	
	.centered {
		text-align: center !important;
	}

	.hide {
		zoom: 1;
		filter: alpha(opacity=0);
	}
	
	.lowercase {
		text-transform: lowercase !important;
	}
	
	/* -----------------------------------------
		Buttons
	----------------------------------------- */
	
	.button-big, .button-big-bright {
		padding: 9px 15px 9px 15px;
		line-height: 48px;
	
		background: #333;
		color: #fff;
	}
	
	.lightbox-buttons {
		overflow: hidden;
	}
	
	.button-rec {
		text-transform: none;
		padding: 0px 22px 0px 22px;
		line-height: 48px;
	
		background: #303030;
		color: #fff;
		
		display: block;
		float: left;
		margin-left: 20px;
	}
	
	.button-rec:hover {
		background: #cc2036;
	}
	
	.button-rec:first-child {
		margin-left: 0px;
	}

	.page-prev, .page-next {
		position: absolute;
		height: 64px;
		width: 64px;
		margin-top: -32px;
		
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		
		display: block;
		
		z-index: 666000;
	}
	
	.page-prev {
		top: 50%;
		left: 20px;
		background: transparent url('/img/static/button-page-prev.png') left top no-repeat;
		background-size: 64px 128px;
	}
	
	.page-prev:hover {
		background-position-y: -64px;
		background-position: left -64px;
	}
	
	.page-next {
		top: 50%;
		right: 20px;
		background: transparent url('/img/static/button-page-next.png') left top no-repeat;
		background-size: 64px 128px;
	}
	
	.page-next:hover {
		background-position-y: -64px;
		background-position: left -64px;
	}
	
	/* -----------------------------------------
		iPad (620px)
	----------------------------------------- */
	
	.wrap {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.wrap-full {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.block {
		margin-bottom: 64px;
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.section {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	
	#logo {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		
		width: 78px;
		height: 20px;
		
		background: transparent url('/img/static/ie-logo-inlite-30.png') no-repeat left top;
		
		float: left;
	}
	
	.section h2 {
		font-size: 24px;
		text-transform: uppercase;
		color: #fff;
	}
	
	.section h3 {
		font-size: 24px;
		color: #fff;
		line-height: 28px;
	}
	
	.title {
		width: 100%;
		height: 32px;
		text-align: center;
		line-height: 32px;
		margin-bottom: 64px;
	}
	
	.grid-product {
		overflow: hidden;
		margin-left: 32px;
	}
	
	.grid-product .product {
		float: left;
		margin-right: 32px;
	}
	
	.product .thumbnail {
		margin-bottom: 13px;
		background: #242424;
	}
	
	.product .thumbnail a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.product .grid-sizer {
		width: 262px;
	}
	
	.product .thumbnail:hover {
		zoom: 1;
		filter: alpha(opacity=50);
	}
	
	.product .info {
		height: 83px; /* was 96px */
		float: left;
	}
	
	.product .info .name:hover {
		color: #cc2036;
	}
	
	.product .info .manufacturer:hover {
		color: #fff;
	}
	
	.product .info .name  {
		text-transform: uppercase;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		width: 230px; /* Todo */
	}
	
	.product .info .manufacturer {
		display: block;
		color: #808080;
	}
	
	.p-square {
		width: 262px;
	}
	
	.p-wide {
		width: 556px;
	}
	
	.p-tall {
		width: 262px;
	}
	
	.icons {
		float: right;
		margin-top: -5px;
	}
	
	.lightbox-table .icons {
		/*float: right;
		margin-top: -5px;*/
		overflow: hidden;
		float: none;
		margin-top: none;
	}
	
	.lightbox-table .icons a {
		float: right;
	}
	
	.icons .favourite-no, 
	.icons .favourite-yes, 
	.icons .lightbox-no,
	.icons .lightbox-yes,
	.icons .family-yes,
	.lightbox-table td.action a.lightbox-no, 
	.lightbox-table td.action a.lightbox-yes,
	.lightbox-table td.action a.favourite-no, 
	.lightbox-table td.action a.favourite-yes {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		
		width: 25px;
		height: 25px;
		display: block;

		float: left;
	}

	.icons .family-yes {
		background: transparent url('/img/static/ie-icon-family-50x50.png') no-repeat left top;
	}
	
	.icons .family-yes:hover {
		background: transparent url('/img/static/ie-icon-family-50x50.png') no-repeat left top;
		background-position-y: -50px;
		background-position: 0 -50px;
	}
	
	.icons .favourite-no {
		background: transparent url('/img/static/ie-icon-favourite-50x50.png') no-repeat left top;
	}
	
	.icons .favourite-no:hover {
		background-position-y: -25px;
		background-position: 0 -25px;
	}
	
	.icons .favourite-yes {
		background: transparent url('/img/static/ie-icon-favourite-50x50.png') no-repeat left top;
		background-position-y: -50px;
		background-position: 0 -50px;
	}
	
	.icons .favourite-yes:hover {
		background-position-y: -75px;
		background-position: 0 -75px;
	}
	
	.icons .lightbox-yes {
		background: transparent url('/img/static/ie-icon-lightbox-50x50.png') no-repeat left top;
        background-position-y: -50px;
        background-position: 0 -50px;
	}
	
	.icons .lightbox-yes:hover {
		background-position-y: -75px;
		background-position: 0 -75px;
	}
	
	.icons .lightbox-no {
		background: transparent url('/img/static/ie-icon-lightbox-50x50.png') no-repeat left top;
	}
	
	.icons .lightbox-no:hover {
		background-position-y: -25px;
		background-position: 0 -25px;
	}
	
	.grid-manufacturers {
		overflow: hidden;
		margin-left: 32px;
	}
	
	.grid-manufacturers li {
		float: left;
		background: #1d1d1d;
		width: 262px;
		height: 224px;
		margin-right: 32px;
		margin-bottom: 32px;
		text-align: center;
	}

	
	.grid-manufacturers li a {
		width: 262px;
		height: 224px;
		display: block;
		position: relative;
	}
	
	.grid-manufacturers li a:hover {
		filter: alpha(opacity=50);
	}
	
	.grid-manufacturers li img {
		width: 262px;
		height: 100px;
		position: absolute;
		margin: -50px 0 0 -131px;
		top: 50%;
		left: 50%;
	}
	
	.strip {
		text-align: center;
		width: 100%;
		padding: 52px 0 30px 0;
	}
	
	.strip h2 {
		color: #fff;
		margin-bottom: 18px;
	}

	.strip h2 a {
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
	.strip h2 a:hover {
		border-bottom: 1px solid #808080;
	}
	
	.strip p {
		width: 556px;
		margin: 0 auto 16px auto;
		padding: 0 32px;
	}
	
	/* -----------------------------------------
		Navigation
	----------------------------------------- */
	
	#ie-nav {
		height: 88px;
		background: #000;
		border-top: 4px solid #cc2036;
		
		text-transform: uppercase;
		
		overflow: hidden;
		width: 100%;
		padding-top: 32px;
		
		
		padding-left: 32px;
		padding-right: 32px;
		z-index: 900;
	}
	
	#ie-nav ul {
		float: right;
		overflow: hidden;
		margin-left: 20px;
	}
	
	#list-main li, #list-login li {
		float: left;
		margin-left: 15px;
	}
	
	#list-main li:first-of-type, #list-login li:first-of-type {
		margin-left: 0px;
	}
	
	#list-main:after, #list-login:after {
		content: "/";
		color: #808080;
		font-family:'Swiss 721 W01 Condensed', 'Verdana', sans-serif;
		font-size: 13px;
		padding-left: 20px;
		float: left;
	}
	
	#menu-lightbox .toggle-drop:before {
		/*
font-family:'Swiss 721 W01 Condensed', 'Verdana', sans-serif;
		font-size: 13px;
		content: "Lightbox";
		padding-right: 10px;
		color: #ddd;
*/
	}
	
	#menu-login li:after {
		content: "/";
		color: #808080;
		font-family:'Swiss 721 W01 Condensed', 'Verdana', sans-serif;
		font-size: 13px;
		padding-right: 20px;
		float: left;
	}
	
	#menu-login, #menu-main {
		display: none;
	}
	
	.dropdown {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
		background: #000;
		border: 1px solid #fff;
		z-index: 800;
		overflow: hidden;
		font-family: 'Swiss 721 W01 Condensed', 'Verdana', sans-serif;
		font-size: 13px;

		margin-left: 0px !important;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	.dropdown .minor {
		text-transform: none;
	}
	
	.narrow {
		width: 170px;
		width: intrinsic;
		padding-right: 0px;
	}
	
	.dropdown li {
		float: none;
		display: block;
		padding: 0 8px;
	}
	
	.dropdown li:first-child {
		padding-top: 10px;
	}
	
	.dropdown li:last-child {
		padding-bottom: 10px;
	}
	
	.dropdown a {
		color: #ccc;
		display: block;
		padding: 5px 5px;
		
		width: 100%;
	}
	
	.dropdown a.active {
		color: #fff;
	}
	
	.dropdown a:hover {
		color: #fff;
	}
	
	.dropdown a.active:hover {
		color: #fff;
	}
	
	#drop-arrow {
		width: 10px;
		height: 5px;
		display: block;
		position: absolute;
		background: transparent url('/img/static/droparrow-10x5.png') left top no-repeat;
		background-size: 10px 5px;
		z-index: 120;
		display: none;
	}
	
	#dropdown-product {
		width: 400px;
		overflow: hidden;
	}
	
	#dropdown-product dl {
		float: left;
		width: 50%;
		padding: 16px 16px 8px 16px;
	}
	
	#dropdown-product #featured-products {
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 8px 0px 8px 16px;
	}
	
	#dropdown-product dt {
		color: #eee;
	}
	
	#dropdown-product ul {
		float: none;
		margin-left: 0px;
	}
	
	#dropdown-product li {
		padding-left: 0px;
		text-transform: none;
	}
	
	#dropdown-product a {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#ie-nav a:hover {
		color: #cc2036;
	}
	
	#ie-nav .drop {
		/*
background: transparent url('/img/static/ie-icon-dropdown-28x28.png') right 2px no-repeat;
		padding-right: 22px;
		display: block;
		float: left;
*/
	}
	
	#ie-nav .drop:hover {
		background-position-y: -19px;
		background-position: right -19px;
		color: #fff;
	}
	
	/* -----------------------------------------
		Opening
	----------------------------------------- */
	
	.opening {
		margin-top: 96px;
		position: relative;
		width: 100%;
		margin-bottom: 32px !important;
	}
	
	.subhead {
		position: absolute;
		top: 119px;
		left: 0px;
		overflow: hidden;
		width: 100%;
		padding: 0 32px;
		
		z-index: 300;
		
		text-transform: uppercase;
	}
	
	.subhead .slash:after {
		content: "/";
		color: #808080;
		padding: 0 10px;
	}
	
	.subhead h1 {
		line-height: 46px;
		text-transform: uppercase;
		color: white;
	}
	
	.filter-link {
		background: transparent url('/img/static/ie-icon-filter-24x26.png') right 2px no-repeat;
		padding-right: 22px;
	}

	.add-link {
		background: transparent url('/img/static/ie-icon-add-28x28.png') right -41px no-repeat;
		padding-right: 22px;
	}
	
	.link-link {
		background: transparent url('/img/static/ie-icon-link-28x28.png') right -41px no-repeat;
		padding-right: 22px;
	}

	.dropdown-link {
		background: transparent url('/img/static/ie-icon-dropdown-28x28.png') right -41px no-repeat;
		padding-right: 22px;
	}
	
	.breadcrumb {
		overflow: hidden;
	}
	
	.breadcrumb li {
		float: left;
	}
	
	/*
.dropdown {
			position: absolute;
			top: 0px;
			left: 0px;
			display: none;
			background: #fff;
			width: 252px;
			z-index: 800;
			overflow: hidden;
			font-size: 11px;
		}
		
		.narrow {
			width: 140px;
			width: intrinsic;
		}
		
		.drop-arrow {
			display: block;
			width: 10px;
			height: 6px;
			content: " ";
			display: none;
		}
		
		.dropdown .minor {
			text-transform: none;
		}
		
		.dropdown .stark {
			background-image: none !important;
			text-align: center;
		}
		
		.dropdown li {
			float: none;
			display: block;
			padding: 1px 12px;
		}
		
		.dropdown a {
			color: #181818;
			display: block;
			padding: 6px 10px 6px 10px;
			
			width: 100%;
		}
		
		.dropdown a.active {
			color: #fff;
			background-color: #cc2036;
		}
		
		.dropdown a:hover {
			background-color: #eee;
		}
		
		.dropdown a.active:hover {
			background-color: #cc2036;
		}
*/
		
	
	/* Banner
	*******************************************/
	
	.banner {
		height: 480px;
		width: 100%;
		display: block;
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.banner img {
		padding-top: 160px;
			margin: 0 auto 0 auto;
	}
	
	.banner p {
		width: 536px;
		margin: 0 auto;
	}

	/* -----------------------------------------
		Slideshow Homepage
	----------------------------------------- */
	
	#slideshow-homepage {
	
		height: 50%;
		position: relative;
		overflow: hidden;
	}
	
	#slideshow-homepage .slides {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.slide-homepage {
		background-color: #111; 
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		background-position: center center;
		background-attachment:scroll;
		background-size: cover;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.slide-homepage .meta {
		position: absolute;
		left: 32px;
		bottom: 32px;
		z-index: 6;
	}
	
	.slide-homepage .cover-link {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 5;
	}
	
	.slide-homepage .cover-link a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.slide-homepage h2 {
		font-size: 40px;
		line-height: 48px;
		text-transform: uppercase;
	}
	
	.slide-homepage h2 a:hover {
		opacity: .5;
	}
	
	.slide-homepage .path {
		text-transform: uppercase;
		overflow: hidden;
		display: block;
	}
	
	.slide-homepage .path li {
		float: left;
		display: block;
	}
	
	.slide-homepage .path li:after {
		content: "/";
		padding-left: 10px;
		padding-right: 10px;
		float: right;
		display: block;
	}
	
	#nav-strip {
		position: absolute;
		height: 64px;
		bottom: 18px;
		right: 32px;
		z-index: 1110;
		
	}
	
	/* -----------------------------------------
		Slideshow
	----------------------------------------- */
		
	.slideshow-large {
			width: 1144px;
			display: block;
			margin: 0 auto;
		height: intrinsic;
		overflow: hidden;
	}
	
	.nivoSlider {
	    position:relative;
	    background: url('/img/static/loading.gif') no-repeat 50% 50%;
	}
	.nivoSlider img {
	    position:absolute;
	    top:0px;
	    left:0px;
	    display:none;
	}
	.nivoSlider a {
	    border:0;
	    display:block;
	}
	
	.nivo-control#ie-nav {
		width: intrinsic;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.nivo-control {
		float: left;
		width: 18px;
		height: 18px;
		margin-right: 12px;
	}
	
	.nivo-control li:last-child {
		margin-right: 0px;
	}
	
	.nivo-control {
		width: 18px;
		height: 18px;
		background: transparent url('/img/static/ie-slider-control-36x36.png') left top no-repeat;
		background-position-y: -18px;
		background-position: 0 -18px;
		
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		
		display: block;
	}
	
	.nivo-control.active {
		background-position-y: -36px;
		background-position: 0 -36px;
	}
	
	.nivo-control:hover {
		background-position-y: 0px;
		background-position: 0 0px;
	}
	
	.nivo-control.active:hover {
		background-position-y: -36px;
		background-position: 0 -36px;
	}
	
	/* -----------------------------------------
		Columns
	----------------------------------------- */
	
	
	
	.columns {
		overflow: hidden;
		margin-left: 32px;
	}
	
	.col .thumbnail {
		margin-bottom: 13px;
	}
	
	.col .info {
		height: 64px;
	}
	
	.col .info .name:hover {
		color: #cc2036;
	}
	
	.col .info .manufacturer:hover {
		color: #fff;
	}
	
	.col .info .name  {
		line-height: 18px;
		text-transform: uppercase;
		display: block;
		margin-bottom: 8px;
	}
	
	.single  {
		text-transform: uppercase;
		display: block;
		margin-bottom: 8px;
		margin-bottom: 48px;
	}
	
	.col .info .manufacturer {
		display: block;
		color: #808080;
	}
	
	
	
	.col .icons {
		float: right;
		margin-top: -5px;
	}
	
	.col .icons .favourite-no, 
	.col .icons .favourite-yes, 
	.col .icons .lightbox-no,
	.col .icons .lightbox-yes {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		
		width: 25px;
		height: 25px;
		display: block;

		float: left;
	}
	
	.col .icons .favourite-no {
		background: transparent url('/img/static/ie-icon-favourite-50x50.png') no-repeat left top;
		background-size: 25px 100px;
	}
	
	.col .icons .favourite-no:hover {
		background-position-y: -25px;
		background-position: 0 -25px;
	}
	
	.col .icons .favourite-yes {
		background: transparent url('/img/static/ie-icon-favourite-50x50.png') no-repeat left top;
		background-size: 25px 100px;
		background-position-y: -50px;
		background-position: 0 -50px;
	}
	
	.col .icons .favourite-yes:hover {
		background-position-y: -75px;
		background-position: 0 -75px;
	}
	
	.col .icons .lightbox-no {
		background: transparent url('/img/static/ie-icon-lightbox-50x50.png') no-repeat left top;
		background-size: 25px 100px;
	}
	
	.col .icons .lightbox-no:hover {
		background-position-y: -25px;
		background-position: 0 -25px;
	}
	
	.col .icons .lightbox-yes {
		background: transparent url('/img/static/ie-icon-lightbox-50x50.png') no-repeat left top;
		background-size: 25px 100px;
		background-position-y: -50px;
		background-position: 0 -50px;
	}
	
	.col .icons .lightbox-yes:hover {
		background-position-y: -75px;
		background-position: 0 -75px;
	}
	
	
	
	
	.col-third {
		width: 264px;
	}
	
	.col-third .info {
		margin-top: 16px;
	}
	
	.col-third .thumbnail img {
		width: 264px;
		height: 164px;
	}
	
	
	
	
	
	
	.col-third {
			float: left;
			margin-right: 32px;
			padding-bottom: 64px;
		}
	
	
	
	
	
	.col-quarter {
		width: 192px;
		text-align: center !important;
	}
	
	.col-quarter .thumbnail img {
		width: 192px;
		height: 117px;
	}
	
	
	
	.col-quarter .name {
		text-transform: uppercase;
		height: 16px;
		display: block;
	}
	
	.col-quarter {
		margin: 0 auto;
	}
	
	.col-quarter {
			float: left;
			margin-right: 32px;
		}
		
		
		
		
		
		/* -----------------------------------------
		Wraps
	----------------------------------------- */
	
	.wrap-556 {
		width: 556px !important;
	}
	
	/*.wrap-1208 {
		max-width: 1208px !important;
	}

	.wrap-850 {
		max-width: 850px !important;
	}
	
	@media (min-width: 920px) {
		
		.wrap { width: 914px; }
	}
	
	@media (min-width: 1200px) {
	
		.wrap {
			width: 1208px;
		}
	
	}
	
	@media (min-width: 1796px) {
	
		.wrap {
			width: 1796px;
		}
		
		.wrap-1208 {
			width: 1208px !important;
			margin-left: auto;
			margin-right: auto;
		}
	}
	
	@media (min-width: 2384px) {
		
		.wrap {
			width: 2384px;
		}
	}*/
		
		
			/* -----------------------------------------
		Superfooter
	----------------------------------------- */

	#superfooter {
		padding-bottom: 96px;
		text-align: center;
		overflow: hidden;
	}
	
	#elevator {
		width: 100%;
		overflow: hidden;
		margin-bottom: 64px;
	}
	
	#elevator #logo {
		display: block;
		float: none;
		margin-bottom: 28px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#elevator p {
		display: block;
		width: 262px;
		margin-bottom: 28px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#map {
		width: auto;
		overflow: hidden;
		margin-bottom: 64px;
	}
	
	#map ul {
		overflow: hidden;
		width: 262px;
		margin: 0 auto;
		margin-bottom: 28px;
	}
	
	#map ul:last-child {
		margin-bottom: 0;
	}
	
	#map li {
		display: inline;
	}
	
	#map li:after {
		content: ", ";
	}
	
	#map li:last-child:after {
		content: "";
	}
	
	#map a {
		color: #808080;
	}
	
	#map a:hover {
		color: #fff;
	}
	
	#map dl {
		display: block;
		width: 262px;
		margin-bottom: 28px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#map dl:last-child {
		margin-bottom: 0;
	}
	
	#map dt {
		margin-bottom: 9px;
		color: #e2e2e2;
	}
	
	#moss {
		color: #484848;
	}
	
	#moss a {
		color: #5e5e5e;
	}
	
	#moss a:hover {
		color: #d2e8ca;
	}
	
	
	
		#superfooter {
			text-align: left;
			position: relative;
		}
		
		#elevator {
			float: left;
			width: 262px;
		}
		
		#elevator #logo {
			margin-left: 0;
			margin-right: 0;
		}
		
		#map {
			width: 556px;
			float: right;
		}
	
		#map dt {
			margin-bottom: 18px;
		}
	
		#map dl {
			float: left;
			text-align: left;
			width: 196px;
		}
		
		#map dl:last-child {
			width: 164px;
		}
		
		#map li {
			display: block;
		}
		
		#map li:after {
			content: "";
		}
		
		#map .break {
			margin-bottom: 18px;
		}
		
		#footer {
			position: absolute;
			bottom: 64px;
			left: 0px;
			width: 100%;
			overflow: hidden;
		}
		
		#footer #copy {
			float: left;
		}
		
		#footer #moss {
			display: none;
		}
	

	/* -----------------------------------------
		Product Pagination
	----------------------------------------- */
	
	.product-pagination {
		height: 64px;
		overflow: hidden;
		position: relative;
	}
	
	.product-pagination .pagination {
		margin-top: 23px !important;
	}
	
	.product-pagination .count {
		position: absolute;
		left: 32px;
		top: 23px;
		display: block;
	}
	
	.product-pagination .navigation {
		position: absolute;
		right: 17px;
		top: 7px;
		display: block;
		overflow: hidden;
	}
	
	.product-pagination .navigation a {
		float: left;
	}	
		
		/* -----------------------------------------
		Modal
	----------------------------------------- */
	
	.button-next-horizontal a {
		display: block;
		width: 50px;
		height: 50px;
		background: transparent url('/img/static/ie-icon-next-50x50.png') left top no-repeat;
		
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	
	.button-prev-horizontal a {
		display: block;
		width: 50px;
		height: 50px;
		background: transparent url('/img/static/ie-icon-prev-50x50.png') left top no-repeat;
		
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	
	.button-next-horizontal a:hover, .button-prev-horizontal a:hover {
		background-position-y: -50px;
		background-position: 0 -50px;
	}
    .navigation .disabled{
        display: none;
    }

		
	/* -----------------------------------------
		Modal
	----------------------------------------- */
	
	.modal-cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		filter: alpha(opacity=90);
		z-index: 666;
		display: inline;
	}
	
	.modal-cover-faint {
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 666;
		display: inline;
		width: 100%;
		height: 100%;
	}
	
	.modal-cover-faint .fill {
		width: 100%;
		height: 100%;
		background: #000;
		filter: alpha(opacity=60);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 667;
	}
	
	.modal-cover-faint .cheat {
		width: 409px;
		/*background: #181818;*/
		height: 100%;
		z-index: 668;
		position: absolute;
		left: 0;
		top: 88px;
	}
	
	.modal-share {
		width: 556px;
		height: 100px;
		display: block;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -250px;
		margin-left: -278px;
		z-index: 667;
		overflow: hidden;
	}
	
	#share-lightbox-title {
		color: #ccc;
	}


    .modal-lightbox, .modal-lightbox-change {
		width: 556px;
		height: 60px;
		display: block;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -278px;
		z-index: 667;
	}
	
	#modal-close-button {
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		
		width: 25px;
		height: 25px;
		display: block;
		
		position: absolute;
		top: 50px;
		right: 50px;
		
		background: transparent url('/img/static/ie-icon-close-25x25.png') left top no-repeat;
		
		z-index: 667;
	}
	
	#modal-close-button:hover {
		background-position-y: -25px;
		background-position: 0 -25px;
	}
	
	.modal-cover, .modal-lightbox, .modal-lightbox-change, .modal-filter, #modal-close-button, .modal-cover-faint, .modal-share {
		display: none;
	}	
		
	/* -----------------------------------------
		Modal
	----------------------------------------- */
	
	.top {
		width: 100%;
		overflow: hidden;
	}
	
	.top .left {
		border: 1px solid #6d6d6d;
		margin-bottom: 20px;
		padding: 12px 12px 12px 12px;
		display: block;
	}
	
	.top .right {
		padding: 5px 5px 0 0;
	}
	
	.top .search {
		width: 385px;
		margin-right: 10px;
	}
	
	.top .iprating {
		width: 150px;
	}
	
	.search input {
		width: 300px;
		outline: none;
	}
	
	.iprating input {
		width: 60px;
		outline: none;
	}
	
	.top input {
		margin-left: 6px;
	}
	
	.filters {
		
	}
	
	select {
		/*max-width: 100px;*/
	}
	
	.filter-columns {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	
	.filter-col {
		width: 215px;
		padding: 12px;
		min-height: 100%;
		padding-bottom: 36px;
	}
	
	.filter-col:last-child {
		border-right: none;
	}
	
	.filter-col .double {
		overflow: hidden;
	}
	
	.filter-col .double li {
		float: left;
		width: 90px;
		display: block;
	}
	
	.filter-col .double li {
		
	}
	
	.filter-col legend {
		margin-bottom: 10px;
	}
	
	.filter-col ol {
		margin-bottom: 24px;
	}
	
	.filter-check {
		overflow: hidden;
		display: block;
	}
	
	.filter-check input, .filter-check label {
		float: left;
		margin-bottom: 6px;
	}	
		
		
	/* -----------------------------------------
		modal-filter
	----------------------------------------- */
	
	
	.modal-filter {
		width: 409px;
		padding: 32px;
		height: 100%;
		position: absolute;
		top: 88px;
		left: 0;
		z-index: 667;
		background: #181818;
		text-transform: uppercase;
		display: block;
		/*visibility: hidden; SLIDE */
		left: -409px;
	}
	
	.modal-filter-new {
		width: 409px;
		padding: 32px;
		height: 100%;
		position: absolute;
		top: 88px;
		left: 0;
		z-index: 667;
		background: #121212;
		text-transform: uppercase;
		display: block;
		left: -409px;
	}
	
	.modal-filter-new button {
		
	}
	
	.temp-wrap input {
		outline: none;
		/*text-align: right;*/
		width: 100%;
		float: right;
		color: #00ceac !important;
		padding: 2px 0;
	}
	
	.select-cluster {
		display: block;
		width: 100%;
		position: relative;
	}
	
	.select-row, .form-row, .check-row {
		display: block;
		width: 100%;
		position: relative;
	}
	
	.input-row {
		background: #6d6d6d;
	}
	
	.input-row label {
		color: #fff !important;
	}
	
	.input-row input {
		color: #fff !important;
	}
	
	.form-row label, .select-row label {
		padding: 7px 45px 7px 10px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		color: #999;
	}
	
	.clear {
		clear: both;
	}
	
	.button-row {
		width: 100%;
		display: block;
		border: 1px solid #6d6d6d;
		border-top: none;
		padding: 7px 10px 7px 10px;
		overflow: hidden;
	}
	
	.form-row {
		border: 1px solid #6d6d6d;
		border-top: none;
		padding: 7px 10px 7px 10px;
		overflow: hidden;
	}
	
	.check-row {
		border: 1px solid #6d6d6d;
		border-top: none;
		padding: 14px 10px 7px 10px;
		overflow: hidden;
	}
	
	.check-row ol {
		display: block;
		overflow: hidden;
		width: 100%;
	}
	
	.with-icon {
		display: block;
		overflow: hidden;
		width: 50%;
		
		float: left;
	}
	
	.check-2-col li {
		float: left;
		width: 50%;
		overflow: hidden;
	}
	
	.check-2-col li input, .check-2-col li label {
		float: left;
		margin-right: 10px;
	}
	
	.with-icon input, .with-icon label {
		float: left;
		margin-right: 10px;
	}
	
	.filter-check input, .filter-check label {
		float: left;
		margin-right: 10px;
	}
	
	/*
#check-downlighters {
		background: transparent url('/img/static/ie-app-icon-downlighters.png') right top no-repeat;
		
	}
	
	#check-profile {
		background: transparent url('/img/static/ie-app-icon-profile.png') right top no-repeat;
		
	}
	
	#check-track {
		background: transparent url('/img/static/ie-app-icon-track-grey.png') right top no-repeat;
		
	}
	
	#check-suspension {
		background: transparent url('/img/static/ie-app-icon-suspension.png') right top no-repeat;
		
	}
	
	#check-wall {
		background: transparent url('/img/static/ie-app-icon-wall.png') right top no-repeat;
		
	}

	
	#check-floor {
		background: transparent url('/img/static/ie-app-icon-floor.png') right top no-repeat;
		
	}
*/

	
	.form-row:first-child {
		border: 1px solid #6d6d6d;
		
	}
	
	.select:first-child {
		border-top: 1px solid #6d6d6d;
		border-top: none;
	}
	
	.modal-filter .filter-line {
		position: relative;
		width: 100%;
	}
	
	.modal-filter input {
		text-transform: uppercase;
	}
	
	.modal-filter-new input {
		text-transform: uppercase;
		text-align: right;
	}
	
	.modal-filter form {
		border: 1px solid #6d6d6d;
	}
	
	.modal-filter .filter-row {
		display: block;
		width: 100%;
		padding: 8px 16px;
		border-bottom: 1px solid #6d6d6d;
		overflow: hidden;
		position: relative;
		height: 250px;
		
	}
	
	.modal-filter .filter-row:last-child {
		border-bottom: none;
	}
	
	.form-row input {
		outline: none;
		width: 100%;
		float: right;
		color: #fff;
		padding: 2px 0;
	}
	
	.filter-row input {
		outline: none;
		width: 100%;
		float: right;
		color: #00ceac !important;
		padding: 2px 0;
	}
	
	.modal-filter label {
		position: absolute;
	}
	
	.modal-filter label {
		margin-right: 16px;
		min-width: 50px;
	}
	
	.modal-filter .cluster {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.modal-filter .cluster legend {
		margin-bottom: 8px;
	}
	
	.modal-filter label {
		color: #ccc;
	}
	
	.modal-filter .checkbox {
		margin-bottom: 2px;
		width: 180px;
		float: left;
	}
	
		
		
	/* -----------------------------------------
		Forms
	----------------------------------------- */
	
	.customSelect {
		/*
		background: #3b3b3b;
		padding: 6px 5px 6px 11px;
		 */
		 
		
		width: 100%;
		text-align: right;
		padding-right: 32px;
	}
	
	.customSelectInner {
		width: 100%;
	}
	
	input.field {=
	}
	
	input.stealth {
		background: #222;
		color: white;
		border: none;
	}

	label {
	
	}
	
	
	
	button {
		background: none;
		border: none;
		
		padding: 0px 22px 0px 22px;
		line-height: 32px;
	
		background: #1ccdac;
		color: white;
		text-transform: uppercase;
	}
	
	button.subtle {
		background: none;
		border: 1px solid #6d6d6d;
		color: #999;
	}
	
	button:hover {
		background: #cc2036;
		color: #fff;
		cursor: pointer;
	}
	
	button.subtle:hover{
		border: 1px solid #1ccdac;
		background: #1ccdac;
		color: white;
	}
	
	fieldset {
		overflow: hidden;
	}
	
	.input-wrap {
		border: 1px solid #6d6d6d;
		margin-bottom: 20px;
		padding: 12px 12px 12px 12px;
		display: block;
		overflow: hidden;
	}
	
	.input-wrap label {
		width: 100px;
		display: block;
		float: left;
	}
	
	.input-wrap input {
		width: 420px;
		outline: none;
		display: block;
		float: left;
		background-color: transparent;
		color: white;
		border: none;
	}
	
	.form-me {
		padding: 160px 0;
		margin-top: 64px;
		background: transparent url('/img/static/ie-icon-heart-104.png') center top no-repeat;
	}
	
	.form-me .intro {
		margin-bottom: 50px;
		text-align: center;
		padding: 0 30px;
	}
	
	.form-me h2 {
		margin-bottom: 30px;
	}
	
	.form-me p {
		margin-bottom: 16px;
	}	
		
		
		
		
		
		
		
		
		
		/* Product Page
	******************************/
	
	.product-hero {
		width: 100%;
		position: relative;
		margin-bottom: 32px;
	}
	
	.manufacturer-logo {
		position: fixed;
		left: 30px;
		bottom: 50px;
	}
	
	.internal-warning {
		position: absolute;
		top: 30px;
		left: 120px;
		background: transparent url('/img/static/internal-warning.png') left top no-repeat;
		background-size: 95px 26px;
		display: block;
		height: 30px;
		z-index: 9000;
		width: 100px;
		
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		
	}
	
	.internal-warning a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.lightbox-warning {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #d51739;
		display: block;
		height: 64px;
		line-height: 64px;
		text-transform: uppercase;
		text-align: center;
		opacity: .9;
        z-index: 1;
	}
	
	.lightbox-warning a {
		color: #fff;
	}
	
	.product-meta {
		width: 556px;
		margin: 0 auto;
		text-transform: uppercase;
		overflow: hidden;
	}
	
	.product-hero-image {
		margin: 160px auto 64px auto;		
		width: 850px;
		
		line-height: 600px;
		text-align: center;

	}
	
	.product-hero-image img {
		margin: 0 auto 0 auto;
		display: inline;
		vertical-align: middle;
	}
	
	.meta-block h2 {
		color: white;
	}
	
	.product-hero .product-meta .left, .product-hero .product-meta .right {
		width: 262px;
		height: 100%;
		color: #ccc;
	}
	
	.product-hero product-meta .right li, .product-hero .product-meta .left dd, .product-hero .product-meta .left dt {
		text-align: left;
		padding-bottom: 14px;
	}
	
	.product-hero .product-meta .left dl {
		overflow: hidden;
	}
	
	.product-hero .product-meta .left dd, .product-hero .product-meta .left dt {
		float: left;
	}
	
	.product-hero .product-meta .left dt {
		width: 125px;
	}
	
	.product-hero .product-meta .left dd {
		width: 130px;
	}
	
	.product-hero .product-meta .right .misc {
		font-family:'Swiss 721 W01 Condensed';
		padding-top: 32px;
	}
	
	.doc {
		background: transparent url('/img/static/ie-icon-doc-28x28.png') right 1px no-repeat;
		width: 100%;
		display: block;
	}
	
	.doc:hover {
		background-position-y: -20px;
		background-position: right -20px;
		color: #cc2036;
	}
	
	.go {
		background: transparent url('/img/static/ie-icon-go-28x28.png') right 1px no-repeat;
		padding-right: 22px;
		width: 100%;
		display: block;
	}
	
	.go:hover {
		/*background-position-y: -20px;*/
		color: #cc2036;
	}
	
	.application-shots {
		width: 850px;
		margin: 0 auto;
	}
	
	.application-shots img {
		margin: 32px auto 32px auto;
		display: block;
		position: relative;
	}
	
	.vimeo { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; margin: 32px auto 32px auto; }
	.vimeo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
	/* Product Family Meta 
	************************************/
	
	.product-line {
		display: block;
	}
	
	.product-line div {
		float: left;
	}
	
	.product-family-meta {
		text-transform: uppercase;
		margin-top: 64px;
	}
	
	.product-family-meta dl {
		overflow: hidden;
	}
	
	.product-family-meta dt, .product-family-meta dd {
		float: left;
	}
	
	.product-family-meta dt {
		width: 147px;
		margin-bottom: 14px;
	}
	
	.product-family-meta dd {
		width: 309px;
		margin-bottom: 14px;
	}
	
	.product-family-meta dd.go-minor {
		background: transparent url('/img/static/ie-icon-go-28x28.png') right -20px no-repeat;
	}
	
	.product-family-meta dd.go-minor:hover {
		background-position-y: 1px;
		background-position: right 1px;
	}
	
	
	/* "News style" Block */
	
	.newspost h2 {
		font-size: 32px;
		text-align: center;
		text-transform: none;
	}
	
	.newspost p {
		width: 556px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.date {
		text-transform: uppercase;
		text-align: center;
		margin: 16px auto;
		display: block;
	}
		
	
	/* -----------------------------------------
		Table
	----------------------------------------- */
	
	table {
		font-size: 11px;
	}
	
	.product-table-wrap {
		width: 100%;
		overflow: hidden;
	}
	
	.product-table-wrap table {
		float: left;
	}
	
	.lightbox-table {
		width: 100%;
		line-height: 18px;
		text-transform: uppercase;
		color: #ccc;
		margin-bottom: 32px;
	}
	
	.product-table .description {
		
	}
	
	.lightbox-table a {
		color: #fff;
	}
	
	.lightbox-table a:hover {
		color: #ccc;
	}
	
	.lightbox-table .archived, .lightbox-table .archived a {
		color: #999 !important;
	}
	
	.lightbox-table th {
		border-top: 1px solid #484848;
		border-bottom: 1px solid #484848;
		padding: 7px 0 6px 0;
	}
	
	.lightbox-table td {
		border-bottom: 1px solid #484848;
		padding: 7px 0 6px 0;
	}
	
	.lightbox-table td.action {
		width: 28px;
		overflow: hidden;
	}
	
	.lightbox-table td.action a {
		width: 18px;
		height: 18px;
		display: block;
		
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		float: right;
	}
	
	.lightbox-table .archive a {
		background: transparent url('/img/static/ie-icon-archive-18.png') left top no-repeat;
	}
	
	.lightbox-table .export a {
		background: transparent url('/img/static/ie-icon-export-18.png') left top no-repeat;
	}
	
	.lightbox-table .remove a {
		background: transparent url('/img/static/ie-icon-delete-18.png') left top no-repeat;
	}
	
	.lightbox-table .remove a:hover {
		background: transparent url('/img/static/ie-icon-delete-18.png') left -36px no-repeat;
	}
	
	.lightbox-table .archived .archive a {
		background: transparent url('/img/static/ie-icon-archive-18.png') left -19px no-repeat;
	}
	
	.lightbox-table .archived .export a {
		background: transparent url('/img/static/ie-icon-export-18.png') left -19px no-repeat;
	}
	
	.lightbox-table .archive a:hover, .lightbox-table .archived .archive a:hover {
		background: transparent url('/img/static/ie-icon-archive-18.png') left -36px no-repeat;
	}
	
	.lightbox-table .export a:hover, .lightbox-table .archived .export a:hover {
		background: transparent url('/img/static/ie-icon-export-18.png') left -36px no-repeat;
	}
	
	.lightbox-table .thumbnail {
		width: 147px;
	}
	
	.lightbox-table .thumbnail img {
		max-width: 112px;
		max-height: 96px;
	}
	
	.lightbox-table .note {
		text-align: center;
		color: #999;
	}

	.lightbox-table .note-empty-table {
		border-top: 1px solid #484848;
	}
		
		
	/* Light Theme
	************************************/
	
	.whiteblock {
		background-color: #f4f4f4;
	}
	
	.greyblock {
		background-color: #ececec;
	}
	
	/* Only pad first whiteblock */
	body > .newspost { padding-top: 64px; }
	body > .newspost ~ .newspost { padding-top: 0px; }
	
	.whiteblock h2, .greyblock h2 {
		color: #181818 !important;
	}
	
	.whiteblock h2 a, .greyblock h2 a {
		color: #181818 !important;
	}
	
	.light .subhead a {
		color: #181818;
	}
	
	.light .subhead a:hover {
		color: #ccc;
	}
	
	.light .subhead .slash:after {
		color: #ccc;	
	}
	
	.hole-size {
		background: transparent url('/img/static/icon-hole-11.png') left 2px no-repeat;
		padding-left: 16px;
	}
	
	.hole-round {
		background: transparent url('/img/static/icon-hole-round-11.png') left 2px no-repeat;
		padding-left: 16px;
	}
		
	/* App Icons */
	
	.app-icons {
		overflow: hidden;
		margin-bottom: 32px;
	}
	
	.app-icon {
		width: 24px;
		height: 24px;
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		float: left;
		margin-right: 8px;
		margin-top: 2px;
	}
	
	.app-interior {
		background: transparent url('/img/static/ie-app-icon-interior.png') left top no-repeat;
	}
	
	.app-exterior {
		background: transparent url('/img/static/ie-app-icon-exterior.png') left top no-repeat;
	}
	
	.app-ceiling-recessed {
		background: transparent url('/img/static/ie-app-icon-ceiling-recessed.png') left top no-repeat;
	}
	
	.app-ceiling-surface {
		background: transparent url('/img/static/ie-app-icon-ceiling-surface.png') left top no-repeat;
	}
	
	.app-ceiling-suspended {
		background: transparent url('/img/static/ie-app-icon-ceiling-suspended.png') left top no-repeat;
	}
	
	.app-floor-recessed {
		background: transparent url('/img/static/ie-app-icon-floor-recessed.png') left top no-repeat;
	}
	
	.app-floor-surface {
		background: transparent url('/img/static/ie-app-icon-floor-surface.png') left top no-repeat;
	}
	
	.app-floor-suspended {
		background: transparent url('/img/static/ie-app-icon-floor-suspended.png') left top no-repeat;
	}
	
	.app-joinery-recessed {
		background: transparent url('/img/static/ie-app-icon-joinery-recessed.png') left top no-repeat;
	}
	
	.app-joinery-surface {
		background: transparent url('/img/static/ie-app-icon-joinery-surface.png') left top no-repeat;
	}
	
	.app-joinery-suspended {
		background: transparent url('/img/static/ie-app-icon-joinery-suspended.png') left top no-repeat;
	}
	
	.app-post {
		background: transparent url('/img/static/ie-app-icon-post.png') left top no-repeat;
	}
	
	.app-post-recessed {
		background: transparent url('/img/static/ie-app-icon-post.png') left top no-repeat;
	}
	
	.app-post-surface {
		background: transparent url('/img/static/ie-app-icon-post.png') left top no-repeat;
	}
	
	.app-post-suspended {
		background: transparent url('/img/static/ie-app-icon-post.png') left top no-repeat;
	}
	
	.app-table {
		background: transparent url('/img/static/ie-app-icon-table.png') left top no-repeat;
	}
	
	.app-table-recessed {
		background: transparent url('/img/static/ie-app-icon-table.png') left top no-repeat;
	}
	
	.app-table-surface {
		background: transparent url('/img/static/ie-app-icon-table.png') left top no-repeat;
	}
	
	.app-table-suspended {
		background: transparent url('/img/static/ie-app-icon-table.png') left top no-repeat;
	}
	
	.app-track {
		background: transparent url('/img/static/ie-app-icon-track.png') left top no-repeat;
	}
	
	.app-track-recessed {
		background: transparent url('/img/static/ie-app-icon-track.png') left top no-repeat;
	}
	
	.app-track-surface {
		background: transparent url('/img/static/ie-app-icon-track.png') left top no-repeat;
	}
	
	.app-track-suspended {
		background: transparent url('/img/static/ie-app-icon-track.png') left top no-repeat;
	}
	
	.app-wall-recessed {
		background: transparent url('/img/static/ie-app-icon-wall-recessed.png') left top no-repeat;
	}
	
	.app-wall-surface {
		background: transparent url('/img/static/ie-app-icon-wall-surface.png') left top no-repeat;
	}
	
	.app-wall-suspended {
		background: transparent url('/img/static/ie-app-icon-wall-suspended.png') left top no-repeat;
	}	
		
	/* /me
	************************************/
	
	.me-wrap {	
		padding: 160px 0 0 0;
		margin-top: 64px;
		background: transparent url('/img/static/ie-icon-heart-104.png') center top no-repeat;
	}
	
	.me-wrap form {
		margin: 0 auto;
		width: intrinsic;
	}
	
	.me-wrap form {
	}
	
	.me-wrap .details {
		margin-bottom: 96px;
		text-align: center;
		padding: 0 30px;
		text-transform: uppercase;
	}
	
	.me-wrap .details h2 {
		margin-bottom: 48px;
	}
	
	.me-wrap .details h4 {
		margin-bottom: 16px;
		text-transform: uppercase;
		color: #fff;
	}
	
	.me-wrap .details dt {
		color: #fff;
	}
	
	.me-wrap .details dl {
		overflow: hidden;
	}
	
	.me-wrap .details dt, .me-wrap .details dd {
		display: inline;
		line-height: 28px;
	}
	
	.me-wrap .details dt {
		margin-right: 8px;
	}
	
	.me-wrap .details dd, .me-wrap .details a {
		color: #ccc;
	}	
		
		
	/* Contact Us
	************************************/
	
	.address {
		margin-top: 32px;
	}
	
	.address dl {
		margin-top: 16px;
		overflow: hidden;
		text-transform: uppercase;
		margin-bottom: 64px;
	}
	
	.address dt {
		float: left;
		width: 82px;
		color: #fff;
		margin-bottom: 12px;
	}
	
	.address dd {
		float: left;
		width: 262px;
		margin-bottom: 12px;
	}	
		
	/* Temp Hacks
	************************************/
	
	.center-hack {
		text-align: center;
	}
	
	.center-hack:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em; /* Adjusts for spacing */
	}
	
	/* Homepage bottom */
	
	.trimbottom48 {
		margin-bottom: -48px;
	}
	
	.centered-button-wrap {
		margin-left: auto;
		margin-right: auto;
		width: intrinsic;
		display: block;
		text-align: center;
	}

	.normalcase {
		text-transform: none !important;
	}
	
	#warning {
		display: block;
		width: 300px;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: #fff;
		position: fixed;
		bottom: 20px;
		left: 50%;
		margin-left: -150px;
		filter: alpha(opacity=50);
		color: #333;
		text-transform: uppercase;
		
		/* Hidden by default */
		display: none;
	}	
	
	/* lightbox-export custom pages
	************************************/
	
	.lightbox-export .footer-minimal-fill {
		background: #0c0c0c;
		bottom: 0px;
		left: 0px;
		position: fixed;
		width: 100%;
		z-index: 666;
		padding: 22px 32px;
		opacity: .85;
	}
	
	.lightbox-export .footer-minimal {
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 22px 32px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		text-transform: uppercase;
		font-size: 13px;
		z-index: 667;
	}
	
	.lightbox-export #meta {
		float: right;
		display: block;
		overflow: hidden;
	}
	
	.lightbox-export #meta dd {
		float: left;
		margin-left: 5px;
	}
	
	.lightbox-export #meta dt {
		float: left;
		margin-left: 14px;
		color: #fff;
	}
	
	/* 404
	************************************/
	
	.errorpage {
		height: 500px;
		display: block;
		padding: 0 !important;
		text-align: center;
	}
	
	.errorpage:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em; /* Adjusts for spacing */
	}
	
	.sem-center {
		display: inline-block;
		vertical-align: middle;
	}

    .error-details h3{
        font-size: 90%;
    }

    .error-details ul{
        font-weight: normal;
        letter-spacing: 1px;
        text-align: left;
        line-height: 22px;
        border-top: 1px dotted #efefef;
        border-bottom: 1px dotted #efefef;
    }
	
	
	/* Cake Flash
	************************************/

	#flashMessage {
		padding: 5px 10px;
	}

	#flashMessage.message {
		background-color: #cc2036;
		color: #fff;
	}
    .error-message{
        color: #cc2036;
    }

	.login-forgot-password {
		margin-left: 190px;
		font-family: 'Swiss 721 W01 Condensed';
		height: 36px;
	}

	.form-me p.login-forgot-password {
		margin-bottom: 0;
	}
	
	.login-forgot-password a, .login-forgot-password a:visited {
		color: #808080;
		border: 1px solid #181818;
		padding: 0px 22px 0px 22px;
		line-height: 32px;
		font-size: 13px;
		display: block;
		border-radius: 5px;
		margin: 2px 0;
	}

	.login-forgot-password a:hover {
		color: #ccc;
		border-color: #808080;
	}

	.paging {
		text-align: center;
	}

	.paging span {
		margin: 0 4px;
	}

	.paging .prev {
		margin-right: 6px;
	}

	.paging .next {
		margin-left: 6px;
	}

	/* Product List
	************************************/
	
	.product-list {
		width: 100%;
		margin-top: 32px;
	}

    .product-list .lightbox-table {
        width: 100%;
    }

    .product-list .show-search-form {
        left: 0px;
    }

	
	/* Homepage video embed */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-homepage {
	position: relative;
}

.video-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 50px;
	right: 50px;
}

.video-link a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}


















/* Native Select */

.native-select {
    border: 1px solid #ccc;
    width: 100%;
    /*border-radius: 3px;*/
    overflow: hidden;
	    background: #fafafa url("/img/static/filter-v3-select.png") no-repeat center right 8px;
    background-size: 8px 4px;
}

.native-select select {
    padding: 5px 2px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.native-select select:focus {
    outline: none;
}


/* filter-v3 */

#filter-v3 {
	float: left;
	margin-right: 32px;
	margin-bottom: 32px;
	
	width: 262px;
	min-height: 928px;
	
	color: #fff;
	position: relative;
}

#filter-v3 form {
	position: relative;
	padding-top: 8px;
	background-color: #444;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#filter-v3 h4 {
	text-transform: uppercase;
	margin-bottom: 4px;
}

#filter-v3 ol {
	margin-bottom: 6px;
}

#filter-v3 label {
	color: #fff;
}


#filter-v3 .fieldset {
	border-bottom: 1px solid #000;
	padding: 0 8px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

#filter-v3 .fieldset:last-of-type {
	/*
border-bottom: none;
	margin-bottom: none;
*/
}

#filter-v3 .keyword-row input {
	width: 212px;
	border: 1px solid #888;
    padding: 4px 6px;
	margin-bottom: 8px;
	float: left;
	background: #444;
	color: #fff;
}

#filter-v3 .keyword-row .submit-mini {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #1ccdac url("/img/static/filter-v3-submit-mini.png") no-repeat center left;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	display: inline-block;
	float: right;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#filter-v3 .native-select {
	margin-bottom: 8px;
	padding-left: 4px;
	border: 1px solid #888;
	background: #555 url("/img/static/filter-v3-select.png") no-repeat center right 8px;
    background-size: 8px 4px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#filter-v3 .selected {
	border: 1px solid #1ccdac;
	background: #1ccdac url("/img/static/filter-v3-select.png") no-repeat center right 8px;
    background-size: 8px 4px;

}

#filter-v3 select, #filter-v3 .selected select {
	color: #fff;
}

#filter-v3 .checkboxes {
	overflow: hidden;
	margin-top: 4px;
}

#filter-v3 .checkboxes li {
	float: left;
	width: 50%;
}

#filter-v3 input[type="checkbox"] + label::before {

	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 10px;

    background-image: none !important;
	/* background: #888; */
	border: 1px solid #888;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#filter-v3 input[type="checkbox"]:checked:hover + label::before, #filter-v3 input[type="checkbox"]:checked + label::before { 
	background: #1ccdac;
    background-image: none !important;
    border-color: #1ccdac;
}

#filter-v3 input[type="checkbox"]:hover + label::before {
	/*
background: #fff;
    background-image: none !important;
    border-color: #fff;
*/
}

#filter-v3 .radio input[type="checkbox"] + label::before {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#filter-v3 .buttonset {
	border-top: 1px solid #000;
	overflow: hidden;
	padding: 8px;
}

#filter-v3 .buttonset a {
	background: none;
	border: none;
	
	padding: 0px 22px 0px 22px;
	line-height: 32px;

	background: #1ccdac;
	color: white;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-family:'Swiss 721 W01 Condensed', 'Verdana', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	
	float: right;
	margin-left: 8px;
}

#filter-v3 .buttonset .reset {
	background: #555;
}

#filter-v3 .border-bottom-none {
	border-bottom: none !important;
	margin-bottom: 0;
}


@media (max-width: 919px) {
	
	#filter-v3 {
	}
	
	#filter-v3 {
		width: 556px;
		min-height: 0px;
	}
	
	#filter-v3 .keyword-row input {
		width: 506px;
	}
	
	#filter-v3 .checkboxes li {
		/* width: 30%; */
	}
	
	#filter-v3 .mobile-wrap {
		overflow: hidden;
	}
	
	#filter-v3 .form-left, #filter-v3 .form-right {
		width: 50%;
		float: left;
	}
	
	#filter-v3 .fieldset:last-of-type {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#filter-v3 .form-right {
		border-left: 1px solid #000;
		margin-bottom: 8px;
	}
}


	/* 2015 product family table */


	.product-attributes {
		width: 100%;
		border-bottom: 1px solid #484848;
		line-height: 40px;
		margin-top: 64px;
		margin-bottom: 64px;
	}
	
	.two-columns, .single-column {
		width: 100%;
		overflow: hidden;
	}
	
	.column-left, .column-right {
		min-width: 50%;
		float: left;
		display: block;
	}
	
	.column-left {
		/* background: #222; */
	}
	
	.column-right {
		/* background: #444; */
	}
	
	.attributes {
		margin-bottom: 40px;
	}
	
	.attributes td.term {
		width: 130px;
		color: #fff;
		text-transform: none;
		vertical-align: top;
	}
	
	.attributes td.definition {
		padding-right: 20px;
	}
	
	.attributes td {
		text-transform: none;
	}
	
	.greater-than:before {
		content: "> ";
	}
	
	.less-than:before {
		content: "< ";
	}
	
	.attribute-multi .filter {
		color: #fff;
	}
	
	.attribute-multi .active {
		color: #fff;
		border-bottom: 1px solid #1ccdac;
	}

	.attribute-multi .inactive {
		color: #808080;
		text-decoration: line-through;
	}
	
	.attribute-multi .single-value {
		color: #ccc;
		cursor: not-allowed;
	}

    .attribute-multi .filter:hover {
        color: #fff;
        text-decoration: none;
    }

    .attribute-multi .inactive:hover {
        color: inherit;
        text-decoration: line-through;
    }
	
	.attribute-multi li {
		display: inline;
	}
	
	.attribute-multi li:after {
		content: " / ";
	}
	
	.attribute-multi li:last-of-type:after {
		content: "";
	}
	
	.single-column .products {
		width: 100%;
	}
	
	.single-column .products .product-code {
		min-width: 130px;
		width: 130px;
		color: #fff;
        padding-right: 10px;
        vertical-align: top;
        padding-right: 10px;
        white-space: nowrap;
	}
	
	.single-column .products .product-description {
        
        vertical-align: top;
	}

	
	.single-column .products .product-code a {
		color: #fff;
	}
	
	.clickable-row {
		cursor: pointer;
	}
	
	.single-column .products .icons {
		overflow: hidden;
		float: none;
		min-width: 50px;
		vertical-align: top;
		padding-top: 8px;
	}
	
	.single-column .products .icons a {
		float: right;
	}

    .hidden-empty-row{
        display: none;
    }
	
	
	
	
	/* BX Slider */
    
    .homepage-nerve-slideshow .hp-slide {
	    
    }
	
	.hp-slide {
		background-color: #111; 
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		background-position: center center;
		background-attachment:scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.hp-slide .meta {
		position: absolute;
		left: 32px;
		bottom: 32px;
		z-index: 6;
	}
	
	.hp-slide .cover-link {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 5;
	}
	
	.hp-slide .cover-link a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.hp-slide h2 {
		font-family:'Swiss721W01-BoldCondens', 'Verdana', sans-serif;
		font-size: 40px;
		line-height: 48px;
		text-transform: uppercase;
	}
	
	.hp-slide h2 a:hover {
		opacity: .5;
	}
	
	.hp-slide p {
		font-family:'Swiss 721 W01 Condensed', 'Verdana', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		overflow: hidden;
		display: block;
	}
	
	.splash-white p, .splash-white h2 a {
		color: #fff !important;
	}
	
	.splash-black p, .splash-black h2 a {
	color: #000 !important;
}