#header {
    height: 100px;
	width: 780px;
    background: #ffffff url('/images/hdr_alt_bg.jpg') top left no-repeat;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	}

* html #header { height: 100px; }/* box model issue - adjust with prodnav height |m20859*/

/* topnav */

#topNavMenu {
	background: #2466b0 url('/images/bg-navbar.png') no-repeat;
	width: 760px;
	height: 20px;
	margin: 0 auto;
	color: #fff;
	border:0;
	padding:0;
	padding-top: 4px;
	padding-left: 20px;
}

#topNavMenu a {
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	text-decoration:none;
}

#topNavMenu a:hover {
	height: 24px;
	background-color: #1c365a;
	color: gold;
	padding: 5px 15px;
	text-decoration:none;
}

#topNavMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#topNavMenu ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
	}


/*  */

input.globalSearch {
	font-size: 11px;
	width: 116px;
	background: #fff;
	border-top: 1px solid #3C8AD8;
	border-left: 1px solid #3C8AD8;
	border-right: 1px solid #95C5FA;
	border-bottom: 1px solid #95C5FA;
	margin: 4px 4px 4px 3px;
	padding: 3px;
	float: left;
}

div#topnavform {
float:right;
width:180px;
height: auto;
min-height:55px;
margin-top:0px;
margin-right:4px;
margin-bottom:0px;
background:transparent url('/images/bgPhone-number.gif') no-repeat top left;
padding-left:27px;
clear:right;
}


* html div#topnavform img#phone_num {
margin-top: 10px;
}

input#go_button {
margin:4px 0px 0px 4px;
}


#form1a {
padding:0px;
}

* html input.globalSearch {
	padding: 1px 4px 8px 3px;

}


#accountnav { /* my cart, my account, help center atop all pages */
    list-style: none;
    margin: 0;
    margin-top: 6px;
	margin-right: 12px;
    padding: 0;
    float: right;
    font-size: 10px;
	height:16px;
	}

#accountnav li {
    border-right: 1px dotted #49f;
    display: inline;
    padding: 0 0.5em;
	}

#accountnav li:last-child { border-right: none; }
#accountnav li.last-child { border-right: none; }

#accountnav a {
    font-weight: normal;
    text-decoration: underline;
    color: #248;
	padding-bottom: 3px;
	}

#accountnav a:hover {
color:#000;
text-decoration: none;
}

#accountnav #mycartnav a {
    padding-left: 20px;
    background: transparent url(/images/minicart.gif) no-repeat top left;
	}

#accountnav #helpcenternav a {
    padding-left: 18px;
    background: transparent url(/images/questionbubble.gif) no-repeat top left;
	}






