@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}


#container  {
	width: 1024px;
	text-align: left;
	background-color: #000000;
	background-image: url(../images/bg-lighting-facts.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container img {
	border: none;	
}
#mainMenu {
	width: 200px;
	float: left;
	height: 576px;
}
#subMenu {
	height: 506px;
	color: #FFFFFF;
	width: 134px;
	float: right;
	padding-top: 60px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 65px;
}
#subMenu a {
	color: #666666;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#subMenu a:link {
	color: #666666;
	text-decoration: none;
}
#subMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#subMenu a:active {
	color: #666666;
	text-decoration: none;
}
#mainContent h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 16px;
}
#mainContent h3 {
	font-size: 12px;
	color: #FF3333;
}



/*#subMenu a:visited {
	color: #666666;
	text-decoration: none;
}
*/

#mainContent  {
	color: #FFFFFF;
	padding-bottom: 0;
	text-align: left;
	float: right;
	width: 625px;
	font-size: 10px;
	line-height: normal;
}
#mainContent a {
	color: #666666;
	text-decoration: none;
}
#mainContent a:link {
	color: #666666;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent a:active {
	color: #666666;
	text-decoration: none;
}
#mainContent #HID-kits-table {
	line-height: 14px;
}
#mainContent #colourTempExtra {
	visibility: hidden;
	position: absolute;
	width: 530px;
	background-color: #000000;
	padding: 5px;
}


/*#mainContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
*/
#footer {
	text-align: center;
	color: #333333;
	font-size: 9px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#container #footer a {
	color: #333333;
	text-decoration: none;
}
#container #footer a:link {
	text-decoration: none;
	color: #333333;
}
#container #footer a:hover {
	text-decoration: none;
	color: #333333;
}
#container #footer a:visited {
	text-decoration: none;
	color: #333333;
}
