body {
	background-color: #0F137E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.leftnav {
	font-size: 10px;
	text-align: center;
	line-height: normal;
	float: left;
	width: 144px;
}
.normal {
	font-size: 12px;
}
.footer {
	color: #FFFFFF;
}
.footer a {
	color: #0F137E;
	font-weight: bold;
}
.footer a:hover {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #2A3676;
	margin-bottom: 25px;
}
.bold {
	font-weight: bold;
}
.bones a {
	color: #4B9A00;
}
.toys {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.treats {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.beds {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.bowls {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.leashes {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.apparel {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.food {
	background-image: url(images/dog-bone.gif);
	height: 42px;
	width: 163px;
	text-align: center;
	padding-top: 21px;
	background-repeat: no-repeat;
}
.tableul li {
	margin-bottom: 8px;
}

/* Contact Us Form formatting  */
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
}
.Contact_Us label {
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	padding: 3px;
}
.Contact_Us input {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.Contact_Us p {
	margin: 0px;
	clear: left;
}
.captcha label {
	background-color: #FFFFFF;
	float: left;
	width: 120px;
	margin-right: 5px;
}
.captcha input {
	height: 28px;
	padding-top: 10px;
}
input.submit {
	background-color: #2b3a76;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
	width: 205px;
	margin-left: 130px;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #900;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
  
