/* HTML Styles */

body {
	font: 81%/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: underline;
	color: #902b1b;
}
a:visited {
	text-decoration: underline;
	color: #a74535;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #bf8d18;
}
h1 {
	font-size: 185%;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #9f3b28 url(../images/title_bg.png) repeat-y left top;
	margin: 0;
	padding: 10px 30px 15px 30px;
}
h2 {
	font-size: 138%;
	font-weight: bold;
	color: #9f3b28;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #9f3b28;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #bf8d18;
	background: #bf8d18;
	height: 1px;
	padding: 0;
	border: none;
}

/* Container */

#container {
	background: url(../images/container_bg.png) repeat-y left top;
	width: 100%;
	min-width: 990px;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: url(../images/header_bg.png) no-repeat left bottom;
	height: 95px;
	width: 100%;
	float: left;
	position: relative;
}
#header p, #header ul {
	margin: 0;
	padding: 0;
}
#logo {
	background: url(../images/logo.png) no-repeat left top;
	height: 136px;
	width: 217px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1100;
}
#logo a {
	display: block;
	text-indent: -9999px;
	height: 136px;
	width: 217px;
}
#contact {
	float: left;
	padding: 25px 15px 6px 270px;
}
#contact p {
	line-height: 28px;
	float: left;
	padding: 0 8px;
	border-right: dotted 1px #bf8d18;
}
#contact strong {
	font-size: 130%;
}
#emergency {
	font-size: 93%;
	line-height: 1.2em;
	font-weight: bold;
	float: right;
	padding: 10px 5px 0 0;
}
#emergency strong {
	font-size: 150%;
	line-height: 1.1em;
	color: #902b1b;
}
#emergency a, #emergency a:visited {
	text-decoration: none;
	color: #000;
	background-image: url(../images/emergency_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 45px;
	padding: 5px 0 0 36px;
}
#emergency a:hover {
	text-decoration: none;
	color: #000;
	background-position: left -50px;
}
#topnav {
	background: #ca9e28 url(../images/topnav_bg.png) repeat-y right top;
	height: 35px;
	clear: both;
	margin: 0 0 0 280px;
}
#topnav ul, #nav ul {
	float: left;
}
#topnav ul li, #nav ul li {
	font-size: 108%;
	font-weight: bold;
	float: left;
	list-style: none;
}
#topnav ul li {
	line-height: 35px;
	margin: 0 25px 0 0;
}
#topnav ul li a, #nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#topnav ul li a:hover, #nav ul li a:hover {
	text-decoration: none;
	color: #902b1b;
}
#petportal, #petportal p, #petportal a {
	height: 35px;
	width: 230px;
}
#petportal {
	background: #ca9e28;
	float: right;
	height: 35px;
}
#petportal a {
	display: block;
	text-indent: -9999px;
}

/* Nav */

#nav {
	width: 196px;
	float: left;
	clear: both;
	padding: 45px 0 0 0;
	position: relative;
}
#nav ul {
	width: 196px;
	margin: 0;
	padding: 0;
}
#nav ul li {
	line-height: 1.7em;
	text-align: right;
	width: 196px;
	position: relative;
}
.arrow {
	background: url(../images/nav_arrow.png) no-repeat left center;
	height: 21px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 196px;
	z-index: 1000;
}
#nav ul li a {
	padding: 0 10px;
}
#nav ul li ul {
	background: #ca9e28;
	display: none;
	position: absolute;
	top: 0;
	left: 196px;
	z-index: 1200;
}
#nav ul li ul li {
	font-size: 93%;
	text-align: left;
}
#nav ul li:hover ul {
	display: block;
}
#newsletter {
	clear: both;
	padding: 10px 10px 0 10px;
}
#newsletter form {
	margin: 0;
	border-top: dotted 1px #fff;
}
#newsletter fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#newsletter legend {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 5px 0;
}
#newsletter input {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.newsletterinput {
	color: #000;
	background: #fff;
	width: 168px;
	padding: 4px;
	border: none;
}
.newsletterbutton {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: transparent url(../images/button_newsletter.png) no-repeat center center;
	width: 59px;
	margin: 5px 0 0 0;
	padding: 4px 0;
	border: none;
}

/* Footer */

#footer {
	font-size: 77%;
	width: 100%;
	min-width: 980px;
	float: left;
	clear: both;
	border-top: solid 2px #e8d39c;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	white-space: nowrap;
}
#vin, #copyright {
	float: left;
}
#vin {
	font-weight: bold;
	background: url(../images/vin.png) no-repeat 10px center;
	padding-left: 95px;
}
#copyright {
	padding-left: 50px;
}
#credit {
	float: right;
	padding-right: 10px;
}

/* Content */

#contentwrapper {
	background: url(../images/content_bg.png) repeat-x left top;
	width: 100%;
	min-height: 420px;
	float: left;
	margin-left: -196px;
	padding: 8px 0 0 0;
}
#content {
	padding-left: 196px;
}
#contentside {
	width: 74%;
	float: left;
}
#contentnoside {
	width: 99%;
	float: left;
}
#bodytext {
	padding: 10px 25px 25px 25px;
}
#side {
	width: 25%;
	float: right;
}
.photo {
	text-align: center;
}
#sidenav {
	background: #9f3b28;
}
#sidenav ul {
	margin: 0;
	padding: 10px 0;
}
#sidenav ul li {
	font-size: 108%;
	line-height: 1.8em;
	font-weight: bold;
	list-style: none;
}
#sidenav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-indent: 10px;
	width: 100%;
}
#sidenav ul li a:hover {
	text-decoration: none;
	color: #e8d39c;
}

/* Front */

#intro {
	color: #fff;
	background: #9f3b28 url(../images/title_bg.png) repeat-y left top;
	padding: 0 10px 0 30px;
}
#intro p {
	background: url(../images/intro_bg.jpg) no-repeat right bottom;
	min-height: 227px;
	margin: 0;
	padding: 0 370px 10px 0;
}

#services {
	color: #fff;
	background: #781708;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}
#services ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#services ul li {
	line-height: 1.2em;
	font-weight: bold;
	background: url(../images/bullet_services.png) no-repeat left 7px;
	width: 95px;
	float: left;
	padding: 5px 5px 5px 25px;
	list-style: none;
}
#special {
	background: #d8b76a;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#specialoffer {
	width: 390px;
	float: right;
	padding: 5px 0 10px 0;
}
#specialtitle {
	float: left;
	width: 100%;
	margin: 5px 10px 0px 10px;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #000;
}
#special h2 {
	font-size: 115%;
	font-weight: bold;
	color: #902b1b;
	float: left;
	margin: 0;
}
#special h3 {
	font-size: 138%;
	margin: 0;
}
#special p, #special ul {
	margin: 0;
}
#special ul {
	margin: 0;
	padding: 0;
}
#special ul li {
	font-size: 92%;
	line-height: 1.2em;
	width: 45%;
	float: left;
	padding: 4px 0 0 0;
	list-style: none;
}
.specialbutton {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/button_special.gif) no-repeat center center;
	height: 17px;
	width: 89px;
	float: right;
	padding: 0 8px;
}
.specialbutton a {
	text-decoration: none;
	color: #fff;
	display: block;
	height: 17px;
	width: 89px;
}
.specialbutton a:hover {
	text-decoration: underline;
	color: #fff;
}
.price {
	font-size: 230%;
	line-height: 1.2em;
	color: #902b1b;
	text-align: center;
	width: 80px;
	height: 1.7em;
	float: left;
	clear: both;
	padding: 5px 0;
	border-right: dotted 1px #000;
}
#specialdetails {
	width: 310px;
	float: left;
	padding: 5px 10px 0 10px;
}
#frontlinks {
	background: #e8d39c;
	width: 100%;
	min-width: 980px;
	float: left;
	padding: 20px 0 10px 0;
}
#frontlinks div {
	float: left;
	width: 19.5%;
	min-height: 140px;
	padding: 5px 0;
	border-right: dotted 1px #000;
}
#frontlinks div#store {
	text-align: center;
	border-right: none;
}
#frontlinks h2 {
	font-size: 138%;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 5px 10px;
}
#frontlinks ul, #frontlinks p {
	font-size: 92%;
	line-height: 1.3em;
	margin: 0;
	padding: 0 10px;
}
#frontlinks ul li {
	list-style: none;
}
#rat {
	background: url(../images/rat.png) no-repeat left top;
	height: 190px;
	width: 90px;
	position: absolute;
	top: 155px;
	left: 0;
}
#cat {
	background: url(../images/cat.png) no-repeat left top;
	height: 165px;
	width: 360px;
	position: absolute;
	bottom: -28px;
	left: 0;
}


















#coupon {

	width: 550px; /* 6/16/09 AAM */

	padding: 15px;

	margin: 20px auto;

	border: dashed 2px #e6d3bd;

}

#couponcontact {

	font-weight: bold;

	color: #323d78;

	width: 550px; /* 6/16/09 AAM */

	float: left;

	clear: both;

	padding-top: 10px;

	border-top: solid 1px #e6d3bd;

}

#couponcontact p {

	margin: 0;

	text-align: center; /* 6/16/09 AAM */

	padding-right: 15px;

}

.clear {

	clear: both;

}

.print {

	font-size: 130%;

	text-align: center;

}

#coupon h2 {

	font-size: 130%;
	text-align: center;
	line-height: 1.2em;

}


#coupon h1, h2 {

	font-weight: normal;

	color: #781708;

	margin: 0;
	background: transparent;
	}


#coupon p {

	font-size: 92%;
	text-align: center;
	color: #bf8d18;


}


#coupon img {

	text-align: center; /* 6/16/09 AAM */

}