.slide-show {
background-position:center center;
background-repeat:no-repeat;
display:block;
height:273px;
margin-bottom:10px;
position:relative;
text-align:center;
width:699px;
}

.indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 2px;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	text-decoration: none;
	border: 1px solid #ccc;
	width:16px;
	height:14px; 
	text-align:center;
	background-color:white;
	text-decoration:none;
}

.indentmenu ul li a:hover{
	background:#ddd;
	text-decoration:none;
}

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

.indentmenu ul li a.selected{
	color: white !important;
	background:#333333;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}


.bannerrotator0 { height:20px; top:218px; }
.bannerrotator1 { height:40px; top:198px; }
.bannerrotator2 { height:60px; top:178px; }
.bannerrotator3 { height:80px; top:158px; }
.bannerrotator4 { height:100px; top:138px; }

#bannerBack {
background-color:#333333;
left:1px;
opacity:0.5;
padding:5px;
position:absolute;
top:230px;
width:683px;
}
#bannerContent {
left:5px;
padding:5px;
position:absolute;
top:230px;
width:679px;
}

#bannerContent p {
	color:#fff;
	font-weight:bold;
	position: relative; 
	margin:0;
	padding:0;
}


#pettabs {
float:right;
left:10px;
padding:10px 10px 0 0;
position:absolute;
text-align:right;
width:auto;
z-index:500;
}
#pettabs ul { float:right}
.homebanners {text-align:justify; margin-bottom:1em; position:relative }
.homebanners a { text-decoration:none}
