.header-store {
	float: left;
	margin: 15px 0 8px 20px;
	width: 50px
	}

.indentmenu{
font: 0.98em Arial;
width: 100%; /*leave this value as is in most cases*/
background: #C6D3E0;
}

.indentmenu ul{
margin: 20px 30px 0 0;
padding: 0;
float: right;
/* width: 80%; width of menu*/
border-top: 1px solid #2C527B; 
border-left: 1px solid #2C527B; 
background: #FFF url(../images/tab.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #2C527B;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #2C527B;
}

.indentmenu ul li a:visited{
color: #2C527B;
}

.indentmenu ul li a.selected{
color: #003366;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: #FFF url(../images/tab-active.gif) center center repeat-x;
}

#petsdivcontainer {
	width:99%; 
	height: 500px; 
	padding: 5px; 
	margin-bottom:1em;
	border-top: 1px solid #2C527B; 
	}

.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover { 
	color: #6EC6F6; 
	text-decoration: none; 
	text-transform: uppercase;
	font: normal lighter 8px Arial, Helvetica, sans-serif;
	}