/* HTML Defaults */

body {
	font: 88%/1.5em Arial, Helvetica, sans-serif;
	color: #3d2f25;

}

body.page {
	font: 88%/1.5em Arial, Helvetica, sans-serif;
	color: #3d2f25;
	background: #fff url(../images/body_bg.png) repeat-y left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #323d78;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 172%;
	line-height: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
	color: #323d78;
	letter-spacing: .1em;
	margin-top: 0;
	padding-left: 10px;
}
h2 {
	font-size: 143%;
	line-height: 1.15em;
	font-weight: normal;
	color: #323d78;
}
h3 {
	font-size: 114%;
	font-weight: bold;
	color: #323d78;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #e6d3bd;
	background: #e6d3bd;
	height: 1px;
	padding: 0;
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
}
th, td {
	font-size: 100%;
	text-align: left;
	vertical-align: top;
}

/* Main Containers */

#container {
	background: url(../images/header_bg.png) repeat-x left top;
	width: 100%;
	min-width: 980px;
	float: left;
}
#main {
	width: 100%;
	float: left;
	clear: both;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: url(../images/header_pets.png) no-repeat left top;
	height: 100px;
	width: 100%;
}
#logo, #logo p, #logo a {
	height: 100px;
	width: 215px;
	float: left;
}
#logo {
	padding-left: 210px;
}
#logo p {
	background: url(../images/header_logo.png) no-repeat center top;
	margin: 0;
}
#logo a {
	text-indent: -9999px;
}
#topnav, #topnav ul {
	width: 500px;
}
#topnav {
	float: left;
	padding: 58px 0 0 10px;
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav ul li {
	line-height: 2em;
	background: url(../images/dots_brown_v.png) repeat-y right top;
	float: left;
	padding-right: 1px;
	list-style: none;
	position: relative;
	z-index: 5000;
}
#topnav ul li a {
	display: block;
	padding: 0 15px;
}
#topnav ul li a:hover, #topnav ul li:hover a {
	text-decoration: none;
	color: #fff;
	background: #323d78;
}
#topnav ul li ul {
	display: none;
	background: #323d78;
	width: 150px;
	position: absolute;
	top: 2em;
	left: 0;
}
#topnav ul li:hover ul {
	display: block;
}
#topnav ul li ul li {
	line-height: 1.8em;
	background: url(../images/dots_blue_h.png) repeat-x left bottom;
	width: 150px;
	padding-right: 0;
	padding-bottom: 1px;
}
#topnav ul li ul li a {
	color: #fff;
}
#topnav ul li ul li a:hover {
	background: #626ca2;
}
.emergencies {
	color: #c27422;
}

/* Nav */

#nav {
	color: #fff;
	background: url(../images/nav_pets.png) no-repeat left top;
	width: 196px;
	float: left;
	padding-top: 30px;
}
#nav ul {
	font-size: 107%;
	line-height: 1.7em;
	width: 176px;
	float: left;
	margin: 0;
	padding: 0 10px;
}
#nav ul li {
	background: url(../images/dots_blue_h.png) repeat-x left bottom;
	width: 176px;
	float: left;
	padding-bottom: 1px;
	list-style: none;
	position: relative;
}
#nav ul li a {
	color: #fff;
	display: block;
	padding: 0 5px;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li:hover ul li a:hover {
	text-decoration: none;
	background: #626ca2;
}
#nav ul li:hover ul li a {
	background: #323d78;
}
#nav ul li ul {
	font-size: 93%;
	line-height: 2em;
	display: none;
	background: #323d78;
	width: 150px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 176px;
	z-index: 1500;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	background: url(../images/dots_blue_h.png) repeat-x left bottom;
	width: 150px;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat left center;
	height: 1.7em;
	width: 5px;
	position: absolute;
	top: 0;
	left: 186px;
	z-index: 1000;
}
#contact {
	font-size: 86%;
	line-height: 1.5em;
	clear: both;
	padding: 15px 10px;
}
#contact p {
	background: url(../images/dots_blue_h.png) repeat-x left bottom;
	margin: 0;
	padding: 4px 0 5px 0;
}
#contact strong {
	font-size: 150%;
	font-weight: normal;
}
#contact strong, #contact a {
	color: #f1e2d0;
}
#footer {
	font-size: 64%;
	line-height: 1.15em;
	padding: 10px;
}
#footer, #footer a {
	color: #999ebc;
}
#footer p {
	margin: 0;
}

/* Content */

#content {
	margin-left: 196px;
}
#contentinner, #front {
	width: 100%;
	float: left;
}
#contentinner {
	background: url(../images/content_bg.png) repeat-x left top;
}
#side {
	width: 250px;
	float: right;
	padding: 15px 10px 15px 0;
}
#subnav dl {
	margin: 0;
	padding: 0;
}
#subnav dt, #subnav dd {
	line-height: 2em;
	color: #71665f;
	background: url(../images/dots_brown_h.png) repeat-x left bottom;
	text-indent: 10px;
	margin: 0;
	padding: 0 0 1px 0;
	list-style: none;
}
#subnav dt {
	font-weight: bold;
}
#subnav dl a {
	display: block;
	width: 100%;
}
#subnav dl a:hover {
	color: #fff;
	text-decoration: none;
	background: #323d78;
}
#bodytext {
	background: url(../images/bodytext_bg.png) no-repeat left top;
	padding: 20px 30px;
}
#side + #bodytext {
	margin-right: 260px;
}
#bodytextinner {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
#quote {
	line-height: 1.3em;
	color: #8b7869;
	background: url(../images/quote_l.png) no-repeat 10px 25px;
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
}
#quotewrapper {
	padding: 0 10px;
}
#quoteinner {
	background: url(../images/quote_r.png) no-repeat right 15px;
}
#quote p {
	background: url(../images/dots_brown_h.png) repeat-x left top;
	margin: 0;
	padding: 15px 55px;
}
#quote strong {
	font-size: 128%;
	font-weight: normal;
}
#quote cite {
	font-size: 72%;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
}
.column {
	width: 46%;
	float: left;
	margin-right: 3%;
}
.column ul {
	margin: 0;
	padding: 0;
}
.column ul li {
	list-style: none;
}
.photo {
	font-size: 85%;
	line-height: 1.2em;
	text-align: center;
	padding: 5px 0;
}
.biophoto {
	font-size: 85%;
	line-height: 1.2em;
	text-align: center;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.bodyphoto {
	font-size: 77%;
	line-height: 1.2em;
	text-align: center;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
table.hours th, table.hours td {
	padding: 5px;
}
table.hours th {
	text-align: right;
}
table.bios {
	width: 100%;
}
table.bios td {
	font-size: 77%;
	line-height: 1.2em;
	text-align: center;
	padding: 5px 0;
}
ul.splashnav {
	margin-left: 0;
	padding: 0;
	border-top: solid 1px #e6d3bd;
	border-right: solid 1px #e6d3bd;
	border-left: solid 1px #e6d3bd;
}
ul.splashnav li {
	font-size: 115%;
	line-height: 1.2em;
	padding: 10px;
	list-style: none;
	border-bottom: solid 1px #e6d3bd;
}
.storelisting {
	width: 220px;
	float: left;
	padding: 0 10px;
	border-right: solid 1px #e6d3bd;
}


/* Front */

#front {
	background: url(../images/special_bg.png) repeat-x left top;
}
#frontphoto {
	float: left;
}
#frontphoto, #frontphoto img {
	height: 328px;
	width: 588px;
}
#special {
	background: #c7a685 url(../images/special_bg.png) repeat-x left top;
	height: 328px;
	margin-left: 588px;
	position: relative;
	overflow: visible;
	z-index: 600;
}
#special h2, #special h3, #special p {
	margin: 0;
}
#special h2 {
	font-size: 100%;
	background: url(../images/special_title.png) no-repeat left top;
	text-indent: -9999px;
	height: 77px;
	width: 77px;
	position: absolute;
	top: 8px;
	left: -42px;
	z-index: 700;
}
#special h3, #special p {
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 40px;
}
#special h3 {
	font-size: 107%;
	line-height: 1.2em;
	padding-top: 25px;
}
#special p {
	line-height: 1.3em;
}
#special strong {
	font-size: 172%;
	line-height: 1.15em;
	font-weight: normal;
	color: #323d78;
}
a.specialbutton {
	font-size: 86%;
	line-height: 26px;
	color: #fff;
	background: url(../images/special_button.png) no-repeat center top;
	display: block;
	text-align: center;
	height: 26px;
	width: 132px;
}
a.specialbutton:hover {
	text-decoration: none;
	background-position: center -26px;
}
#frontvid {
	background: url(../images/video_bg.png) no-repeat center center;
	height: 230px;
	width: 320px;
	padding: 5px;
	position: absolute;
	top: 360px;
	right: 10px;
	z-index: 800;
}
#intro {
	font-size: 93%;
	background: url(../images/intro_bg.png) repeat-x left top;
	min-height: 150px;
	padding: 20px 365px 20px 25px;
}
#intro p {
	margin: 0;
}
/*added home page h1 style for seo - MAD 5/4/2009 */

#intro h1 {
	font-size: 143%;
	line-height: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
	color: #323d78;
	letter-spacing: .1em;
	margin-top: 0;
	padding-left: 10px;
}
