
div#products {
	margin:  20px 0 20px;
	padding: 1px 0;
	background: url(/public/images/one-column-left-bg.gif) repeat-y center;
}

div#products div.first-column {
	display: inline; 
	float: left; 
	xwidth: 319px; 
	width: 239px;
}

div#products div.first-column div.content {
	xwidth: 279px;
	width: 199px;
	margin: 0 20px; 
	text-align: left;
	xbackground-color: red;
}

div#products div.second-column {
	display: inline; 
	float: left; 
	xwidth: 650px; 
	width: 730px;
	padding: 0px; 
}
div#products div.second-column div.content {
	xwidth: 610px;
	width: 690px;
	margin: 0 20px; 
	text-align: left;
	xbackground-color: blue;
}

div#products div.second-column div.content div.product {
	float: left;
	display: inline;
	margin-left: 2px;
	margin-right: 67px;
	margin-bottom: 20px;
	width: 180px;
	height: 90px;
	background-color: rgb(250, 250, 250);
	color: #6A6F4B;
}
div#products div.second-column div.content div.productlast {
	float: left;
	display: inline;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 180px;
	height: 90px;
	background-color: rgb(250, 250, 250);
	color: #6A6F4B;
}
div#products div.second-column div.content div.product a, div#products div.second-column div.content div.productlast a {
	color: #6A6F4B;
	text-decoration: none;
}

div#products div.second-column div.content div.product a:hover, div#products div.second-column div.content div.productlast a:hover {
	color: #6A6F4B;
	text-decoration: underline;
}

div#products div.second-column div.content div.product a:hover span, div#products div.second-column div.content div.productlast a:hover span {
	color: #6A6F4B;
	text-decoration: underline;
}


div#products h1 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0 5px;
}
