@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffbeff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
h1, h2, h3, h4, h5, p {
    padding: 0px;
	margin: 0px;
	
}
h1 {
	margin-bottom: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 29px;
	font-weight: bolder;
	color: #F00;
}

a {
	color: #e72b8a;
	font-weight: bold;
}
a:hover {
	color: #F00;
}

img {
	border: none;
}

#container  {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 122px;
	margin-bottom: 10px;
}
#logo {
	height: 70px;
	text-align: right;
	color: #FFF;
	padding-top: 10px;
}
#logo a {
	color: #FFF;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#logo p {
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

#logo img {
	float: left;
}
.phone {
	font-size: 23px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}


#mainContent  {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainContent p {
	line-height: 18px;
	padding-bottom: 20px;
}
#mainContent h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #ff71b2;
}
#mainContent h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#mainContent h3 {
	font-size: 14px;
	color: #e72b8a;
	padding-bottom: 10px;
}


#mainContent .contentbox {
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent blockquote {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#kittyPicturesPage {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
#kittyPicturesPage p img {
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}


#sidebar {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFBEFF;
	margin-top: 10px;
}
#sidebar form {
	margin-left: 10px;
}
#sidebar input {
	margin-bottom: 5px;
	background-image: url(../images/forminputbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar #submit {
	background-color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#sidebar li  {
	background-image: url(../images/listdot.gif);
	background-repeat: no-repeat;
	background-position: left top;		
}
ul  {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 10px;
	list-style-type: none;
}
li  {
	padding-left: 12px;
	padding-bottom: 5px;
}


.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}
#about {
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
#about a {
	color: #666666;
}
#aboutFamily  p {
	padding-right: 5px;
	padding-bottom: 5px;
}
#aboutFamily {
	padding-top: 13px;
	padding-bottom: 20px;
}
#aboutFamily #contentBox {
	padding-left: 5px;
	padding-right: 5px;
	width: 305px;
}
#aboutFamily table tr td {
	vertical-align: top;
	padding-bottom: 5px;
}
.productwide {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 15px;
}
.productwide img {
	margin-right: 10px;
}
.productwide h3 {
	font-size: 16px;
	padding-bottom: 8px;
}
.productwide strong {
	color: #666666;
}
.productwide p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.productwide td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer {
	height: 200px;
	margin-top: 20px;
	background-color: #333333;
	background-image: url(../images/footerFill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
#footer a {
	color: #FFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFBEFF;
}

#footerwrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footercontent {
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-top: 25px;
	font-size: 12px;
	margin-top: 0px;
}
#footercontent strong {
	display: block;
	padding-bottom: 5px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 8px;
}
#footercontent ul {
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
}
#footercontent li {
	color: #FFF;
	background-image: url(../images/pink-bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
#footercontent li a{

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#pagetitle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 120px;
	margin-top: 20px;
	background-image: url(../images/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	height: 51px;
	width: 660px;
}
.familyRed {
	color: #F00;
	font-weight: bold;
	font-size: 1.6em;
}
#contentWide {
	width: 950px;
	padding-left: 25px;
}
#contentWide p {
	padding-bottom: 20px;
}

#aboutKitty {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
#aboutKitty table tr td {
	padding-left: 5px;
	padding-top: 2px;
	border: 2px inset #E72B8A;
	padding-right: 2px;
	padding-bottom: 2px;
}
#aboutKitty table {
	border: 2px outset #E72B8A;
}


.Pink {
	color: #ff71b2;
	font-weight: bold;
	font-size: 1.2em;
}
#container #amazon720 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainContent .contentbox table tr td #sidebar .af-form-wrapper #af-form-1770400282 #af-body-1770400282 .af-element .af-textWrap #awf_field-18144272 {
	width: 100%;
}
#mainContent .contentbox table tr td #sidebar .af-form-wrapper #af-form-1770400282 #af-body-1770400282 .af-element .af-textWrap #awf_field-18144273 {
	width: 100%;
}
#facebookBox {
	position: absolute;
	height: 35px;
	width: 450px;
	left: 540px;
	top: 50px;
}