/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#HomeContent_Custom{
	padding:15px;
}


#petsdivcontainer
{
	width:896px; height:700px;
	background:url(../image/showcase_series_block_bgd_top.gif);
}

#top
{
	width:896px; height:8px;
	margin-top:120px;
	background:url(../image/showcase_top.gif);
}
#bottom
{
	width:896px; height:15px;
	background:url(../image/showcase_bottom.gif);
}

#menu .indentmenu{
	font: bold 12px Arial;
	/*leave this value as is in most cases*/
position:absolute;
	width: 896px;
}

#menu .indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
 /*darkred border*/
}

#menu .indentmenu ul li{
display: inline;
vertical-align:middle;

}

#menu .indentmenu ul li a{
float: left;
color: #666; /*text color*/
text-decoration: none;
height:130px;
text-align:center;
padding:5px 15px 0 15px;
margin-right:2px;
outline:none;
}

#menu .indentmenu ul li a img{
outline:none;
border:0;
}

#menu .indentmenu ul li a:hover{
text-decoration:underline;
height:130px;
}

#menu .indentmenu ul li a.selected{
background:url(../image/shadow.png) no-repeat;
height:130px;
}
