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

body {
	background-color:#FFEB86;
	background-image:url(/images/common/bodyBkg.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
}

#wrapper {
	width:880px;
	margin:auto;
}

#navigation {
	padding-top:154px;
	padding-left:151px;
}
#navigation a{
	display:block;
	float:left;
	height:18px;
	background-repeat:no-repeat;
	margin-right:10px;
	background-position:0px 0px;
}
#navigation a:hover {
	background-position:0px -18px;
}
#navigation a span{
	display:none;
}
a.navHome{
	background-image:url(/images/common/navHome.jpg);
	width:61px;
}
a.navAbout{
	background-image:url(/images/common/navAbout.jpg);
	width:70px;
}
a.navStore{
	background-image:url(/images/common/navStore.jpg);
	width:64px;
}
a.navResources{
	background-image:url(/images/common/navResources.jpg);
	width:100px;
}
a.navEndorsements{
	background-image:url(/images/common/navEndorsements.jpg);
	width:130px;
}
a.navContact{
	background-image:url(/images/common/navContact.jpg);
	width:57px;
}
a.navAnimals{
	background-image:url(/images/common/navAnimals.jpg);
	width:81px;
}

#animalsCircle {
	position:relative;
	width:811px;
	height:594px;
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
}
#animalsCircle img{
	position:absolute;
	border:none;
}
#pets {
	left: 250px;
	top: 5px;
}
#foods {
	left: 404px;
	top: 0px;
}
#tiger {
	left: 542px;
	top: 15px;
}
#bugs {
	left: 641px;
	top: 143px;
}
#fish {
	left: 635px;
	top: 311px;
}
#dolphin {
	left: 550px;
	top: 405px;
}
#cow {
	left: 404px;
	top: 426px;
}
#pig {
	left: 243px;
	top: 454px;
}
#quail {
	left: 102px;
	top: 405px;
}
#duck {
	left: 0px;
	top: 311px;
}
#turkey {
	left: 0px;
	top: 156px;
}
#chicken {
	left: 102px;
	top: 28px;
}
.red {
	color:#cc0000;
}
.redBold {
	color:#cc0000;
	font-weight:bold;
}

div.formbuttons {
	width:130px;
	height:59px;
	margin:auto;
	overflow:hidden;
}
div.formbuttons form.form1{
	width:65px;
	float:left;
}
div.formbuttons form.form2{
	width:65px;
	float:right;
}
	












	
