/* CSS Document */



/* Primary layout divisions */
body {	
	background:#000000;
	margin:0;
	text-align: center;
	}
	
p {
	color: #737679;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	}
	

ul {
	color: #737679;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin-left:0px;
	}

li {
	color: #737679;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin-left:0px;
	}

a {
	color: #737679;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #737679;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left:20px;
	}


#container{
	border: 1px solid #000000;
	background: transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	width: 748px;
	font: normal 11px "Arial", Helvetica, Verdana, sans-serif;
	text-align:left;
	}
	
.clear { 
	 clear: both;
	 margin:0;
	 padding:0;
	 }
	
/* Header */
	
#header {
	margin: 0;
	padding: 0;
	width: 748px;
	height: 134px;
	}
	
#menu {
	width: 508px;
	height: 20px;
	float: right;
	margin-right:27px;
	margin-top:111px;
	margin-bottom: -3px;
	}

/* menu */

html > body #menu {
margin-right:54px;

}


#menu ul {
	padding: 0px;
    margin: 0px;
	list-style-type:none;
    height: 20px;
	}

#menu li {
	padding: 0px;
    margin:0px;
	display:inline;
	list-style-type:none;
	}


/*Nav*/

#nav_contain{
	width: 508px;
	height: 22px;
	float: right;
	margin-right:27px;
	margin-top:111px;
}


#nav_contain ul {
	margin: 0;
	padding: 0;
}

#nav_menu {
	margin:0;
	padding-top:0px;
}

html > body #nav_contain {
margin-right:54px;

}


#nav_contain li {
	margin: 0;
	padding: 0;
	margin-left:0px;
	display: inline;
	list-style: none;
	border: none;
}

#nav_contain li#about
{
	margin-left:0px;
}
	
	
/* Menu Hover States */	
	
#about a.topmenutitle { 
display: block; 
width: 65px; 
height: 22px; 
background: transparent url(../img/about_x.gif) no-repeat; 
} 

#products a.topmenutitle { 
display: block; 
width: 110px; 
height: 22px; 
background: transparent url(../img/products_x.gif) no-repeat; 
} 


#light a.topmenutitle { 
display: block; 
width: 95px; 
height: 22px; 
background: transparent url(../img/light_x.gif) no-repeat; 
} 

#store a.topmenutitle { 
display: block; 
width: 88px; 
height: 22px; 
background: transparent url(../img//store_x.gif) no-repeat; 
} 

#about a.topmenutitle:hover {
background-position: -65px 0; 
}

#light a.topmenutitle:hover {
background-position: -95px 0; 
}

#products a.topmenutitle:hover{
background-position: -110px 0; 
} 

#store a.topmenutitle:hover{ 
background-position: -88px 0; 
}
	
	/* Drop Down */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}


.topmenuli{
	list-style-type:none;
	float:left;
	min-width:65px;
}

.topmenutitle{
	display:block;
	min-width:65px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:165px;
	padding:5px;
	margin:0;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#mouseovers li>ul { 
	top: auto;
	left: auto;
}

/* menu design */
 
.topmenutitle{
	width:65px;
}

.submenuul {
	background-color:#000;
}

.submenuli a{
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #25BDE9;	
}

.submenuli a:hover{
	text-decoration: none;
	background:#141414;
	color: #FFF;
}

#main_contain {
margin-right:auto;
margin-left:auto;
margin-top:0;
margin-bottom:0;
}


/*Sidebar sub nav */

#sbar{
	float:left;
	width:185px;

	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color:#586142;
	text-align: left;
	text-decoration: none;
}

#sbar img{
margin:20px 0 0 0;
padding:0;
}

#sbar.lumi_logo{
margin:0;
padding:20px 0 0 0;
}

#sbar dl{
	text-align: center;
	margin: 10px
}


#sbar dd{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0 0 8px 0;
	}

#sbar dd span{
	font-weight: bold;
	margin-right:5px;
	}
	

/* sidebar links */

#sbar a:link {
	font-weight : bold;
	color: #0867B7;
	text-decoration: none;
	}

#sbar a:visited {
	font-weight : bold;
	color: #0867B7;
	text-decoration: none;
	}

#sbar a:hover {
	font-weight : bold;
	color:#008420;
	text-decoration: none;
	}

#sbar a:active {
	font-weight : bold;
	color: #008420;
	text-decoration: none;
	}

 #sbar dd.on{
	font-weight : bold;
	color: #008420;
	text-decoration: none;
	}


/* Content area */

#content_contain {
	border-bottom: 1px solid white;
	margin: 0px;
	width: 748px;
	min-height: 465px;
	background: url(../images/body_bckgrd.jpg) top left no-repeat;  
	background-color: #B1B1B1;
	}
	
	
#content_right{
	float:left;
	text-align:left;
	vertical-align:top;
	margin: 0 0 5px 0;
	border: 1px solid #D1D0D0;
	background:#fff;
	width:510px;
	}

#content_right p {
	padding: 0px 15px 0px 15px;
	margin-bottom: 0.1em;
		}

#content_right h1 {
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#fff;
	padding:3px 0 0 10px;
	vertical-align:middle;
	height:25px; 
	border:none; 
	background: #0060CE;
	 }
	 
#content_right h2 {
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#0060CE;
	padding:0px 0 0 10px;
	 }
	
/* Footer */

#footer {
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 0px 30px 5px 15px;
	vertical-align: middle;
	position: bottom;
	}
	
html > body	#footer {
	margin-top: 0px;
	padding: 400px 30px 0 15px;
	}

#footer h1 {
	font-weight: normal;
	font-size: 10px;
	width: 150px;
	float: left;
	}

#footer ul {
	padding-left:0px;
	margin-left:0px;
	list-style-type:none;
	float: right;
	}

#footer li {
	font-size: 11px;
	font-weight: bold;
	padding-left:0px;
	margin-left:12px;
	display:inline;
	list-style-type:none;
	}

.mm_menu_0617002712_ {
margin-left: 50px;
}

#footer li img {
	margin-right: 6px;
	margin-bottom:-4px;
	}



