
/* CSS for everything in the header */

#head-container { width:930px; height:130px; margin:auto; margin-bottom:0px; margin-top:0px; }
/* Head-container for holiday div #head-container { width:970px; height:103px; margin:auto; margin-bottom:0px; margin-top:0px; }*/


#header { display:block; height:130px; }

/*--------------------Phone number box CSS--------------------*/
.listlinks { font-family:Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; font-size:13px; }
.listlinks:hover { color:#ccc; text-decoration:none; }
.login { margin-right:15px; width:300px; }
.cartimg { margin:0px; }


/*--------------------Menu bar CSS--------------------*/
#menu { height:29px; width:950px; background:url(../header_images/bar1.jpg) repeat-x #E4E4E4; border: 1px solid #999999; }
#menuwrap { width:970px; height:32px; margin:auto; margin-top:0px; padding-bottom:4px; }
#menubox { width:950px; height:32px; margin-top:0px; margin-left:10px; background:url(/header_images/menubg_red2.gif) no-repeat 0px 0px; }

.searchgo { padding-top:3px; padding-right:5px; padding-left:0px; }

/* Table fix for firefox */
.menutablefix {margin-top:-13px;}
.searchfix {margin-top:0px;}

/* Holiday div above header */
#holiday { width:950px; height:43px; margin:auto; margin-bottom:45px; }

/* Feedback Div */
#feedback {
	background:url(../../Content_Images/feedbackflap3.png) no-repeat;
	cursor:pointer;
	margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position:fixed;
  bottom: 0;
  left: auto;
  width: 125px;
  height:87px;
  right: 0;
}


/* CART BOX */
.cartboxbody { height:90px; width:297; background-image:url(../../Header_Images/cartbutton_box.gif); }
.cartboxheader { border:none; padding:0px; margin:0px; }

