/* -------------------------SHARED Lighting Systems Pages STYLES ------------------------------------------ */
#leds-main-holder {
	position: relative;	left:0px; top:0px;		padding: 0px; 			margin:0px;	
	width: 960px;		height: auto; min-height:500px; _width: 828px;	_height: auto;  
	background-image: url(../images/shared/main-boxes-column-bg.png);
	background-position: 2px;		background-repeat: repeat-y;
	/*border: 1px solid black;  */
	
	/* ORIGINAL CSS CODE THAT WORKS  with Firefox and IE6 */
	/*position: relative;	left:0px; top:0px;		padding: 0px; 			margin:0px;	
	width: 828px;		height: 500px; _width: 828px;	_height: 500px; min-height: 500px; 
	background-image: url(../images/shared/main-boxes-column-bg.png);
	background-position: 2px;		background-repeat: repeat-y;
	border: 1px solid black;  */
	display:table; /* must put this in for FireFox. */ 
}
#leds-main-column-footer {
	position: relative;	 left:2px;  top: -10px; 	width: 200px; height:17px; padding:0px; margin: 0px; 	
	background-image: url(../images/shared/main-boxes-column-footer.png);
	background-position: left;		background-repeat: no-repeat;	float: left;
	/* border: 1px solid blue; */
}
#leds-main-column {
	/*position: absolute; 	top: 0px;	left: 0px;  THIS SECTION WORKS*/
	position: relative; float: left;		top: 0px;			left: 0px;
	width: 200px;		height:100%;		_width: 200px;		_height:100%;
	background-image:url(../images/shared/main-ledlight-column.jpg);
	background-position: top left;			background-repeat: no-repeat; margin-left: 2px;
}
#leds-main-column-content {position: relative;		margin:6px 10px 5px;	min-height: 400px;}

#leds-body {
	/* position: absolute; left: 210px; top:0px; THIS SECTION WORKS */
	position: relative; float: right; 		left: 0px; 	top: 0px;  		width:730px; /* width:74.5%;  */
	height: auto;		padding: 0px; 	margin:0px;
	/*border: 1px solid blue;  */
}
#leds-body #leds-main-title {	
	position: relative;	width:auto;	top: 5px;	border-bottom: 1px solid #CCC;	
	margin-bottom: 12px;	padding: 0px;
}
#leds-body #leds-main-title h1{font-size: 24px;}
#leds-body #samplephotos table td h2{ color:#606; margin-bottom:2px; text-align: left; /*font-weight: normal;*/ }
#leds-body #leds-main-bullets ol {font-size: 13px;}
#leds-body #leds-main-bullets ol a{color:#000; text-decoration: none;}
#leds-body #leds-main-bullets ol a:hover{color:#606; text-decoration: underline;}
#leds-body #leds-main-bullets ol a:visited{color: #606; text-decoration: none;}
#leds-body #leds-main-text {font-size: 13px;}
