/*
	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: #eee;
	outline: none;
}
br, .pin
{
	display: block;
	float: none;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.articleBody br {
	clear: none;
}
.iecs
{
	display: none;
}
form
{
	display: block;
	padding: 0px;
	margin: 0px;
}
button, a.button, a .icon
{
	cursor: pointer;
}

table {
	font-size: 100%;
}
pre {
	display: block;
}

#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;
}
.TRNForums {
	display: block;
	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: 980px;
	height: 90px;
	position: relative;
}
#head #page_logo
{
	display:block;
	width:252px;
	height:90px;
	overflow:none;
	float:left;
	margin:0px;
	position:relative;
}
#head #page_logo a
{
	color:#FFF;
	background: url(../img/logo.tech.large.png) no-repeat;
	display: block;
	width: 241px;
	height: 140px;
	position:absolute;
	top:-54px;
	z-index:1000;
	text-indent:-1000px;
	overflow:hidden;
}

#top_banner
{
	display: block;
	float: left;
	
	width: 728px;
	height: 90px;
}

/*Content*/
#content
{
	display: block;
	padding-top: 10px;
}
#masterColumn1, #masterColumn2
{
	display: block;
	float: left;
}
#masterColumn1
{
	/*width: 66.3%;*/
	width: 650px;
	background: url(../img/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(../img/line.vert.blue.gif) left repeat-y;
	padding-left: 1px;
	margin-left: -1px;
}
#masterColumn2Pad
{
	/*Padding for above to retain correct width*/
	padding-left: 10px;
}

/*Report this page*/
#reportPage
{
	display: block;
	clear: both;
	margin: 30px 0px 0px 0px;
}
#reportPage p
{
	margin: 0px;
}
#reportPage a
{
	color: #808284;
	padding-left: 10px;
	background: url(../img/arrow.right.blue.gif) left center no-repeat;
}
#reportPage a:hover
{
	color: #3393C8;
}

.swoosh
{
	/*background-image: url(../img/background.swoosh.png);*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

.swoosh.explore
{
	background-image: url(../img/Swoosh_explore.gif);
}
.swoosh.footer
{
	background-image: url(../img/Swoosh_footer.gif);
}
.swoosh.form
{
	background-image: url(../img/Swoosh_formobject.gif);
}
.swoosh.largeFind
{
	background-image: url(../img/Swoosh_largefindproduct.gif);
}
.swoosh.navigation
{
	background-image: url(../img/Swoosh_navigation.gif);
}
.swoosh.poll
{
	background-image: url(../img/Swoosh_poll.gif);
}
.swoosh.smallFind
{
	background-image: url(../img/Swoosh_smallfindproduct.gif);
}

#newsNowLink
{
	display: block;
	margin-top: 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;
}



