@charset "UTF-8";
/* CSS Document */


div#home_slideshow { 
	float: left;
	width: 666px;
	margin: 0px;
	overflow: hidden;
	height: 280px;
	position:relative;
	}



/* p1s */
div#p1container {
	float:left;
	height:280px;
	}
div#p1tabs {
	float: left;
	width: 236px;
	}
div#p1content {
	float: right;
	width: 430px;
	padding: 0;
	margin: 0;
	height:280px;
	}
.p1menu ul {
	margin: 0;
	padding: 0;
	float: left;
	background: url(http://firesign.net/images/home_passive_off.png) center left repeat-y;
	}
.p1menu ul li {
	display: inline;
	}
.p1menu ul li a {
	display: table;
	#position: relative; /* hack for vertical centering */
	overflow: hidden;
	/*background: white;*/
	width: 125px;
	float: left;
	color: #6c6c6c; /*text color*/
	font: bold 16px Arial, sans-serif;
	padding: 0px 15px 0px 80px;
	border-top: none;
	cursor: pointer;
	line-height: 18px;
	}
.p1menu ul li a div.linkholder { /* hack for vertical centering */
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	}
.p1menu ul li a div.linktext {
	width: 190px;
	text-decoration: none;
	#position: relative;
	#top: -50%;
	}
.p1menu ul li a:visited {
	color: #6c6c6c;
	}
.p1menu ul li a:hover, .p1menu ul li a.current {
	color: #f37736 
	}

.p1menu ul li#n-passive a:visited {
	background: url(http://firesign.net/images/home_passive_off.png) center left no-repeat;
	} 
.p1menu ul li#n-passive a:hover, .p1menu ul li#n-passive a.current {
	background: url(http://firesign.net/images/home_passive_on.png) center left no-repeat;
	} 
	
.p1menu ul li#n-touchscreen a:visited {
	background: url(http://firesign.net/images/home_touchscreen_off.png) center left no-repeat;
	} 
.p1menu ul li#n-touchscreen a:hover, .p1menu ul li#n-touchscreen a.current {
	background: url(http://firesign.net/images/home_touchscreen_on.png) center left no-repeat;
	}
	
.p1menu ul li#n-realtimedata a:visited {
	background: url(http://firesign.net/images/home_realtime_off.png) center left no-repeat;
	} 
.p1menu ul li#n-realtimedata a:hover, .p1menu ul li#n-realtimedata a.current {
	background: url(http://firesign.net/images/home_realtime_on.png) center left no-repeat;
	} 
	
div.p1 {
	width: 430px;
	height: 280px;
	position: relative;
	margin: 0;
	background-color: #FFFFFF;
	}
div.p1 div.caption {
	margin: 5px;
	padding: 6px;
	position: absolute;
	top:10px;
	left: 20px;
	z-index: 10;
	color: #6c6c6c;
	width: 275px;
	}
* html body div.p1 div.caption { /* star hack for IE6 */
	background-image: none;
  }
div.p1 div.caption h3 {
	font-weight: bold;
	font-size: 21px;
	line-height:21px;
	margin: 0px;
	}
div.p1 div.caption div.copy a {
	font-weight: bold;
	color: #f37736;
	}

