@charset "utf-8";
/*USPS Store*/

/* BASE LAYOUT */
/* -------------------------------------- */

#container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;
}

/* HEADER */
/* -------------------------------------- */

#averyMsg {
	display: none;
}

#header {
	margin-top: 24px;
	padding-top: 1px;
	width: 100%;
}

#headerBarBottom {
	background: url(/web/images/home-page/whiteBar.gif) no-repeat;
	height: 9px;
	overflow: hidden;
}

#topLogo {
	float: left;
	padding: 0 0 0 10px;
}

/* search box */
#searchBox {
	float: right;
	height: 25px;
	margin-top: -25px;
	overflow: hidden;
	text-align: right;
	width: 785px;
}

#searchBox a, #searchBox a:link {
	color: #E7E9F5;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-transform: capitalize;
}

#searchBox a:hover {
	color: #BDB6FF;
}

#searchBox a.orderStatus {
	margin-left:420px;	 
}

#searchButton {
	background: #3B62B0;
	margin-top: 2px;
}

#searchField {
	border: 1px solid;
	border-color: #576882 #CCC #CCC #576882;
	color: #3E63AF;
	font-size: 11px;
	height: 18px;
	margin: 0 5px 1px 0;
	width: 170px;
}

.searchFieldMozilla {
	margin: 0 5px 8px 0 !important;
}

#simpleSearchForm {
	margin: 2px 10px -5px 0;
	padding: 0;
}

/* upper header menu */
#container #headerMenu1 {
	float: left;
	margin: 27px 0 0 -340px;
	overflow: hidden;
	width: 500px;
}
#container .cobrandHeader {
	width: 670px !important;
}

#headerMenu1List {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headerMenu1List li {
	border-right: 1px solid #039;
	float: right;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 -1em 0 1em;
	padding: 0 1em;
	text-transform: lowercase;
}

#headerMenu1List li a {
	color: #039;
	text-decoration: none;
}

#headerMenu1List li a:hover {
	color: #F93;
	text-decoration: none;
}

/* lower header menu */
#container #headerMenu2 {
	background: #3B62B0 url(/web/images/home-page/grayBar.gif) no-repeat;
	clear: both;
	height: 19px;
	margin: 0 7px;
	overflow: hidden;
	padding: 28px 0 0 0;
	width: 786px;
}

#headerMenu2List {
	display: none;
}

#uspsLogoTop {
	display: block;
	float: right;
	margin-bottom: 5px;
}

/* MAIN CONTENT */
/* -------------------------------------- */

#mainContent {
	background: url(/web/images/home-page/dropShadow.gif) repeat-y;
	overflow: hidden;
	padding: 0 30px 20px 30px;
	position:relative;
}

/* FOOTER */
/* -------------------------------------- */

#footer {
	background: url(/web/images/home-page/dropShadowBottom.gif) no-repeat;
	padding-top: 1px;
	text-align: center;
	width: 800px;
}

/* footer menu */
#container #footerMenu {
	margin: 3em auto;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: left;
	width: 320px;
}

#footerMenuList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerMenuList li {
	border-left: 1px solid #666;
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 1em 0 -1em;
	padding: 0 1em;
	text-transform: lowercase;
}

#footerMenuList li a {
	color: #666;
	text-decoration: none;
}

#footerMenuList li a:hover {
	color: #F93;
	text-decoration: none;
}

#uspsLogo {
	display: none;
}

.webstoreHide {
	display: none;
}

.clearit {
	clear:both;	
}

#bottomButtons {
	width:auto;
	bottom:0px;
}
