#header {
	height: 160px;
	width: 100%;
	min-width: 860px;
	padding: 0 0 15px;
	border-bottom: #333 solid 1px;
	float: left;
	position: relative;
	z-index: 9999;
	margin-right: -130px;
}

#nav {
	float: left;
	width: 100%;
	clear: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	top: 160px;
	padding-right: 0;
	position: static;
	background: none;
}

#navlist {
	width: 750px;
	border: none;
}

.home #nav {
	display: block;
	height: 130px;
	float: left;
}

.home #navlist li {
	list-style-type: none;
	float: left;
	display: inline;
	margin-left: 10px;
}

.home #navlist li a {
	display: block;
	width: 240px;
	height: 0;
	padding-top: 130px;
	overflow: hidden;
	background: url(../images/navbar.jpg) no-repeat;
}

.home #navlist li#nav_records a {	background-position: 0 0;}
.home #navlist li#nav_first-aid a {	background-position: -240px 0;}
.home #navlist li#nav_contact a {	background-position: -480px 0;}

.home #navlist li#nav_records a:hover, #navlist li#nav_records a.current {	background-position: 0 -130px;}
.home #navlist li#nav_first-aid a:hover, #navlist li#nav_first-aid a.current {	background-position: -240px -130px;}
.home #navlist li#nav_contact a:hover, #navlist li#nav_contact a.current {	background-position: -480px -130px;}


#navlist:hover li, #navlist.sfHover li {
	height: 130px;
	display: inline;
}


#content {
	float: left;
	clear: both;
	width: 750px;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}

#pull {
	float: right;
	width: 230px;
	font-size: 1.5em;
	line-height: 1.4;
	padding: 0 10px 0 0;
	color: #467284;
	
}

#copy {
	float: left;
	width: 490px;
}

#front_tag {
	width: 645px;
	float: left;
	overflow: hidden;
	height: 0;
	padding-top: 140px;
	background: blue;
	margin: 20px 0 0px 20px;
	display:inline;
	background: url(../images/front_tag.gif) no-repeat 0 0;
}


/*===== PRODUCT INFO ==========*/
#slider {
  width: 490px;
  margin: -4px auto 1em 7px;
  position: relative;
	float: left;
	background: url(../images/pi_bg.jpg) repeat-y top left;
	margin-bottom: 1em;
	display: inline;
}

#slider-inner
{
	background: url(../images/pi_bg_t.jpg) no-repeat top left;
	padding: 0 30px;
}

#pi_b
{
	display: block;
	background: url(../images/pi_bg_b.jpg) no-repeat bottom left;
	height: 170px;
	width: 490px;
}

.scroll {
  height: 250px;
  overflow: auto;
	overflow-x: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
	width: 430px;
}

.scrollContainer div.panel {
  padding: 0 20px;
  width: 390px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

/*=== Text ===*/

h2
{
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h2.pi
{
	padding: 40px 20px .5em 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
}

p.pi 
{
	padding: 0 20px 0 20px;
}

.navigation
{
	float: left;
}

.navigation
{
	line-height: 1.3em;
	margin-bottom: 1em;
}

.navigation li
{
	margin-bottom: .5em;
	padding-left: 20px;
}

.navigation li.first
{
}

.navigation li.second
{
}

.navigation a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation a.selected
{
	color: #333;
}

/* Quicks */

#prime {
	margin-top: 30px;
}