/*
	Main Blue #990000
	Link Blue #3393C8
	Visited Blue #82BEDE
	Light Grey #DBDBDB
	Dark Grey #000000
	Magenta #1B5C80
*/

/*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;
}
.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: 980px;
	height: 90px;
}
#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(logo.png) no-repeat; 
	 
	
	/*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-top: 10px;
}
#masterColumn1, #masterColumn2
{
	display: block;
	float: left;
}
#masterColumn1
{
	/*width: 66.3%;*/
	width: 650px;
	background: url(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(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: #000000;
	padding-left: 10px;
	background: url(arrow.right.blue.gif) left center no-repeat;
}
#reportPage a:hover
{
	color: #3393C8;
}

.swoosh
{
	/*background-image: url(background.swoosh.png);*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

.swoosh.explore
{
	background-image: url(Swoosh_explore.gif);
}
.swoosh.footer
{
	background-image: url(Swoosh_footer.gif);
}
.swoosh.form
{
	background-image: url(Swoosh_formobject.gif);
}
.swoosh.largeFind
{
	background-image: url(Swoosh_largefindproduct.gif);
}
.swoosh.navigation
{
	background-image: url(Swoosh_navigation.gif);
}
.swoosh.poll
{
	background-image: url(Swoosh_poll.gif);
}
.swoosh.smallFind
{
	background-image: url(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;
}


