@import url('nav.css');
@import url('generic.css');

h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 0px;
}

#content {
	padding: 0px 0px 10px;
	background: transparent none;
	}

#left-col {
	width: 220px;
	height: 266px;
	float: left;
	padding-left: 34px;
	color: #333;
	background: #fff url(../images/left_col_bg_blue.jpg) no-repeat bottom left;
}

#product-links, #solution-links {
	float: left;
	width: 110px;
	padding-top: 17px;
}

#products-h1  {
	background: transparent url(../images/products.jpg) no-repeat top left;
	text-indent: -500px;
	margin: 0px;
}

#solutions-h1  {
	background: transparent url(../images/solutions.jpg) no-repeat top left;
	text-indent: -500px;
	margin: 0px;
}

#product-links ul, #solution-links ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 10px;
}

#product-links ul li, #solution-links ul li {
	padding: 0px;
	margin: 0px;
	background: transparent none;
}

#product-links ul li a, #solution-links ul li a {
	font-size: 11px;
	line-height: 15px;
}

#right-side {
	float: left;
	width: 530px;
}

#mid-col {
	width: 398px;
	float: left;
}

#right-col {
	width: 128px;
	float: left;
}

#news-area {
	clear: both;
	width: 746px;
	margin-left: 29px;
	color: #333;
	padding: 0px;
	background: #fff url(../images/stripe_bg.gif) repeat-x 0px 15px;
}

#news-area h2 {
	background: #fff url(../images/news_innovations.jpg) no-repeat 100% 13px;
	float: right;
	padding: 13px 0px 0px 0px;
	width: 163px;
	color: #333;
	font-size: 15px;
	line-height: 15px;
	text-indent: -9999px;
}

#news-items {
	clear: both;
}

.news-item {
	width: 232px;
	float: left;
	padding: 15px 15px 0px 0px;
}

.news-item table {
	margin: 0px;
}

.news-item img {
	float: left;
	margin: 1px 7px 0px 0px;

}

.news-item h3 {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 1px;
	background-color: #fff;
}

.news-item p {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 10px;
	line-height: 14px;
}

#footer {
	padding: 10px 0px 20px 33px;
}
