﻿@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;word-wrap:break-word;}
body {line-height:1.5; background:url(images/bkg_blank.jpg.png) 0 0 repeat-x; background-color: #527797; padding-bottom:3em;}
table {width:100%;border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
i {font-style:normal;}

body {font-size:75%;color:#333;font-family:Arial, Tahoma, Verdana, sans-serif;text-align:center;}
h1, h2, h3, h4, h5, h6 {color:#333;font-weight:bold;}
h1 {font-size:3em;margin-bottom:.27em;}
h2 {font-size:2em;margin-bottom:.415em;}
h3 {font-size:1.5em;margin-bottom:.553em;}
h4 {font-size:1.25em;margin-bottom:.69em;}
h5 {font-size:1em;margin-bottom:.833em;}
h6 {font-size:1em;margin-bottom:.833em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 .833em;}
p img.left {float:left;margin:.833em .833em .833em 0;padding:0;}
p img.right {float:right;margin:.833em 0 .833em .833em;}
strong {font-weight:700;}
del {color:#888;}
ul, ol {list-style-type:none;}
dt {margin-bottom:.5em;font-weight:700;}
dd {margin-bottom:.2em;}

fieldset {padding:.833em;margin:0 0 .833em;border:1px solid #ccc;}
legend {font-weight:700;font-size:1.17em;_margin:0px -8px 16px 0;_padding:0;}
input[type=text], input[type=password], textarea, select {background-color:#fff;border:1px solid #bbb;font-size:100%;font-family:arial;}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {border-color:#7eb1d5;}
input[type=text], input[type=password] {padding-left:5px;}
textarea {padding:5px;overflow:auto;resize:none;}
select {padding:3px;font-size:1em;color:#333;}
select:active {border:1px solid #7eb1d5;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
button, input.button, input.checkbox, input.radio {position:relative;*top:0.25em;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 .833em;*margin:-5px auto 5px;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}

a:focus, a:hover {color:#0099cc;text-decoration:underline;}
a {color:#0066aa;text-decoration:none;}
a.nofocus:focus {text-decoration:none;}
a{outline:none;/* for Forefox */ }
a{_star:expression(this.onFocus=this.blur());/* for Ie*/ }

body {_zoom:expression(function(x){document.execCommand('BackgroundImageCache', false, true);x.style.zoom=1;}(this))} /*ie6 缓存图片*/

#container{margin:0 auto;padding:0;width:auto;}
#header{margin:0 auto;padding:0;width:auto;height:75px;background:url(images/bg_h_header.png) 0 0 repeat-x;padding-bottom:3em;}
#content{margin:0 auto;padding:0;width:auto;}
#footer{margin:0 auto;padding:0;width:auto;}

.transparent{zoom:1;filter:alpha(opacity=40);opacity:0.4;}
.no-transparent{zoom:1;filter:alpha(opacity=100);opacity:1;}

div.clear{height:1px;clear:both;}


.link_legal {	color: #Ff5500; }

/* MENUS  */


#header div.header div.site-menu ul{height:36px;line-height:36px;list-style:none;float: left;}  /*  mod orig = height:28px;line-height:28px;  */
#header div.header div.site-menu ul li{display:block;float:left;height:36px;padding:0 1em;}  /*  mod orig = line-height:28px;  */
#header div.header div.site-menu a{color:#fff;font-size:12px;text-decoration:none;font-weight:bold;}
#header div.header div.site-menu a:hover{color:#ff5500;}


/*  NEW for dropdowns  */

#header div.header div.site-menu ul ul {
	display: none;
}

	#header div.header div.site-menu ul li:hover > ul {
		display: block;
	}
#header div.header div.site-menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
	line-height: 28px;
	width: 700px;  /*  mod orig = 440px  */
}
	#header div.header div.site-menu ul:after {
		content: ""; clear: both; display: block;
	}
#header div.header div.site-menu ul li {
	float: left;
	display: block;
}
	#header div.header div.site-menu ul li a {
		display: block; 
		color: #ffffff; 
		text-decoration: none;
	}
	#header div.header div.site-menu ul li a:hover  {
		color: #ff5500;
	}


#header div.header div.site-menu ul ul {
	padding: 0;
	position: absolute; 
	top: 100%;
}

	#header div.header div.site-menu ul ul li {
		float: none; 
		position: relative;
		left: -20px;
		top: -1px;
		display: block;	
		text-align: left;	
		font-weight: normal;		
		width: 200px;
		height: 35px;							
	}
		#header div.header div.site-menu ul ul li a {
			padding: 4px 10px;		
			color: #fff;
			background-color: #333;			/* MOD was background-color: rgba(51,51,51,0.75)  */		
			border-bottom: 2px solid #999;							
		}	
			#header div.header div.site-menu ul ul li a:hover {
			color: #ff5500;			
			padding: 4px 10px;			
			background-color: #000;			/* MOD was background-color: rgba(0,0,0,0.75)  */		
			border-bottom: 2px solid #666;						
			}

/* start LANG menu  */
#header div.header div.lang-menu ul ul {
	display: none;
}

	#header div.header div.lang-menu ul li:hover > ul {
		display: block;
	}
#header div.header div.lang-menu ul {
	list-style: none;
	position: relative;
	top: -3px;
	display: inline-table;
	line-height: 28px;
	width: 85px;  /* orig was 400px  */
}
	#header div.header div.lang-menu ul:after {
		content: ""; clear: both; display: block;
	}
#header div.header div.lang-menu ul li {
	float: left;
	display: block;
}
	#header div.header div.lang-menu ul li a {
		display: block; 
		color: #ffffff; 
		text-decoration: none;
	}
	#header div.header div.lang-menu ul li a:hover  {
		color: #ff5500;
	}


#header div.header div.lang-menu ul ul {
	padding: 0;
	position: absolute; 
	top: 100%;
}

	#header div.header div.lang-menu ul ul li {
		float: none; 
		position: relative;
		left: -20px;
		top: -1px;   /* was -1px  */
		display: block;	
		text-align: left;	
		font-weight: normal;		
		color: #ffffff;				
		width: 200px;
		height: 35px;							
	}
		#header div.header div.lang-menu ul ul li a {
			padding: 4px 2px 4px 10px;		
			color: #fff;
			background-color: #333;			/* MOD was background-color: rgba(51,51,51,0.75)  */		
			border-bottom: 2px solid #999;							
		}	
			#header div.header div.lang-menu ul ul li a:hover {
			color: #ff5500;			
			padding: 4px 2px 4px 10px;			
			background-color: #000;			/* MOD was background-color: rgba(0,0,0,0.75)  */		
			border-bottom: 2px solid #666;						
			}
/* end LANG menu  */
#header div.header div.utility-menu ul {
    float: left;
    height: 36px;
    line-height: 36px;
    list-style: none outside none;
}

#header div.header div.utility-menu ul li {
    display: block;
    float: left;
    height: 36px;
    padding: 0 6px;
}
#header div.header div.utility-menu img {
    border: none;
    margin-top: 14px;
}

	/* start topnav level 3 styles  */
#header div.header div.site-menu ul ul ul {
	padding: 0;
	position: absolute; 
	top: 100%;
}

	#header div.header div.site-menu ul ul ul li {
		float: none; 
		position: relative;
		left: 190px;
		top: -35px;
		display: block;	
		text-align: left;	
		font-weight: normal;	
		width: 160px;
		height: 35px;							
	}
		#header div.header div.site-menu ul ul ul li a {
			padding: 4px 10px;		
			color: #fff;
			background-color: #333;			/* MOD was background-color: rgba(51,51,51,0.75)  */					
			border-bottom: 1px solid #fff;							
		}	
			#header div.header div.site-menu ul ul ul li a:hover {
			color: #ff5500;			
			padding: 4px 10px;			
			background-color: #000;			/* MOD was background-color: rgba(0,0,0,0.75)  */				
			border-bottom: 1px solid #666;									
			}	
	/* end topnav level 3 styles  */	

/* side sub-nav  */	
div.sub-nav ul {
	list-style: none;
	position: relative;
	display: block;
	line-height: 1.35em;
	margin: 40px 8px 100% 8px;	
}
	div.sub-nav ul:after, div.sub-nav-none ul:after{
		content: ""; clear: both; display: block;
	}
div.sub-nav-none {
	width: 141px;
	float: left;
	display: block;
	text-align: left;	
	padding: 8px 6px 8px 4px;	
}	
div.sub-nav ul li {
	width: 141px;
	float: left;
	display: block;
	text-align: left;	
	font-weight: normal;
	font-size: 11px;	
	padding: 8px 6px 8px 4px;	
	background-color: #fff;	
	border-bottom: 1px solid #88a7c0;			
	color: #000;
}

	div.sub-nav ul li:hover {
		background: #fff;
	}
	div.sub-nav ul li:hover a {
		color: #ed1c24;
	}
	
	div.sub-nav ul li a {
		display: block; 
		color: #000; 
		text-decoration: none;
		padding: 0px 20px 0px 6px;		
	}		
	
	div.sub-nav ul li a.on { 
		color: #ed1c24; 	
	}		
	

	/* start sidenav level 3 styles  */
div.sub-nav-level3 ul {
	list-style: none;
	position: relative;
	display: block;
	line-height: 1.15em;
	margin: -12px 0 0 -4px;	
}
	div.sub-nav ul:after {
		content: ""; clear: both; display: block;
	}
div.sub-nav-level3 ul li {
	width: 133px;
	float: left;
	display: block;
	text-align: left;	
	font-weight: normal;
	font-size: 11px;	
	padding: 2px 6px 4px 12px;
	margin: 0;			
	border-bottom: none;			
	color: #333;
}
	div.sub-nav-level3 ul li:hover a {
		text-decoration: underline;
	}
	
	div.sub-nav-level3 ul li a {
		display: block; 
		color: #333; 
		text-decoration: none;
		padding: 0px 0px 0px 6px;		
	}

		div.sub-nav-level3 ul li a.on {
			text-decoration: underline;
		}			
		
	/*  end of sidenav level3 styles  */


div.sub-body h3 {
	font-size:1.5em;
	font-weight: bold;
	margin: 12px 0 20px 0;
	color: #000;
	text-transform:uppercase;
}		

div.sub-body h4 {
	font-size:1.25em;
	font-weight: bold;
	margin-bottom:.18em;
	color: #2d4f73;
	text-transform:uppercase;
}
div.sub-body h5 {
	font-size:1.25em;
	font-weight: bold;
	margin-bottom:.18em;
	color: #000;

}
div.section-end	{
	padding: 15px 0;
	clear: both; 
	display: block; 	
	}
div.section-divider	{
	padding: 15px 0 0 0;
	margin-bottom: 15px;
	clear: both; 
	display: block;
	border-bottom: 1px dotted #ff6600;	
	}	
div.section-end hr  {
	color: #ff6600;
	background: #ff6600;
}


.sub-body-partner1 h3 { color:#ff661c;margin-left: 30px; }

/* start LED rollover styles  */

div.led-rollover  {
	float: left; 
	width: 642px;
	height: 450px;
	background: #fff url(../images/led_genltg_rollover_bkgsm.jpg) no-repeat 0 0;
	padding: 0 25px 0 25px; 
}

#led-roll-holder  {
    height: 379px;   
}
#led-roll-list {
    position: relative;
    display: block;  
}

#led-roll-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#led-roll-list li, #led-roll-list a {
    height: 201px;   /* was 201px  */
    display: block;
}
#led-roll-list2 {
    position: relative;
    display: block;   
}

#led-roll-list2 li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 202px;
}
#led-roll-list2 li, #led-roll-list2 a {
    height: 178px;
    display: block;
}
#led-philips {
    left: 0px;
    width: 325px;
    background: url('../images/LED_GenLtg_roll_top_JP.png') 0 0;
}
#led-panasonic {
    left: 325px;
    width: 317px;
    background: url('../images/LED_GenLtg_roll_top_JP.png') -325px 0px ;
}
#led-philips a:hover {
    background: url('../images/LED_GenLtg_roll_top_JP.png') 0px -201px;
}
#led-panasonic a:hover {
    background: url('../images/LED_GenLtg_roll_top_JP.png') -325px -201px ;
}
#led-iris {
    left: 0px;
    width: 382px;
    background: url('../images/LED_GenLtg_roll_bot_JP.jpg') 0 0;
}
#led-iris a:hover {
    background: url('../images/LED_GenLtg_roll_bot_JP.jpg') 0px -178px;
}
#led-ikea {
    left: 382px;    
    width: 260px;
    background: url('../images/LED_GenLtg_roll_bot_JP.jpg') -382px 0;
}
#led-ikea a:hover {
    background: url('../images/LED_GenLtg_roll_bot_JP.jpg') -382px -178px;
}

div.led-rollover h5  {
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #000;
	text-align: center; 
}
div.led-rollover h5.orange  {
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 4px;
	color: #ff661c;
	text-align: center; 
}
div.led-rollover h5.orange-it  {
	font-size: 1.35em;
	font-weight: bold;

	margin: 10px 0 -5px 0;
	color: #ff661c !important;
	text-align: center; 
}
div.led-rollover .orange-itsm  {
	
	margin: 5px 0 0 130px;
	color: #ff661c !important;
	text-align: center !important; 
}
/* end LED rollover styles  */

div.sub-body div.L-col  {
	float: left;
	padding-right: 30px; 
	width: 300px;  
}
div.sub-body div.R-col  {
	float: left; 
	width: 300px;  
}	
.sub-ttl	{ color: #2d4f72; font-weight: bold; }

div.sub-body ul {  	
	list-style: disc;
	padding-left: 14px;

}
div.sub-body ul li {  	
	padding: 4px 0 0 0;
}


td.boldWt	{
	font-weight:bold;
	color:#FFFFFF;
}
div.prod-table td	{
	padding: 6px 12px;
	border: 1px solid #0860a8;
}

sub-body table, tr, td	{
	padding: 6px;
	margin: 10px 0;
}
.gr	{color:#666666;}
.red	{color:#e2373e}
.list	{font-size:10px;color:#666666;text-decoration:none;}
.caption	{font-size:9px;color:#0099cc;text-decoration:none;font-weight:normal;}
.newsSm	{font-size:9px;color:#666666;text-decoration:none;font-weight:normal;margin: 12px 0;}
.smBlue	{font-size:9px;color:#0e7dd9;}
.boldWt	{font-weight:bold;color:#FFFFFF;}
.boldGr	{font-weight:bold;color:#666666;}
.boldRed	{font-weight:bold;color:#e2373e;}
.small		{font-size:8px;font-weight:normal;}
.smallGr		{font-size:8px;font-weight:normal;text-decoration:none;color:#666666;line-height:1.4;}
.smallGrIt		{font-size:9px;font-weight:normal;text-decoration:none;color:#666666;line-height:1.4;font-style:italic;}
.smallWt		{font-size:8px;font-weight:normal;text-decoration:none;color:#FFFFFF;line-height:1.4;}
.nav	{font-size:9px;font-weight:normal;color:#50701B;}
.navOn	{font-size:9px;font-weight:bold;color:#666666;}
.stockSym	{font-family:times, times new roman;}