#content {
/*
	padding-bottom: 234px;
	background:url(../img/img_home_promo_bg.gif) left 100px no-repeat;
	*/
}

#promo {
	background: url(../img/img_home_promo_bg.gif) left 20px no-repeat;
	height: 200px;
	margin-top: 62px;
}

#banner {
 float:right;
 margin: 107px 20px 0 0;
}

.productboxOdd {
	background: url(../img/bg_home_productbox1.gif) repeat-y;
	width: 480px;
	height: 160px;
	float: left;
	margin-bottom: 20px;
}

.productboxEven {
	background:url(../img/bg_home_productbox2.gif) repeat-y;
	width: 480px;
	height: 160px;
	float: left;
	margin-bottom: 20px;
}

.productboxImg {
	width: 241px;
	float:left;
}

.productboxText {
	margin-left: 260px;
	padding-top: 12px;
	line-height: 21px;
	font-size: 14px;
}

.productboxText a {
	text-decoration: none;
}

.productboxText a:link {
	color: black;
}

.productboxText a:visited {
	color: black;
	text-decoration: none;
}

.productboxText a:hover {
	color: white; background-color:#2fc34d;
}

.productboxText a:active {
	color: black;
}

.productboxText a.more:link {
	color: #029946;
	text-decoration:underline;
}

.productboxText a.more:visited {
	color: #029946;
	text-decoration:underline;
}

.productboxText a.more:hover {
	color: white; background-color:#2fc34d;
	text-decoration: none;
}

.productboxText a.more:active {
	color: #029946;
	text-decoration:underline;
}