/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 5px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/** Custom CSS **/

body {
	background: #FFFFFF url(../images/npo/background.jpg) top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #3866ce;
	text-decoration: none;
}
a:hover {
	color: #3866ce;
	text-decoration: underline;
}

#container {
	background: url(../images/npo/content_wrap_main.jpg) center repeat-y;
	width: 700px;
	margin: 0px auto;
	padding: 0px 0px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0px 0px 10px;
}
h3 {
	font-size: 16px;
	margin: 0px 0px 10px;
}
h3 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
	text-decoration: underline;
}

/* Content Backgrounds */

#content_main {
	width: 700px;
	margin: 0px auto;
}

/* Sidebar */

#sidebar {
	float: left;
	display: inline;
	width: 263px;
	margin: 0px 0px;
	padding: 0px 0px;
}

/* Content */

#content {
	float: left;
	display: inline;
	width: 410px;
	margin: 0px 10px;
	min-height: 700px;
}
#content_full {
	float: left;
	background: url(../images/npo/results_top.jpg) top no-repeat;
	display: inline;
	width: 670px;
	padding: 15px 15px;
	min-height: 700px;
}
#search_details {
	clear: both;
	width: 390px;
	min-height: 150px;
	margin-left: 280px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#content_top_container {
	width: 700px;
	margin: 0px auto;
	float: left;
	display: inline;
	background: url(/images/npo/content_bg_main.jpg) top center no-repeat;
}

/* Footer */

#content_footer {
	float: left;
	display: inline;
	background: url(../images/npo/footer_main.jpg) bottom no-repeat;
	width: 700px;
	margin: 0px auto;
	padding-bottom: 150px;
}
#content_footer_alt {
	float: left;
	display: inline;
	background: url(../images/npo/footer_alt.jpg) bottom no-repeat;
	width: 700px;
	margin: 0px auto;
}
#footer {
	clear: both;
	background: url(../images/npo/footer_main_bottom.jpg) bottom no-repeat;
	width: 673px;
	height: 130px;
	margin: 0px auto;
	clear: both;
	padding: 19px 0px 21px 27px;
}

/* Header Styles */

#header {
	width: 700px;
	margin: 0px auto;
	padding: 0px 0px;
	background: url(/images/npo/header_bg.jpg) top center no-repeat;
}
#headerleft {
	float: left;
	display: inline;
	width: 372px;
	height: 197px;
	margin: 20px 0px 0px 24px;
	padding: 0px 0px;
}
#headerright {
	float: right;
	display: inline;
	width: 206px;
	height: 135px;
	margin: 0px 0px 0px;
	padding: 0px 0px;
}

/* Navigation */

#nav {
	width: 415px;
	padding: 119px 0px 0px 216px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #00293f;
	font-weight: bold;
	text-align: center;
}
#nav a, #nav a:visited {
	color: #00293f;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

/* Header and Sidebar Images */

#headerbottom_home {
	background: url(/images/npo/header_home.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_home {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_home.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_angel {
	background: url(/images/npo/header_angel.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_angel {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_angel.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_buynow {
	background: url(/images/npo/header_buynow.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_buynow {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_buynow.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_catfood {
	background: url(/images/npo/header_catfood.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_catfood {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_catfood.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_dogfood {
	background: url(/images/npo/header_dogfood.jpg) top left no-repeat;
	width: 700px;
	height: 184px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_dogfood {
	width: 263px;
	height: 107px;
	background: url(/images/npo/sidebar_dogfood.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_faq {
	background: url(/images/npo/header_faq.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_faq {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_faq.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_oregon {
	background: url(/images/npo/header_oregon.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_oregon {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_oregon.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_products {
	background: url(/images/npo/header_products.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_products {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_products.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_testimonials {
	background: url(/images/npo/header_testimonials.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_testimonials {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_testimonials.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_treats {
	background: url(/images/npo/header_treats.jpg) top left no-repeat;
	width: 700px;
	height: 184px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_treats {
	width: 263px;
	height: 112px;
	background: url(/images/npo/sidebar_treats.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_wheretobuy {
	background: url(/images/npo/header_wheretobuy.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_wheretobuy {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_wheretobuy.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_whyorganic {
	background: url(/images/npo/header_whyorganic.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_whyorganic {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_whyorganic.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_can_catchicken {
	background: url(/images/npo/header_can_catchicken.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_can_catchicken {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_can_catchicken.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_can_catturkey {
	background: url(/images/npo/header_can_catturkey.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_can_catturkey {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_can_catturkey.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_can_dogchicken {
	background: url(/images/npo/header_can_dogchicken.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_can_dogchicken {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_can_dogchicken.jpg) top left no-repeat;
	padding-top: 115px;
}
#headerbottom_can_dogturkey {
	background: url(/images/npo/header_can_dogturkey.jpg) top left no-repeat;
	width: 700px;
	height: 185px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
}
#sidebar_can_dogturkey {
	width: 263px;
	height: 190px;
	background: url(/images/npo/sidebar_can_dogturkey.jpg) top left no-repeat;
	padding-top: 115px;
}

/* Page Headings */


#content_top {
	width: 437px;
	background: url(../images/npo/content_top.jpg) top no-repeat;
	float: left;
	display: inline;
	padding-top: 2px;
	margin: 0px 0px;
}

h1.home {
	float: left;
	display: inline;
	width: 437px;
	height: 80px;
	background: url(/images/npo/h1_home.jpg) no-repeat;
	margin: 0px 0px 0px;
	padding-bottom: 15px;
}
h1.angel {
	float: left;
	display: inline;
	width: 437px;
	height: 51px;
	background: url(/images/npo/h1_angel.jpg) no-repeat;
	margin: 0px 0px 0px;
	padding-bottom: 15px;
}
h1.benefits {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_benefits.jpg) no-repeat;
	margin: 0px 0px 0px;
	padding-bottom: 15px;
}
h1.buynow {
	float: left;
	display: inline;
	width: 437px;
	height: 51px;
	background: url(/images/npo/h1_buynow.jpg) no-repeat;
	margin: 1px 0px 0px;
	padding-bottom: 15px;
}
h1.catfood {
	float: left;
	display: inline;
	width: 437px;
	height: 67px;
	background: url(/images/npo/h1_catfood.jpg) no-repeat;
	margin: 0px 0px 0px;
	padding-bottom: 15px;
}
h1.contact {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_contact.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.dogfood {
	float: left;
	display: inline;
	width: 437px;
	height: 70px;
	background: url(/images/npo/h1_dogfood.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.faq {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_faq.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.oregon {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_oregon.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.products {
	float: left;
	display: inline;
	width: 437px;
	height: 83px;
	background: url(/images/npo/h1_products.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.testimonials {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_testimonials.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.treats {
	float: left;
	display: inline;
	width: 437px;
	height: 70px;
	background: url(/images/npo/h1_treats.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.wheretobuy {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_wheretobuy.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.whyorganic {
	float: left;
	display: inline;
	width: 437px;
	height: 48px;
	background: url(/images/npo/h1_whyorganic.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.can_catchicken {
	float: left;
	display: inline;
	width: 437px;
	height: 103px;
	background: url(/images/npo/h1_can_catchicken.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.can_catturkey {
	float: left;
	display: inline;
	width: 437px;
	height: 103px;
	background: url(/images/npo/h1_can_catturkey.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.can_dogchicken {
	float: left;
	display: inline;
	width: 437px;
	height: 103px;
	background: url(/images/npo/h1_can_dogchicken.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}
h1.can_dogturkey {
	float: left;
	display: inline;
	width: 437px;
	height: 103px;
	background: url(/images/npo/h1_can_dogturkey.jpg) no-repeat;
	margin: 2px 0px 0px;
	padding-bottom: 15px;
}

/* ---------------------------------------------------------------------- */
/* Dealer Table */

tr.dealers_table td {
	border-top:1px solid #000000;
}