/* homepage */
h1 a {
	display: none !important;
}

/* PROMO */
#promo {
	display: block;
}

/* BODY */
#body .spotlight {
	float: left;
	margin-right: 12px;
	-margin-right: 10px;
	width: 176px;
	font-size: 85%;
	-font-size: 80%;

}
#body .spotlight.last {
	margin-right: 0;
}
#body .spotlight h2 {
	margin: 0;
	width: 170px;
	height: 24px;
	background: #6d99ab url(/images/spotlight_bg_178x30.gif) top left no-repeat;
	color: #fff;
	font-size: 14px;
	padding: 6px 0 0 8px;
}
#body .spotlight h2 a:link, #body .spotlight h2 a:visited, #body .spotlight h2 a:active {
	color: #fff;
	text-decoration: none;
}
#body .spotlight h2 a:hover {
	text-decoration: underline;
}

#body .spotlight .body {
	width: 158px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
	background-color: #f2f2f2;
}
#body .spotlight ul {
	margin: 0 0 0 -36px; 
	-margin-left: 0;
	list-style-type: none;
}
#body .spotlight ul li {
	background: url(/common/images/blt_arrow_4x7.gif) 0 4px no-repeat;
	padding-left: 8px;
	margin-bottom: 4px;
}
#body .spotlight ul li h3 {
	font-size: 100%;
	margin: 0;
}
#body .spotlight p {
	margin: 0;
	margin-bottom: 8px;
}
#body .spotlight input, #body .spotlight select {
	margin-bottom: 2px;
	-margin-bottom: 1px;
}
#body .spotlight input.textBox {
	width: 152px;
}
#body .spotlight div.footer {
	width: 178px;
	height: 21px;
	background: #e7f1f4 url(/images/spotlight_bgBtm_178x1.gif) bottom left no-repeat;
	text-align: center;
	padding: 0;
	padding-top: 4px;
}
#bodyEvents ul li {
	margin-bottom: 8px !important;
}

/* FEATURED PETS */
#featuredPets {
	clear: both;
}
#featuredPets h2 {
	display: block;
	float: left;
	margin-top: 12px;
	-margin-top: 0;
}
#h2SideLink {
	display: block;
	float: left;
	clear: right;
	margin-top: 10px;
	-margin-top: -2px;
	margin-left: 4px;
	font-size: 140%;
	font-weight: bold;
	color: #4b6b49;
}
#h2SideLink a {
	font-size: 60%;
	font-weight: normal;
}
#pets {
	height: 1%;
	clear: left;
}
#featuredPets .pet {
	position: relative;
	float: left;
	width: 236px;
	margin-left: 15px;
	font-size: 85%;
	-font-size: 80%;
	height: 1%;
}
#featuredPets .pet.first {
	margin-left: 0;
}
#featuredPets .pet img {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}
#featuredPets .pet h3 {
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 6px;
}
#featuredPets .pet p {
	margin-top: 0;
}
#featuredPets .pet .picMask {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 100px;
	z-index: 500;
	background: url(/images/featuredPetPicMask_125x100.gif) top right no-repeat;
}
#featuredPets .pet .picA {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 100px;
	z-index: 1000;
}
