/************************* Page Layout Regions - JA updated May'07 *************************/
body { /* Body Style */
	   
}
#pageHeader { /* Layout Region Number One: Philips logo, Lightolier Logo, Main Menu, Quick Links and Product Search go in here */
	background-image: url(imgs/header.gif);
	position: relative;
	width: 750px;
	height: 135px;
	z-index: 2;
	margin: 0px auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#pageMenu { /* Lightolier Logo and Main Menu */
	width: 750px;
	height: 30px;
}
#pageBand { /* Layout Region Number Two: Gray Bar */
	position: relative;
	width: 750px;
	height: 22px;
	z-index: 3;
	margin: 0px auto;
	background-color: #FFF;
/*	background-image: url(imgs/fade_dn.gif);*/
/*	padding-top: 6px;*/
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#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: 0px auto;
	background: url(imgs/spacer-F.gif);
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#pageContent { /* Layout Region Number Four: Content Area for Page Content that will be Included */
	position: relative;
	width: 750px;
	padding: 0px 0px 20px;
	background: #FFFFFF;
}
#pageNote { /* Layout Region Number Four: Content Area for Browser Notes */
	position: relative;
	width: 540px;
	padding: 0px 10px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}



/************************* Main & Sub Menu Styles *************************/
.navTopMenu {  /* Top Menu Default Style */
	font-size: 12px;
	color: #0066cc;
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
	padding-bottom: 1px;	
}
.navTopMenu a, .navTopMenu a:visited { /* Top Menu Default, Visited Link Style */
	color: #0066cc; 
	text-decoration: none;
}
.navTopMenu a:hover { /* Top Menu Hover Link Style */
	color: #0066cc; 
	text-decoration: underline;
}
.navTopMenu a:active { /* Top Menu Active Link Style */
	color: #0066cc; 
	text-decoration: none;
}

#pageOther { /* Layout Region Number Four: Content Area for menu dividers */
	text-align: center;
	vertical-align: bottom;
	width: 10px;

}

/************************* 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: 20px;
}
.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: Bottom Navigation Area */
	position: relative;
	color: #0066cc;
	width: 750px;
	text-align: center;
	margin: 20px auto;
	clear: both;
	font-size: 11px;
}
#pageFooter a { /* Bottom Navigation Default Link Style */
	color: ##0066cc; 
	text-decoration: none;
}
#pageFooter a:hover { /* Bottom Navigation Hover Link Style */
	color: ##0066cc; 
	text-decoration: underline;
}
#pageFooter a:active { /* Bottom Navigation Active Link Style */
	color: ##0066cc; 
	text-decoration: 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: ##0066cc;
	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;
}
