/* HEADER PROMO NOTIFICATION BAR STYLES */

.hbar-height	{ height: 0px; }

#hbar-bar	{
		background-color: #cccccc;
		width: 100%;
		min-height: 32;
		border-bottom: #000000 0px solid;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1010;
		}


.hbar-content	{
		color: #FFFFFF;
		padding: 0px 3px 0px 46px;
		float: left;
		margin-top: auto;}

.hbar-title	{
		font: 10px arial, sans-serif;
		font-weight: bold;
		line-height: normal;
		}



.promoclear	{ clear: both; }






/* HEADER BAR LINK COLORS */

#hbar-bar a:link, 
#hbar-bar a:visited, 
#hbar-bara:active 	{ color: #333399; text-decoration: none; }

#hbar-bar a:hover 	{ color:  #ffffff; text-decoration: none; }




/***************
MEDIA QUERIES HEADERBAR - FOR MOBILE SCREENS
***************/

@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{


.hbar-hide	{ display: none; }


	}
/***************
END MEDIA QUERIES HEADERBAR - FOR MOBILE SCREENS
***************/



