@charset "utf-8";
#alphabet{
	width: 440px;
	height: 85px;
	margin: 0 auto;
}
#alphabet div{
	width: 35px;
	height: 45px;
	float: left;
	background-image: url(imgs/dogalphabet.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.A{
	background-position: -18px 0px; 
}
div.B{
	background-position: -48px 0px;
}
div.C{
	background-position: -81px 0px;
}
div.D{
	background-position: -114px 0px;
}
div.E{
	background-position: -144px 0px;
}
div.F{
	background-position: -170px 0px;
}
div.G{
	background-position: -203px 0px;
}
div.H{
	background-position: -237px 0px;
}
div.I{
	width: 29px !important;
	background-position: -267px 0px;
}
div.J{
	width: 30px !important;
	background-position: -290px 0px;
}
div.K{
	background-position: -318px 0px;
}
div.L{
	background-position: -348px 0px;
}
div.M{
	background-position: -4px -38px;
}
div.N{
	background-position: -42px -38px;
}
div.O{
	background-position: -76px -38px;
}
div.P{
	background-position: -109px -38px;
}
div.Q{
	background-position: -141px -38px;
}
div.R{
	background-position: -175px -38px;
}
div.S{
	background-position: -204px -38px;
}
div.T{
	background-position: -231px -38px;
}
div.V{
	background-position: -260px -38px;
}
div.W{
	background-position: -296px -38px;
}
div.X{
	background-position: -331px -38px;
}
div.Y{
	background-position: -362px -38px;
}
div.letters{
	width: 88px;
	height: 90px;
}
div.totop{
	width: 100px;
	height: 50px;
	background: url(imgs/backtotop.gif) no-repeat left top;
	cursor: pointer;
}
#breed-links{
	width: 776px;
	margin: 0 auto;
}
#breed-links ul{
	margin: 0px 0px 0px 70px;
	padding: 0px;
	width: 776px;
	list-style: none;
	list-style-type:none;
}
#breed-links li{
	font-size: 10pt;
	float: left;
	width: 240px;
	padding: 2px 0px;
	font-weight: bold;
	text-indent: -8px;
	list-style: square outside url(imgs/bullet_orange.png);
}
hr{
	color: #9aad51;
	background-color: #9aad51;
	height: 4px;
	border: none;
}
