@charset "UTF-8";

/* ======= Index ==========

1.design.css Reset
2.homeHeader
3.homeLeft
4.homeProductsLink

========== Index ========== */

/* 1.design.css Reset */
p {
	margin: 0;
}
img {
	border: 0;
}
#Footer {
	clear: both;
}
#Footer p#copy {
	float: left;
	width: 420px;
	color: #bbbbbb;
	display:inline;/*IE6*/
}
ul,ol,li {
	margin: 0;
	padding: 0;
}

/* 2.homeHeader */
#homeHeader {
	background: url(images/home-bg01.jpg) no-repeat left 62px;
	width: 760px;
	min-height: 340px;
	padding-bottom: 20px;
}
p#homeLogo {
	padding: 15px 0 0 20px;
}
#homeHeader h1 {
	padding: 59px 0 0 20px;
}
p#homeLead {
	background: url(images/home-bg02.gif) no-repeat left top;
	margin: 152px 20px 10px 23px;
	padding-left: 10px;
	line-height: 1.6;
}

/* 3.homeLeft */
#homeLeft {
	float: left;
	width: 240px;
	margin-left: 24px;
	padding-bottom: 40px;
	display:inline;/*IE6*/
}
#homeWhatsnew {
	margin-bottom: 6px;
	min-height: 185px;
	height: auto !important;/*IE6*/
	height: 185px;/*IE6*/
	background: url(images/home-bg03.gif) no-repeat left bottom;
	color: #ffffff;
}
#homeWhatsnew ul {
	padding: 3px 10px;
	list-style: none;
}
#homeWhatsnew ul li {
	padding: 0 0 0 18px;
	background: url(images/home-icon01.gif) no-repeat left top;
	line-height: 1.4;
}
#homeWhatsnew ul li img {
	padding: 5px;
}
#homeWhatsnew ul a {
	color: #ffffff;
	text-decoration: underline;
}
#homeWhatsnew ul a:hover {
	text-decoration: underline;
}
#homeLink ul {
	list-style: none;
}
#homeLink ul li {
	line-height: 0;
	font-size: 0;
	padding-bottom: 5px;
}

/* 4.homeProductsLink */
#homeProductsLink {
	margin-right: 30px;
	float: right;
	width: 436px;
	display: inline; /*IE6*/
}
#homeProductsLink h2 {
	padding-bottom: 11px;
}
#homeProductsLink ul {
	width: 440px;
	list-style: none;
}
#homeProductsLink ul li {
	float: left;
	padding-bottom: 5px;
}
#homeProductsLink ul li.right {
	margin-right: 12px;
}
