/*	Main Blue #2F6E91	Link Blue #3393C8	Visited Blue #82BEDE	Light Grey #DBDBDB	Dark Grey #808284	Magenta #FF00B3*//*Top level page setup*/body{	/*Font family and size are set in techTextClass.css*/	margin: 0px;	background: #fff;	outline: none;}br, .pin{	display: block;	float: none;	clear: both;	height: 0px;	overflow: hidden;}.iecs{	display: none;}form{	display: block;	padding: 0px;	margin: 0px;}button, a.button, a .icon{	cursor: pointer;}#pageHolder{	display: block;	position: relative;	overflow: hidden;	background: #fff;			/*Lock to designated minimum width NB will work smaller by removing 'TECHRADAR UPDATE'*/	/*min-width: 1000px;*/		/*Kill liquid layout*/	width: 1000px;	margin: 0px auto;}#innerPage{	display: block;	padding: 0px 10px 0px 10px;}/*Head*/#head{	display: block;	float: none;	clear: both;			padding: 9px 0px 9px 0px;	margin: 0px;		width: 100%;	height: 75px;}#head #logo{	float: right;	width: 100%;	text-align: center;	height: 64px}#head h1{	display: block;	width: 252px;	height: 90px;		float: left;	font-size: 100%;	margin: 0px;		/*Naughty but necessary if we want the text here*/	color: #ffffff;	position: relative;}#head h1 a {	position: absolute;	top: 12px;	left: 0;}#head h1 span{	display: block;	width: 241px;	height: 140px;	background: url(../default/img/logo.tech.large.png) no-repeat;	position: relative;	z-index: 101;		/*Pull the logo up over the utils bar, don't use 'top' it breaks the page flow*/	margin-top: -66px;}#top_banner{	display: block;	float: left;		width: 728px;	height: 90px;}/*Content*/#content{	display: block;	padding: 10px;}#masterColumn1, #masterColumn2{	display: block;	float: left;}#masterColumn1{	/*width: 66.3%;*/	width: 650px;	background: url(../images/line.vert.blue.gif) right repeat-y;}#masterColumn1Pad{	/*Padding for above to retain correct width - 1px extra for background stripe*/	padding-right: 11px;}#masterColumn2{	/*This width is critical to maintaining an MTU box at 320px wide at 'normal' width*/	/*width: 33.7%;*/	width: 330px;	background: url(../images/line.vert.blue.gif) left repeat-y;	padding-left: 1px;	margin-left: -1px;}#masterColumn2Pad{	/*Padding for above to retain correct width*/	padding-left: 10px;}/*Second level filter nav box*/.thirds{	width: 33%;	float: right;}#subColumn1{	display: block;	float: left;	width: 66%;}#subColumn1Pad{	padding-right: 0px;}#subColumn2{	display: block;	float: left;	/*width: 34%;*/	width: 217px;}#subColumn2Pad{	padding-left: 20px;}