/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, .content-box:after, #content .inner-wrap:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, .content-box, #content .inner-wrap { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html .content-box, * html #content .inner-wrap { height: 1%; }
.clearfix, .content-box, #content .inner-wrap { display: block; }
/* close commented backslash hack */


/* ----------------------------------------- 
	BODY & CONTAINER
-------------------------------------------- */

body, html {
	width: 100%;
}

body {
	background: #000 url(../images/body_bg.jpg) repeat-x top left;
}

div#container {
	padding: 30px 0 0 37px;
	position: relative;
	width: 944px;
}


/* ----------------------------------------- 
	HEADER & NAVIGATION
-------------------------------------------- */

h1 {
	float: right;
}

ul.nav {
	background: url(../images/header_nav_bg.gif) no-repeat top left;
	height: 12px;
	list-style: none;
	margin: 20px 0 31px 0;
}

ul.nav li {
	display: inline;
}

ul.nav li a {
	float: left;
	height: 12px;
	margin-right: 27px;
	text-indent: -1000em;
}

ul.nav li.buy a {
	width: 80px;
}

ul.nav li.contact a {
	width: 102px;
}

ul.nav li.find a {
	width: 123px;
}


/* ----------------------------------------- 
	COPY
-------------------------------------------- */

div.copy {
	background: url(../images/bag_bg.png) no-repeat top left;
	min-height: 600px;
	padding: 30px 0 0 660px;
}

div.copy h2 {
	background: url(../images/complete_and_balanced.jpg) no-repeat top left;
	height: 66px;
	margin-bottom: 12px;
	width: 280px;
}

div.copy h2,
div.copy p,
div.copy h3 {
	text-indent: -1000em;
}

div.copy p.intro {
	background: url(../images/copy_bg.gif) no-repeat top left;
	height: 148px;
	margin-bottom: 14px;
}

div.copy h3 {
	background: url(../images/download_bg.gif) no-repeat top left;
	height: 10px;
	margin-bottom: 10px;
}

div.copy > ul {
	background: url(../images/download_links_bg.gif) no-repeat;
	height: 11px;
	list-style: none;
}

div.copy ul li,
div.copy ul li span,
div.copy ul li ul {
	display: inline-block;
}

div.copy ul li.dog {
	padding-left: 51px;
	float: left;
}

div.copy ul li.cat {
	float: right;
}

div.copy ul li ul {
	height: 12px;
	list-style: none;
}

div.copy ul li ul li {
	display: inline;
}

div.copy ul li ul li a {
	float: left;
	height: 11px;
	margin-right: 6px;
	text-indent: -1000em;
}

div.copy ul li ul li a.dogDry {
	width: 41px;
}

div.copy ul li ul li a.dogCan {
	width: 41px;
}

div.copy ul li ul li a.catDry {
	width: 44px;
}

div.copy ul li ul li a.catCan {
	width: 39px;
}

div.copy ul li ul li a.dogCan,
div.copy ul li ul li a.catCan {
	margin-right: 0;
}


/* ----------------------------------------- 
	FOOTER
-------------------------------------------- */

div.footer {
	color: #fff;
	font: normal .9em "Myriad Pro", sans-serif;
	margin-bottom: 20px;
}

div.footer a img {
	margin-right: 5px;
	vertical-align: middle;
}


/* ----------------------------------------- 
	CONTACT
-------------------------------------------- */

body#contact {
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.75);
}

body#contact form h1 {
	background: url(../images/contact_us_bg.png) no-repeat top left;
	height: 22px;
	float: none;
	margin-bottom: 5px;
	text-indent: -1000em;
	width: 198px;
}

body#contact form fieldset div label.hide {
	display: block;
	text-indent: -1000em;
}

body#contact form fieldset div input,
body#contact form fieldset div textarea {
	background-color: #fff;
	border: 0;
	font-size: 1.75em;
	margin-bottom: 5px;
	padding: 7px 10px;
	width: 690px;
}

body#contact form fieldset div textarea {
	height: 300px;
	font: normal 1.75em Helvetica,Verdana,Arial,sans-serif;
	margin-bottom: 15px;
	padding-top: 10px;
}

body#contact form fieldset input.error,
body#contact form fieldset textarea.error {
	background-color: #c37151;
}

body#contact form fieldset input#submit {
	float: right;
}

body#contact form p.success {
	color: #FFF;
	font-size: 1.75em;
	margin-top: 15px;
}
