@charset "utf-8";
#header {
	height: 440px;
	top: 0px;
	position: absolute;
}
#header a {
	text-decoration: none;
}
#header a img {
	border: 0;
}
#container {
	padding: 440px 0 0 36px;
}
#primary a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
#primary {
	float: left;
	width: 371px;
	padding: 32px 2px 0;
	background-image: url(../images/news_title.jpg);
	background-repeat: no-repeat;
	font-size: small;
	color: #666;
}
#primary table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#primary table tr th {
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	height: 26px;
	line-height: 2em;
}
#primary table tr th a {
	color: #666;
	text-decoration: none;
}
#primary table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	line-height: 2em;
	height: 26px;
	text-align: right;
	padding: 0 4px 0 0;
}
#secondary {
	float: right;
	width: 532px;
	padding: 25px 0 0;
}
#secondary ul {
	margin: 0px;
	padding: 0px;
}
#secondary ul li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding: 0 28px 0 8px;
	float: left;
}
#secondary ul li a {
	display: block;
	height: 100px;
	width: 230px;
	float: left;
	padding: 0;
	text-indent: -9999px;
	margin: 0;
}
#secondary ul li#products a {
	background-image: url(../images/banner_01.jpg);
	background-repeat: no-repeat;
}
#secondary ul li#contact a {
	background-image: url(../images/banner_02.jpg);
	background-repeat: no-repeat;
}
