/************************* Page Layout Regions *************************/
body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}
#pageHeader { /* Layout Region Number One: Philips logo, Lightolier Logo, Main Menu, Quick Links and Product Search go in here */
	position: relative;
	width: 750px;
	height: 80px;
	z-index: 2;
	margin: 0px auto;
}
#pageMenu { /* Lightolier Logo and Main Menu */
	width: 750px;
	height: 30px;
}
#pageBand { /* Layout Region Number Two: Gray Bar */
	position: relative;
	width: 750px;
	height: 24px;
	z-index: 3;
	margin: 0px auto;
	background-image: url(imgs/fade_dn.gif);
	padding-top: 6px;
}
#pageContainer { /* Layout Region Number Zero: Color, Border and Size of All Page Content */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	width: 750px;
	margin: 40px auto 10px;
	background: url(imgs/spacer-F.gif);
}
#pageContent { /* Layout Region Number Four: Content Area for Page Content that will be Included */
	background-color: #EEEEEE;
	width: 750px;
	padding: 10px 10px 10px;
	margin-bottom: 10px;
}
a, a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #888888;
}
a:active {
	color: #888888;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/************************* Main & Sub Menu Styles *************************/
.navTopMenu {  /* Top Menu Default Style */
	font-size: 12px;
	color: #555454;
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.navTopMenu a, .navTopMenu a:visited { /* Top Menu Default, Visited Link Style */
	color: #414040; 
	text-decoration: none;
}
.navTopMenu a:hover { /* Top Menu Hover Link Style */
	color: #888888; 
	text-decoration: none;
}
.navTopMenu a:active { /* Top Menu Active Link Style */
	color: #888888; 
	text-decoration: none;
}
/************************* BreadCrumb Styles *************************/
.breadCrumb { /* Bread Crumb Style */
	margin: 0;
	padding: 0 0 0 10;
	font-size: 10px;
	vertical-align: bottom;
	white-space: nowrap;
	color:#888888;
	text-indent: 10px;
}
.breadCrumb a:link { /* Bread Crumb Default Link Style */
	color: #888888; 
	text-decoration: none;
}
.breadCrumb a:visited { /* Bread Crumb Visited Link Style */
	color: #888888; 
	text-decoration: none;
}
.breadCrumb a:hover { /* Bread Crumb Hover Link Style */
	text-decoration: underline;
}
.breadCrumb a:active { /* Bread Crumb Active Link Style */
	color: #888888;
	text-decoration: none;
}

/************************* Page Btm Layout Regions *************************/
#pageFooter { /* Layout Region Number Five: Bottom Navigation Area */
	display: none;
}
#pageCaption { /* Layout Region: Copyright information */
	position: relative;
	color: #999999;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	width: 750px;
	margin: auto auto 20px auto;
}
#pageCaption a { /* Page Caption Default Link Style */
	color: #BB0000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
#pageCaption a:hover { /* Page Caption Hover Link Style */
	color: #FF0000; 
	text-decoration: none;
}
#pageCaption a:active { /* Page Caption Active Link Style */
	color: #440000; 
	text-decoration: none;
}