@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	background: url(../images/pattern_044.gif) repeat;
}
img {
	border: none;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
b {
	font-weight: bold;
	color: #e8c5b1;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}	
a:active {
	color: #66CCFF;
	text-decoration: underline;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: #333333 3px solid;
	border-right: #333333 3px solid;
	border-bottom: #333333 3px solid;
}
#content {
	width: 776px;
	height: auto;
	background: #333333;
	border-left: #FFFFFF solid 2px;
	border-right: #FFFFFF solid 2px;
	padding: 10px;
}
#left {
	width: 355px;
	float: left;
}
#right {
	width: 400px;
	float: right;
}
.title {
	font-size: 20px;
	font-weight: bold;
	color: #e8c5b1;
}


/* HOME STYLES */
#cat-menu {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#announcement {
	border: dotted 2px #e8c5b1;
	background: #000000;
	padding: 10px;
}
#announcement strong{
	font-size: 14px;
	color: #e8c5b1;
} 



/* CATS STYLES */
.img-small{
	text-align: center;
	border:1px solid #FFFFFF;
	padding:3px;
	background: url(../images/stripes.jpg) repeat;
}
.cat-info {
	font-size: 14px;
	font-weight: bold;
}
.news {
	background: #A15C15;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 8px;
}
.prizes {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}



/* KITTIES STYLES */
.avail-title {
	font-size: 24px;
	font-weight: bold;
	color: #66FF66;
}
.parent-title{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.color-title{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
}
.available {
	width: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	background: #66CC33;
	color: #FFFFFF;
	border: #FFFFFF solid 1px;
	font-size: 16px;
	font-weight: bold;
}
.reserved {
	width: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	background: #FFCC00;
	color: #FFFFFF;
	border: #FFFFFF solid 1px;
	font-size: 16px;
	font-weight: bold;
}
.sold {
	width: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	background: #FF5B67;
	color: #FFFFFF;
	border: #FFFFFF solid 1px;
	font-size: 16px;
	font-weight: bold;
}
.kittie-info {
	font-size: 18px;
	font-weight: bold;
}
.color-kittie {
	font-size: 16px;
	font-weight: bold;
}
.f {
	font-size: 14px;
	color: #FF99CC;
}
.m {
	font-size: 14px;
	color: #99CCFF;
}
.price {
	font-size: 14px;
	font-weight: bold;
}


#sec-nav {
	width: 796px;
	height: 15px;
	text-align: center;
	border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	background: url(../images/stripe-shine.jpg) repeat-x;
}
#footer {
	width: 800px;
}
