* { 
	margin: 0;
	padding: 0;
	}
* html div	{
	height: 1px;
	}
html, body	{
	height: 100%;
	}
body	{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #3C542B;
	background-color: #597F40;
	margin: 7px 7px 7px 7px;
	}
html>body	{
	font-size: 1em;
	}
* html body	{
	text-align: left;
	}
	
/* global style... */

	.breakIt01 {
	clear: both;
	font-size: 1px;
	height: 1px;
	}
	.breakIt01_cn {
	clear: both;
	font-size: 12px;
	height: 12px;
	padding-bottom: 4px;
	color: #4F8429;
	font-weight: bold;
	}
	
	
	a {
		text-decoration: none;
	}
	
	a:visited {
		color: #e18a19;
	}
		
	
	
	h6 {
		margin: 0 0 10px 0;
		font-size: 1.0em;
	}
	
	img {
		border: 0;
	}
	
	a:hover {
	-moz-opacity: 0.75;
	opacity: 0.75;		
	}

	a:hover img {
	-moz-opacity: 0.75;
	opacity: 0.75;		
	filter:alpha(Opacity=75, FinishOpacity=75);
	filter:0;
	}


/* template structure & styles... */
#mainWrapper01, #mainWrapperPR {
	-moz-box-shadow: 0 0 6px #3B3B3B;
	-webkit-box-shadow: 0 0 6px #3B3B3B;
	box-shadow: 0 0 6px #3B3B3B;
	border-radius: 6px;
	-moz-border-radius: 6px
}

	#mainWrapper01 {
	background: #ffffff;
	text-align: left;
	width: 838px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	#mainWrapperPR {
	background: #ffffff;
	text-align: left;
	width: 838px;
	left: -419px;
	margin: 0 0 0 50%;
	position: absolute;
	}

/* header structure & style... */

	#header01 {
	}
	
	#header01 .left01 {
	float: left;
	padding: 10px 0 0 15px;
	width: 350px;
	}
	
	#header01 .right01 {
	float: right;
	padding: 10px 15px 0 0;
	text-align: right;
	width: 450px;
	}
	
	#logo01 {
		margin: 0 0 0px 0;
	}
	
	#phoneNumber01 {
		color: #3c542b;
		font-size: 1.10em;
		margin: 0 14px 10px 0;
	}


/* navigation structure & styles... */
    #utilityNav-new {
	float: right;
	font-size: 11px;
	margin: 0 0 10px 0;
	font-weight: bold;
	}

	#utilityNav01 {
	float: right;
	font-size: 11px;
	font-weight: bold;
	width: 260px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
	#utilityNav01 ul {
		list-style: none;
	}

	#utilityNav01 li {
		float: left;
		padding: 0 0 0 14px;
	}

	#utilityNav01 a {
		border-right: 1px solid #3c542b;
		color: #3c542b;
		padding: 0 14px 0 0;
		text-decoration: none;
	}
	
	#utilityNav01 li.last01 a {
		border: 0;
	}

	#utilityNav01 li a:hover {
		text-decoration: underline;
	}
	
	#utilityNav01 li.selected01 a {
		font-weight: bold;
	}
	
	#accountNav01 {
		background: url(../images/account-nav-left-edge-01.gif) left top no-repeat;
		float: right;
		font-size: 0.70em;
		margin: 0 0 -1px 0;
		padding: 0 0 0 13px;
		text-transform: uppercase;
	}
	
	* html #accountNav01 {
		width: 288px;
	}
	
	#accountNavWrapper01 {
		background: url(../images/account-nav-right-edge-01.gif) right top no-repeat;
		padding: 0 13px 0 0;
	}
	
	#accountNav01 a {
		border-right: 1px solid #ffffff;
		color: #ffffff;
		padding: 0 14px 0 0;
		text-decoration: none;
	}
	
	#accountNav01 ul {
		list-style: none;
	}

	#accountNav01 li {
		background: url(../images/account-nav-middle-01.gif);
		float: left;
		height: 19px;
		padding: 5px 0 0 14px;
	}
	
	#accountNav01 li a:hover {
	color: #29461E;
	}
		
	#accountNav01 li.first01 {
		padding: 5px 0 0 0;
	}
	
	#accountNav01 li.last01 a {
		border: 0;
		padding: 0 0 0 0;
	}
	
	#accountNav01 li.selected01 a {
	color: #29461E;
	}
	
	#topNavigation01 {
	background: #3c542b;
	clear: both;
	color: #ffffff;
	font-size: 0.70em;
	list-style: none;
	margin: 0px 0 0 0;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	}
	
	#topNavigation01 ul {
		list-style: none;
		padding: 0 0 0 5px;
	}

	#topNavigation01 li {
		float: left;
		margin: 0 0 -1px 0;
	}
	
	#topNavigation01 a {
		color: #ffffff;
		display: block;
		padding: 8px 13px 8px 13px;
		text-decoration: none;
	}
	
	#topNavigation01 a:hover {
	color: #F90;
		}
	
	#topNavigation01 li.selected01 a {
	color: #F90;
	font-weight: bold;
	background-image: url(../images/top-nav-selected-arrow-02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	#topNavigation01 li.search01 {
	color: #cccccc;
	font-size: 10px;
	padding: 3px 10px 0 0;
	float: right;
	}
	
	* html #topNavigation01 li.search01 {
		padding: 3px 10px 0 150px;
	}
	
	#searchBox01 {
	border: 1px solid #5d9732;
	color: #999999;
	font-size: 10px;
	margin: -2px 3px 0 5px;
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
	}
	#searchBoxfaq {
	border: 1px solid #5d9732;
	color: #666;
	padding: 0px;
	margin: 0px;
	}
	
	#searchButton01 {
		vertical-align: middle;
	}
	
	#subNavigation01 {
	clear: both;
	color: #3c542b;
	font-size: 0.7em;
	list-style: none;
	margin: 0 0 15px 0;
	background-color: #B3D776;
	}
	
	#subNavigation01 ul {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	}

	#subNavigation01 li {
		float: left;
		margin: 0 0 -1px 0;
	}
	
	#subNavigation01 a {
	color: #3c542b;
	display: block;
	text-decoration: underline;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	}
	
	#subNavigation01 a:hover {
		text-decoration: none;
	}
	
	#subNavigation01 li.selected01 a {
		background: url(../images/sub-nav-selected-arrow-01.gif) center bottom no-repeat;
		font-weight: bold;
		text-decoration: none;
	}
	
	#footerNav01 {
		float: right;
		margin: 0 0 10px 0;
	}
	
	#footerNav01 ul {
		list-style: none;
	}

	#footerNav01 li {
		float: left;
		padding: 0 0 0 10px;
	}

	#footerNav01 a {
		border-right: 1px solid #5d9732;
		color: #5d9732;
		padding: 0 10px 0 0;
		text-decoration: none;
	}
	
	#footerNav01 li.last01 a {
		border: 0;
		padding: 0 0 0 0;
	}
	
	#footerNav01 li a:hover {
		text-decoration: underline;
	}
	
	#footerNav01 li.selected01 a {
		font-weight: bold;
	}
	

/* content structure & styles... */

	#contentWrapper01 {
	margin: 7px 9px 7px 9px;
	border-bottom: 1px solid #9baa73;
	}
	
	#contentWrapper01 a {
		color: #6f2a8e;
		text-decoration: underline;
	}
	
	#contentWrapper01 a:hover {
		text-decoration: underline;
	}
	
	#contentWrapper01 h1 {
		margin: 0 0 15px 0;
	}
	
	#contentWrapper01 h2 {
		font-weight: normal;
		margin: 0 0 15px 0;
	}
	
	#contentWrapper01 p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	}
	
	#contentPromo01 {
		color: #000000;
		float: left;
		font-size: 0.80em;
		padding: 0px 10px 10px 10px;
		width: 540px;
	}

	#contentPromo02 {
		color: #000000;
		float: left;
		font-size: 0.80em;
		padding: 20px 30px 10px 10px;
		width: auto;
	}

	#contentPromo02 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#contentPromo02 li {
		background: url(../images/paw-bullet-08.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}
	
	#contentPromo01 h2 {
		color: #50842a;
		padding-top: 10px;
	}
	
	#contentPromo01 h2 a {
		color: #50842a;
		text-decoration: none;
	}
	
	#contentPromo01 h3 {
		color: #50842a;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#contentPromo01 h3 a {
		color: #50842a;
	}
	
	#contentPromo01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#contentPromo01 li {
	background: url(../images/paw-bullet-08.gif) left 3px no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 14px;
	}

	#content01,
	#dogFoodContent01,
	#catFoodContent01,
	#newLookContent01,
	#supplementsContent01,
	#treatsContent01,
	#groomingContent01,
	#booksContent01 {
	color: #3C542B;
	float: left;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	width: 550px;
	}
	#content-1col
	{
	width: 820px;
	}
	
	#homeContent01 {
		color: #000000;
		float: left;
		font-size: 0.80em;
		padding: 0;
		width: 570px;
	}
	
	#content01 a:visited ,
	#dogFoodContent01 a:visited ,
	#catFoodContent01 a:visited ,
	#newLookContent01 a:visited ,
	#supplementsContent01 a:visited ,
	#treatsContent01 a:visited ,
	#groomingContent01 a:visited ,
	#booksContent01 a:visited,
	#sidebar01 a:visited ,
	#sidebar02 a:visited ,
	#sidebar03 a:visited {
		color: #e18a19;
	}
	
	#content01 h2,
	#content01.news1 h1 {
		color: #50842a;
		padding-top: 10px;
	}
	#contentWrapper01 #content01.news1 h1 {
		font-size: 1.5em;
		font-weight: normal;
		margin: 0 0 15px 0;
		}
	.news-subhead {
	font-size: 16px;
	font-weight: normal;
	color: #508329;
	height: 30px;
		}
	
	#content01 h2 a {
		color: #50842a;
		text-decoration: none;
	}
	#content01 h3, .answer,
	#content01.news1 h2 {
	color: #50842a;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0px 0;
	text-transform: none;
	}
	#content01.news1 h2 {
		padding-top: 1px;
	}
	#content01.news1 h3 {
		color: #666;
	}
	#content01.news1 ul h3 {
		padding-top: 1px;
	}
	#content01 .bio01 h3 {
		color: #666;
	}
	
	#content01 h3 a {
		color: #50842a;
	}
	
	#homeContent01 p {
		margin: 0 10px 10px 10px;
	}
	
	#homeContent01 a:visited {
		color: #e18a19;
	}
	
	#homeContent01 h1 {
		padding: 0 10px 0 10px;
	}
	
	#homeContent01 h2 {
		color: #50842a;
		padding-top: 10px 10px 0 10px;
	}
	
	#homeContent01 h2 a {
		color: #50842a;
		text-decoration: none;
	}
	
	#homeContent01 h3 {
		color: #50842a;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 10px 10px 10px;
	}
	
	#homeContent01 h3 a {
		color: #50842a;
	}
	
	
	#dogFoodContent01 h3 {
		color: #f7941d;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#dogFoodContent01 h3 a {
		color: #f7941d;
	}
	
	#catFoodContent01 h2 {
		color: #cc3333;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#catFoodContent01 h3 {
		color: #cc3333;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#catFoodContent01 h3 a {
		color: #cc3333;
	}
	
	#newLookContent01 h2 {
		color: #5c2c72;
	}
	
	#newLookContent01 h3 {
		margin: 10px 0 20px 0;
		color: #f48d1c;
		text-transform: uppercase;
		border-bottom: 1px solid #f48d1c;
	}
	
	#newLookContent01 h3 a {
		color: #f48d1c;
	}
	
	#treatsContent01 h3 {
		color: #a41622;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#treatsContent01 h3 a {
		color: #a41622;
	}

	#supplementsContent01 h3 {
		color: #5d9732;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#supplementsContent01 h3 a {
		color: #5d9732;
	}
	
	#groomingContent01 h3 {
		color: #b02271;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#supplementsContent01 h3 a {
		color: #b02271;
	}

	#booksContent01 h3 {
		color: #008384;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#booksContent01 h3 a {
		color: #008384;
	}
	
	#content01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#content01 li {
	background: url(../images/paw-bullet-10.gif) left 3px no-repeat;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
	}
	#homeContent01 ul {
	list-style-image: url(../images/paw-bullet-10.gif);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 20px;
	}
	#homeContent01 li {
	margin-bottom: 10px;
	color: #030;
	}
	

	#dogFoodContent01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#dogFoodContent01 li {
		background: url(../images/paw-bullet-01.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}
	
	#catFoodContent01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#catFoodContent01 li {
		background: url(../images/paw-bullet-02.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}

	#treatsContent01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#treatsContent01 li {
		background: url(../images/paw-bullet-06.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}

	#supplementsContent01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#supplementsContent01 li {
		background: url(../images/paw-bullet-08.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}

	#groomingContent01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#groomingContent01 li {
		background: url(../images/paw-bullet-07.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}

	#booksContent01 ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	#booksContent01 li {
		background: url(../images/paw-bullet-09.gif) left 3px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}
	
	#mastHead01 {
		margin: 0 0 15px 0;
	}
	
	#mastHead02 {
		background: url(../images/green-dl-mast-01.gif) no-repeat;
		height: 37px;
		margin: 0 0 15px 0;
		padding: 25px 0 0 12px;
		width: 100%;
	}
	
	#mastHead02 h1,
	#mastHead02 .psuedo-h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead03 {
	height: 55px;
	margin: 0 0 15px 0;
	padding: 68px 0 0 11px;
	width: 805px;
	background-image: url(../images/dog-food-mast-01.jpg);
	background-repeat: no-repeat;
	}
	
	#mastHead03 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead03 h1 .small01 {
		font-size: 0.50em;
	}
	
	#mastHead04 {
		background: #50842a url(../images/products-mast-01.gif) no-repeat;
		height: 40px;
		margin: 0 0 15px 0;
		padding: 80px 0 0 12px;
		width: 805px;
	}
	
	#mastHead-promo {
	background: #50842a url(../images/products-mast-01.gif) no-repeat;
	height: 70px;
	margin: 0 0 15px 0;
	padding: 50px 0 0 12px;
	width: 805px;
	}
	
	#mastHead-promo h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead04 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead04 h1 .small01 {
		font-size: 0.50em;
	}
	
	#mastHead05 {
	height: 55px;
	margin: 0 0 15px 0;
	padding: 68px 0 0 11px;
	width: 805px;
	background-image: url(../images/cat-food-mast-01.jpg);
	background-repeat: no-repeat;
	}
	
	#mastHead05 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead05 h1 .small01 {
		font-size: 0.50em;
	}

	#mastHead06 {
	background: url(../images/treats-mast-01.jpg) no-repeat;
	height: 55px;
	margin: 0 0 15px 0;
	padding: 68px 0 0 11px;
	width: 805px;
	}
	
	#mastHead06 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead06 h1 .small01 {
		font-size: 0.50em;
	}

	#mastHead07 {
	background: url(../images/grooming-mast-01.jpg) no-repeat;
	height: 55px;
	margin: 0 0 15px 0;
	padding: 68px 0 0 11px;
	width: 805px;
	}
	
	#mastHead07 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead07 h1 .small01 {
		font-size: 0.50em;
	}

	#mastHead08 {
	background: url(../images/supplements-mast-01.jpg) no-repeat;
	height: 55px;
	width: 805px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 68px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	}
	
	#mastHead08 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead08 h1 .small01 {
		font-size: 0.50em;
	}
	
	#mastHead09 {
		background: url(../images/books-mast-01.jpg) no-repeat;
		height: 50px;
		margin: 0 0 15px 0;
		padding: 75px 0 0 12px;
		width: 805px;
	}
	
	#mastHead09 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead09 h1 .small01 {
		font-size: 0.50em;
	}
	
	#mastHead10 {
		background: url(../images/new-look-mast-01.jpg) no-repeat;
		height: 50px;
		margin: 0 0 15px 0;
		padding: 75px 0 0 12px;
		width: 805px;
	}
	
	#mastHead10 h1 {
		color: #ffffff;
		font-size: 1.80em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#mastHead10 h1 .small01 {
		font-size: 0.50em;
	}
	
	#sidebar01 {
	font-size: 0.70em;
	float: right;
	width: 240px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
	#sidebar00 {
	font-size: 0.7em;
	float: right;
	width: 240px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	#sidebar-0marg {
	font-size: 0.7em;
	float: right;
	width: 240px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
	#sidebarff {
	font-size: 0.7em;
	float: right;
	width: 240px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	#sidebar01 blockquote {
		color: #50842a;
		text-align: justify;
		margin: -10px 30px 30px 10px;
	}
	
	#sidebar01 .test p {
		color: #666666;
	}
	
	#sidebar01 .test a {
		color: #666666;
	}
	
	#sidebar02 {
		font-size: 0.90em;
		float: right;
		padding: 25px 0 10px 8px;
		width: 200px;
	}
	
	#sidebar02 blockquote {
		color: #50842a;
		text-align: justify;
		margin: -10px 30px 30px 10px;
		font-size: 0.80em;
	}
	
	#sidebar02 .test p {
		color: #666666;
	}
	
	#sidebar02 .test a {
		color: #666666;
	}
	
	#sidebar03 {
		font-size: 0.90em;
		float: right;
		padding: 25px 0 10px 8px;
		width: 230px;
	}
	
	#sidebar03 blockquote {
		color: #50842a;
		text-align: justify;
		margin: -10px 25px 30px 10px;
		font-size: 0.80em;
	}
	
	
	#catLandingProducts01 {
		margin: 0 0 10px 0;
	}
	
	#catLandingProducts01 h3 {
		color: #cc3333;
		font-size: 0.90em;
		margin: 0 0 5px 0;
		text-transform: uppercase;
	}
	
	#catLandingProducts01 ul {
		list-style: none;
	}
	
	#catLandingProducts01 li {
		background: url(../images/bg-landing-buttons-left-01.gif) no-repeat;
		padding: 0 0 0 6px;
	}
	
	#catLandingProducts01 li div {
		background: url(../images/bg-landing-buttons-01.gif);
		padding: 0 0 0 6px;
	}
	
	#catLandingProducts01 li div a {
		background: url(../images/bg-landing-buttons-right-01.gif) right no-repeat;
		color: #ffffff;
		display: block;
		font-weight: bold;
		height: 21px;
		margin: 0 0 5px 0;
		padding: 6px 0 0 0;
		text-decoration: none;
	}
	
	#catLandingProducts01 li div a:hover {
		text-decoration: none;
	}
	
	#catLandingProducts01 li div a:visited {
		color: #ffffff;
	}
	
	#dogLandingProducts01 h3 {
		color: #f7941d;
		font-size: 0.90em;
		margin: 0 0 5px 0;
		text-transform: uppercase;
	}
	
	#dogLandingProducts01 {
		margin: 0 0 10px 0;
	}
	
	#dogLandingProducts01 ul {
		list-style: none;
	}
	
	#dogLandingProducts01 li {
		background: url(../images/bg-landing-buttons-left-02.gif) no-repeat;
		padding: 0 0 0 6px;
	}
	
	#dogLandingProducts01 li div {
		background: url(../images/bg-landing-buttons-02.gif);
		padding: 0 0 0 6px;
	}
	
	#dogLandingProducts01 li div a {
		background: url(../images/bg-landing-buttons-right-02.gif) right no-repeat;
		color: #ffffff;
		display: block;
		font-weight: bold;
		height: 21px;
		margin: 0 0 5px 0;
		padding: 6px 0 0 0;
		text-decoration: none;
	}
	
	#dogLandingProducts01 li div a:hover {
		text-decoration: none;
	}
	
	#dogLandingProducts01 li div a:visited {
		color: #FFFFFF;
	}
	
	#homePromos01 {
	margin: 0 0 30px 0;
	}
	
	#homePromos01 a {
		color: #50842a;
	}
	
	#homePromos01 p {
		margin: 10px;
	}
	
	#homePromos01 h3 {
		font-size: 0.90em;
		font-weight: normal;
		margin: 10px 10px 0 10px;
		text-transform: uppercase;
	}
	
	#homePromos01 ul {
		list-style: none;
		margin:  0 10px 10px 10px;
	}
	
	#homePromos01 li {
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#contestPromo01 {
		background: url(../images/promo-box-03.gif) left top no-repeat;
		float: left;
		margin: 0 6px 0 20px;
		width: 383px;
		height: 250px;
	}
	
	#contestPromo01 h2 {
		font-weight: bold;
		margin: 10px 20px 10px 20px;
		font-size: 1.25em;
		color: #3f7b13;
		}
	
	#contestPromo01 p {
		margin: 0 20px 0 20px;
		font-size: 0.80em;
		}

	#contestPromo02 {
		background: url(../images/promo-box-03.gif) left top no-repeat;
		float: right;
		margin: 0 20px 0 0;
		width: 383px;
		height: 250px;
	}
	
	#contestPromo02 h2 {
		font-weight: bold;
		margin: 10px 20px 10px 20px;
		font-size: 1.25em;
		color: #3f7b13;
		}

	#contestPromo02 p {
		margin: 0 20px 10px 20px;
		font-size: 0.80em;
		}
		
		
	#dogsPromo01 {
	float: left;
	margin: 0 6px 0 0;
	width: 283px;
	height: 200px;
	background-image: url(../images/bg-promo-box-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	#catsPromo01 {
	float: left;
	margin: 0 6px 0 0;
	width: 283px;
	height: 200px;
	background-image: url(../images/bg-promo-box-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#dogsPromoC {
	float: left;
	width: 262px;
	background-image: url(../images/bg-promo-box-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 205px;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	#catsPromoC {
	float: left;
	width: 262px;
	background-image: url(../images/bg-promo-box-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	height: 205px;
	}
	#dogsPromoPP {
	float: left;
	margin: 0 6px 0 0;
	width: 263px;
	height: 200px;
	background-image: url(../images/bg-promo-box-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	#catsPromoPP {
	float: left;
	margin: 0 6px 0 0;
	width: 263px;
	height: 200px;
	background-image: url(../images/bg-promo-box-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	#petsInfoPromo01 {
		background: url(../images/bg-promo-box-with-paw-01.gif) left bottom no-repeat;
		float: right;
		width: 239px;
	}

	#petsInfoPromo02 {
	float: left;
	margin: 0;
	width: 229px;
	padding: 0 10px 0 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/promo-box-02.gif);
	}

	#petsInfoPromo02.type1 {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0;
	}

	#petsInfoPromo02.type1 h3 a {
		color: #50842a;
		text-decoration: none;
	}
	
	#newLookPromo01 {
		background: url(../images/bg-promo-box-new-look-01.gif) left bottom no-repeat;
		float: right;
		width: 239px;
	}
	
	#benefitsPromo01 {
	margin-left: 12px;
	padding-right: 4px;
	}
	
	#benefitsPromo01 h3 {
		font-size: 1.10em;
		color: #50842a;
		text-transform: uppercase;
	}
	
	#benefitsPromo01 ul {
		list-style-type: none;
		margin: 10px 0 20px 1px; 
	}	
	#benefitsPromo01 li {
		margin-left: 0;
		padding: 1px 1px 1px 12px;
		background: url(../images/bullet.gif) 0 3px no-repeat;
		margin-bottom: 2px;
		}
	#ingred-art-box {
	margin-left: 8px;
	padding-right: 4px;
	}
	
	#ingred-art-box h3 {
		font-size: 1.10em;
		color: #50842a;
		text-transform: uppercase;
	}
	
	#ingred-art-box ul {
	list-style-type: none;
	margin: 0px;
	}	
	#ingred-art-box li {
		margin-left: 0;
		padding: 1px 1px 1px 12px;
		background: url(../images/bullet.gif) 0 3px no-repeat;
		margin-bottom: 2px;
		}
	
	#news01 {
	background: url(../images/bg-promo-box-02.gif) left bottom no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}	
	
	#news01 h3 {
		margin: 0 0 0 10px;
	}
	
	#news01 table {
		margin: 10px 10px 10px 10px;
	}
	
	#news01 p {
		padding: 0px 20px 0px 10px;
	}		
	
	.imgType01 {
		padding: 0 20px 9px 0;
		float: left;
	}
	
	.imgType02 {
		padding: 0 20px 70px 0;
		float: left;
	}
	
	.tableType01 table td {
		border-bottom: 1px solid #CCCCCC;
		padding: 10px 15px 10px 0;
	}
	
	
/* product structure & styles... */

		
	.productPreview01 {
		font-size: 0.90em;
		margin: 40px 0 0 0;
	}
	
	#dogFoodContent01 .productPreview01 h4,
	#catFoodContent01 .productPreview01 h4,
	#treatsContent01 .productPreview01 h4,
	#supplementsContent01 .productPreview01 h4,
	#groomingContent01 .productPreview01 h4,
	#booksContent01 .productPreview01 h4 {
		font-size: 1.20em;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	
	#dogFoodContent01 .productPreview01 h5,
	#catFoodContent01 .productPreview01 h5,
	#treatsContent01 .productPreview01 h5,
	#supplementsContent01 .productPreview01 h5,
	#groomingContent01 .productPreview01 h5,
	#booksContent01 .productPreview01 h5 {
		font-size: 1.10em;
		margin: 0 0 0 0;
	}

	
	#catFoodContent01 .productPreview01 h4,
	#catFoodContent01 .productPreview01 h5 {
		color: #cc3333;
	}
	
	#dogFoodContent01 .productPreview01 h4,
	#dogFoodContent01 .productPreview01 h5 {
		color: #f7941d;
	}

	#treatsContent01 .productPreview01 h4,
	#treatsContent01 .productPreview01 h5 {
		color: #a41622;
	}

	#supplementsContent01 .productPreview01 h4,
	#supplementsContent01 .productPreview01 h5 {
		color: #5d9732;
	}

	#groomingContent01 .productPreview01 h4,
	#groomingContent01 .productPreview01 h5 {
		color: #b02271;
	}

	#booksContent01 .productPreview01 h4,
	#booksContent01 .productPreview01 h5 {
		color: #008384;
	}

	.productPreview01 ul {
		float: left;
	}
	
	.productPreview01 .thumbnail01 {
		float: left;
		margin: 20px 20px 60px 20px;
	}
	
	.productPreview01 .buttons01 {
		margin: 0 0 0 115px;
	}
	
	.productBox01 {
		background: url(../images/bg-product-box-top-01.gif) no-repeat;
		float: right;
		margin: 0 0 30px 0;
		padding: 6px 0 0 0;
	}
	
	.hc-productBox01 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 270px;
	float: left;
	background-image: url(../holisticlean/images/bg-product-box-top-hc.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #457134;
	font-weight: bold;
	}
	
	
	.productBoxWrapper01 {
	background: url(../images/bg-product-box-bottom-01.gif) left bottom no-repeat;
	font-size: 0.9em;
	padding: 5px 14px 11px 14px;
	width: 250px;
	}
	
	.hc-productBoxWrapper01 {
	font-size: 0.9em;
	width: 245px;
	background-image: url(../holisticlean/images/bg-product-box-bottom-hc.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	}
	
	.productBox01 .price01 {
		color: #5d9732;
		font-size: 1.30em;
		padding: 0 20px 0 0;
	}
	
	.productTable01 {
	width: 100%;
	}
	.hc-productTable01 {
	width: 250px;
	}
	
	.productTable01 input.notText01 {
		border: 0;
		width: auto;
	}
	
	.productTable01 input,
	.productTable01 select {
		border: 1px solid #6fa141;
		padding: 2px 2px 2px 2px;
		width: 50%;
	}
	
	.productTable01 input.quantity01 {
		width: 100px;
	}
	
	.productTable01 option {
		padding: 0 10px 0 2px;
	}
	
	.productTable01 td {
		padding: 0 0 5px 0;
	}
	
	.productTable01 th {
		font-weight: normal;
		padding: 0 0 5px 0;
	}
	
	.productButtons01 img {
		float: left;
		margin: 8px 15px 8px 15px;
	}

	.productButtons01 a {
		float: left;
	}
	


/* footer structure & styles... */

	#footer01 {
		background: #ffffff url(../images/bg-bottom-edges-01.gif) bottom left no-repeat;
		color: #5d9732;
		font-size: 0.65em;
		padding: 5px 0 20px 0;
	}
	
	#footer01 .left01 {
		float: left;
		padding: 0 0 0 15px;
		width: 265px;
	}
	
	#footer01 .right01 {
		float: right;
		padding: 0 15px 0 0;
		text-align: right;
		width: 535px;
	}
	
	#newsletterSignUp01 {
	margin: 10px 0 0 0;
	color: #3C542B;
	}
	
	#joinNewsletter01 {
		border: 1px solid #5d9732;
		color: #999999;
		font-size: 1.00em;
		margin: 5px 0 0 0;
		padding: 2px 2px 2px 2px;
		vertical-align: middle;
	}
	
	#submit01 {
		margin: 5px 0 0 5px;
		vertical-align: middle;
	}
	
	.newLookLandingPromo01 {
		float: left;
		width: 280px;
		height: 265px;
		margin: 0 10px 20px 0;
		background: url(../images/bg-new-look-promo-box-01.gif) left bottom no-repeat;
	}
	
	.newLookLandingPromo02 {
		float: left;
		width: 238px;
		height: 265px;
		margin: 0 0 20px 0;
		background: url(../images/bg-new-look-promo-box-02.gif) left bottom no-repeat;
	}
	
	.newLookLandingPromo01 p,
	.newLookLandingPromo02 p {
		font-size: 0.75em;
		padding: 0 10px 5px 10px;
	}
	
/* locator styles... */

	div.locator_page_links {
		margin: 20px 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
		width: 100%;
	}
	
	table.locator_page_links {
		text-align: center;
	}
	#locator_box {
	text-align: left;
	font-weight: normal;
	color: #712790;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #50843A;
	border-bottom-color: #50843A;
	}
	#locator_box1 {
	text-align: left;
	font-weight: normal;
	color: #712790;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-image: url(../images/locator2.png);
	height: 200px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	#locator_cp {
	text-align: left;
	font-weight: normal;
	color: #712790;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-image: url(../images/locator-cp.png);
	height: 120px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 5px;
	}
	
	#locator_cm {
	text-align: left;
	font-weight: normal;
	color: #17341A;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-image: url(../images/locator.png);
	height: 200px;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	}
	
	.locator_top_bar {
	text-align: left;
	font-weight: normal;
	color: #712790;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-repeat: no-repeat;
	padding: 4px;
	}
	
	.locator_result {
		margin: 0 0 20px 0;
	}
	
/* ellen letter styles... */

	.ellenLetter01 {
	background: url(../images/ellen-letter-bg-01.gif) repeat-y;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.25em;
	width: 525px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 15px;
	}
	
	.ellenLetter01 p {
		padding: 0 45px 0 45px;
	}
	
	#newProducts01 {
		background: url(../images/bg-new-products-new-look-01.gif) left bottom no-repeat;
		padding: 10px 250px 10px 10px;
		margin: 0;
		font-size: 0.90em;
	}
	
	.bio01 {
		margin: 30px 0 0 0;
		font-family: Arial, sans-serif;
		color: #666666;
		font-size: 0.90em;
	}
	.ellenLetter01 .bio01 {
		font-size: 0.70em;
	}
	.bio01 h4 {
		margin-bottom: 6px;
		}
	#content01 .bio01 ul li {
		background: url(../images/bullet.gif) left 3px no-repeat;
		}
	
	
#ellenHome4	{
	height: 360px;
	font-size: 12px;
	margin-top: 10px;
	background-image: url(../images/ellen_white.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	}
#ellenHome4 h2	{
	padding: 0;
	margin: 0;
	}	


table.type1	{
	border-collapse: collapse;
	margin-bottom: 0;
	}
table.type1 td,
table.type1 th	{
	padding: 0;
	vertical-align: top;
	}
	
table.type2,
table.type3	{
	border-collapse: collapse;
	margin-bottom: 1em;
	}
table.type2 td,
table.type2 th,
table.type3 td,
table.type3 th	{
	padding: 4px 6px;
	vertical-align: top;
	}
table.type3 th	{
	text-align: right;
	}
	
.byline1 {
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 0.90em;
	position: relative;
	top: -1.25em;
	left: 3px;
	}
	
	
	
	
#couponThumbnail {
	margin: 20px 0 0 0;
}

#newsletterSignup01 {
	margin: 20px 0 0 0;
}
	
#couponPrint {
	display: none;
	}
	
	

/************************/

#contentWrapper01 #homeContent01 {
	line-height: 1.3em;
	color: #3C542B;
	}
#mainWrapper01 #contentWrapper01 #prodtext {
	font-size: 12px;
}
	
#contentWrapper01 #homeContent01 h1 {
	margin: 0 0 10px 0;
	}
	
#homeContent01 h2.type1	{
	padding-left: 10px;
	margin-bottom: 5px;
	}
#contentWrapper01 .box2 h2	{
	font-size: 12px;
	color: #50842a;
	font-weight: bold;
	margin-bottom: 7px;
	}
	
#homeContent01 h3	{
	font-weight: normal;
	}
#homeContent01 h3 a	{
	font-weight: normal;
	}
#homeContent01 h3 a {
	color: #6f2a8e;
	}
#homeContent01 h3.type2	{
	padding: 0 0 0 12px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 0;
	}
	
.indent1	{
	padding-left: 22px;
	}
	
.imgType1	{
	float: right;
	margin: -11px 0 0 15px;
	}
.imgType2	{
	float: right;
	margin: 0 0 0 5px;
	}
	
.homeArticles1	{
	width: 165px;
	margin-left: 130px;
	font-size: 13px;
	}
.homeArticles1 ul,
.homeArticles1 li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.homeArticles1 li	{
	margin-bottom: 3px;
	}
#homeContent01 #newProducts01 {
	margin-bottom: 13px;
	}
	
.fk_coupon	{
	height: 200px;
	width: 240px;
	line-height: 1.33em;
	font-size: 10px;
	margin-bottom: 7px;
	}
.box1	{
	height: 142px;
	width: 240px;
	line-height: 11px;
	font-size: 10px;
	margin-bottom: 7px;
    }
.box-nl	{
	height: 129px;
	width: 240px;
	line-height: 11px;
	font-size: 10px;
	margin-bottom: 7px;
    }
.boxFE	{
	height: 140px;
	width: 240px;
	line-height: 1.33em;
	font-size: 10px;
	margin-bottom: 7px;
    }
.box1-bot-marg	{
	height: 132px;
	width: 240px;
	line-height: 1.33em;
	font-size: 10px;
	margin-bottom: 7px;
    }
.box1fk	{
	height: 190px;
	width: 240px;
	line-height: 1.33em;
	font-size: 10px;
	margin-bottom: 7px;
	}
.box1Btm	{
	background: url(../images/box1Btm.gif) 0 100% no-repeat;
	padding-bottom: 12px;
	}
.box1Mid	{
	background: url(../images/box1Mid.gif) 0 0 repeat-y;
	}
	
.bigBox1	{
	height: 120px;
	width: 535px;
	line-height: 1.33em;
	font-size: 12px;
	margin-bottom: 7px;
	}
.bigBox1sm	{
	background: url(../images/bigBox1Btm.gif) 0 100% no-repeat;
	height: 90px;
	width: 535px;
	line-height: 12px;
	font-size: 11px;
	margin-bottom: 7px;
	}
.bigBox1sm input {
	padding: 0px;
	}
.bigBox1Btm	{
	background: url(../images/bigBox1Btm.gif) 0 100% no-repeat;
	padding-bottom: 12px;
	}
.bigBox1Mid	{
	background: url(../images/bigBox1Mid.gif) 0 0 repeat-y;
	}
	
.box3	{
	height: 120px;
	width: 228px;
	line-height: 1.33em;
	font-size: 10px;
	margin-bottom: 7px;
	}
.box3Btm	{
	background: url(../images/box2Btm.gif) 0 100% no-repeat;
	padding-bottom: 12px;
	}
.box3Mid	{
	background: url(../images/box2Mid.gif) 0 0 repeat-y;
	}
	
.box2	{
	background-color: #e2eac1;
	font-size: 11px;
	margin-bottom: 7px;
	}
#contentWrapper01 .box2 p	{
	margin-bottom: 7px;
	}
	
#ellenHome1	{
	height: 344px;
	padding-left: 10px;
	font-size: 10px;
	margin-top: 5px;
	}
#ellenHome1 h2	{
	padding: 0;
	margin: 0;
	}
#ellenSignature1	{
	position: absolute;
	margin: 11px 0 0 0;
	}
	
.pad1	{
	padding: 0 12px 1px;
	}
.pad2	{
	padding: 12px 12px 1px;
	}
.pad3	{
	width: 108px;
	line-height: 1.75em;
	padding-top: 20px;
	}
	
.coupon1 input.type1	{
	border: 1px solid #6aa72e;
	width: 80px;
	color: #999;
	font-size: 11px;
	padding: 2px 4px;
	}
.coupon1 input.type2	{
	position: relative;
	top: 2px;
	}
	
body#home1 #homePromos01 {
	margin-bottom: 5px;
	}
body#home1 #homeContent01 {
	font-size: 12px;
	}
	
#foodLink1	{
	position: absolute;
	margin: -95px 0 0 315px;
	}
#foodLink1 a,
#foodLink1 a:hover	{
	text-decoration: none;
	}
	
	
	
	#sidebar01 ul.pawList01 {
			list-style: none;
			margin: 0 0 10px 0;
			font-size: 1.30em;
		}
	
	#sidebar01 ul.pawList01 li {
		background: url(../images/paw-bullet-10.gif) left 4px no-repeat;
		margin: 0 0 4px 0;
		padding: 0 0 0 14px;
	}
	
	#socialNetworking01 {
		float: right;
	}
	
	#socialNetworking01 ul {
		list-style: none;
	}
	
	#socialNetworking01 li {
		float: left;
		margin: 5px 0 5px 4px;
	}
	
	#socialNetworking01 h3 {
		font-weight: bold;
		font-size: 1.00em;
		color: #5c3963;
	}
	
	.pageLinks01 {
	margin: 20px 0 20px 0;
	font-size: 1.1em;
	color: #335626;
	}
	
#popup1,
#pop-helper1	{
	width: 618px;
	height: 441px;
	position: absolute;
	}
#pop-helper1	{
	border: none;
	}
#popup1	{
	background: url(../images/read-home-e3.jpg) 0 0 no-repeat;
	z-index: 99999;
	}
#popup1.off,
#pop-helper1.off	{
	top: -99999px;
	left: -99999px;
	}
#popup1.on,
#pop-helper1.on	{
	top: 21px;
	left: 103px;
	}
.close1	{
	display: block;
	width: 22px;
	height: 23px;
	float: right;
	margin: 5px 5px 0 0;
	}
	
.close2 {
	width: 608px;
	height: 441px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
    }

.nonprofits_tryhalo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F8A76C;
}
#mastHeadNONPR {
	height: 65px;
	width: 100%;
	background-image: url(../images/halo_cares_masthead.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mastHeadN_pp {
	height: 65px;
	width: 100%;
	background-image: url(../images/pp_masthead_or.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mastHeadN_cf {
	height: 65px;
	width: 100%;
	background-image: url(../images/cf_masthead_gr.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mastHeadNONPR6 {
	height: 70px;
	width: 100%;
	background-image: url(../images/non_prof_mastheadSH.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 12px;
}
.nonprofits_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.spreadword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335626;
	font-weight: bold;
	line-height: 24px;
}
.dgreen-subheader {
	font-family: "Arial Rounded MT Bold", "Arial Bold";
	font-size: 18px;
	color: #003405;
	line-height: 24px;
}
#mastHeadNONPR2 {
	height: 70px;
	width: 100%;
	background-image: url(../images/non_prof_masthead2.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 12px;
}
#content01n, #dogFoodContent01n, #catFoodContent01n, #newLookContent01n, #supplementsContent01n, #treatsContent01n, #groomingContent01n, #booksContent01n {
	color: #000000;
	float: right;
	font-size: 0.8em;
	padding: 10px;
	width: 540px;
}
#news_lftside {
	float: left;
	width: 239px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#news_lftside a:link {
}
#news_lftside a:visited {
	color: #F60;
}
#news_lftside a:hover {
	text-decoration: none;
}
.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F8429;
	line-height: 20px;
}
.cm_headline-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A5BC80;
	line-height: 20px;
}
.cf_banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
}
.cf_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4F8429;
	line-height: 24px;
}
.cf_subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F2AD50;
	line-height: 20px;
}
.imgborder {
	padding: 2px;
	border: 1px solid #4F8429;
}
#content01n h2, #content01n.news1 h1 {
	color: #50842a;
	padding-top: 10px;
}
#canadianinfo {
	float: left;
	height: 50px;
	width: 350px;
	border: 1px solid #060;
}
.imgbrd70 {
	margin-bottom: 70px;
}
.video_blurb {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.img_brdr_green {
	border: 1px solid #4F8429;
	padding: 2px;
}
.img_brdr_green_rgt {
	border: 1px solid #4F8429;
	padding: 2px;
	margin-left: 6px;
}
.img_brdr_green_lft {
	border: 1px solid #4F8429;
	padding: 2px;
	margin-right: 10px;
}
.pp_subhead {
	font-size: 14px;
	font-weight: bold;
	color: #3C542B;
	padding-bottom: 10px;
	display: block;
	margin-left: 6px;
}
.cm_bold {
	font-size: 14px;
	font-weight: bold;
	color: #F79324;
}
.givingback_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F8A76C;
}
.friendsfamily_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F8A76C;
}
.cm-chart_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F8A76C;
}
.cm-chart_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F79B24;
	font-weight: bold;
}
#sidebar01 #GB_spector_side{
	background-repeat: no-repeat;
	height: 330px;
	width: 200px;
	font-size: 16px;
	color: #F37244;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 12px;
	font-weight: bold;
}
#sidebar01 #GB_spector_side a:link {
	color: #F37244;
	text-decoration: none;
}
#sidebar01 #GB_spector_side a:visited {
	color: #4F8429;
	text-decoration: none;
}
.halo_cares_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
}
.imgType04 {
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 20px;
	margin-bottom: 15px;
}
.imageleft {
	padding-right: 10px;
	padding-bottom: 50px;
}
#tweetlink {
	float: left;
	width: 140px;
	margin-right: 5px;
}
#qvcfloat {
}
#qvclogo {
	width: 70px;
	height: 78px;
	float: left;
}
#tunein {
	background-image: url(../images/qvc_orange_sm.png);
	background-repeat: no-repeat;
	height: 55px;
	padding-right: 50px;
	background-position: 305px center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 14px;
	margin-left: 10px;
	border: 1px solid #5B9431;
	width: 310px;
	margin-bottom: 10px;
}
#tunein a:link {
	color: #E9951D;
}
.productButtons01 {
	height: 140px;
}
.productButtons01 img {
	margin-bottom: 0px;
}
#donate {
	padding: 4px;
	border: 1px solid #4F8429;
}
#pp_bottom {
	width: 540px;
	margin-bottom: 10px;
}
#pp_bottom1 {
	width: 540px;
}
.david_textbox {
	float: left;
	width: 540px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.donna_textbox {
	float: left;
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	color: #50842a;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#sidebar01 #sidebottom {
	font-size: 12px;
	font-weight: bold;
	color: #4F8429;
}
#ellen_links {
	font-size: 12px;
}
#ellenHome7	{
	height: 328px;
	font-size: 12px;
	margin-top: 10px;
	background-image: url(../images/ellen_white.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	}
.pad_ellencopy	{
	width: 90px;
	padding-top: 15px;
	padding-right: 15px;
	color: #4F8429;
	line-height: 1.65em;
	}
.pad_ellencopy2	{
	width: 93px;
	padding-top: 15px;
	padding-right: 17px;
	color: #4F8429;
	line-height: 1.65em;
	}
.locatorB {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#fk_bg {
	background-image: url(../images/pp_rebate_coupon.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 55px;
	margin-bottom: 15px;
	padding-top: 135px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight: bold;
	color: #335626;
	font-size: 12px;
}
#innerbox {
	margin: 6px;
}
#conversion {
	margin-top: 20px;
	background-image: url(../images/conver_box3.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.locator_text {
	width: 165px;
	margin-top: 55px;
	margin-left: 6px;
	margin-bottom: 5px;
}
.locator_text-coupon {
	width: 165px;
	padding-top: 55px;
	height: 62px;
	padding-left: 6px;
	padding-bottom: 10px;
}
.locator_text-cp {
	width: 230px;
	padding-top: 50px;
	height: 50px;
	padding-left: 6px;
	padding-bottom: 10px;
}


.locator_form {
	padding-left: 6px;
}
.locator_form form{
	margin: 0px;
	padding: 0px;
}
.leadin {
	color: #4F8429;
}
.post {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50842A;
	width: 540px;
}
#donna_side_bottom {
	margin-bottom: 8px;
}
#header-search {
	padding: 4px;
	border: 1px solid #060;
	background-color: #cfe3b1;
}
#choose-cat {
	float: right;
	width: 240px;
	padding: 4px;
	border: 1px solid #060;
	background-color: #cfe3b1;
	height: 25px;
	vertical-align: middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#select-cat-lft {
	float: left;
	width: 265px;
	padding: 4px;
	background-color: #cfe3b1;
	border: 1px solid #060;
	height: 25px;
	vertical-align: middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#content01 #chickmeal {
	background-color: #CFE3B1;
	border: 1px solid #426A33;
	width: 540px;
	font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#content01 #chickmeal tr td {
	padding: 2px;
}
.sidelowermargin {
	margin-bottom: 10px;
}
.sideupperrmargin {
	margin-top: 10px;
}
#cloud {
	background-color: #fffdf4;
	width: 540px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 2px;
	padding-left: 4px;
	height: 115px;
	text-align: center;
}
.asterisk-text {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
#cloud2 {
	width: 540px;
	margin-bottom: 10px;
	height: auto;
	text-align: center;
}
#quoteside {
	margin-bottom: 10px;
}
#chart-border {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFA300;
	background-color: #FFF4EE;
}
#chart-head {
	text-align: center;
	width: 943px;
	margin-right: auto;
	margin-left: auto;
}
#chart-border td {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #407121;
}
#chart-border2 {
	background-color: #EF8F27;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
}
#chart-head2 {
	text-align: center;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
}
#chart-border2 td {
	padding: 2px;
	font-size: 12px;
}
.first_col_gr {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #407121;
}
#chart {
	height: auto;
	border-top-style: none;
	border-bottom-style: none;
	padding: 0px;
	margin-bottom: 6px;
	border-right-style: none;
	border-left-style: none;
}
.chart-sidebarhead {
	font-size: 12px;
	font-weight: bold;
	color: #426A33;
}
.emphasis-comp {
	font-weight: bold;
	color: #743291;
	background-repeat: no-repeat;
	background-position: right top;
}
.chart_sm {
	font-size: 12px;
	color: #407121;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 15px;
}
#tradem-credits {
	font-size: 11px;
	color: #999;
	padding: 3px;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#feeding-instr {
	padding: 2px;
	border: 1px solid #D2ECBA;
}
#feeding-instr table tr td {
	padding: 4px;
}
#feeding-instr2 {
	padding: 2px;
	border: 1px solid #D2ECBA;
}
#feeding-instr2 table tr td {
	padding: 4px;
}
#content01 ol li {
}
sup {
	font-size: 11px;
}
.sup-or {
	font-size: 11px;
	color: #F89324;
}
.coupon-links {
	font-size: 14px;
	line-height: 22px;
}
#specials-limited {
	margin-bottom: 5px;
}
.awardsbox {
	padding: 4px;
	float: left;
	height: 195px;
	width: 250px;
	margin-right: 10px;
}
.awardsbox-narrow {
	padding: 4px;
	float: left;
	height: 195px;
	width: 140px;
	margin-right: 10px;
}
.awardsbox-medium {
	padding: 4px;
	float: left;
	height: 195px;
	width: 190px;
	margin-right: 10px;
}
.awardsbox-short {
	padding: 4px;
	float: left;
	height: 165px;
	width: 210px;
	margin-right: 10px;
}
.awardsbox-xtra {
	padding: 4px;
	float: left;
	height: 195px;
	width: 250px;
	margin-right: 10px;
}
.awardsbox-wide {
	padding: 4px;
	float: left;
	height: 200px;
	width: 250px;
	margin-right: 10px;
}
.awards-title {
	color: #508329;
	font-weight: bold;
	font-size: 12px;
	height: 38px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.award-img {
	height: 140px;
}
.award-img-short {
	height: 110px;
}
.twitt-margin {
	margin-bottom: 8px;
}
.ingredlinks {
	border: 1px solid #AAB889;
	margin-bottom: 10px;
	background-image: url(../images/ingred-header-cat.png);
	background-repeat: repeat-x;
	background-position: right top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.ingredlinks-dog {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 3px;
	background-image: url(../images/ingred-box-bottom.png);
	width: 570px;
}

.ingredlinks li {
	list-style-type: none;
	background-image: none;
}
.ingredlinks-rt {
	border: 1px solid #AAB889;
	padding: 3px;
	margin-bottom: 10px;
}
.ingredlinksSupp {
	border: 1px solid #AAB889;
	padding: 3px;
	margin-bottom: 10px;
	width: 255px;
	float: left;
	margin-right: 8px;
	background-image: url(../images/tile-bg-header.png);
	background-repeat: repeat-x;
	background-position: top;
}
.ingredlinkgroom {
	border: 1px solid #AAB889;
	padding: 3px;
	width: 259px;
	float: left;
	background-image: url(../images/tile-bg-header.png);
	background-repeat: repeat-x;
	background-position: top;
}
.ingred-hd1 {
	font-size: 16px;
	color: #60953F;
	background-color: #F6F1F8;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #60953F;
	margin-bottom: 6px;
}
.ingred-head {
	color: #36661F;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	}
#ingred_nav {
	font-size: 14px;
	font-weight: bold;
	height: auto;
}
.ingred-content {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.ingred-box-title-dog {
	background-image: url(../images/ingred-box-top-dog.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	background-position: center top;
}
.ingred-box-title-cat {
	background-image: url(../images/ingred-box-top-cat.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	background-position: center top;
}
.ingred-box-title-both {
	background-image: url(../images/ingred-box-top-both.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	background-position: center top;
}
#ingred-art {
	background-image: url(../images/articles/articles-list.png);
	width: 240px;
	background-repeat: no-repeat;
	height: 150px;
	background-position: bottom;
	margin-bottom: 8px;
}
.ingred-art-text {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#ingred-art .ingred-art-text ul li {
	list-style-image: url(../images/paw-bullet-08.gif);
	list-style-position: outside;
	padding-left: 10px;
}
#mastHeadN_ingred {
	height: 30px;
	width: 100%;
	background-image: url(../images/cf_masthead_gr.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 6px;
}
.holisticlean-main {
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 3px;
	width: 542px;
	height: 400px;
}
.stamps-main {
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 3px;
	width: 555px;
	height: 400px;
}

#labels_content {
	height: 540px;
}

#label-disclaim {
	font-size: 11px;
	color: #999;
	padding: 5px;
	border: 1px solid #999;
	width: 350px;
	margin-top: 10px;
}
.homeheadline {
	font-size: 29px;
	color: #6F2A8E;
	padding-top: 4px;
	width: 290px;
	padding-bottom: 7px;
}
.stampsheadline {
	font-size: 26px;
	color: #6F2A8E;
}
#no-cm {
	padding: 5px;
	width: 260px;
	font-size: 13px;
	font-weight: bold;
	color: #690;
	background-image: url(../images/cm-background.gif);
	background-repeat: no-repeat;
}
.imgTypehome2 {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 12px;
	color: #6F2A8E;
	text-align: center;
	font-style: italic;
}.coupon-subcopy {
	font-size: 12px;
	line-height: 14px;
	color: #508329;
	text-align: justify;
}
#coupon_copybox {
	height: 270px;
}
#comparebox {
	margin-top: 8px;
	margin-bottom: 8px;
}
.comparebox {
	padding-top: 8px;
}
#coupon-main {
	background-image: url(../images/coupon_mainbox.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 516px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #518329;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
}
#HC-box {
	margin-bottom: 8px;
}
#promo-news-swap {
	margin-top: 8px;
}
.HC-header {
	float: right;
	width: 235px;
}

#hc-dog-box {
	width: 265px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background-image:    url(../holisticlean/images/hc-promobox-260.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	color: #5E9733;
	font-size: 11px;
}
#hc-cat-box {
	width: 265px;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	background-image: url(../holisticlean/images/hc-promobox-260.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	color: #5E9733;
	font-size: 11px;
}
.hc-padd {
	padding: 0px;
	margin-right: 6px;
	margin-left: 6px;
}
#ellen_links {
	font-size: 12px;
}
#flash-bottom-margin {
	margin-bottom: 10px;
}
#background-side-banner {
position:absolute;
right:0px;
top:0px;
}
#fk_bg1 {
	text-align: center;
}
#stamps-rgt-header2 {
	float: left;
	width: 280px;
	height: 120px;
}
#top-scaper {
	height: 90px;
	width: auto;
	background-image: url(../stamps/images/postage-cancel-sm.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.pending {
	font-size: 11px;
	color: #CFE090;
}
.list-block {
	padding-left: 20px;
	list-style-type: circle;
}
#wholepet {
	width: 125px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#freekibble-top {
	background-repeat: no-repeat;
	height: 180px;
	background-position: bottom;
	margin-bottom: 8px;
	background-image: url(../images/freekibble-topbanner.png);
	padding-top: 145px;
	padding-left: 113px;
}
#ellenaudio {
	background-image: url(../images/ellen-sidebar-new2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 370px;
	width: 542px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#stamps-locator {
	text-align: left;
	font-weight: normal;
	color: #712790;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	height: 200px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/locator.png);
	}
.stamps-locator_text {
	width: 135px;
	margin-top: 50px;
	margin-left: 0px;
	font-weight: bold;
	color: #679A34;
	font-size: 11px;
	line-height: 11px;
}
#news-textnav {
	float: right;
	width: 150px;
	font-weight: bold;
	font-size: 12px;
}
#archivelink {
}
#archivelink a:link {
	text-decoration: none;
	color: #FFF;
}
#archivelink a:visited {
	text-decoration: none;
	color: #FFF;
}
#archivelink a:hover {
	text-decoration: none;
	color: #D0E69A;
}
#testimonial-media {
	background-color: #9BAA73;
	padding: 2px;
	border: 1px solid #508329;
	width: 480px;
	height: 370px;
}
.treats-store-header {
	font-size: 18px;
	font-weight: bold;
	color: #A41522;
}
#press-announce {
	padding: 6px;
	width: 350px;
	margin-left: 40px;
	border: 1px solid #3C542B;
	margin-bottom: 10px;
}
.blidget {
	float: left;
	width: 270px;
}
#monthly-promo  {
	color: #3C542B;
}
#monthly-promo ul {
	list-style-image: none;
	list-style-type: none;
}
#monthly-promo li {
	list-style-image: none;
}
blockquote {
	padding-left: 15px;
}
#monthly-promo #instructions {
	padding: 4px;
	background-image: url(../images/instruc-bg2.png);
	background-repeat: no-repeat;
	height: 225px;
}
.monthly-promo {
	font-size: 18px;
	color: #003405;
	font-family: "Arial Rounded MT Bold", "Arial Bold";
}
.sidebar-8px-pad {
	margin-bottom: 8px;
}
#frfam {
	background-image: url(../friendsandfamily/images/background-illustr-4.png);
	background-repeat: no-repeat;
	height: 305px;
	padding-top: 50px;
	padding-left: 15px;
	color: #3C542B;
	padding-right: 15px;
}
#halo-nat {
	background-image: url(../halo-natural/images/halonatural-box.png);
	background-repeat: no-repeat;
	height: 270px;
	padding-top: 50px;
	padding-left: 15px;
	color: #3C542B;
	padding-right: 15px;
}
#homeContent01 #frfam ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
#homeContent01  ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
#guidelines {
	padding-left: 0px;
	padding-right: 0px;
}
homeContent01 #frfam ol p{
	padding: 0px;
	margin: 0px;
}
.drop-font {
	font-weight: bold;
	color: #6E2A8D;
}
#deserves-box {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../halo-natural/images/pet-deserves-box.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: center;
}
#shop-buttons {
	text-align: center;
	background-image: url(../halo-natural/images/shop-buttons-box2.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 55px;
	padding-bottom: 0px;
	height: 215px;
}
.supp-store-box {
	margin-bottom: 10px;
	background-image: url(../images/prod-images/supp-box-main.png);
	height: 370px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	margin-left: 3px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.groom-store-box {
	margin-bottom: 10px;
	background-image: url(../images/prod-images/groom-box-main.png);
	height: 445px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	margin-left: 3px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.cat-store-box {
	margin-bottom: 10px;
	background-image: url(../images/prod-images/productpage-cat5.png);
	height: 410px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	padding: 0px;
	margin-left: 3px;
}

.dog-store-box {
	margin-bottom: 10px;
	background-image: url(../images/prod-images/productpage-dog6.png);
	height: 405px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	padding: 0px;
	margin-left: 3px;
}
.dog-store-header {
	font-size: 18px;
	color: #00350a;
	margin-bottom: 15px;
	font-family: "Arial Rounded MT Bold", Arial;
}
.cat-store-header {
	font-size: 22px;
	font-weight: bold;
	color: #EF5D6F;
}
.dog-menu-dry {
	width: 170px;
	float: left;
	padding-left: 10px;
	padding-top: 85px;
	background-repeat: no-repeat;
	background-position: right 163px;
}
.dog-menu-wet {
	width: 170px;
	float: left;
	padding-bottom: 0px;
	padding-top: 115px;
	padding-left: 10px;
}
.dog-box-images {
	float: left;
	padding-bottom: 10px;
	padding-top: 80px;
	padding-left: 0px;
}
.dog-box-images2 {
	float: left;
	padding-bottom: 10px;
	margin-left: 5px;
	padding-top: 90px;
}
.cat-box-images-lft {
	float: left;
	padding-top: 65px;
	padding-left: 0px;
}

.catg-menu-dry{
	width: 210px;
	float: left;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 95px;
	background-image: url(../images/prod-images/new-icon.png);
	background-repeat: no-repeat;
	background-position: 150px 280px;
}
.cat-menu-wet {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 95px;
	outline: none;
	background-repeat: no-repeat;
	background-position: right 220px;
}
.cat-box-images-rgt {
	float: left;
	padding-bottom: 10px;
	padding-top: 80px;
}
.treats-store-box {
	margin-bottom: 10px;
	background-image: url(../images/prod-images/treats-box-main2.png);
	height: 640px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	padding: 0px;
	margin-left: 3px;
}
#prod-center-tbl {
	width: 800px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: right top;
}
#prod-center-tbl-cat {
	width: 800px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: right top;
}
#25th {
	width: 150px;
	background-image: url(../images/prod-images/25th-bg2.png);
	background-repeat: no-repeat;
	height: 70px;
}
.prod-category {
	font-size: 14px;
	font-weight: bold;
	color: #F79324;
	display: block;
	padding-bottom: 6px;
	text-decoration: underline;
}
.prod-category-new {
	font-size: 14px;
	font-weight: bold;
	color: #F79324;
	display: block;
	padding-bottom: 6px;
	text-decoration: underline;
	background-image: url(../images/new-icon.png);
	background-repeat: no-repeat;
	background-position: 95px;
}
.prod-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6F2A8E;
	font-weight: bold;
}
#prod-ingreds {
	padding-left: 20px;
	padding-right: 70px;
}
a:focus {
	outline: none;
}
/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }
:focus, :active {
outline: 0;
border: 0;
}
.treats-nav {
	float: left;
	width: 390px;
	padding-top: 80px;
	padding-left: 20px;
}
.treats-nav-rgt {
	float: left;
	width: 360px;
	padding-top: 80px;
	padding-left: 20px;
}
#treats-textbox-rgt {
	margin-top: 25px;
	padding: 6px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/prod-images/treats-box-bg3.png);
	background-repeat: no-repeat;
	height: 170px;
}
#pr-about {
	padding: 4px;
	border: 1px solid #F79356;
}
#navbuttons-right {
	width: 199px;
	margin-right: auto;
	margin-left: auto;
}

.hidetext {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	color: #508329;
}
.hidetext-white {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	color: #FFF;
}
.hidetextdog {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	color: #F79427;
}
.hidetextcat {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	color: #F1606D;
}
.hidetexttreat {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	color: #A41522;
}
.hidetexthome {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	color: #F79427;
}
.retail-form {
	float: left;
	width: 310px;
}
.retail-imagelib {
	padding-left: 30px;
	float: left;
	width: 200px;
}
#retail-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/retail-haloinnews.png);
	background-repeat: no-repeat;
	height: 410px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}
#retail-news a:link {
	text-decoration: none;
	color: #F79B24;
}
#retail-news a:visited {
	text-decoration: none;
	color: #F79B24;
}
.new-pullquote {
	float: right;
	padding: 6px;
	width: 200px;
	font-size: 24px;
	color: #98B764;
}
.fk-drop-brdr {
	padding: 3px;
	border: 1px solid #B3D776;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#fb-toplft {
	height: 60px;
}
#kd-news img {
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
	margin-bottom: 6px;
}
.kd-news  {
	margin-bottom: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	background-image: url(../kibbledrop/images/kdrop-bg-h-repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3D776;
	border-right-color: #B3D776;
	border-bottom-color: #B3D776;
	border-left-color: #B3D776;
}
#kd-sidelinks img {
	padding: 2px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 6px;
}
.kd-sidelinks  {
	border: 2px solid #E6E4E7;
	margin-bottom: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 18px;
	background-image: url(../kibbledrop/images/kdrop-bg-h-repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.kd-sidelinks-fb  {
	border: 2px solid #E6E4E7;
	margin-bottom: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
	background-image: url(../kibbledrop/images/kdrop-bg-h-repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 45px;
}
#kd-sidelinks a:link {
	text-decoration: none;
	color: #F79528;
}
#kd-sidelinks a:visited {
	text-decoration: none;
	color: #F38E33;
}
#kd-sidelinks a:hover {
	text-decoration: none;
	color: #F38E33;
}
#fk-drop-main {
	background-image: url(../kibbledrop/images/fkdrop-main-box.png);
	background-repeat: repeat-y;
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
}
.fd-stops-blocks-first {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9DEF0;
	display: none;
}
.fd-stops-blocks {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9DEF0;
}
.fd-stops-blocks-last {
	margin-bottom: 10px;

}
#fkdrop-banner-rotate {
	background-image: url(../kibbledrop/images/fkdrop-banner.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 565px;
}
.fd-stops-blocks img {
	border: 1px solid #F79324;
	margin-top: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.fd-stops-blocks-last img {
	border: 1px solid #F79324;
	margin-top: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

