html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 62.5%/160% Arial, Verdana, sans-serif;
  background: #000 url(../images/backgrounds/glow.jpg) no-repeat center -150px scroll;
  position: relative;
  color: #d3d3d3;
}

a {
  text-decoration: none;
  color: #89969b;
}
a:hover {
  text-decoration: underline;
  color: #bec8d2;
}

#wrapper1 {
  background: url(../images/backgrounds/glow.jpg) no-repeat center bottom;
  padding-bottom: 152px;
}

#wrapper2 {
  width: 980px;
  margin: 9px auto;
  position: relative;
  background: transparent url(../images/backgrounds/page.jpg) repeat-y;
}
#wrapper2 .background {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 980px;
}
#wrapper2 .page-top {
  top: 0;
  height: 376px;
  background: transparent url(../images/backgrounds/page_top.jpg) no-repeat;
}
#wrapper2 .page-bottom {
  bottom: 0;
  height: 158px;
  background: transparent url(../images/backgrounds/page_bottom.jpg) no-repeat;
}

#main {
  position: relative;
  z-index: 20;
}

h1 {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 257px;
  height: 100px;
}
h1 a {
  text-indent: -9999px;
  display: block;
  height: 100px;
  background: url(../images/title.jpg) no-repeat;
}

ul#quick-nav {
  position: absolute;
  top: 23px;
  right: 18px;
  font-size: 1.1em;
}
ul#quick-nav li {
  display: inline;
  text-transform: uppercase;
}
ul#quick-nav li a {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #89969b;
}
ul#quick-nav li.first a {
  border-left: none;
}

ul#primary-nav {
  position: absolute;
  top: 87px;
  right: 10px;
  font-size: 1.2em;
}
ul#primary-nav li {
  display: inline;
  text-transform: uppercase;
}
ul#primary-nav li a {
  float: left;
  display: block;
  margin: 0 10px;
  padding: 0;
  color: #abacac;
}
ul#primary-nav li a:hover {
  text-decoration: none;
  color: #fff;
}
ul#primary-nav li span {
  display: block;
  padding-bottom: 8px;
  background: url(../images/nav/normal.png) repeat-x bottom;
}
ul#primary-nav li span img {
  vertical-align: 2px;
  behavior: url(/javascripts/iepngfix.htc);
  width: 5px;
  height: 5px;
}
ul#primary-nav li.current a {
  background: url(../images/nav/glow.png) no-repeat left bottom;
  padding: 0;
}
ul#primary-nav li.current a span {
  background: url(../images/nav/cap.png) no-repeat right bottom;
  padding: 0 4px 8px;
}

#container {
  padding: 124px 16px 45px 20px;
}

#footer {
  position: absolute;
  left: 9px;
  bottom: 8px;
  width: 964px;
  height: 14px;
  padding: 3px 0 4px;
  font-size: 1.1em;
  color: #656b6d;
  background: url(../images/backgrounds/footer.jpg) no-repeat;
}
#footer p {
  text-align: right;
  width: 35%;
  float: left;
}
#footer ul {
  width: 60%;
  float: right;
}
#footer ul li {
  margin-left: 1.5em;
  display: inline;
}
#footer a {
  color: #656b6d;
}
#footer a:hover {
  color: #919a9e;
}

form#search {
  clear: both;
  text-align: right;
  margin: 10px 4px;
}
form#search select {
  background-color: #2f383c;
  color: #ddd;
  border: 1px solid #666;
}
form#search input#submit {
  vertical-align: bottom;
}
form#search input#query {
  width: 116px;
  height: 15px;
  padding: 3px 4px;
  border: 0;
  color: #ccc;
  background: #000 url(../images/search/input.png) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.2em;
}

.dropdown {
  position: absolute;
  z-index: 90;
  width: 385px;
  height: 196px;
  color: #fff;
  padding: 18px 25px;
  background: url(../images/nav/dropdown.png) no-repeat top left;
}
.dropdown .column {
  float: left;
  width: 50%;
}
.dropdown h3 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
.dropdown ul {
  margin-left: 5px;
  margin-bottom: 20px;
}
.dropdown ul li {
  margin-bottom: 1px;
  padding-left: 14px;
  background: url(../images/nav/arrow.png) no-repeat left;
}
.dropdown a {
  font-size: 1.25em;
  color: #fff;
}
.dropdown p.gallery {
  z-index: 99;
  position: absolute;
  display: block;
  width: 50%;
  bottom: 25px;
  right: 50px;
  text-align: right;
}
.dropdown p.gallery a {
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/icons/camera.png) no-repeat left;
}

a.hover {
  display: block;
  position: absolute;
  z-index: 99;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  height: 35px;
  padding-right: 13px;
  background: url(../images/nav/hover_right.png) no-repeat right top;
}
a.hover:hover {
  text-decoration: none;
  color: #fff;
}
a.hover span {
  display: block;
  background: url(../images/nav/hover.png) no-repeat left top;
  behavior: url(/javascripts/iepngfix.htc);
  height: 27px;
  padding-top: 8px;
  padding-left: 8px;
}
a.hover img {
  vertical-align: 2px;
  behavior: url(/javascripts/iepngfix.htc);
  width: 5px;
  height: 5px;
}

.home #container ul {
  margin-top: 26px;
}
.home #container ul li {
  display: inline;
}
.home #container ul li img {
  margin-left: 4px;
  margin-bottom: 6px;
}
.home #container ul li.products img {
  margin-left: 6px;
}
.home #container ul li.rep-locator img {
  margin-left: 0;
}
.home #container #whats-new {
  width: 374px;
  height: 225px;
  background: url(../images/home/whats_new.jpg) no-repeat;
  float: left;
  display: inline;
  position: relative;
}
.home #container #whats-new h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 5px 8px;
}
.home #container #whats-new .inner {
  margin-left: 188px;
}
.home #container #whats-new .inner h3 {
  color: #fff;
  font-size: 1.7em;
  margin: 1em 4px;
}
.home #container #whats-new .inner p {
  font-size: 1.2em;
  color: #494e4e;
  margin: 1em 4px;
}
.home #container #whats-new .inner a.product-link {
  display: block;
  width: 175px;
  height: 19px;
  text-indent: -9999px;
  background: url(../images/home/new_lighting.png) no-repeat;
}

#container {
  padding-top: 141px;
  min-height: 360px;
}
#container #sidebar {
  width: 220px;
  float: left;
  display: inline;
  margin-right: 20px;
}
#container #sidebar h3 {
  font-size: 1.8em;
  color: #fff;
  background: url(../images/backgrounds/section.png) no-repeat;
  height: 18px;
  padding: 8px 12px;
  margin-bottom: 9px;
}
#container #sidebar p {
  margin: 20px 8px 0;
  font-size: 1.3em;
  color: #bbb;
}
#container #sidebar a.back-to {
  background: url(../images/backgrounds/sidebar_shading.png) no-repeat;
  display: block;
  height: 22px;
  width: 220px;
  padding: 4px 0 0 20px;
  color: #afafaf;
  font-size: 1.1em;
  text-transform: uppercase;
}
#container #sidebar #sidebar-nav {
  zoom: 1;
  background: url(../images/backgrounds/sidebar.png) no-repeat top;
  margin-bottom: 18px;
}
#container #sidebar #sidebar-nav ul {
  /* background: url(../images/backgrounds/sidebar_bottom.png) no-repeat bottom; */
  padding-top: 6px;
  padding-bottom: 8px;
}
#container #sidebar #sidebar-nav ul li {
  zoom: 1;
}
/*
#container #sidebar #sidebar-nav ul li:hover {
  background: url(../images/backgrounds/sidebar_glow.png) no-repeat 1px;
}
#container #sidebar #sidebar-nav ul li.current {
  background: url(../images/backgrounds/sidebar_glow.png) no-repeat 1px;
  behavior: url(/javascripts/iepngfix.htc);
}
*/
#container #sidebar #sidebar-nav ul li:hover {
  background: url(../images/backgrounds/sidebar_glow.png) no-repeat 1px 0;
}
#container #sidebar #sidebar-nav ul li.current {
  background: url(../images/backgrounds/sidebar_glow.png) no-repeat 1px 0;
  behavior: url(/javascripts/iepngfix.htc);
}

#container #sidebar #sidebar-nav ul a {
  display: block;
  margin-left: 19px;
  margin-right: 12px;
  padding: 6px 0;
  font-size: 1.25em;
  color: #afafaf;
  border-bottom: 1px solid #494e4f;
line-height: 1.1em;
}


#container #sidebar #sidebar-nav ul li.current a {
  color: #fff;
}
#container #sidebar #sidebar-nav ul li.last a {
  border-bottom: none;
}
#container #sidebar #sidebar-nav ul li.skip:hover {
  background: none;
}
#container #sidebar #sidebar-nav ul li.skip a {
  cursor: default;  
}

/*
#container #sidebar #sidebar-nav ul a {
  display: block;
  margin-left: 19px;
  margin-right: 12px;
  padding: 4px 0;
  font-size: 1.25em;
  color: #afafaf;
  border-bottom: 1px solid #494e4f;
}

*/

#container #sidebar #sidebar-nav ul a:hover {
  color: #fff;
  text-decoration: none;
}
#container #sidebar a.back {
  background: url(../images/backgrounds/back.png) no-repeat;
  font-size: 1.2em;
  color: #afafaf;
  text-transform: uppercase;
  display: block;
  height: 16px;
  padding: 4px 18px;
}
#container #sidebar a.back:hover {
  text-decoration: none;
  color: #fff;
}
#container #page {
  width: 700px;
  min-height: 360px;
  float: left;
  display: inline;
}
#container #page img.header-image {
  float: left;
}
#container #page a.featured-product {
  float: right;
}
#container #page ul#section-nav {
  clear: both;
  font-size: 1.2em;
  padding: 14px 0 46px;
}
#container #page ul#section-nav li {
  display: inline;
  text-transform: uppercase;
}
#container #page ul#section-nav li a {
  float: left;
  display: inline;
  margin-right: 1.3em;
  color: #abacac;
  padding: 0 2px;
}
#container #page ul#section-nav li a:hover {
  color: #fff;
  text-decoration: none;
}
#container #page ul#section-nav li a span {
  display: block;
  padding: 0 0 8px;
  background: url(../images/nav/normal.png) repeat-x bottom;
}
#container #page ul#section-nav li.current a {
  background: url(../images/nav/glow.png) no-repeat left bottom;
  padding: 0;
}
#container #page ul#section-nav li.current a span {
  padding: 0 4px 8px;
  background: url(../images/nav/cap.png) no-repeat right bottom;
}
#container #page #content {
  width: 400px;
  float: left;
  line-height: 190%;
  margin-bottom: 5em;
}
#container #page #content h2 {
  font-size: 3em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
  line-height: 100%;
}
#container #page #content h3 {
  font-weight: bold;
  font-size: 1.25em;
  color: #bdbdbd;
}
#container #page #content p {
  font-size: 1.25em;
  color: #bdbdbd;
  margin-bottom: 20px;
}
#container #page #supplemental {
  width: 280px;
  float: right;
  display: inline;
  overflow: hidden;
}
#container #page #supplemental .shaded {
  background: url(../images/backgrounds/shaded.png) no-repeat bottom;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#container #page #supplemental .shaded h3 {
  background: url(../images/backgrounds/shaded_top.png) no-repeat top;
  color: #d5d5d5;
  font-size: 1.4em;
  padding: 10px 0 0 20px;
  margin-bottom: 15px;
}
#container #page #supplemental .shaded a.button {
  font-size: 1.4em;
  display: block;
  width: 213px;
  height: 32px;
  padding: 15px 0 0 35px;
  background: url(../images/backgrounds/button.png) no-repeat;
  color: #fff;
  margin-left: 20px;
}
#container #page #supplemental .shaded a.button:hover {
  text-decoration: none;
}
#container #page #supplemental .related {
  margin: 20px;
}
#container #page #supplemental .related h3 {
  position: relative;
  font-size: 1.4em;
  color: #d3d2d2;
}
#container #page #supplemental .related h3 span {
  font-weight: normal;
}
#container #page #supplemental .related h3 a {
  color: #1894da;
  text-decoration: underline;
  position: absolute;
  right: 0;
  font-size: 0.8em;
  font-weight: normal;
}
#container #page #supplemental .related hr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #4c4b4b;
  border-left: none;
  border-right: none;
}
#container #page #supplemental .related ul {
  font-size: 1.2em;
}
#container #page #supplemental .related ul li {
  margin-bottom: 0.4em;
}
#container #page #supplemental .related ul li a {
  color: #fff;
  display: block;
}http://kenall.localhost/product_details.html#
#container #page #supplemental .related ul.literature li a {
  background: url(../images/icons/pdf.png) no-repeat left 3px;
  padding-left: 22px;
  behavior: url(/javascripts/iepngfix.htc);
}

.breadcrumbs {
  border-bottom: 1px solid #454545;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #717070;
}
.breadcrumbs a {
  text-decoration: underline;
  color: inherit;
}
.breadcrumbs span {
  float: right;
}
.breadcrumbs span a {
  color: #00adee;
  text-decoration: none;
}
.breadcrumbs span a:hover {
  text-decoration: underline;
}


ul.pdfs li,
ul.xlss li {
  padding-left: 24px;
  margin-top: 5px;
}
ul.pdfs li {
  background: url(../images/icons/pdf.png) no-repeat;  
}
ul.xlss li {
  background: url(../images/icons/xls.png) no-repeat;  
}


.product-details #container {
  font-size: 1.2em;
}
.product-details #container h2 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 1.5em;
}
.product-details #container p {
  margin-bottom: 20px;
}
.product-details #container hr {
  border: none;
  border-bottom: 1px solid #31302f;
}
.product-details #container .larger {
  font-size: 1.2em;
}
.product-details #container .left {
  float: left;
  width: 250px;
  margin-right: 15px;
}
.product-details #container .right {
  float: left;
  width: 675px;
}
.product-details #container .right .left-part {
  float: left;
  width: 380px;
  margin-right: 15px;
}
.product-details #container .right .right-part {
  float: left;
  width: 240px;
  padding: 15px 20px;
  color: #d5d5d5;
  font-size: 0.9em;
  background-color: #2e2d2d;
}
.product-details #container .right .right-part h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.product-details #container .right .right-part a {
  color: #63d2fc;
}
.product-details #container .right .right-part strong {
  display: block;
  margin-top: 20px;
}
.product-details #container .right ul.pdfs li a.details {
  margin-left: 7px;
  color: #63d2fc;
  font-size: 0.9em;
  text-decoration: underline;
}

.product-search-results #container {
  font-size: 1.2em;
}
.product-search-results .left {
  float: left;
  width: 795px;
  margin-right: 25px;
}
.product-search-results .right {
  float: left;
  width: 120px;
  padding-top: 20px;
  font-size: 0.95em;
}
.product-search-results .right h3 {
  color: #fff;
  margin-bottom: 2px;
}
.product-search-results .right ul {
  margin-bottom: 20px;
  color: #8a8a8a;
}
.product-search-results .right ul li:before {
  content: '> ';
}
.product-search-results .right ul li a {
  color: #8a8a8a;
  text-decoration: underline;
}

.product-search-results table.search-results {
  
}

.product-search-results table.search-results thead tr th.spec-sheet,
.product-search-results table.search-results thead tr th.installation-instructions,
.product-search-results table.search-results thead tr th.ies-data {
  color: #8a8a8a;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 7px;
  font-size: 0.8em;
  line-height: 12px;
}
.product-search-results table.search-results thead tr th.info { 
  width: 430px;
  text-align: left;
  color: #fff;
  padding-top: 5px;
  font-size: 1.9em;
  font-weight: normal;
}

.product-search-results table.search-results thead tr th.link                      { width: 100px; }
.product-search-results table.search-results thead tr th.spec-sheet                { width: 86px; }
.product-search-results table.search-results thead tr th.installation-instructions { width: 86px; }
.product-search-results table.search-results thead tr th.ies-data                  { width: 86px; }

.product-search-results table.search-results tbody tr td.left-divider a.pdf,
.product-search-results table.search-results tbody tr td.left-divider a.xls {
  display: block;
  height: 16px;
  width: 16px;
  margin-top: 22px;
}
.product-search-results table.search-results tbody tr td.left-divider a.pdf { background: url(../images/icons/pdf.png) no-repeat; }
.product-search-results table.search-results tbody tr td.left-divider a.xls { background: url(../images/icons/xls.png) no-repeat; }
.product-search-results table.search-results tbody tr td.left-divider a span {
  display: none;
}

.product-search-results table.search-results tbody img {
  float: left;
  margin-right: 8px;
}
.product-search-results table.search-results tbody a.show-listings {
  display: block;
  background: url(../images/show_listings_pointer.png) no-repeat 0 5px;
  margin-top: 40px;
  padding-left: 10px;
  text-decoration: underline;
  font-size: 0.9em;
  color: #8a8a8a;
}

.product-search-results table.search-results tbody tr td {
  background: #0e0e0e url(../images/backgrounds/search_table.png) repeat-x top;
  vertical-align: top;
  padding: 5px 20px 0 0;
  color: #7b7b7b;
}
.product-search-results table.search-results tbody tr td.left-divider {
  padding-left: 40px;
  border-left: 1px solid #0f0f0f;
}
.product-search-results table.search-results tbody tr td .prominent {
  color: #fff;
}
.product-search-results table.search-results tbody tr td a {
  color: #00adee;
  text-decoration: none;
}


.contact #container #page {
  font-size: 1.4em;
  font-weight: bold;
  color: #a9a9a9;
}
.contact #container #page h2 {
  color: #fff;
  font-size: 2.3em;
  margin-top: 20px;
}
.contact #container #page p {
  margin-top: 20px;
  margin-bottom: 18px;
  font-weight: normal;
}
.contact #container #page hr {
  margin-bottom: 10px;
  padding-top: 10px;
  border: none;
  border-bottom: 1px solid #484b4c;
}
.contact #container #page span.required {
  color: #ff8400;
}
.contact #container #page form .half-row {
  float: left;
  width: 345px;
  margin-bottom: 10px;
}
.contact #container #page form .half-row label {
  display: block;
  float: left;
  width: 87px;
}
.contact #container #page form .half-row label span {
  color: #ff8400;
}
.contact #container #page form .half-row input {
  width: 215px;
}
.contact #container #page form .row {
  clear: left;
  margin-top: 10px;
}
.contact #container #page form .row label {
  display: block;
  float: left;
  padding: 2px 0 5px;
  width: 100px;
  font-weight: normal;
}
.contact #container #page form .row input {
  float: left;
  margin-right: 10px;
}
.contact #container #page form textarea {
  height: 90px;
  width: 300px;
}
.contact #container #page form .legend {
  float: right;
  color: #888;
  font-weight: normal;
  font-size: 0.8em;
}
.contact #container #page form .legend span {
  color: #ff8400;
}


.about #container #page {
  font-size: 1.4em;
  color: #a9a9a9;
}
.about #container #page h2 {
  color: #fff;
  font-size: 2.3em;
  margin-top: 20px;
}


.about #container #page .left {
  float: left;
  width: 400px;
  margin-right: 15px;
}
.about #container #page .left p {
  margin-top: 24px;
  font-size: 0.9em;
  letter-spacing: 0.3px;
}

.about #container #page .left li {
color: white;
margin-bottom: 5px;
	list-style-type: none;
	display: list-item;

	position: relative;
	margin-top: 5px;
}



.about #container #page .left a {
  padding-left: 5px;
  color: white;
}

.about #container #page .left li:before {
  content: '→ ';
}

/* My Comment */
.about #container #page .left {
  float: left;
  width: 400px;
  margin-right: 15px;
}
.about #container #page .left p {
  margin-top: 24px;
  font-size: 0.9em;
  letter-spacing: 0.3px;
}

.about #container #page .left li {
color: white;
margin-bottom: 5px;
	list-style-type: none;
	display: list-item;

	position: relative;
	margin-top: 5px;
}



.about #container #page .left a {
  padding-left: 5px;
  color: white;
}

.about #container #page .left li:before {
  content: '→ ';
}

/* My Comment */

.about #container #page .careersleft h2 {
	margin-top: 0;
	line-height: 1em;
}


.about #container #page .careersleft {
  float: left;
  width: 400px;
  margin-right: 15px;
}
.about #container #page .careersleft p {
  margin-top: 24px;
  font-size: 0.9em;
  letter-spacing: 0.3px;
}

.about #container #page .careersleft ul {
	list-style-type: square !important;
}	

.about #container #page .careersleft li {
margin-bottom: 5px;
margin-top: 10px;
list-style-type: square !important;
position: relative;
	padding-top: 5px;
	margin-left: 15px;
}

.about #container #page .careersleft a {
  padding-left: 5px;
  color: white;
}

.about #container #page .careersleft {
  float: left;
  width: 400px;
  margin-right: 15px;
}

.about #container #page .careersleft li {

margin-bottom: 5px;
	list-style-type: none;
	display: list-item;

	position: relative;
	margin-top: 5px;
}



.about #container #page .careersleft a {
  padding-left: 5px;

}










/* My Comment */









.about #container #page .right {
  background-color: #2b2b2b;
  float: left;
  margin-top: 30px;
  width: 258px;
  padding: 11px;
  color: #c9c9c9;
  font-weight: normal;
}
.about #container #page .right img {
  float: left;
  margin-right: 10px;
}
.about #container #page .right div {
  float: left;
  width: 165px;
}
.about #container #page .right div p {
  font-size: 1.1em;
  line-height: 18px;
  margin-bottom: 16px;
}
.about #container #page .right div p.small {
  font-size: 0.8em;
}

.about #container #page .rightwide {
  background-color: #2b2b2b;
  float: left;
  margin-top: 30px;
  width: 258px;
  padding: 11px;
  color: #c9c9c9;
  font-weight: normal;
}
.about #container #page .rightwide img {
  float: left;
  margin-right: 10px;
}
.about #container #page .rightwide div {
  float: left;
  width: 258px;
}
.about #container #page .rightwide div p {
  font-size: 1.1em;
  line-height: 18px;
  margin-bottom: 16px;
}
.about #container #page .rightwide div p.small {
  font-size: 0.8em;
}

.about #container #page .rightwide a {
	color: #63d2fc;
}





.rep-locator-results ul#primary-nav li.current a,
.rep-locator ul#primary-nav li.current a {
  background: url(../images/nav/rep_glow.png) no-repeat left bottom;
}
.rep-locator-results ul#primary-nav li.current a span,
.rep-locator ul#primary-nav li.current a span {
  background: url(../images/nav/rep_cap.png) no-repeat right bottom;
}
.rep-locator-results #container #sidebar h3,
.rep-locator #container #sidebar h3 {
  background:transparent url(../images/backgrounds/rep_locator_section.png) no-repeat;
}
.rep-locator-results #container #page .left {
  float: left;
  width: 506px;
  margin-right: 15px;
}
.rep-locator-results #container #page .right,
.rep-locator #container #page .other-ways-to-contact {
  float: left;
  width: 155px;
  padding: 10px;
  background-color: #292828;
}
.rep-locator-results #container #page .left h2 {
  background: url(../images/backgrounds/rep_locator_title.png) no-repeat;
  height: 16px;
  width: 480px;
  padding: 10px 13px;
  color: #fff;
  font-size: 1.6em;
}
.rep-locator-results #container #page .left h2 a {
  color: #FE8127;
  float: right;
  font-size: 0.75em;
  font-weight: normal;
}
.rep-locator-results #container #page .left ul li {
  padding: 12px 0 20px;
  border-bottom: 1px dashed #393838;
}
.rep-locator-results #container #page .left ul li h3 {
  height: 20px;
  background: url(../images/rep.png) no-repeat;
  padding: 2px 0 0 28px;
  font-size: 1.45em;
  color: #fe8127;
  font-weight: normal;
}
.rep-locator-results #container #page .left ul li dl {
  font-size: 1.2em;
}
.rep-locator-results #container #page .left ul li dt {
  float: left;
  width: 60px;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
.rep-locator-results #container #page .left ul li dd {
  float: left;
  width: 190px;
  margin-top: 20px;
}
.rep-locator-results #container #page .right p,
.rep-locator #container #page .other-ways-to-contact p {
  font-weight: bold;
  font-size: 1.2em;
}
.rep-locator-results #container #page .right li,
.rep-locator #container #page .other-ways-to-contact li {
  margin-top: 16px;
}
.rep-locator-results #container #page .right li a,
.rep-locator #container #page .other-ways-to-contact li a {
  color: inherit;
  padding-left: 22px;
}
.rep-locator-results #container #page .right li.email a,
.rep-locator #container #page .other-ways-to-contact li.email a {
  background: url(../images/icons/email.png) no-repeat 0 2px;
}
.rep-locator-results #container #page .right li.phone a,
.rep-locator #container #page .other-ways-to-contact li.phone a {
  background: url(../images/icons/phone_fax.png) no-repeat 0 0;
}
.rep-locator-results #container #page .right li.location a,
.rep-locator #container #page .other-ways-to-contact li.location a {
  background: url(../images/icons/car.png) no-repeat 0 1px;
}
.rep-locator-results #container #page .right li.contact a,
.rep-locator #container #page .other-ways-to-contact li.contact a {
  background: url(../images/icons/speech.png) no-repeat 0 1px;
}

.rep-locator #container #sidebar p {
  font-size: 1.4em;
}
.rep-locator #container #sidebar p a {
  color: #cc6b24;
  text-decoration: underline;
}
.rep-locator #container #page img#selection-map {
  margin-left: -90px;
}
.rep-locator #container #page .other-ways-to-contact {
  position: absolute;
  right: 18px;
  top: 290px;
}


.project-type-page #container #page .left {
  float: left;
  width: 400px;
  margin-right: 15px;
}
.project-type-page #container #page .left h2 {
  margin: 15px 0;
  line-height: 1em;
  font-size: 2.8em;
  color: #fff;
}
.project-type-page #container #page .left p {
  margin-bottom: 25px;
  font-size: 1.2em;
  color: #bebdbd;
}
.project-type-page #container #page .right {
  float: left;
  width: 275px;
}
.project-type-page #container #page .right h3 {
  margin-left: 20px;
  border-bottom: 1px solid #504f4f;
}
.project-type-page #container #page .right ul {
  margin-left: 20px;
}
.project-type-page #container #page .right ul li a {
  color: #fff;
}
.project-type-page #container #page .right .documents {
  background-color: #2f2f2f;
  margin: 20px 0;
  padding: 10px 20px;
}
.project-type-page #container #page .right .documents h3 {
  margin: 0;
  border: none;
  font-size: 1.3em;
  margin-bottom: 8px;
  color: #d6d5d5;
}
.project-type-page #container #page .right .documents ul {
  margin-left: -15px;
}
.project-type-page #container #page .right .documents ul li {
  float: left;
  margin-left: 15px;
  width: 110px;
}

select.quick-find {
  width: 100%;
  background-color: #2f383c;
  border: 1px solid #666;
  color: #ddd;
}


.videos #container #page h2 {
  height: 42px;
  color: #fff;
  font-weight: normal;
  font-size: 3.1em;
  line-height: 24px;
}
.videos #container #page .left {
  float: left;
  width: 400px;
  margin-right: 20px;
}
.videos #container #page .left p {
  margin: 8px 0 0;
  padding: 10px;
  color: #aeaeae;
  background-color: #2b2b2b;
}
.videos #container #page .right {
  float: left;
  width: 280px;
}
.videos #container #page .right ul {
  background-color: #2b2b2b;
  height: 396px;
  padding: 10px;
}
.videos #container #page .right ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #515151;
  height: 49px;
}
.videos #container #page .right ul li.last {
  border-bottom: none;
}
.videos #container #page .right ul li img {
  float: left;
  margin-right: 8px;
  height: 49px;
}


.literature #container #page h2 {
  height: 42px;
  color: #fff;
  font-weight: normal;
  font-size: 3.1em;
  line-height: 24px;
}
.literature #container #page ul {
  margin-left: -33px;
}
.literature #container #page ul li {
  float: left;
  width: 106px;
  margin: 0 0 25px 33px;
}
.literature #container #page ul li strong {
  color: #fff;
  font-weight: normal;
}
.literature #container #page ul li span {
  display: block;
  margin-top: -4px;
  color: #5d5d5d;
}


.gallery #container #sidebar h3 {
  background: url(../images/backgrounds/section_grey.png) no-repeat;
}
.gallery #container #sidebar h4 {
  margin: 15px 0 10px;
  color: #fff;
  font-size: 1.5em;
}
.gallery #container #sidebar p {
  margin: 0 0 15px;
  font-size: 1.2em;
  color: #bfbfbf;
}
.gallery #container #sidebar a {
  color: #4bcdfe;
  text-decoration: underline;
}
.gallery #container #page img {
  display: block;
  float: left;

  height: 165px;
  width: 140px;
}

.gallery #container #page #img2 {
  display: block;
  float: left;
  margin: 1px;
  
  width: 135px;
}


.gallery-slideshow #container #breadcrumbs {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #32373a;
  color: #bdbec0;
  font-size: 1.6em;
  font-weight: bold;
}
.gallery-slideshow #container #breadcrumbs strong {
  color: #fff;
}
.gallery-slideshow #container #breadcrumbs a {
  float: right;
  font-weight: normal;
  color: #5dcbec;
  font-size: 0.7em;
}
.gallery-slideshow #container .left {
  position: relative;
  float: left;
  width: 700px;
  padding-right: 10px;
  border-right: 1px solid #333;
  text-align: center;
}
.gallery-slideshow #container .right {
  float: left;
  width: 210px;
  margin-left: 15px;
}
.gallery-slideshow #container .right .nav-images {
  width: 205px;
  margin-left: -10px;
  opacity: 0.3;
}
.gallery-slideshow #container .right .nav-images img {
  margin-left: 10px;
}
.gallery-slideshow #container .right p {
  text-align: center;
  width: 193px;
  margin-top: 5px;
  color: #626262;
}
.gallery-slideshow #container .right a {
  color: #507176;
}
.gallery-slideshow #container .ajacent-bottom-float {
  position: absolute;
  left: 725px;
  bottom: 5px;
  width: 210px;
  text-align: left;
}
.gallery-slideshow #container .ajacent-bottom-float h3 {
  font-size: 1.1em;
}
.gallery-slideshow #container .ajacent-bottom-float ul {
  margin: 12px 0 20px;
  list-style: inside disc;
  color: #444;
}
.gallery-slideshow #container .ajacent-bottom-float ul li a {
  color: #5ec4dd;
}
.gallery-slideshow #container p.description {
  width: 700px;
  text-align: center;
  margin-top: 15px;
  font-size: 1.1em;
  color: #8399a6;
}
.gallery-slideshow #container {
  
}


.news #container #page h2 {
  line-height: 100%;
  font-size: 2.9em;
  color: #fff;
}
.news #container #page h2.faded {
  border-top: 1px solid #3e3e3e;
  padding-top: 16px;
  color: #444;
  font-size: 2.5em;
  font-weight: normal;
}
.news #container #page p {
  color: #b6b6b6;
  font-size: 1.5em;
}
.news #container #page p.head {
  margin: 20px 0;
}
.news #container #page .news-item,
.news-detail #container #page .news-item {
  margin-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #474747;
}
.news-detail #container #page .news-item {
  margin-top: 0px;
}
.news #container #page .news-item .type,
.news-detail #container #page .news-item .type {
  color: #53b0d2;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.news #container #page .news-item img,
.news-detail #container #page .news-item img {
  margin-left: 20px;
  float: right;
}
.news #container #page .news-item h3 {
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 10px;
}
.news-detail #container #page .news-item h3 {
  font-size: 1.9em;
  color: #fff;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 20px;
}
.news #container #page .news-item p,
.news-detail #container #page .news-item p {
  font-size: 1.1em;
  margin-bottom: 16px;
}
.news #container #page .news-item ul li,
.news-detail #container #page .news-item ul li {
  padding-left: 10px;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.news #container #page .news-item ul li:before,
.news-detail #container #page .news-item ul li:before {
  content: '→ ';
}
.news #container #page .news-item ul li a,
.news-detail #container #page .news-item ul li a {
  color: #3bc8fe;
}

ul.products-by-type,
ul.project-types {
  margin: -5px 0 0 -5px;
}
ul.products-by-type li,
ul.project-types li {
  float: left;
  height: 160px;
  width: 135px;
  margin: 5px 0 0 5px;
}
ul.products-by-type li a,
ul.project-types li a {
  display: block;
  height: 160px;
  width: 135px;
}
ul.products-by-type li a { background: url(../images/products_by_type.jpg) no-repeat; }
ul.project-types    li a { background: url(../images/project_types.jpg)    no-repeat; }

ul.products-by-type li a span,
ul.project-types li a span {
  display: none;
}

ul.products-by-type li.architectural-high-abuse a { background-position: -0px    0; }
ul.products-by-type li.emergency                a { background-position: -135px  0; }
ul.products-by-type li.institutional-high-abuse a { background-position: -270px  0; }
ul.products-by-type li.medical                  a { background-position: -405px  0; }
ul.products-by-type li.rough-service            a { background-position: -540px  0; }
ul.products-by-type li.sealed-enclosure         a { background-position: -675px  0; }
ul.products-by-type li.task-and-specialty       a { background-position: -810px  0; }
ul.products-by-type li.transportation           a { background-position: -945px  0; }
ul.products-by-type li.quickship                a { background-position: -1080px 0; }
ul.products-by-type li.blank                    a { background-position: -1215px 0; }

ul.products-by-type li.architectural-high-abuse a:hover { background-position: -0px    -160px; }
ul.products-by-type li.emergency                a:hover { background-position: -135px  -160px; }
ul.products-by-type li.institutional-high-abuse a:hover { background-position: -270px  -160px; }
ul.products-by-type li.medical                  a:hover { background-position: -405px  -160px; }
ul.products-by-type li.rough-service            a:hover { background-position: -540px  -160px; }
ul.products-by-type li.sealed-enclosure         a:hover { background-position: -675px  -160px; }
ul.products-by-type li.task-and-specialty       a:hover { background-position: -810px  -160px; }
ul.products-by-type li.transportation           a:hover { background-position: -945px  -160px; }
ul.products-by-type li.quickship                a:hover { background-position: -1080px -160px; }
ul.products-by-type li.blank                    a:hover { background-position: -1215px -160px; }

ul.project-types li.health-care                              a { background-position: -0px    0; }
ul.project-types li.science-and-technology                   a { background-position: -135px  0; }
ul.project-types li.education                                a { background-position: -270px  0; }
ul.project-types li.correctional                             a { background-position: -405px  0; }
ul.project-types li.commercial-civic-and-other-institutional a { background-position: -540px  0; }
ul.project-types li.multi-family-housing                     a { background-position: -675px  0; }
ul.project-types li.industrial                               a { background-position: -810px  0; }
ul.project-types li.park-and-rec-athletic-facilities         a { background-position: -945px  0; }
ul.project-types li.public-access                            a { background-position: -1080px 0; }
ul.project-types li.transportation                           a { background-position: -1215px 0; }
ul.project-types li.cleanroom                                a { background-position: -1350px 0; }
ul.project-types li.food-processing                          a { background-position: -1485px 0; }
ul.project-types li.hazardous-location                       a { background-position: -1620px 0; }
ul.project-types li.bio-safety                               a { background-position: -1755px 0; }
ul.project-types li.blank                                    a { background-position: -1890px 0; }

ul.project-types li.health-care                              a:hover { background-position: -0px    -160px; }
ul.project-types li.science-and-technology                   a:hover { background-position: -135px  -160px; }
ul.project-types li.education                                a:hover { background-position: -270px  -160px; }
ul.project-types li.correctional                             a:hover { background-position: -405px  -160px; }
ul.project-types li.commercial-civic-and-other-institutional a:hover { background-position: -540px  -160px; }
ul.project-types li.multi-family-housing                     a:hover { background-position: -675px  -160px; }
ul.project-types li.industrial                               a:hover { background-position: -810px  -160px; }
ul.project-types li.park-and-rec-athletic-facilities         a:hover { background-position: -945px  -160px; }
ul.project-types li.public-access                            a:hover { background-position: -1080px -160px; }
ul.project-types li.transportation                           a:hover { background-position: -1215px -160px; }
ul.project-types li.cleanroom                                a:hover { background-position: -1350px -160px; }
ul.project-types li.food-processing                          a:hover { background-position: -1485px -160px; }
ul.project-types li.hazardous-location                       a:hover { background-position: -1620px -160px; }
ul.project-types li.bio-safety                               a:hover { background-position: -1755px -160px; }
ul.project-types li.blank                                    a:hover { background-position: -1890px -160px; }




/**/

#page2 .left {
  float: left;
  width: 506px;
  margin-right: 15px;
}
#page2 .right,
.rep-locator #container #page2 .other-ways-to-contact {
  float: left;
  width: 155px;
  padding: 10px;
  background-color: #292828;
}
#page2 .left h2 {
  background: url(../images/backgrounds/rep_locator_title.png) no-repeat;
  height: 16px;
  width: 480px;
  padding: 10px 13px;
  color: #fff;
  font-size: 1.6em;
}
#page2 .left h2 a {
  color: #FE8127;
  float: right;
  font-size: 0.75em;
  font-weight: normal;
}
#page2 .left ul li {
  padding: 12px 0 20px;
  border-bottom: 1px dashed #393838;
}
#page2 .left ul li h3 {
  height: 20px;
  background: url(../images/rep.png) no-repeat;
  padding: 2px 0 0 28px;
  font-size: 1.45em;
  color: #fe8127;
  font-weight: normal;
}
#page2 .left ul li dl {
  font-size: 1.2em;
}
#page2 .left ul li dt {
  float: left;
  width: 60px;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
#page2 .left ul li dd {
  float: left;
  width: 190px;
  margin-top: 20px;
}
#page2 .right p,
#page2 .other-ways-to-contact p {
  font-weight: bold;
  font-size: 1.2em;
}
#page2 .right li,
#page2 .other-ways-to-contact li {
  margin-top: 16px;
}
#page2 .right li a,
#page2 .other-ways-to-contact li a {
  color: inherit;
  padding-left: 22px;
}
#page2 .right li.email a,
 #page2 .other-ways-to-contact li.email a {
  background: url(../images/icons/email.png) no-repeat 0 2px;
}
#page2 .right li.phone a,
#page2 .other-ways-to-contact li.phone a {
  background: url(../images/icons/phone_fax.png) no-repeat 0 0;
}
#page2 .right li.location a,
#page2 .other-ways-to-contact li.location a {
  background: url(../images/icons/car.png) no-repeat 0 1px;
}
#page2 .right li.contact a,
#page2 .other-ways-to-contact li.contact a {
  background: url(../images/icons/speech.png) no-repeat 0 1px;
}


.whatnew-nav-item 
{
  float: right;
  background-color: #333333;
  color: White;
  margin: 2px 3px 2px 3px;
  padding: 3px 9px 3px 9px;
  text-align: center;
  z-index: 50;
  position: relative;
}
#whatnew-nav
{
	width: 354px;
	margin-right: 20px;
	color: White;
	z-index: 6;
	position: absolute;
}

#whatnew-nav h1
{
	color: White;
	float: left;
	font-size: 1.3em;
	text-transform: uppercase;
	marg