﻿#mainPageImage0,#topOffers
{
	display:none;
}

/* Begin narrow down featured card and featured article */
#featureArticle h2, #featureCard h2
{
	display: block;
	background-image: url(images/section-header-mini.gif);
	background-repeat: no-repeat;
	width: 265px;
	height: 24px;
	font-size: 10pt;
	padding-left: 3px;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	line-height: 24px; /* To make vertical-align work */
	font-weight: bold;
	text-decoration: none;
	/* text-transform: uppercase; - Barry */
}

#featureCard
{	
	float: left;
	margin-left:12px; /* make the samilar effect as theme 1 */
	width: 265px;	
}
#featureCardContent
{
	width:263px; /*275px*/
}
#featureCard .textAndBtn
{
	width:253px;
}
#featureCard .cardArtSM
{	
    border-right:0px;
    
	float:none;       /* The 3 lines make it the middle*/ 
    margin-left: auto;
	margin-right: auto;	
}

#featureCard .textAndBtn a.button:link, #featureCard .textAndBtn a.button:visited /*learn more button*/
{	
	float:none;
	margin-left: auto;
	margin-right: auto;
}
#featureArticle
{
	display: inline;
	float: left;	
	width: 263px; /*275px*/

}
#featureArticleContent
{
	width:253px; /*275px*/
	min-height: 232px; /* not working in IE 6 */
}

#CatDir
{
	padding-top:10px;/*margin is gone in firefox without this*/
}
/* End narrow down featured card and featured article */