<!--
/* Comment syntax for Comments inside CSS code*/
/* 'star' top level class will force 0 margin from browser*/
/*'px' is the smallest unit on a viewing device. So size varies according to screen resolution*/
/*'em' is the value of the computed font size. It refers to the font size of the parent element*/
/* #Ids '#' notated are ids*/
/* .Classes 'dot' notated are classes */
/* a p b etc 'not notated' are types or pseudo classes */
/* 'position:absolute' is fixed position with offset from containing block*/
/*margin has no color, padding has same color as content*/
*
{
	margin:0px;
	padding:0px;
}

body
{
                  background:#ffffff;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/*If you don't text-align: center the body and THEN float: left bodycontainter, then you have to text-align: center parenting divs because msiexplorer doesn't recognise margin: 0px auto centering for the moment, and incorrectly centers divs (or body with text-align: center*/

td
{
font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px;
padding: 2px;
border-width: 0px
}
/*You can only override this head styling for all td padding with inline td padding. Inline div padding will not override this head style*/
/*But until then, change AdSearch boxes left margin from -1px to -4px*/
/* margin specified here will also override 'hspace' in local tables*/

.td0px td
{padding: 0px;}
/* Use this for Google SearchBox. This will override default puffy padding in IExplorer */

.td2px td
{
padding: 2px;
text-align: center;
background-color: #f8f8c6;
font-size: .9em;
}
/*background ochre */
/*with calling this class you can override head OR default styling for all td*/
/*Note: this will ALSO override an inline style="border-collapse:separate; border-spacing;"*/

a:link{color:blue;}
a:visited{color:purple;}
a:hover{color:red;}
a:active{color:red;} 

img {border: none;}

a img, #Navbox a img, #Footer a img,
{
border: none;
}

.Noborder img {border: none;}
/*{border:0.1px none #000000;} -- alternative for border: none*/

#Content img
{
	border:solid 1px;
                  margin-right: 5px;
}

#Content .ImgNoborder img {border: none;}
/* Needed because current NAVBAR uses images as buttons*/
/* Can be replaced w/ LinkBox properties if NAVBAR is placed in a LinkBox */
/*{border:0.1px none #000000;} -- alternative for border: none*/

#BodyContainer
{
                  border:0px;
	margin:0px;
	padding:0px;
	text-align:left;
                  width:725px;
}

.ClearIt
{
	clear:both;
	float:none;
	font-size:1px;
	height:0px;
}
/*It will effectively clear:'both' sides of the preceding block without taking any space*/

#Content
{
	float:right;
	margin:10px 17px;
	text-align:left;
	font-size:.8em;
	line-height:130%;
	width:508px;
	display:inline;
                  background:;
}
/*width: 546px; */
/*TOP-margin:10px; RIGHT-margin:15px;;*/
/*Order: Top Right/(Left if floated and no fourth margin specified) Bottom Left;*/

#Header
{
	background:#CCCCCC url(http://www.fun-led-light.com/imgs/logo.gif) no-repeat center top;
	height:107px;
}

#Content h1
{
	font-size:24px;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
                  margin-left:0px;
	color:#000099;
	line-height:100%;
}
/*Not currently capitalized to match existing non-CSS pages*/

#Content h2
{
	font-size:13px;
	font-weight:bold;
	color:#0000BA;
	text-align:left;
	text-transform:capitalize;
	margin:3px 10px 0px 0px;
	line-height:130%;
}
/*TOP-margin:3px to match existing non-CSS pages*/

#Content h3
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	margin:34px 22px 30px 0px;
	padding:3px;
                  color:#800000;
	background-color:#ffffff;
	/*background-color:#e0c890;*/
	/* border:1px #cccccc solid;
	border-width:1px 0px; */
}
/*maroon subhedlines centered*/
/*font-size:18px to match existing non-CSS pages*/
/*TOP-margin:17; RIGHT-margin:22px; to match existing non-CSS pages*/

#Content h4
{
	font-size:13px;
	font-weight:bold;
	text-align:center;
                  text-transform:capitalize;
	margin:-27px 22px 30px 0px;
	color:#b30000;
}
/*This is subheadline below maroon headlines in the body of copy*/

#Content h5
{
	font-size:12px;
	font-weight:bold;
	text-align:left;
                  margin-top:-5px;
	margin-bottom:10px;
	color:#000000;
}
#Content p
{
	padding:10px 10px 10px 0px;
	text-align:left;
}

#Content li
{
	font-size:1em;
	padding:0px 10px 0px 0px;
	/*text-align:justify;*/
	margin-left:30px;
}

#NavBox
{
	float:left;
	font-size:12px;
	width:170px;
	margin-top:-2px;
                  margin-left: 2px;
	padding-top:15px;
	background:transparent;
                  z-index:1;
}
/* width:130px; */
/* background:#eeeeee; */

.LinkBoxTop
{
	float:left;
                  margin-top: -15px;
                  margin-left: 15px;
	padding:10px 0px;
}

.LinkBox
{
	float:left;
	margin:5px auto;
	padding:10px 0px;
}

.LinkBox img
{
	border:none;
}


#BreadCrumbs
{
	position:absolute;
	top:85px;
                  left:200px;
	background:transparent;
	text-align:left;
	font-size:11px;
}               

#ThemePhoto
{
                 position: absolute;
                 z-index:2;
                 top:7px; 
                 left:587px; 
                 background-color:transparent;
                 height:73px;
                 width:135px; 
}/* Each section of the site can feature a unique and relevant photo. Place here. */
/*border: 1px solid; padding: 0px; */

#TopButton
{
                 position:absolute;
                 z-index:2;
                 top:97px;
                 left:7px;
                 background-color:transparent;
                 padding:10px;
                 width:138px;
                 font-size:.8em;
}
/* Announcement of new service, such as a Store. Place here. */
/*  background-color: rgb(51, 51, 255); */
/* <form action="http://www.fun-led-light.com/....html"
 method="get" target="_blank"><input
 style="margin: 0px; padding: 0px; text-align: center; width: 140px; color: rgb(255, 0, 0); font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 0.8em;"
 value="fun-led-light STORE" type="submit" /></form> */

.AdSenseSQ
{
                 border: none;
                 padding: 0px;
                 float: left;
                 margin-right: 2px;
}

*/
-->