@charset "utf-8";
/* CSS Document */

html{
	background-color: #eee;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(/assets/globalbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body{
	position: relative;
	width: 762px;
	padding: 16px;
	margin: 0px auto;
	min-height: 100%;
}

/*****************************************/

/*  TABS FOR TABBED CONTENT ON HOMEPAGE  */

/*****************************************/

.tablist {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url('/assets/tab_bottom.gif') repeat-x bottom;
	}

.showcaseBox .tablist {
	float:none;
	padding-left:26px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

html>body .showcaseBox .tablist {padding-left:24px;} /*For Netscape/Safari */

.tablist li {
		float:left;
		margin: 0; 
  		display: inline;
  		list-style-type: none;		
}

.showcaseBox .tablist li.showcaseHeader {
		margin-top: 2px;
		margin-left:-15px;
		padding-left:5px;
		padding-right:20px;
		font-weight:bold;
		font-size:12px;
		text-align:center;
}

.tablist a:link, .tablist a:visited
	{
		float: left;
		margin-right: 2px;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 4px 2px 4px;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		border-top: 1px solid #999999;
		text-decoration: none;
		color: #666666;
	}	

.tablist a:link.current, .tablist a:visited.current {
		background: #fff;
		color: #000;
		font-weight:bold;
}

.tablist .current {
	background: #fff;
	border-bottom: 1px solid #ffffff;
	}

.tablist a:hover {
		background: #fff;
		/*line-height: 14px;*/
}

.tabcontent {
	display:none;
	margin-top:-1px;
	padding: 10px;
	height:170px;
	_height:180px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}

.showcaseBox {
	width: 503px; 
	_width: 502px; /*IE6*/
	height: 215px; 
	float: left; 
	padding-top: 23px; 
}

html > body .showcaseBox {margin-top:1px; } 

.showcaseContentLeft {
	height:169px;
	float:left;
	padding-right:10px;
	border-right:solid 1px #999999;	
}



.showcaseContentRight {
	float:left;
	padding-left:10px; 
	width:310px;
}



.showcaseContentHeader {
	margin-top:7px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:bold;
	}

	

.tabcontent leftImage {
	/*For the 3com customer images */
	float:left;
	padding-right:10px;
	border-right:solid 1px #999999;
	}





.tabcontent li {
		font: normal Arial, Helvetica, sans-serif;	
  	}

	

.newsBox {
	width: 243px; 
	height: 215px; 
	float: right; 
	padding-top: 23px; 
}



html > body .newsBox {margin-top:1px; } 
