/* erc_header.css  B&E Electronics, Inc.    Michael Badgett, Jr.  Last Modified: 2-13-2010*//* Main Header Box */#header_box {	background:#000		url("../images/menu/template-gradient.gif")		repeat-x 0% 0%;	height:40px;	width:100%}/* A box inside the header box to display information */#header_info_box  {	float:right;	height:20px;	margin:10px 10px 0px 0px;	padding:1px;	font-family:Arial, Helvetica, sans-serif;	font-size:10px;	color:#CCCCCC;}/* Main logo text */.logo_text  {	float: left;	margin: 7px 0px 0px 10px;	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	color: #FFFFFF;}/* Nav bar box */.nav_box  {	height: 20px;	width: 100%;}