
/* content */
#content {
	float: none;
	width: 100%;
	margin-top: 10px;
	padding-right: 0;
}


/* section-id */
#section-id {
	padding-bottom: 0;
}



/* register */
#register {
	float: right;
	padding-right: 5px;
}

#register p {
	margin: 0;
	padding: 0
}

#register #txtEmail {
	border: 2px solid #cdcdcd;
	border-top-color: #8e8e8e;
	width: 110px;
}

#register #cmdGo {
	margin-bottom: -3px;
}





/* featured product elements */
table {
	 font-size: 100%;
}

#featured-products { width: 100%; }

#featured-products td { padding: 0; }

#featured-products td.content { padding-left: 15px; }

#featured-prod-photo {
	margin-right: 15px;
	width: 215px;
	float: left;
}

#featured-prod-details {
	vertical-align: bottom;
}
#featured-prod-splash {
	vertical-align: bottom;
	width: 243px;
}

#featured-prod-descrip {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	width: 213px;
	float: left;
}

ul.learn-more,
ul.learn-more a {
	color: #482020;
	font-weight: bold;
}
