.header {position: relative; }
.content_background_header_2 {   /*  top menu */
	text-align: left;
	background-color: #9f9f9f;	
	background-image: url(images/backgrounds.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000;
	position: absolute; top: 0; left: 0;
	height: 32px; width: 935px; margin-bottom: 10px;
}
.content_color_header_2 ul{
   	padding:0; margin:0; 
	list-style-type:none;
    padding-left: 45px;
	line-height: 32px;
	background-image: url(images/red.gif);
	background-position: 10px top;
	background-repeat: no-repeat;
}
.content_color_header_2 ul li {
	display:inline;
	margin: 0; padding: 0;
}
.content_color_header_2 ul li a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	font-size: 11px;
	border-right: 1px solid #000;
	padding: 0 6px;
	background-image: url(images/backgrounds.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.content_color_header_2 ul li a:hover {
	background-image: url(images/backgrounds.gif);
	background-position: left -32px;
	background-repeat: repeat-x;
}

/* banner, logo */	
#content_header_1_1{    /* logo */
	position: absolute; left: 0; top: 32px;
}
#site_logo {
	font-size: 0; line-height: 0;
	padding: 5px 0 5px 5px;
	height: auto; width: 935px; text-align: left;
}
#column_header_3 .header_custom_content {display: none;}  /* no main banner */
.header_column_3{
	position: static; clear:both;
	padding-top: 160px;  /* top menu + logo = 32px + (logo height) */
}

/* main nav */
#content_header_3_1{
	background-color: transparent;
	background-image: url(images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position:  top left;
}
#content_header_3_1 UL{
    padding:0;	margin:0; padding-left: 45px;
	height:32px;
	list-style-type:none;
	clear: both;
	background-image: url(images/red.gif);
	background-position: 10px top;
	background-repeat: no-repeat;
}
 #content_header_3_1 li {
	display:inline;
	color: #000;
}
 #content_header_3_1 li.menu_spacer {
	color: #fff;
}
#content_header_3_1	 li a{
	display: inline-block;
	height: 32px; line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	font-size: 11px;
	padding: 0 6px;
	background-image: url(images/backgrounds.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#content_header_3_1	 a:hover {
    background-image: url(images/backgrounds.gif);
	background-position: left -32px;
	background-repeat: repeat-x;
}
#content_header_3_1 li.last_item  {padding-left: 15px; text-transform: uppercase;}
#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: #800200; }
#bottom_header_3_1 {clear: both; }