* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg-board.jpg) top left;
	line-height: 160%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}

#container {
	position:relative;
	margin: 0 auto;
	width: 750px;
	background: transparent;
}

#local {
	float: right;
	height: 60px;
}

#header {
	padding-top: 35px;
}

#logo {
	position: absolute;
	left: -10px;
	top: 10px;
	width: 182px;
	height: 140px;
	border: none;
}

a, a:hover, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}

#menu {
	position: absolute;
	top: 60px;
	text-align: right;
	height:35px;
	width:100%;
	background:	transparent url(images/bg-menu.jpg) top repeat-x;
}

#menu ul {
	position: relative;
	left: 200px;
	margin-right: 5px;
}
li {
	color: #a11e19;
}
#menu li {
	list-style-type: none;
	float: left;
	display: block;
	height: 35px;
	background: transparent url(images/menu-spacer.jpg) right no-repeat;
	padding-right: 3px;
}

#menu li.last {
	background: transparent;
}

#menu li a {
/*	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
	color: #491c14;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
*/	padding: 0 9px;
	display: block;
}

#menu li a:hover {
/*	background: transparent url(images/bg-menu-selected.gif) repeat-x;
	color: #a11e19;
*/}
#menu li a.active {
/*	background: transparent url(images/bg-menu-selected.gif) repeat-x;
	color: #a11e19;
*/}

#submenu {
	background-color: #ffe69a;
	position: absolute;
	top: 95px;
	left: 100px;
}

#submenu ul {
	position: relative;
	left: 100px;
}

#submenu li {
	list-style-type: none;
	float: left;
	display: block;
	height: 24px;
	background:  #ffe69a url(images/submenu-spacer.gif) right no-repeat;
	padding-right: 3px;
}

#submenu li.last {
	padding-right: 20px;
	background:  #ffe69a url(images/sub-endcap.jpg) bottom right no-repeat;
}

#submenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
	color: #491c14;
	padding: 5px 5px 7px 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}

#submenu li a:hover {
	color: #a11e19;
}

#submenu li a.active {
	color: #a11e19;
}

#maincontent_full {
	margin-top: 60px;
	padding-top: 65px;
	padding-left: 30px;
	width:720px;
	background-color: #fefcf3;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#maincontent_full li {
	margin-left: 16px;
	padding-top: 6px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #a11e19;
	clear: both;
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	clear: both;
}

#footer {
	text-align: center;
	background-color: transparent;
	height: 30px;
	margin-top: 10px;
	color: #fff;
	width:100%;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

#testimonial_area {
	background: transparent url(images/bg-testimonial-form.jpg) left no-repeat;
	width: 660px;
	height: 442px;
	padding-top: 10px;
	margin-left: 15px;
	color:#A11E19;
}

#testimonial_area h2
{
	color:#A11E19;
}
#testimonial_area .col1 p
{
	margin-bottom: 8px;
	padding-left: 30px;
}
#testimonial_area .col2 p
{
	margin-bottom: 6px;
}

#testimonial_area input.h {
	background-color:#FFFFFF;
}
#contact_area {
	background: transparent url(images/bg-contact-form.jpg) left no-repeat;
	width: 607px;
	height: 508px;
	padding-top: 10px;
	margin-left: 41px;
}

#contact_area p {
	padding-bottom: 8px;
}

#contact_area input.h {
	height: 17px;
	width: 230px;
	margin: 0;
	padding: 0;
}

#contact_area textarea {
	width: 230px;
	height: 100px;
}

label {
	color: #a11e19;
	font-size: 12px;
	font-weight:bold;
}

.label {
	color: #a11e19;
	font-size: 12px;
	font-weight:bold;
}

.formitem
{
	margin-bottom: 8px;
	position: static;
	z-index: 1;
}

label.error
{
	margin: 0px 0px 0px 5px;
	color: #fff;
	padding: 2px 0px 2px 12px;
	background: transparent url(images/error_left.gif) left no-repeat;
	position: absolute;
	z-index: 3;
}

label.error span
{
	padding: 5px 6px 4px 0px;
	width: 120px;
	display: block;
	background: transparent url(images/error_right.png) right no-repeat;
}

.contact_submit {
	position: relative;
	left: 165px;
	top: 40px;
}
.go_btn {
	border: none;
	margin-bottom: -6px;
	margin-left: -2px;
}

#frmShelter {
	position:relative;
	left:346px;
	top:89px;
}

#frmShelter select{	
	width: 135px;
}

.colmask {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background-color: transparent;
}
.colmask2 {
	clear:both;
	float:left;
	width:695px;
	overflow:hidden;
	background-color: transparent;
}
.colmask3 {
	clear:both;
	float:left;
	width:100%;
	background-color: transparent;
}
.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:2em 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.results {
	width: 650px;
	position: relative;
	left: 15px;
}

.singlecol {
	width: 690px;
}

.doublepage {
	background: transparent;
}
.doublepage .colleft {
	right:50%;
}
.doublepage .col1 {
	width:44%;
	left:50%;
}
#contact_area .doublepage .colleft .col1 {
	left: 52%;
}
.doublepage .col2 {
	width:44%;
	left:56%;
}

.colored {
	background-color: #fef7e0;
}

.white {
	background-color: #fff;
}

.threecol .colmid {
	right:25%;
}
.threecol .colleft {
	right:25%;
}
.threecol .col1 {
	width:46%;
	left:52%;
}
.threecol .col2 {
	width:21%;
	left:56%;
}
.threecol .col3 {
	width:21%;
	left:60%;
}

.rule {
	height: 15px;
	width: 750px;
	margin: 10px 0 10px -30px;
	background: transparent url(images/rule.jpg) no-repeat;
	clear: both;
}

.hah {
	min-height:216px;
	height: auto !important;
	height: 216px;
	width: 720px;
	background: url(images/have-a-heart.jpg) right no-repeat;
}

.ask_the_vet {
	height: 387px;
	width: 285px;
	background: transparent url(images/ask-the-vet.jpg) right no-repeat;
}

#askVet {
	position: relative;
	top: 170px;
	left: 20px;
}

#frmAskTheVet textarea, #frmAskTheVet .h {
	width: 235px;
	z-index: 10;
}

#frmAskTheVet textarea {
	height: 90px;
}

#frmAskTheVet .contact_submit {
	position: relative;
	top: 10px;
}

.product {
	float:left;
	width:159px;
	height:230px;
	padding:7px;
	text-align:center;
}

.product a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.product a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a11e19;	
}

.ingredients {
	font-style: italic;
}

.back_link {
	float:right;
	margin-right:30px;
}

.back_link a, .back_link a:hover, .back_link a:visited, .back_link a:active {
	color: #a11e19;
}

#overlay {
	display:none;
	background-color: transparent;
	height:480px;
	width:700px;		
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:436px;
	width: 666px;
	overflow:hidden;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:15px; top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
