body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/petbg.gif) repeat-y;
	color: #333;
	font-family: Verdana. Arial, Helvetica, sans-serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000052;
}

a:link {
	color: #000052;
}

a:visited {
	color: #3399CC;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#special {
	position: absolute;
	top: 10px;
	left: 530px;
	width: 230px;
	display:none;
}

#special img {
	float: left;
}

#special h2 { 
	font-size: 100%;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: .5em;
}

#special p {
	margin-top: 0;
	font-size: 90%;
}

#nav {
	width: 112px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav li {
	margin: 0 0 0 12px;
	padding: 0;
   	list-style: none;
   	display: inline;
   	background: none;
}

ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin: 0;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

dd {
	margin-bottom: 20px;
}

.field {
	 width: 300px;
}

.sale { color: #CC0000; }

.textarea_field {
	width: 300px;
	height: 100px;
}

#content {
	margin: 0 20px 20px 170px;
}

.graphic {
	float: right;
	margin: 0 20px 10px 15px;
}

#footer {
	font-size: 80%;
	line-height: normal;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	text-align: center;
	border-top: 1px solid #CCC;
}

#catalog #footer {
	/*width: 600px;*/
	width: 100%;
}

#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: normal;
}

#footer .bottom_nav {
	margin-bottom: 30px;
}

#catalog_nav {
	border-top: 1px solid #FFF;
	font-size: 90%;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#catalog_nav li {
	background: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
	list-style: none;
}

#catalog_nav a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bullet_paw.gif) no-repeat 5px 5px;
	display: block;
	padding: 5px 5px 5px 23px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	font-size: small;
	}

#catalog_nav a:hover {
	color: #3399CC;
}

#catalog_nav a:active {
	color: #000052;
}

#catalog_nav .home {
	margin-top: 20px;
	border-top: 1px solid #FFF;
}

#catalog_nav .checkout {
	margin-top: 20px;
	border: none;
}

#catalog_nav .checkout a {
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#catalog_nav .checkout a:hover {
	background: none;
}


.right { float: right; font-weight: bold; text-align: center; width: 200px; }