@charset "utf-8";
/**
 * Sectional Stylesheet: Home
 *
 *
 * CSS 2.0
 *
 * @author      Josh Barlup <jbarlup@jplprod.com>
 * @copyright   Copyright 2008 JPL Productions
**/

/* STYLES FOR LIGHTING CONTENT =====================================================*/
#flashContent {
	padding: 3px 0px 0px 0px;
	width: 256px;
	height: 259px;
	float: left;
}

#mainContent {
	width: 411px;
	height: 261px;
	background: #fff url(../images/lighting/home/main_content_bg.gif) no-repeat top left;
	float: left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	overflow: hidden;
}

#mainContent h2 {
	background: url(../images/lighting/home/header.gif) no-repeat;
	width: 252px;
	height: 85px;
	margin: 30px 0 0 0;
	text-indent: -9999px;
}

#mainContent p {
	padding: 0 15px 0 0;
	margin: 10px 0;
}

#mainContent img {
	padding: 0;
}

#productSpotlight {
	width: 221px;
	height: 261px;
	float: right;
	background: #fff url(../images/lighting/home/spotlight_bg.gif) no-repeat top left;
}

#usageCase h3,
#productSpotlight h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #115b88;
}

#productSpotlight h3 { 	margin: 10px 0 0 20px; padding: 5px 0 0 0; }
#usageCase h3 { margin: 10px 0 0 18px; padding: 8px 0 0 0; }

#productSpotlight h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 -20px;
	padding-bottom: 2px;
	width: 100px;
}

#productSpotlight p {
	margin: 0 0 0 -20px;
	width: 100px;
}

#productSpotlight img {
	border: 1px solid #000;
	float: right;
	margin: 3px 8px 10px 8px;
}

#productSpotlight ul {
	list-style-type: none;
	margin-top: 20px;
}

#productSpotlight a {
	background: #fff url(../images/lighting/home/arrow.gif) no-repeat 0px 4px;
	padding: 0 0 0 10px;
	margin: 3px 0;
	display: block;
}


/* STYLES FOR LIGHTING CONTENT - USAGE ===============================================*/
#usageCase {
	width: 888px;
	height: 160px;
	background: #fff url(../images/lighting/home/usage_bg.gif) no-repeat top center;
	clear: both;
	position: relative;
}

#usageCase ul {
	list-style-type: none;
	position: absolute;
	top: 28px;
	left: 16px;
	margin: 0;
	padding: 0;
}

#usageCase li {
	width: 143px;
	height: 108px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#usageCase li a {
	display: block;
	background-image: url(../images/lighting/home/usagecase_up.gif);
	height: 108px;
	width: 143px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#usageCase li#emergency a { background-position: 0px 0px; }
#usageCase li#roadwayStadium a { background-position: 721px 0px; }
#usageCase li#digitalSignage a { background-position: 576px 0px; }
#usageCase li#fluorescent a { background-position: 432px 0px; }
#usageCase li#architectual a { background-position: 287px 0px; }
#usageCase li#signage a { background-position: 142px 0px; }

#usageCase li a:hover { 
	background-image: url(../images/lighting/home/usagecase_over.gif);
	cursor: pointer;
}

#usageCase li a span { 
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
}
/* STYLES FOR LIGHTING NAV ==========================================================*/
#lightNav {
	height: 28px;
	width: 100%;
	margin: 0;
	background: #fff url(../images/lighting/nav/lightnav_bg.gif) repeat-x;
	position: relative;
}

#lightNav h2 {
	 text-indent: -9999px;
	 display: none;
}

#lightNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#lightNav li {
	padding: 0;
	margin: 0;
	float: left;
	margin: 6px 29px;
}
#lightNav li a {
	color: #fff;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#lightNav li a:hover {
	text-decoration: underline;
}
/* FIXES FOR PRODUCT SPOTLIGHT SECTION - RJW 01/07/09 ================================== */
#productSpotlight div.TE_dottedborder {
	width:200px;
	overflow:hidden;
	margin:5px 5px 0;
	padding:0 5px 5px;
}
#productSpotlight div.TE_dottedborder table tbody tr td img {
	margin:0 8px;
}
#productSpotlight div.TE_dottedborder table tbody tr td a {
	width:84px;
	margin:0;
}

.promo_section{
clear:both;
padding-top:5px;
height:95px;
}

.promo_box{
	float:left;
	height:91px;
	width:286px;
	border:none;
}
.promo-middle {
	margin:0 16px;
}


.clear-fix{clear:both;}
