@charset "UTF-8";
@import "common.css";


/* ---------------------------------------------------------
	CSS Document Top Contents
--------------------------------------------------------- */

#products {
	width: 820px;
	height: 135px;
	overflow: hidden;
	background: url(../images/products.jpg) repeat-x 0 0;
	text-align: left;
}

#products a {
	color: #fff;
}

#products a:hover {
	color: #000;
}

#products .box {
	float: left;
	width: 162px;
	height: 135px;
	overflow: hidden;
}

p.img {
	padding: 10px 0;
}

p.title {
	padding: 8px 5px;
}


#news {
	height: 100px;
	padding: 15px;
	background: #fff;
	text-align: left;
	color: #666;
}

#news h3 {
	height: 19px;
	overflow: hidden;
	border-bottom: dotted 1px #333;
	background: url(../images/whatsnew.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#news ul {
	list-style: none;
	line-height: 150%;
}

#news li {
	padding-top: 4px;
}

#news li span {
	display:block;
	float: left;
	width: 120px;
}
