.header {position: relative; background-color: #002040; }
.content_background_header_2 {   /*  top menu */
	text-align: right;
	background-color: #c60000;	
	color: #fff;
	position: absolute; top: 0; left: 0;
	height: 30px; width: 935px; 
	border-bottom: 2px solid #002040;
	font-size: 10px;
}
.content_color_header_2 ul{
   	padding:0; margin:0; 
	list-style-type:none;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0;
}
.content_color_header_2 ul li a{
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	border-right: 1px solid #fff;
	padding: 0 8px;
}
.content_color_header_2 ul li a:hover {color: #fff; text-decoration: underline; }

/* banner, logo */	
#content_header_1_1{    /* logo */
	position: absolute; left: 0; top: 32px;
	background-color:#ffffff;
	background-image: url(/sites/default/themes/501_shopgraphic/images/logo6.jpg);
    background-repeat:no-repeat;
}
#site_logo {
	height: 114; width: 935px; text-align: left; color:#FFF;
}
#column_header_3 .header_custom_content {display: none;}  /* no main banner */
.header_column_3{

	padding-top: 150px;  /* top menu + logo + padding = 32px + (logo height) + 10px*/
	background-color: #ffffff;
}

/* main nav */
#content_header_3_1{
	background-color:#ffffff;
	background-image: url(/sites/default/themes/501_shopgraphic/images/backgroundsB.gif);
	background-repeat: repeat-x;
	background-position:  left top;
}
#content_header_3_1 UL{
    padding:0;	margin:0; padding-left: 20px;
	height:29px;
	list-style-type:none;
	clear: both;
}
 #content_header_3_1 li {
	display:inline;
	color: #002040;
}
 #content_header_3_1 li.menu_spacer {
	color: #002040;
}
#content_header_3_1	 li a{
	height: 29px; line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #ffffff; font-weight:bold;
	padding: 0 6px;
	display: inline-block; 
}
#content_header_3_1	 a:hover { 
	background-image: url(/sites/default/themes/501_shopgraphic/images/backgroundsB.gif);
	background-position: left -29px; 
	background-repeat: repeat-x; 
}
#content_header_3_1 li.last_item  {padding-left: 15px; text-transform: uppercase; color: #002040; }
#content_header_3_1 li.last_item #not_a_customer { display: inline; font-weight: bold; }
#content_header_3_1 li.last_item a{display: inline-block; color: #ffffff; }
#bottom_header_3_1 {clear: both; }