/* CSS Document */
/* Applies only to the homepage */

#heading h1 {
	}

h2 {background: none;}

.caption {
	font-size:smaller;
	font-weight:bold;
	text-align:center;
	}

/** used for bulleted list of advantages on homepage - may be discarded in the future **/
#advantages {
	font-weight:bold;
	}
#advantages ul {
	margin-top:0px;
	margin-bottom:0px;
	}

/** must be placed before main column in html **/
#rightcolumn {
	float:right;
	clear:right;  /** allows several to stack **/
	margin-left: 8px;
	padding-left: 8px;
	width:200;
	border-left: 1px solid silver;
	}

#rightcolumn .caption {
	margin-bottom:12px;
	}


/** botom area floats below right and left columns - Place in html after both columns **/
.fullwidth {
	width:100%;
	float:right;
	clear:both;
	}

#featuredproductstable {
	width:560px;
	border:none;
	}

/* 4px padding, 130p width leaves room for 4 items */
/* currently set to 10px padding to look better with 3 items */
#featuredproductstable td {
	width:25%;
	vertical-align:top;
	padding:10px;
	}

#featuredproductstable img{
	height:130px;
	width:130px;
	margin-top:10px;
	border:none;
	}
	
/** used for the 'browse product catalog' text at the bottom of the page.  Appears like an h2 but is not a headding **/
.likeh2 {
	font-size: 130%;
	font-weight:bold;
	}

