/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #663300;
}
p{
	margin:0 10px 10px;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}
ul
{
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
a:link {color: #006699;}
a:visited {color: #663300;}
a:hover {
	color:#663300;
	font-weight: bold;
}
a:active {color:#663300;}
a img {
	border: none;
	}
img {
	margin: 5px;
}
div.figure {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 320px;
}
.figure p {
	text-align: center;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div.aboutus {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 320px;
}
.aboutus p {
	text-align: center;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div.cartimg {
	float: right;
	margin-right: 5px;
	width: 400px;
	margin-left: 10px;
}
table {
	width: 530px;
	margin-left: 10px;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
div#header{
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 111px;
	white-space: normal;
	padding-right: 10px;
}
div#container{
	text-align:left;
}
div#wrapper {
	background-image: url(/images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 100%;
	margin:0 auto;
	background-color: #e1d697;
}
div#t3wrapper {
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 100%;
	margin:0 auto;
	background-color: #e1d697;
}
div#content p{line-height:1.4}
div#navigation{
	background-image: url(../images/navbar_bg.png);
	background-repeat: repeat-y;
	background-position: top;
}
div#siteinfo{
	background:#eeb244;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer{
	color: #FFF;
	clear: both;
	background-color: #8b8e56;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div#footer p{
	margin:0;
	padding:5px 10px;
}
div#container{width:760px;margin:0 auto}
#detailListing {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
div#content{
	float:right;
	width:550px;
}
div#navigation{
	float:left;
	width:200px;
}
div#siteinfo{
	clear:both;
	width:100%;
}

/*********** topNav ***********/

div#topNav{
	text-align: right;
	padding-right: 10px;
}

/*********** end topNav ***********/

/********** navigation ***********/

div#navigation h1{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	vertical-align: middle;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #eeb244;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*********** #navigation link styles ***********/


#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	line-height: 2em;
	text-indent: 10px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}
#navigation ul a:link, #navigation ul a:visited {display: block;}
#navigation a:link {color: #abad6a;}
#navigation a:visited {color: #7B7D4D;}
#navigation a:hover{
	background-color: #eeb244;
	color: #000000;
	font-weight: bold;
}
#navigation a:active {color:#7b7d4d;}

/*********** end links ************/
div#siteinfo p{
	margin:0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#siteinfo ul
{
	list-style-type: none;
	margin: 0px;
}

div#siteinfo ul li { display: inline; }

div#siteinfo ul li a
{
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*********** end siteinfo ************/
/* sitelinks - think of sitemap links at the bottom of the page */
div#sitelinks p{
	font-size: x-small;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #8b8e56;
	margin: 0;
}

/************** end sitelinks **************/
/*********** story ************/
.story{
	border: thin solid #663300;
	width: 91%;
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-top: 30px;
	padding-left: 7px;
	background-color: #eeb244;
	padding-right: 7px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*********** end story ************/
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.highlight {
	color: #663300;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.alignField {
	margin-bottom: 7px;
}
.bizName {
	font-style: italic;
	color: #993300;
}
.footnote {
	width: 415px;
	font-weight: normal;
	font-size: x-small;
}
h1 {
	color: #663300;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	font-size: 24px;
}
h2 {
	color: #663300;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
h3 {
	color: #663300;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 14px;
}
h4 {
	color: #663300;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
h5 {
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.MSRP {
	font-weight: bold;
}
.ourPrice {
	font-weight: bold;
}
div#sidetestimonial {
	float:left;
	width:200px;
	padding-top: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#catListing {
	margin-bottom: 25px;
	height: 260px;
}
.offMSRP {
	color: #872C04;
}
.AnimalForm {
	margin-left: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
