#page_header_container {
	display: block;
	position: relative;
	height: 260px;
	margin: -5px -5px 5px;
	}
	
#page_header {
	background: url(page_header.gif);
	padding: 10px;
	display: block;
	min-height: 1px;
	}

	
#page_header_promo_background {
	position: absolute;
	width: 255px;
	height: 250px;
	top: 5px;
	right: 5px;
	background: url(page_header_promo_background.png);
	}
	
#page_header_promo_panels {
	position: absolute;
	width: 225px;
	height: 220px;
	top: 20px;
	right: 20px;
	}
	
.page_header_promo_panel {
	height: 110px;
	}
	
.page_header_promo_panel a {
	display: block;
	padding: 10px 15px;
	height: 90px;
	color: #fff;
	text-decoration: none;
	}
	
.page_header_promo_panel a:hover {
	background: #000 url(promo_panel_hover.gif);
	}
	
.page_header_promo_panel strong {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	}
	
	
#breadcrumb {
	display: none;
	}
	
#sidebar {
	display: none;
	}
	
#main {
	}
	
	
#content {
	width: auto;
	float: none;
	padding: 0;
	min-height: 400px;
	}
	
* html #content {
	height: 400px;
	}
	
#home_wrapper{
	min-height: 1px;
	position: relative
}

* html #home_wrapper{
	height: 1px;
}
	
#home_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
	
#welcome {
	width: 470px;
	padding: 0 15px 40px;
	position: relative;
	float: left;
	}
	
#welcome h1 {
	margin: 0;
	}
	
#welcome h2 {
	margin: 0 0 5px 0;
	}
	
#content #welcome_read_more {
	display: block;
	width: 110px;
	height: 30px;
	background: url(welcome_read_more.gif) left top;
	border: none;
	position: absolute;
	left: 10px;
	bottom: -15px;
	}
	
#welcome_read_more * {
	display: none;
	}
	
#content #welcome_read_more:hover {
	background-position: 0 -30px;
	border: none;
	}
	
.overstock{
	border-bottom: 1px solid #DBD9D7;
	padding: 0 5px;
}

#content .overstock p{
	margin: 0 0 10px;
}

#content .overstock h2{
	margin: 15px 0 0;
}

.last_overstock{
	border-bottom: none;
}

#content .welcome_read_more {
	display: block;
	width: 110px;
	height: 30px;
	background: url(view_range.gif) left top;
	border: none;
	margin: 0px 0 0 -5px;
	}
	
.welcome_read_more * {
	display: none;
	}
	
#content .welcome_read_more:hover {
	background: url(view_range.gif) 0 -30px;
	border: none;
	}
	
	
#content #distributor_link {
	width: 235px;
	padding: 0 0 0 10px;
	top: 5px;
	float:right;
	border-left: 1px solid #dbd9d7;
	font-size: 10px;
	line-height: 14px;
	}
	
#content #distributor_link  h1{
	margin: 0;
}
/* #content #distributor_link a {
	display: block;
	width: 215px;
	height: 145px;
	background: url(distributor_link.gif) no-repeat 0 0;
	border: none;
	position: relative;
	top: 20px;
	left: 15px;
	}
	
#content #distributor_link a:hover {
	background-position: 0 -145px;
	border: none;
	} */
	
#distributor_link a * {
	display: none;
	}
	
#quicklinks {
	background: #f2f2f2 url(quicklinks.gif) repeat-x bottom;
	min-height: 100px;
	padding: 30px 15px;
	margin: 0;
	}
	
#quicklinks:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	}
	
* html #quicklinks {
	height: 100px;
	}
	
.quicklink_set {
	width: 170px;
	float: left;
	padding: 0 5px 0;
	}
	
.quicklink_set h4 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}
	
#content .quicklink_set ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
	
#content .quicklink_set ul a {
	color: #777;
	border: none;
	}
	
#content .quicklink_set ul a:hover {
	background: transparent;
	color: #cc0000;
	border-bottom: 1px solid #ccc;
	}	