/***** Global Settings *****/
/***** Animal World *****/
 
html, body {
border:0;
margin:0;
padding:0;
scrollbar-face-color:#e5f5f3; 
scrollbar-arrow-color:#2e9fa3; 
scrollbar-track-color:#fff; 
scrollbar-shadow-color:#fff; 
scrollbar-highlight-color:#fff; 
scrollbar-3dlight-color:#fff; 
scrollbar-darkshadow-Color:#fff;
}
 
body {
background: #2e9fa3;
font:66.5%/1.25 Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto;
padding:0;
color: #666666;
}
 
/***** Headings *****/
h1.welcome {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_welcome.gif) 0 0 no-repeat;
height: 49px;
}

h1.aboutus {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_aboutus.gif) 0 0 no-repeat;
height: 49px;
}

h1.petsupplies {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_petsupplies.gif) 0 0 no-repeat;
height: 49px;
}

h1.pets {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_pets.gif) 0 0 no-repeat;
height: 49px;
width: 250px;
}

h1.pondgarden{
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_pondgarden.gif) 0 0 no-repeat;
height: 49px;
}

h1.catalog {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_catalog.gif) 0 0 no-repeat;
height: 49px;
width: 250px;
}

h1.contactus {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_contactus.gif) 0 0 no-repeat;
height: 49px;
}

h1.aquatic {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_aquatic.gif) 0 0 no-repeat;
height: 49px;
}

h1.birds {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_birds.gif) 0 0 no-repeat;
height: 49px;
}

h1.cats {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_cats.gif) 0 0 no-repeat;
height: 49px;
}

h1.dogs {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_dogs.gif) 0 0 no-repeat;
height: 49px;
}

h1.reptiles {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_reptiles.gif) 0 0 no-repeat;
height: 49px;
}

h1.smallanimals {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_smallanimals.gif) 0 0 no-repeat;
height: 49px;
}

h1 {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
color: #999999;
}

h2.petslist {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 1.0em 0;
padding: 0;
font-weight: bold;
color: #666666;
}

h2.news {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: #fff url(../images/layout/title_news.jpg) 0 0 no-repeat;
height: 88px;
}

#cat h2 { 
font-size: 25px;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0 -15px 0 0;
display: block;
padding: 7px 0 0 15px;
font-weight: bold;
background: url(../images/layout/cat_header.jpg) 0 0 no-repeat;
height: 47px;
width: 587px;
color: #FFFFFF;
float: right;
}
#cat {
display: block;
width: 587px;
float: right;
clear: right;

background:#2e9fa3 url(../images/layout/content_bg.gif) center repeat-y;
}
/***** Common Formatting *****/

p, ul, ol {
margin:0;
}

ul, ol {
padding:0;
}
/*
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Wrapper *****/
 
#wrap {
width: 1000px;
margin:0 auto;
	background:#2e9fa3 url(../images/layout/content_bg.gif) center repeat-y;
}
 
/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; padding: 8px 0 8px 8px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.caps    	   { text-transform: uppercase; }
.hidden		   { visibility: hidden; }
 
.wrap          { width:1000px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.img-right-flush     { float:right;margin:0; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.caption	   { text-align: right; color: #9a9999; font:0.7em Verdana, Arial, Helvetica, sans-serif; padding-top: 5px; }
.blue		   { color: #2273a7; }
.bigtxt		   { font-size: 1.2em; }
.lighttxt	   { font-size: 1em; color: #888888; }
.border-top    { border-top: 1px dotted #999999; width: 435px; }
.accented-bl   { font-weight: bold; color: #2e9fa3; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.2em;}
.accented-yl   { font-weight: bold; color: #f5b211; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.2em;}
.accented-or   { font-weight: bold; color: #cb8f1c; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.2em;}
.accented-br   { font-weight: bold; color: #563214; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.2em;}
.accented-gr   { font-weight: bold; color: #67d753; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.2em;}
.accented-ot   { font-weight: bold; color: #d66202; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.2em;}
.accented-lb   { font-weight: bold; color: #25a2b3; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.4em;}
.accented-dg   { font-weight: bold; color: #379e6b; font-family: Georgia, "Times New Roman", Times, serif; font-style: italics; font-size: 1.4em;}
.accented-bl2  { font-weight: bold; color: #288a80;}

/***** Layout *****/

#header {
	margin:0 auto;
	padding:0;
	background:#2e9fa3 url(../images/layout/header_bg.gif) center no-repeat;
	height: 142px;
}

#flashheader {
	margin: 0 0 0 100px;
	padding:0;
}

#header-nav {
	width: 885px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: #055661;
	font-size: 0.9em;
	padding: 80px 0 0 0;
}

#header-nav a, #header-nav a:link, #header-nav a:visited {
	color: #055661;
	text-decoration:none;
}

#header-nav a:hover {
	color:#fff;
	text-decoration:none;
}

#header-nav a.active {
	color:#fff;
	text-decoration:none;
}

#pets-nav-container {
	height: 85px;
}

#pets-nav li {
	display: inline; 
	list-style:none; 
	margin: 0;
}

#pets-nav li a { 
	float: left; 
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#pets-nav li a img { 
	border:none; 
	vertical-align: bottom; /* for IE6 */
}
#pets-nav li a:hover { 
	visibility:visible; /* for IE6 */ 
}
#pets-nav li a:hover img { 
	visibility:visible; /* for IE6 */ 
}
#pets-nav li a:hover img/**/ { 
	visibility:hidden; /* hide from IE5.0/win */
}

#btnaquatic { 
	background: url(../images/nav_pets/aqutic_on.png) no-repeat left bottom; 
}
#btnbirds { 
	background: url(../images/nav_pets/birds_on.png) no-repeat left bottom; 
}
#btncats { 
	background: url(../images/nav_pets/cats_on.png) no-repeat left bottom; 
}
#btndogs { 
	background: url(../images/nav_pets/dogs_on.png) no-repeat left bottom; 
}
#btnreptiles { 
	background: url(../images/nav_pets/reptiles_on.png) no-repeat left bottom; 
}
#btnsmallanimals { 
	background: url(../images/nav_pets/smallanimals_on.png) no-repeat left bottom; 
}


/*
#logo {
	color:#1f1e23;
	margin:0;
	background-color:#fff;
	padding:0;
}

#logo span {
	background: url(../images/layout/logo.gif) no-repeat;
	position: absolute;
	width: 242px;
	height: 100px;
	background-image: url(../images/layout/logo.gif);
	vertical-align: bottom;
}
*/

/***** Navigation *****/

#navcontainer {
	margin:0 auto;
	padding:0;
	background:#2e9fa3 url(../images/layout/menu_bg.gif) center no-repeat;
	height: 81px;
}

#nav {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 81px;
}

#nav li { 
	display: inline; 
	list-style:none; 
	margin: 0 auto;
}
#nav li a { 
	float: left; 
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#nav li a img { 
	border:none; 
	vertical-align: bottom; /* for IE6 */
}
#nav li a:hover { 
	visibility:visible; /* for IE6 */ 
}
#nav li a:hover img { 
	visibility:visible; /* for IE6 */ 
}
#nav li a:hover img/**/ { 
	visibility:hidden; /* hide from IE5.0/win */
}

#btaboutus { 
	background: url(../images/layout/bt_about_ov.gif) no-repeat left bottom; 
}
#btsupplies { 
	background: url(../images/layout/bt_supplies_ov.gif) no-repeat left bottom; 
}
#btpets { 
	background: url(../images/layout/bt_pets_ov.gif) no-repeat left bottom; 
}
#btpond { 
	background: url(../images/layout/bt_pond_ov.gif) no-repeat left bottom; 
}
#btcatalog { 
	background: url(../images/layout/bt_catalog_ov.gif) no-repeat left bottom; 
}



#main {
	padding:0;
	margin: 0 auto;
	background:#2e9fa3 url('../images/layout/content_bg.gif') center repeat-y;
}

#content {
	padding: 0;
	background: #fff;
	margin: 0 auto;
	width: 800px;
	background:#2e9fa3 url('../images/layout/content_bg.gif') center repeat-y;
	
}

#content p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0 0 2.25em 0;
}

#contentmain {
	padding: 0 30px 30px 0px;
	margin: 0 auto; 
	width: 435px;
	float: right;
	background:#2e9fa3 url(../images/layout/content_bg.gif) center repeat-y;
}

#contentmain p.first {
	margin: 2.0em 0 2.25em 0;
}

#contentmain p.home{
	margin: 1.0em 0 2.25em 0;
}

#contentmain ul{
	margin: 0 0 10px 0px;
}

#contentleft{
	width: 305px;
	float: left;
	padding: 10px 0 10px 30px;
	vertical-align: middle;
}

#contentleft-flash{
	width: 335px;
	float: left;
	padding: 0;
	vertical-align: middle;
}

#contentmainfull {
	padding: 0 20px 20px 20px;
	margin: 0 auto; 
	width: 756px;
	background:#2e9fa3 url('../images/layout/content_bg.gif') center repeat-y;
}

#contentmainfull p {
	font-size: 1.0em;
	line-height:20px;
	color:#413b3c;
	margin: 0 30px 2.25em 0;
}
#catalog {
	background:#2e9fa3 url(../images/layout/content_bg.gif) center repeat-y;
}

.boldtitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#content p a:link { 
	color: #2e9fa3;
	text-decoration: none;
	font-weight: bold;
}

#content p a:visited { 
	color: #055661;
	text-decoration: none;
	font-weight: bold;
}

#content p a:hover {
	color: #eeb624;
	text-decoration: none;
	font-weight: bold;
}

.pondgardenlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.8em;
}

#aboutuslist ul {
	width: 435px; /* width is changed */
	margin: 0;
	padding: 0;
	list-style-type: square;
	
}

#aboutuslist li {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0 0 0 1em; /* left padding moves the text away from the bullet */
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

ol {
	list-style-type: decimal; 
	margin: 1em 0 1em 30px;
	list-style-position: outside;
}

ol li { 
	margin: .5em 0 .5em 0;
	line-height: 2.0em;
	padding: 8px 0;
}

/*
.petslists-og ul {
	width: 435px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.petslists-og li {
	float: left;
	width: 190px;
	margin: 0;
	background-image: url(../images/layout/bullet04.gif);
	background-position: 0 5px;
    background-repeat: no-repeat;
	padding: 0 0 0 2.0em; 
	list-style: none;
	line-height: 2.5em;
}

.petslists-yl ul {
	width: 435px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.petslists-yl li {
	float: left;
	width: 190px;
	margin: 0;
	background-image: url(../images/layout/bullet05.gif);
	background-position: 0 5px;
    background-repeat: no-repeat;
	padding: 0 0 0 2.0em; 
	list-style: none;
	line-height: 2.5em;
}

.petslists-gd ul {
	width: 435px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.petslists-gd li {
	float: left;
	width: 190px;
	margin: 0;
	background-image: url(../images/layout/bullet06.gif);
	background-position: 0 5px;
    background-repeat: no-repeat;
	padding: 0 0 0 2.0em; 
	list-style: none;
	line-height: 2.5em;
}

.petslists-rd ul {
	width: 435px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.petslists-rd li {
	float: left;
	width: 190px;
	margin: 0;
	background-image: url(../images/layout/bullet07.gif);
	background-position: 0 5px;
    background-repeat: no-repeat;
	padding: 0 0 0 2.0em; 
	list-style: none;
	line-height: 2.5em;
}

.petslists-gr ul {
	width: 435px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.petslists-gr li {
	float: left;
	width: 190px;
	margin: 0;
	background-image: url(../images/layout/bullet08.gif);
	background-position: 0 5px;
    background-repeat: no-repeat;
	padding: 0 0 0 2.0em;
	list-style: none;
	line-height: 2.5em;
}

.petslists-bl ul {
	width: 435px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.petslists-bl li {
	float: left;
	width: 190px;
	margin: 0;
	background-image: url(../images/layout/bullet09.gif);
	background-position: 0 5px;
    background-repeat: no-repeat;
	padding: 0 0 0 2.0em; 
	list-style: none;
	line-height: 2.5em;
} */

#petbuttons li { 
	display: inline; 
	list-style:none; 
	margin: 0 auto;
}
#petbuttons li a { 
	float: left; 
	display: block;
	padding: 0;
	margin: 10px;
}

#petbuttons li a img { 
	border:none; 
	vertical-align: bottom; /* for IE6 */
}
#petbuttons li a:hover { 
	visibility:visible; /* for IE6 */ 
}
#petbuttons li a:hover img { 
	visibility:visible; /* for IE6 */ 
}
#petbuttons li a:hover img/**/ { 
	visibility:hidden; /* hide from IE5.0/win */
}
#btaquatic { 
	background: url(../images/layout/bt_aquatic_ov.jpg) no-repeat left bottom; 
}
#btbirds { 
	background: url(../images/layout/bt_birds_ov.jpg) no-repeat left bottom; 
}
#btcats { 
	background: url(../images/layout/bt_cats_ov.jpg) no-repeat left bottom; 
}
#btdogs { 
	background: url(../images/layout/bt_dogs_ov.jpg) no-repeat left bottom; 
}
#btreptiles { 
	background: url(../images/layout/bt_reptiles_ov.jpg) no-repeat left bottom; 
}
#btsmallanimals { 
	background: url(../images/layout/bt_smallanimals_ov.jpg) no-repeat left bottom; 
}



/* HOME PAGE */

#float-left-flash {
	float: left;
}

#news{
	height: 300px;
	overflow:auto;
	padding-right:5px;	
}
#news p{margin: 0 0 1em 0; line-height:17px;}
#news .date {
	font-size:1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 1.0em 0;
	padding: 0;
	font-weight: bold;
	color: #666;}
#news .title {
	font-size:1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 1.0em 0;
	padding: 0;
	font-weight: bold;
	color: #2e9fa3;
}

/* CATALOG */

#catnav{float:left;   width:200px;}


#product{float:right; clear: right; display: block; width: 550px;margin:0 0 15px 0; padding: 0 5px 0 0; 
background:#2e9fa3 url(../images/layout/content_bg.gif) center repeat-y;}
#product img{float:left;  padding:15px 0 0 0;}
#product h3{text-transform:uppercase; font-size:12px; color:#2e9fa3; margin:0px; }
#product table, tr, td{vertical-align:top; border-collapse:collapse; border-spacing:0; border: 0; padding:0;}
#product p {
	font-size: 1.0em;
	line-height:15px;
	color:#413b3c;
	margin: 0 0 5px 0;
}
#product a { 
	color:#e9aa00;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
#product a:hover{ text-decoration:underline;}

#productimage{width:120px;}
#productprice{padding-left:20px;}
#productinfo tr td{padding-top:10px;}

/*#news{
	height: 520px;
	overflow:auto;
	padding-right:5px;	
}
#news p{margin: 0 0 1em 0; line-height:17px;}
#news .goldheader{color:#FFB500; font-size:12px;}
#news .blueheader{color:#3366C4; font-size:12px;}*/

/*

#content .list {
	padding:0;
	margin: 0 0 20px 0;
}

#content .list ul {
	margin:0;
	padding:0;
}

#content .list li {
	list-style:none;
	border-top:1px solid #ccc;
	margin:0;
	padding:0;
	font-size:11px;
	color:#666
}

#content .list li a {
	display:block;
	color:#666;
	text-decoration:none;
	padding:5px;
}

#content .list li a:hover {
	display:block;
	color:#fff;
	background:#DDEE55;
	text-decoration:none;
}

#pagegallery {
	float: right;
	width: 255px;
	background-color:#666666;
	margin: 0 0 20px 20px;
	color: #fff;
}
*/


/***** Footer *****/

#footerbanner {
	background: url(../images/layout/footer_petsupplies.jpg) center no-repeat;
}

#footer {
	background:#2e9fa3 url(../images/layout/footer.gif) center no-repeat;
	margin: 0 auto;
	height: 175px;
}

#footermenu {
	width: 760px;
	margin:0 auto;
	padding: 0;
	font-size: 0.9em;
	text-transform: uppercase;
}

#footermenu ul {
	padding: 30px 0 0 195px;
}

#footermenu li { 
	display: inline; 
	list-style:none; 
	padding: 0;
	margin: 0;
}

#footermenu li a { 
	float: left; 
	display: block;
	padding: 0 10px;
	margin: 0;
}

#footermenu a, #footermenu a:link, #footermenu a:visited {
	color:#4db9e5;
	text-decoration:none;
}

#footermenu a:hover {
	color:#d7e784;
	text-decoration:none;
}

#sitecredits {
	color: #158b8f;
	font-size: 0.8em;
	width: 800px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 auto;
	
}

#sitecredits p{
	padding: 45px 10px 0 0 ;
}

#sitecredits a, #sitecredits a:link, #sitecredits a:visited {
	color: #158b8f;
	text-decoration: none;
}

#sitecredits a:hover{
	color: #c1eef0;
	text-decoration: none;
}
#cookietrail a:link, #cookietrail a:visited {
	color: #000;
	text-decoration: none;
}
#cookietrail p {
	margin: 0px 0px 0px 150px;
	}
#print p {
	float: right;
}
#print a:link, #cookietrail a:visited {
	color: #000;
	text-decoration: none;
}
#print p {
	margin: 0px 0px 0px 150px;
	}
