/* CSS Document */


/* ------------------------------------------------------------------Main HEADER */
#mainHeaderWrapper {
	position:relative; /* needed for all absolute positioned elements within */
	overflow:hidden; /* Stops IE/Other Browsers from breaking template if text is too large */
	height:160px;
}
#mainHeader {
	position:relative; /* needed for all absolute positioned elements within */
	overflow:hidden; /* Stops IE/Other Browsers from breaking template if text is too large */
	width:780px;
	height:90px;
	background-repeat: repeat;
	background-position: left top;
	border-top:0px solid #CDCECB;
}
#mainHeaderStrech {
	position:relative; /* needed for all absolute positioned elements within */
	overflow:hidden; /* Stops IE/Other Browsers from breaking template if text is too large */
	width:100%;
	height:90px;
	background-image: url(/images/bg-tHeader.gif);
	background-repeat: repeat;
	background-position: left top;
}
#bhLogo {
	position:absolute; 
	left:6px; 
	top:10px;
	padding:0px;
	margin:0px;
	border:0px;	
}

#bhTheProSource {
	position:absolute; 
	left:114px; 
	top:25px;
	padding:0px;
	margin:0px;	
	border:0px;
}

#bhPhoneNumbers {
	position:absolute; 
	left:125px; 
	top:45px;
	padding:0px;
	margin:0px;
	font: bold 10px/10.5px verdana, sans-serif;
	color:#666666;
}

#goSearch {
	position:absolute;
	padding:0px 10px 0px 10px;
	top:45px;
	right:5px;	
}

.goSearchForm {
	font: normal 10px/11px verdana, sans-serif; 
}


/* ------------------------------------------------------------------User MENU */
#userMenu {
	float:right;
	padding:0px;
	margin:0px;
}

#userMenu ul {
	margin:0px;
	list-style-type:none;
	font: normal 10px verdana, sans-serif;
}
#userMenu ul li {
	float:left;
	padding:2px 8px;
	margin:0px;
	background-image:url(/images/userMenuDivider.gif);
	background-position:right top;
	background-repeat:no-repeat;
	list-style-type: none;
}
#userMenu a, #userMenu a:visited, #userMenu a:active{
	color: #666666;
	text-decoration:none;
}
#userMenu a:hover {
	color: #111111;
	text-decoration:underline;
}


/* ------------------------------------------------------------------Menu BAR */
#menuBar {
	position:relative; /* needed for all absolute positioned elements within */
	overflow:hidden; /* Stops IE/Other Browsers from breaking template if text is too large */
	width:780px;
	height:70px;
	margin:0px;
	padding:0px;
}
 #menuBar img {
 	border:0;
	margin:0;
	padding:0;
}

#menuBar ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#menuBar li {
	margin:0px 0px -2px 0px; /* (-) Needed to align both ul lists */
	padding:0px;
	float:left;
	list-style-type: none;
}

#shoppingCartBox {
	overflow:hidden; /* Stops IE/Other Browsers from breaking template if text is too large */
	width:160px;
	height:36px;
	background-image: url(/images/topCART.gif);
	background-repeat: no-repeat;
	font: normal 11px Tahoma, serif;
}

#shoppingCartBox a, #shoppingCartBox a:visited, #shoppingCartBox a:active {
	font: normal 11px Tahoma, serif;
	color: #6E6E6E;
	text-decoration:none;
}

#shoppingCartBox strong  {
	font: bold 10px Tahoma, serif;
	color: #6E6E6E;
	padding-left:36px;
	
}
-->

#betaNav{
	background-color: #666;
	width:780px;
	height:15px;
}
#betaNav a{
	font-family: Tahoma, Verdana, Arial, san-serif;
	font-size: 10px;
	color: #FFCC00;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	float:right;
	display:inline;
}