/* CSS Document */

/* mobile header */
/* --------------------------------------------------------------------------------------------------- */
#header_mobile {
	background-image: url(../shared_graphics/blue_headbkg.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 800px;
	margin-bottom: 5px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 12px 15px 10px 15px;
}

