/* erc_header.css  B&E Electronics, Inc.    Michael Badgett, Jr.  Last Modified: 1-29-2012*//* Very tip top menu bar */#top_menu_bar  {    background: #666666;    color: #CCCCCC;    height: 20px;    width: 100%;    border-bottom: 1px #CCCCCC solid;}/* 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 the Search Input */#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;}.searchBox{    font-size: 10px;    font-family: Arial, Helvetica, sans-serif;    color: #666666;    width: 150px;    height: 15px;    padding: 2px 10px 2px 10px;    border: none;    border-radius: 10px;        -moz-border-radius: 10px;        -webkit-border-radius: 10px;    text-shadow: 1px 1px 0px #fff;    box-shadow: -1px -1px 0px #000;        -webkit-box-shadow: -1px -1px 0px #000;            background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));    background: -webkit-linear-gradient(left, #ffffff, #efefef);    background: -moz-linear-gradient(top,  #ffffff,  #efefef);    background: -ms-linear-gradient(left, #ffffff, #efefef);}/* Main logo text */.logo_text  {    float: left;    margin: 7px 0px 0px 10px;    font-family: Arial, Helvetica, sans-serif;    text-shadow: 0px 2px 3px #666666;    font-size: 24px;    color: #FFFFFF;}/* Nav bar box */.nav_box  {    height: 20px;    width: 100%;}
