/* GENERALS */
#animal-selection-container {
	margin: 20px 0px 0px 0px;
	padding-bottom: 10px;
	overflow: hidden;
}
#animal-selection-container h1 {
	margin: 0 10px;
}
#animal-selection-container p {
	font-size: 11pt;
	margin: 0 10px;
}
#animal-selection-container h2 {
	border-top: 1px solid #f4f4f9;
	border-bottom: 1px solid #f4f4f9;
	margin-top: 15px !important;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	margin: 0 10px;
	background: url(../images/search-icon.gif) 0 center no-repeat;
}
.column-1 {
	width: 27%;
}
.column-2 {
	width: 53%;
}
.column-3 {
	width: 20%;
	vertical-align: top;
}

/* BROWSE SECTION */
#pet-search-home.title {
	margin: 0px;
}
#browse-list .result {
	cursor: pointer;
}
#browse-section {
	float: left;
}
#mainpage {
	clear: left;
}

/* OTHER SECTIONS */
#pet-of-the-day-box, #pet-news-box, #pet-humor-box, #pet-experts-box, #lost-pets-box, #pet-gallery-box {
	height: 200px;
}
#pet-of-the-day-box .content, 
#pet-humor-box .content,
#lost-pets-box .content {
	padding: 6px 10px 0;
	text-align: center;
}
#home-page .mainbox-title {
	background-position: 0px -680px;
}
#pet-of-the-day-box .title {
	background: url('../images/titles-home.gif') no-repeat top left;
	border-bottom: #ffffff solid 1px;
	background-position: 0px 0px;
}
#pet-news-box .title {
	background: url('../images/titles-home.gif') no-repeat bottom left;
	border-bottom: #ffffff solid 1px;
	background-position: 0px -40px;
}
#pet-humor-box .title {
	background: url('../images/titles-home.gif') no-repeat bottom left;
	border-bottom: #ffffff solid 1px;
	background-position: 0px -80px;
}
#pet-experts-box .title {
	background: url('../images/titles-home.gif') no-repeat bottom left;
	border-bottom: #ffffff solid 1px;
	background-position: 0px -120px;
}
#lost-pets-box .title {
	background: url('../images/titles-home.gif') no-repeat bottom left;
	border-bottom: #ffffff solid 1px;
	background-position: 0px -160px;
}

#pet-of-the-day-box img,
#pet-humor-box img,
#lost-pets-box img {
	position: relative;
	left: 0px;
	top: 0px;
	max-height: 95px;
	max-width: 200px;
}
#pet-news-box img, 
#pet-experts-box img {
	float: right;
	position: relative;
	right: 3px;
	top: 3px;
	max-height: 110px;
	max-width: 160px;
	padding: 0 0px 10px 10px;
	margin-top: -40px;
}

/* Pet gallery */
#pet-gallery-box .title {
	background: url('../images/titles-home.gif') no-repeat bottom left;
	border-bottom: #ffffff solid 1px;
	background-position: 0px -200px;
}
#pet-gallery .gallery-image {
	position: absolute;
}
#pet-gallery #gallery-image1 {
	left: 40px;
	top: 95px;
	height: 65px;
	width: 65px;
	z-index: 1;	
}
#pet-gallery #gallery-image2 {
	left: 83px;
	top: 65px;
	height: 105px;
	width: 105px;
	z-index: 2;
}
#pet-gallery #gallery-image3 {
	left: 147px;
	top: 50px;
	height: 125px;
	width: 125px;
	z-index: 3;
}
#pet-gallery #gallery-image4 {
	right: 78px;
	top: 65px;
	height: 105px;
	width: 105px;
	z-index: 2;
}
#pet-gallery #gallery-image5 {
	right: 36px;
	top: 95px;
	height: 65px;
	width: 65px;
	z-index: 1;
}
.gallery-link {
	position: absolute;
	top: 100px;
}
#gallery-prev-link {
	left: 12px;
}
#gallery-next-link {
	right: 12px;
}

#pet-news-box p, #pet-experts-box p {
	padding-bottom: 7px;
}

/* SELECT SEARCH ICONS */
a.breed-type-link {
	height: 100px;
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 2.5px;
	text-align: center;
	color: #FDB913;
	font-weight: bold;
}
a.breed-type-link:hover {
	color: navy;
	background: url('../images/btn-advance-search-icon-bg.gif') no-repeat top left;
	text-decoration: none;
}

/* NEW - FIND A BREED LINK */
#new-link {
	background: url('../images/btn-new-find-breed.gif') no-repeat top left;
	position: absolute;
	height: 70px;
	width: 175px;
	right: 60px;
	top: 223px;
}
#new-link:hover {
	background-position: 0px -70px;
}
