﻿/* Primary Stylesheet for PollysPetProducts.com, Copyright 2004, All Rights Reserved */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#main {
	width: 760px;
}
#top {<link rel="stylesheet" type="text/css" href="ppp.css">
}
#navbar {
	width: 160px;
	border-right: 1px solid #000CA9;
	/*padding: 10px 10px 10px 10px;*/
}
#content {
	border: 0px solid #FFFFFF;
	/*padding: 10px 10px 10px 10px;*/
	width: 600px;
}
.bold {
	font-weight: bold;
}
p.contact_title {
	font-size: inherit;
	font-weight: bold
}
p.contact_subtitle {
	font-size: inherit;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
p.topic {
	font-size: x-large;
	font-weight: bold;
}
p.submenu {
	margin: 0px 0px 0px 5px;
	font-size:12px;
}
p.submenu2 {
	margin: 0px 0px 1em 10px;
	font-size:12px;
}
span.contact {
	font-size: inherit;
	font-weight: normal;
}
table {
	padding: 0px 5px 0px 5px;
	border-collapse: collapse;
}
td {
	vertical-align:top;
}
td.triple {
	width: 200px;
}
td.tripletoy {
	width: 200px;
	vertical-align:bottom;
	text-align:center;
}
p {
	font-size: 16px;
}
div {
	margin: 10px 10px 10px 10px;
}
div.main {
	width:800px;
	margin: 0px 0px 0px 0px;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
li.bullet {
	list-style-type: disc;
}
.standard {
	width:400px;
}
A:visited {
color: #666666;
}

A:link {
color: #666666;
}

A:active {
color: #666666;
}

A:hover{
color: #673E00;
}