﻿#middle
{
	width: 520px;
	float: left;
	margin-right: 5px;
}

#news
{
	height: 220px;
	position: relative;
}

#newslist
{
	float: right;
	width: 310px;
}

#newslist h4
{
	display: none;
}

#newslist .morelink
{
	position: absolute;
	right: 12px;
	top: 12px;
}

#newslist ul
{
	margin-top: 5px;
	margin-left: 5px;
	line-height: 25px;
}

#newslist li
{
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #777777;
}

#newslist li a
{
	width: 205px;
	margin-left: 15px;	
}

#newsflash
{
	width: 150px;
	float: left;
	margin-top: 10px;
}

#products
{
	clear: both;
	height: 200px;
	position: relative;	
}

#products .morelink
{
	position: absolute;
	right: 14px;
	top: 122px;
}

#products #scroll_div
{
	margin: 12px 0px;
	float: left;
}
#products ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#products ul li
{
	float: left;
}
#products ul li img
{
	margin: 0px 6px;
}
#products ul li span
{
	margin: 11px 0px;
	display: block;
	text-align: center;
}