/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #191919;
	background-image: url("/images/BodyBG.gif");
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family:Tahoma, sans-serif;
}

body.nofeature {
		background-image: url("/images/BodyBGNF.gif");
}

a {
	text-decoration: none;
	color: #63bc0a;
	font-weight: bolder;
}

p {
	color: #fff;
}

#container {
	width: 766px;
	display: block;
	margin: 0 auto;
}

div#header {
	display: block;
	text-indent: -1000px;
	background: url("/images/logo.jpg") top center no-repeat;
	height: 95px;
}

div#header a {
	display: block;
	height: 95px;
}

#nav {
	height: 32px;
}

#nav ul {
	display: block;
	height: 32px;
}

#nav li {
	display: block;
	height: 32px;
	float: left;
	list-style: none;
	text-align: center;
}

#nav li a {
	display: block;
	height: 32px;
	color: #fff;
	font-size: 14px;
}

#nav li a:hover {
	color: #63bc0a;
}

#nav li span {
	padding-top: 6px;
	display: block;
}

#wrapper {
	display: block;
	height: 519px;
	background: #05050f;
}

.nofeature #wrapper {
	height: auto;
	padding-bottom: 10px;
}

#featurecat {
	width: 356px;
	height: 519px;
	display: block;
	float: left;
	background: url("/images/picture.jpg") top left no-repeat;
}

#content {
	width: 410px;
	height: 519px;
	display: block;
	float: left;
}

.nofeature  #content {
	width: 100%;
	height: auto;
	float: none;
}

#content #blurb {
	background: url("/images/squirel.jpg") no-repeat top left;
	height: 149px;
}

#blurb h1 {
	color: #fff;
	font-size: 14px;
	padding: 5px 0 0 20px;
}

#blurb a {
	color: #fff;
}

#blurb a:hover {
	color: #05050f;
}

#blurb p {
	font-size: 12px;
	height: 105px;
}

#blurb label {
	padding-left: 125px;
}

#blurb p span {
	padding: 5px 130px 0 20px;
	display: block;
}

.home #text {
	height: 220px;
}

#text a, #breedinfo a {
	color: #aab132;
}

#text a:hover, #breedinfo a:hover {
	color: #63bc0a;
}

#text h1 {
	padding: 10px 20px 5px 20px;
	color: #fff;
	font-size: 16px;
}

#headh2 {
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
	padding-top: 20px;
	text-align: center;
}

#headh3 {
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}

.available #text h2, .nofeature #text h2, .nofeature #text h3 {
	text-align: left;
	padding: 5px 0 5px 20px;
}

#text p {
	padding: 5px 20px 5px 20px;
	font-size: 12px;
}

#text dd {
	float: left;
	display: block;
	width: 50%;
}

#text ul, #text ol {
	padding: 20px 0 20px 45px;
}

.available #text ul {
	padding: 5px 0 5px 45px;
}

#text li {
	padding: 5px 0 5px 0;
	color: #fff;
}

.available #text li {
	padding: 0 0 5px 0;
}

#text hr {
	color: #333333;
	height: 5px;
	width: 80%;
	text-align: center;
}

#breedinfo {
	height: 150px;
}

#breedinfo img {
	float: left;
	margin: 26px 10px 0 20px;
}

#breedinfo .headh4 {
	padding: 26px 0 5px 10px;
}

#breedinfo p {
	padding: 5px 0 5px 0;
}

.nofeature p#footer {
	background: #333333;
}

p#footer, #footer p {
	padding: 26px 0 20px 0;
	color: #999999;
	display: block;
	text-align: center;
}

#footer p {
	padding-top: 8px;
}

#greyfooter {
	background: #333333;
	height: 18px;
}

br.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.video {
	padding: 10px 0 10px 0;
	text-align: center;
}

.photosafari td, .kings td, .queens td {
	padding: 10px 0 10px 0;
}

img.testimonialcat {
	margin: 10px 0 10px 0;
}

table.kings {
	padding: 5px 0 5px 0;
}

#text .kings h2 {
	text-align: center;
}

#text #kittens, #text #kittens h2, #text #kittens h3, #text #kittens p {
	text-align: center;
}

span.sold {
	color: red;
	font-weight: bolder;
}

span.pending {
	color: #ffff00;
	font-weight: bolder;
}

#moreinfo p {
	padding: 5px 0 5px 0;
	
}
