* {margin: 0; padding: 0;}
html{overflow-y: scroll;}
a {outline: none;} /* Removes Firefox dotted outline on click */

body {	
	background: #fff url(/_media/bg_dots.gif) 50% 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 13px;
	color: #3f3f3f;
}

.h2link a:link, .h2link a:visited {
	font-size: 17px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-weight: normal;
	color: #3F3F3F;
	text-decoration:none;
}
.h2link a:hover{
	font-size: 17px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-weight: normal;
	color:#8F0000;
	text-decoration:none;
}

#mainBody {
	background: #fff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #8f0000;
	margin-bottom: .5em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #8b5c29;
}

h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: .5em;
	color: #7a8a61;
}

h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: .5em;
	color: #8b5c29;
	background: none;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #8f0000;
	margin-bottom: .5em;
}

p {
	margin-bottom: 1em; 
	line-height: 1.4;
	font-size: 13px;
}

 

em {font-style: italic;}
strong {font-weight: bold;}
ul, ol, li {margin: 0; padding: 0;}

.pageWide{
  	width: 961px;
	margin: 0 auto 0 auto;
	padding: 0 30px;
 }
 
/* links */

a:link, a:visited {
	color: #036;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #036;
	text-decoration: none;
}

.boxQuarter h3 a {
	font-size: 15px;
	font-weight: normal;
	color: #7a8a61;
	text-decoration: none;
}

.boxQuarter h3 a:hover {
	text-decoration: underline;
}

.column {
	float: left;
	width: 320px;
	text-transform: uppercase;
	margin-top: 20px;
}

.column a {
	color: #036;
	text-decoration: underline;
}

.column a:hover {
	color: #036;
}

ul.arrows {
	list-style: none;	
}

ul.arrows li {
	background: url(/_media/arrow2.gif) 0 50% no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top:0;
	font-size: 11px;
}

ul.contactList li {
	font-size: 13px;
	margin-bottom: 10px;
}

.right {
	float: right;
	width: 305px;
}

/*
*************** HEADER ********************/
#headerWrap {
	background: #fff url(/_media/top_border.gif) left bottom repeat-x;
	height: 80px;	
	padding-top: 20px;
	xxpadding-bottom: 20px;

}

#header {
	background: url(/_media/logo_16500.gif) 0 0 no-repeat;
	height: 80px;
	position: relative;
}

#header h1{
	float: left;
}

#header h1 a {
	display: block;
	width: 225px;
	height: 60px;
	text-decoration: none;
	margin-left: -30px;
}

#header h1 span {
	display: none;
}

#header #toplinks {
	float:right;
	color: #959595;
	margin-bottom: 23px;
	margin-right: 2px;
	display: inline;
	font-size: 12px;
}

#header #toplinks a {
	margin-left: 20px;
}

/*
*************** TOPNAV ********************/
#topnav {
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 735px;
	xxheight: 41px;
}

#topnav ul {
	float:right;
	list-style:none;
	}
 
#topnav li {
	display: inline;
}

#topnav a {
	float:left;
	height: 16px;
	display:block;
	padding:7px 20px 5px 20px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	color:#000;
}

#topnav a:hover, #topnav a:hover span {
	color:#8f0000;
	}

#topnav > ul a {width:auto;}

#subnav {
	clear: right;
	text-align: right;
	color: #fff;
	height: 20px;
	margin-right: 20px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav li {
	display: inline;
}

#subnav li a {
	float:left;
	display:block;
	font-weight: normal;
	width: auto;
	padding: 3px 10px 1px 10px;
	margin-left: 15px;
	color: #ccc;
	font-size: 11px;
}

#subnav li a:hover {	
	color: #fff;
}


/************ Highlighting **********************/
body.pProducts a#nProducts,
body.pAbout a#nAbout,
body.pLinecard a#nLinecard,
body.pPortfolio a#nPortfolio {
	background: #404040;
	color:#fff;
	xxborder-bottom: 20px solid #fff;
	xxcolor:#8f0000;
}

body.pProducts #subnav {margin-right: 40px;}

body.ppSearch a#sSearch,
body.ppLED a#sLED,
body.ppQuickship a#sQuickship,
body.ppUtility a#sUtility,
body.ppCompany a#sCompany,
body.ppResources a#sResources,
body.ppContact a#sContact {
	color:#fff;
}

/*
*************** CONTENT ********************/
#content-wrap {
	background-color:#FAFAF5;
}

#content {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}

/*
*************** FOOTER ********************/
#footer{
	xxclear: both;
	background: url(/_media/dash.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	xxmargin-top: 25px;
	padding-top: 10px;
	font-size: 11px;
	color: #959595;
} 

#footer p {
	margin-top: 5px;
	font-size: 11px;
}

#footer a {
	color: #959595;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footerRight {
	float: right;	
}

#footerLeft {
	float: left;	
}

/*
*************** BOXES ********************/
.boxFull {
	width: 960px; 
	color: #fff; 
	margin-bottom: 15px;
	xxposition: relative;
}

.boxQuarter {
	float: left;
	width: 225px; 
	color: #fff; 
	margin-right: 20px;
	margin-top: 15px;
}

.boxQuarter .insideThin {
	height: 150px;
}

ul.whatwedo {
	list-style: none;	
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.whatwedo li {
	background: url(/_media/arrow2.gif) 0 7px no-repeat;
	padding-left: 15px;
	margin-bottom: .5em;
}

/************ Featured Project Box **********************/
.brown {background: #404040;}

.brownBox-tl {
	margin-right: 20px; /* clip right corner */
	background-image: url('/_media/brownBox.gif');
	height: 60px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.brownBoxHead {
	margin-top: -60px; /* to level of top-left corner */
	margin-left: 20px; /* clip left corner */
	background-image: url('/_media/brownBox.gif');
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 60px; 
	xxfont-size: 2px;
}

.brownBoxHead p.location {
	float: right;
	color: #ccc970;
	font-size: 11px;
	margin-top: 30px;
	margin-right: 30px;
}

.brownBoxHead h1 {
	margin-left: 5px;
	padding-top: 25px;
	color: #fff;
	font-size: 21px;
}

.brownBoxHead p.callout {
	float: right;
	padding-top: 30px;
	padding-right: 30px;
	margin-right: 30px;
	display: inline;
	color: #ccc970;
	font-size: 11px;
	font-weight: bold;
	background: url(/_media/arrow1.gif) 100% 35px no-repeat;
}

.brownBoxHead p.callout a {
	color: #ccc970;
	xxtext-decoration: none;
}

.brownBoxHead p.callout a:hover {
	color: #ccc970;
	xxtext-decoration: none;
}

.brownBox-bl {
	margin-right: 10px; /* clip right corner */
	background-image: url('/_media/brownBox.gif');
	background-position: 0 -60px; /* show under half of the image */
	height: 10px;
	font-size: 2px;
}

.brownBox-br {
	margin-top: -10px; /* to level of bottom-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url('/_media/brownBox.gif');
	background-position: 100% -60px; /* under half, right side */
	height: 10px; 
	font-size: 2px; 
}

.featureProj2 {
	clear: both;
	background: #262626;
	padding: 15px;
}

.featureProj2 #projDetail {
	float: right;
	width: 290px;
}

.featureProj2 #projMain {
	float: left;
	width: 626px;
	xxmargin-right: 20px;
}

.featureProj {
	float: left;
	width: 320px;
	background: #404040;
}

.featureProj .imgWrap {
	border-bottom: 1px solid #808080;
}

.featureProj .imgWrap img {
	border: 15px solid #262626;
	display: block;
}

.featureProjInfo {
	padding-left: 15px;	
	margin: 10px 0;
	background: #404040 url(/_media/dash_vert.gif) 100% 0 repeat-y;
}

.featureProjInfo p {
	color: #b2b2b2;
	font-size: 11px;
}

p.title {
	color: #878a70;
}

.featureProjInfo p.title {
	margin-bottom: 0;
}

.featureProjInfo p a {
	color: #b2b2b2;
	font-weight: normal;
}

.featureProjInfo p a:hover {
	text-decoration: underline;
}

.featureProjInfo p.location {
	color: #808080;
	font-size: 10px;
	margin-bottom: .5em;
}

.featureProjInfo p.photoCredit{
	margin: 10px 20px 0 0;
	color: #828282;
	font-size: 11px;
	text-align:right;
}

.headMfr p {
	color: #878a70;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 0;
	font-size: 10px;
}

.featureProjInfo h2 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
}

.featureProjInfo h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.featureProjInfo h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

p.shortblurb {
	margin-top: 1em;
	margin-bottom: 0;
}

/************ Gray Box **********************/
.hide {display: none;}
.grayBoxSide {
	float: right;
	width: 320px; 
	margin-left: 20px;
}

#grayBoxWrap {
	position: relative; 
	width: 960px; 
	height: 240px;
}

.grayBoxHalf {
	position: absolute; 
	top: 0;
	width: 470px; 
}

.boxLt {
	left: 0;
}

.boxRt {
	right: 0;
}

.grayBox-tl {
	margin-right: 20px; /* clip right corner */
	background-image: url('/_media/grayBox.gif');
	height: 73px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.grayBoxHead {
	margin-top: -73px; /* to level of top-left corner */
	margin-left: 20px; /* clip left corner */
	background-image: url('/_media/grayBox.gif');
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 73px; 
	font-size: 2px;
}

.grayBox-bl {
	margin-right: 20px; /* clip right corner */
	background-image: url('/_media/grayBox.gif');
	background-position: 0 -73px; /* show under half of the image */
	height: 20px;
	font-size: 2px;
}

.grayBox-br {
	margin-top: -20px; /* to level of bottom-left corner */
	margin-left: 20px; /* clip left corner */
	background-image: url('/_media/grayBox.gif');
	background-position: 100% -73px; /* under half, right side */
	height: 20px; 
	font-size: 2px; 
}

.grayBoxHead p {
	margin-left: 5px;
	padding-top: 25px;
	margin-bottom: 0;
}

.grayBoxHead h2 {
	color: #3f3f3f;
	font-size: 18px;
	margin-left: 5px;
	margin-top: 2px;
	font-weight: normal;
}

.grayBoxHead .titleMfr h2 {
	margin-top: 40px;
}

#tech_lighting_img {
	background: url(/_media/tech_lighting_small.gif) 240px 0px no-repeat;
	height: 73px;
}
#beta_calco_img {
	background: url(/_media/beta_calco_small.gif) 135px 0px no-repeat;
	height: 73px;
}
#simply5_img {
	background: url(/_media/simply5_small.gif) 130px 0px no-repeat;
	height: 73px;
}
#lithonia_img {
	background: url(/_media/lithonia_small.gif) 265px 0px no-repeat;
	height: 73px;
}

.mfrTitle h2 {
	margin: 0;
	padding: 0;
	margin-top: -38px;
	padding-top: 40px;
	padding-left: 4px;
	width: 396px;
	height: 28px;
	line-height:1;
	font-size: 17px;
}

.h2Amerlux {
	background: url(/_media/amerlux_small.jpg) 160px 100% no-repeat;
}
.h2Delray {
	background: url(/_media/delray_small.jpg) 170px 100% no-repeat;
}
.h2LCD {
	background: url(/_media/bluebox_small.jpg) 220px 100% no-repeat;
}
.h2LSI {
	background: url(/_media/lumel_small.jpg) 220px 100% no-repeat;
}
.h2Rena {
	background: url(/_media/rena_small.jpg) 200px 100% no-repeat;
}
.h2Strenberg {
	background: url(/_media/strenberg_small.jpg) 160px 100% no-repeat;
}
.h2Zaneen {
	background: url(/_media/zaneen_small.jpg) 160px 100% no-repeat;
}

.featuredMfr {
	float: left;
	width: 418px;
	margin-left: 430px;
	margin-top: -47px;
	display: inline;
}

.inside {
	background: #fff;
	border-left: 15px solid #ccc;
	border-right: 15px solid #ccc;
	color: #7c7c7c;
	padding: 10px 15px;
	line-height: 1.5;
	font-size: 13px;
}

.inside p {margin-bottom: 0;line-height: 1.4;}

.boxHeight {
	height: 115px;
}

.boxHeight p {width: 390px; padding-top: 10px;}

/************ Product Nav Button **********************/
ul#productNav {
	list-style: none;
	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 10;
}

ul#productNav li {
	float: left;
	display: inline;
}

ul#productNav li#previousButton a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(/_media/button_previous.gif);
}

ul#productNav li#previousButton a:hover {
	background: url(/_media/button_previous.gif) 100% 0;
}

ul#productNav li#nextButton a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(/_media/button_next.gif);
}

ul#productNav li#nextButton a:hover {
	background: url(/_media/button_next.gif) 100% 0;
}

ul#productNav li#previousButton span,
ul#productNav li#nextButton span
 {display: none;}

/************ thin gray box **********************/
.thinGrayBox-tl {
	margin-right: 20px; /* clip right corner */
	background-image: url('/_media/thin_grayBox.gif');
	height: 10px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.thinGrayBox-tr {
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 20px; /* clip left corner */
	background-image: url('/_media/thin_grayBox.gif');
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 10px; 
	font-size: 2px;
}

.thinGrayBox-bl {
	margin-right: 20px; /* clip right corner */
	background-image: url('/_media/thin_grayBox.gif');
	background-position: 0 -10px; /* show under half of the image */
	height: 10px;
	font-size: 2px;
}

.thinGrayBox-br {
	margin-top: -10px; /* to level of bottom-left corner */
	margin-left: 20px; /* clip left corner */
	background-image: url('/_media/thin_grayBox.gif');
	background-position: 100% -10px; /* under half, right side */
	height: 10px; 
	font-size: 2px; 
}


.insideThin {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #7c7c7c;
	padding: 0px 15px;
	line-height: 1.5;
	font-size: 13px;
}

.insideThin h1 {
	margin: 0;
}

.callnow {
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 10px;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #3f3f3f;
}

/************ Product Search **********************/

#container, #team {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	border-top: 2px solid #ccc;
	xxbackground: #eee;
	xxborder-bottom: 2px solid #ccc;
}

.row {
	clear: left;
	background: url(/_media/dash_light.gif) 0 100% repeat-x;
	padding: 10px 0;
	height: 1%;
}

.horizRow {
	float: left;
	width: 50%;
	height: 100px;
	padding: 10px 0;
	background: url(/_media/dash_light.gif) 0 100% repeat-x;
}

.dashRule {
	width: 100%;
	background: url(/_media/dash_light.gif) 0 100% repeat-x;
}

.noDash {
	background: none;
}

.evenRow {
	background-color: #f9f9f8;
}

#container .floatItem, #team .floatItem {
	float: left;
	width: 145px;
	margin-right: 20px;
}


#team .floatItem {
	margin-right: 0;
	width: 150px;
	padding-right: 10px;
}

#container .topPad {
	padding-top: 30px;
}

#pu1 {position: absolute; top: 0; left: 0;}
#team {
	font-size: 11px;
	color: #959595; 
	position: relative;
}

#team .teamTitle {
	padding-left: 15px;
	width: 130px;
	font-weight: normal;
	font-size: 10px;
	color: #878a70;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 0;
}

#container a, #team .floatItem a {
	color: #959595;
	text-decoration: underline;
	font-weight: normal;
}

#container .floatItem a.company {
	color: #003;
	text-decoration: underline;
}

#container a:hover {
	color: #959595;
	text-decoration: none;
}
#team a {
	color: #3f3f3f;
	font-weight: bold;
}

#team a.name {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

#team a.name:hover {
	color: #3f3f3f;
	font-weight: bold;
	width: 100%;
}

#team a.name .contactTitle {
	color: #959595;
	font-weight: normal;
}

#team a.name .contactEmail {
	color: #959595;
	font-weight: normal;
	text-decoration: underline;
}

.floatItem p {
	margin-bottom: 0;
}

.floatItem p a.name {
	xxdisplay: block;
	font-size: 11px;
	line-height: 1.4;
}

#team .floatItem p a.name span.contactEmail {
	text-decoration: none;
}

form#productSearch {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

form#productSearch select {
	float: left;
	width: 280px;
	margin-right: 44px;
}

form#productSearch select#Controls {
	float: right;
	margin: 0;
}

table {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	width: 100%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

tr {
	background: url(/_media/dash_light.gif) 0 100% repeat-x;
}

td {
	padding: 10px;
	padding-left: 0;
	color: #959595; 
	font-weight: normal;
}

td a.company {
	color: #003;
	xxfont-weight: bold;
	text-decoration: underline;
}

table#team td {
	width: 160px;
}

table#team a.name {
	color: #3f3f3f;
	xxfont-weight: bold;
	text-decoration: none;
}

table#team a.name:hover {
	color: #3f3f3f;
	font-weight: bold;
}

table#team td.teamTitle {
	padding-left: 15px;
	font-weight: normal;
	font-size: 10px;
	color: #878a70;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 0;
}

table#team td a {
	color: #959595;
	text-decoration: underline;
	font-weight: normal;
}

table#team td a:hover {
	color: #959595;
	text-decoration: none;
}


/* POP UP
********************************************************************************/
.popupBg {
	background: url(/_media/popup.gif);
}

.popup{
	background: url(/_media/popup.gif);
	width:238px;
	height: 134px;
	padding:7px;
	color: #fff;
}

.popup img {
	float: left;
	width: 90px;
	margin-right: 10px;
	border: 4px solid #333;
}

.popup p {
	font-size: 11px;
}

.popup p.title {
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #ccc970;
}

.popup h2 {
	margin: 5px 0;
	font-size: 16px;
	color: #fff;
}

a:hover .teamInfo {}

/************ Map Box **********************/
#popupMap {
	position: absolute;
	z-index: 100;
	width: 700px; 
	top: 80px;
	left: 0;
	background: #404040;
	color: #fff;
	padding: 20px;
	visibility: hidden;
}

#popupMap h2 {
	color: #fff;
	font-weight: normal;
}

#popupMap p {
	float: right;
}

#popupMap a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

#popupMap .grayBoxHead {
	height: 20px;
}
/*----------------------------- */
#popupMap2 {
	background: #404040;
	color: #fff;
	width: 700px;
	xxmargin: 0 auto;
	xxheight: 655px;
	xxtext-align: center;
	xxpadding: 20px;
	xxvisibility: hidden;
}

#popupMap2 h2 {
	color: #fff;
	font-weight: normal;
	text-align: left;
}

#popupMap2 p {
	float: right;
}

#popupMap2 a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

/*----------------------------- */
#mapTop {
	background: #878a70 url(/_media/maptop.gif) no-repeat;
	width: 580px;
	padding: 5px 15px;
}

#mapTop p {
	float: right;
	background:url(/_media/arrow3.gif) 100% 50% no-repeat;
	padding-right: 15px;
	margin-top: 3px;
	display: inline;
	color: #fff;
	font-size: 11px;
}

#mapTop h2 {
	color: #fff;
	font-weight: normal;
}

#mapBot {
	margin-bottom: 35px;
	background: url(/_media/territory_map_small.gif);
	width: 610px;
	height: 157px;
}


#mapBot p {
	padding-left: 315px;
	padding-top: 105px;
}

#mapBot p a {
	display: block;
	width: 200px;
	height: 35px;
	xxbackground: #ccc;
}


/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}
 
.darkgray {color: #626262;}

hr { 
	display: none; /* use to only display when CSS is disabled */
	height:0px; 
    border:0px; 
    border-top:1px solid #CCCFCE;
}
			
a img {
	border: none;
	}

.button {
	float: right;
	margin-top: 30px;
	margin-right: 113px;
	display: inline;
	width: 192px;
}

p.smaller {
	font-size: 11px;
	color: #959595;
	padding: 20px;
}


/* IE HACKS
********************************************************************************/
/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* trigger hasLayout and target ie5+6/win only */
#container, #team {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #container,
*:first-child+html #team
 {
	min-height: 1px;
	}





/* TOOLTIP.CSS
********************************************************************************/
.tip {width:238px; 
      position:absolute; z-index:100; visibility:hidden;
      top:0px; left:0px;}



