
/* Content */
#content .wrap {
	padding: 0 0 10px 300px;
	height: 355px;
}
html>body #content .wrap {
	height: auto;
	min-height: 355px;
}
#content h2 {
	height: 139px;
	margin: 0 0 1em;
	line-height: normal;
}
#content h2 span {
	display: none;
}

/* Featured product and News Boxes */
table.boxes {
	margin: 5px 15px 10px 25px;

}
.boxes td.product {
	width: 58%;
	padding-right: 25px;
}
.boxes td.news {
	width: 42%;
}
.boxes h3 {
	clear: both;
	height: 22px;
	margin: 0 0 .5em;
	background-position: top left;
	background-repeat: no-repeat;
}
.boxes h3 span {
	display: none;
}
.boxes h4 {
	margin: 0 0 .4em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
}
.boxes p {
	margin: 0 0 .5em;
	padding: 0;
	text-align:justify;
}
.boxes img {
	border: 1px solid #DDDAD3;
}

