@charset "utf-8";
/* CSS Document */

li.Leftround a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	border-radius: 6px 0px 0px 6px
}

li.Rightround a
{
	display: block;
	cursor: pointer;
	background-image: linear-gradient(bottom, rgb(140,140,140) 3%, rgb(250,250,250) 56%);
background-image: -o-linear-gradient(bottom, rgb(140,140,140) 3%, rgb(250,250,250) 56%);
background-image: -moz-linear-gradient(bottom, rgb(140,140,140) 3%, rgb(250,250,250) 56%);
background-image: -webkit-linear-gradient(bottom, rgb(140,140,140) 3%, rgb(250,250,250) 56%);
background-image: -ms-linear-gradient(bottom, rgb(140,140,140) 3%, rgb(250,250,250) 56%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.03, rgb(140,140,140)),
	color-stop(0.56, rgb(250,250,250))
);
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	border-radius: 0px 6px 6px 0px
}

#pos {
	position: absolute;
	left: 340px;
	z-index: 2;
}

#wrapper {
 overflow: hidden; border: 1px solid #FFFFFF; min-width: 1347px; width: 100px; height: 1100px; min-height: auto; background-color: #FFFFFF; margin-left: auto; margin-right: auto; border-top: 0; border-bottom: 0; position: relative; right: 8px; top: 80px; z-index: 1;
 }

#info {
	position: absolute;
	top: 80px;
	left: 400px;
	width: 550px;
	z-index: 2;			
}

#info2 {
	position: absolute;
	top: 310px;
	left: 360px;
	width: 550px;
	z-index: 2;			
}

li.twosect a:link, li.twosect a:visited {
	color: #4876FF;
	text-decoration: none;
}

li.twosect a:hover {
	color: #000000;
}

#info3 {
	position: absolute;
	top: 480px;
	left: 380px;
	width: 550px;
	z-index: 2;			
}

#info4 {
	position: absolute;
	top: 780px;
	left: 380px;
	width: 550px;
	z-index: 2;			
}

a.petfind:link, a.petfind:visited {
	color: #4876FF;
	text-decoration: none;
}

a.petfind:hover {
	color: #000000;
	text-decoration: none;
}

@-moz-document url-prefix() {
#wrapper {overflow: hidden; border: 1px solid #FFFFFF; min-width: 1347px; width: 100px; height: 1100px; min-height: auto; background-color: #FFFFFF; margin-left: auto; margin-right: auto; border-top: 0; border-bottom: 0; position: relative; right: 308px; top: 198px; z-index: 1;}
 }