html{
	font-size: 0.7em;
	font-family: Arial;
}

body{
	text-align: center;
	/*background-color: #e9e9e9;*/
}

html, body, h1,h2,h3, p, form{
	margin: 0;
	padding: 0;
}

table td
{
	vertical-align: top;
}

form{
	display: inline;
}

h1{
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3{
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

p{
	margin-bottom: 1em;
}

a img{
	border: none;
}

a{
	color: #004183;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.Black{
	color: #000 !important;
}

.error{
	color: #f00;
}

center{
	text-align: left;
}

div.Header{
	background-color: #fff;
	height: 9em;
	/*overflow: hidden;*/
}

div.Border{
	text-align: left;
	width: 996px;
	background-color: #fff;
	margin: 0 auto;
}

div.Top_Links ul{
	float: right;
	padding: 0;
	margin: 0;
	/* background-color: #eee; */
	width: 250px;
	margin-top: 10px;
	margin-right: 10px;
	height: 60px;
	list-style-type: none;
}

div.Top_Links ul li{
	float: right;
	padding: 0.3em 0em 0.3em 2.9em;
	text-align: right;
}

div.Top_Links ul li a{
	color: #004183;
	background-color: #fff;
	text-decoration: none;
}

div.Top_Links ul li a:hover{
	text-decoration: underline;
}

input.Text{
	border: solid 1px #bfbfbf;
	background-color: #fff;
	color: #004183;
	height: 1.35em;
	line-height: 1.35em;
}

input.Button{
	border: solid 1px #bfbfbf;
	background-color: #fff;
	color: #004183;
}

div.Top_Links ul li input.Button{
	border: solid 1px #bfbfbf;
	background-color: #fff;
	color: #004183;
	height: 1.65em;
	line-height: 1.5em;
}

div.Top_Nav{
	width: 100%;
}

div.Top_Nav ul{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1.15em;
	float: right;
	height: 2.1em;
	line-height: 2.1em;
	/* margin-left: 290px; */
	border-bottom: solid 4px #004183;
	list-style-type: none;
}

div.Top_Nav ul li{
	float: right;
	border-left: solid 2px #fff;
}

div.Top_Nav ul li a{
	display: block;
	width: auto;
	padding: 0 1.2em;
	background-color: #004183;
	color: #fff;
	text-decoration: none;
}

div.Top_Nav ul li a:hover{
	background-color: #be273a;
	color: #fff;
}

div.Breadcrumb{
	color: #fff;
	background-color: #be273a;
	font-size: 1.15em;
	height: 3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 1em;
}

div.Breadcrumb a{
	color: #fff;
	background-color: #be273a;
	line-height: 3em;
}

div.LeftNav{
	float: left;
	width: 25%;
	overflow: hidden;
	/* background-color: #eef; */
}

div.LeftNav ul{
	margin: 0;
	padding: 0;
	margin-left: 1em;
	list-style-image: url(images/icon.jpg);
}

div.LeftNav ul li{
	margin-bottom: 0.5em;
}

div.LeftNav ul li a{
	display: block;
	position: relative;
	top: -3px;
	background-color: #fff;
	color: #122569;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
}

div.LeftNav ul li.Selected a{
	background-color: #be273a;
	color: #fff;
}

div.LeftNav ul li.UnSelected a{
	background-color: #fff;
	color: #122569;
}


div.LeftNav ul ul{
	margin-left: 1.5em;
	list-style-image: url(images/connector.gif);
	list-style-type: none;
}


div.RightNav{
	float: right;
	width: 25%;
	overflow: hidden;
	/* background-color: #eef; */
}

.Padding{
	padding: 1em;
}

div.Content{
	width: 100%;
	padding-top: 0em;
	/*background-color: #f5f5f5;*/
}

div.Content h2 a{
	color: #122569;
}

div.Main{
	float: left;
	width: 50%;
	overflow: hidden;
	background-color: #fff;
	/* background-color: #fee; */
}

div.Footer{
	clear: both;
	background-color: #be273a;
	color: #fff;
	height: 3em;
	line-height: 3em;
	padding-left: 1em;
}

div.Footer a{
	background-color: #be273a;
	color: #fff;
	text-decoration: none;
}
div.Footer a:hover{
	text-decoration: underline;
}

div.Footer ul li a{
	display: block;
	width: auto;
	padding: 0 1.2em;
	text-decoration: none;
}

div.Footer ul{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: right;
	height: 1.2em;
	line-height: 1.2em;
	list-style-type: none;
	margin: 1em;
}

div.Footer ul li{
	float: left;
	border-left: solid 1px #fff;
}

div.Banner{
	background-color: #be273a;
	border: solid 5px #fff;
	border-width: 5px 0;
	height: 186px;
}
div.Banner img{
	float: left;
}
div.Banner div.BannerText{
	padding-top: 15px;
	padding-bottom: 0;
	color: #fff;
	font-size: 2em;
	float: right;
	cursor: hand;
	width: 315px;
	height: 176px;
	overflow: hidden;
	line-height: 1.2em;
}
div.Banner div.BannerText small{
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1em;
}
div.Banner a{
	color: #fff;
	text-decoration: none;
}
div.Banner a:hover{
	text-decoration: none;
}
div.Products{
	cursor: hand;
}
div.Products div.Product {
	background-color: #141b38;
	color: #fff;
	width: 25%;
	float: left;
	border-bottom: solid 5px #be273a;
}
div.Products a{
	color: #fff;
	text-decoration: none;
}
div.Products #OpenFusion {
	background-color: #182245;
}
div.Products #Spectra {
	background-color: #1d2a56;
}
div.Products #Xtradyne {
	background-color: #323a6b;
}

div.Products div.Product h1{
	background-color: #be273a;
	color: #fff;
	text-align: center;
	padding: 0.2em 0;
	margin: 0;
}

div.Products div.Product p{
	height: 8em;
	padding: 0 1em;
	margin: 1em 0;
	text-align: left;
}


@media screen, print {
	.ScreenReader{
		display: none;
	}
	.Screen{
		display: inline;
	}
}

@media aural, braille {
	.ScreenReader{
		display: inline;
	}
	.Screen{
		display: none;
	}
}

div.NewsColumns{
	width: 50%;
	float: left;
}

div.NewsColumns h2{
	margin-left: 15%;
}

div.NewsColumns div.NewsBlock{
	clear: both;
	/* height: 4em; */
	overflow: hidden;
	margin-bottom: 1em;
}

div#Documents div.NewsBlock{
	height: auto;
}

div.NewsColumns div.NewsBlock div.Icon{
	width: 15%;
	float: left;
	overflow: hidden;
}

div.NewsColumns div.NewsBlock div.News{
	width: 85%;
	float: right;
	overflow: hidden;
}


ul.PageList {
	font-weight: bold;
}
ul.PageList li{
	font-size: 0.9em;
	margin-bottom: 0.8em;
}

dl.LinkList
{
	width: 40em;
	margin: 1em 0 1em 0em;
}

dl.LinkList dd{
	display: inline;
	margin-left: 1em;
}

dl.LinkList dt
{
	display: block;
	float: left;
	width: 25em;
}
ul.LinkList{
	margin: 1em 0 1em 2em;
}

dl.LinkList input.Button{
	border: solid 1px #bfbfbf;
	background-color: #fff;
	color: #004183;
	font-size: 0.8em;
}


.TandC
{
	width: 90%;
	height: 20em;
	overflow: scroll;
	border: solid 1px #000;
	margin-left: 1em;
}

.SearchResults li
{
	margin-bottom: 1em;
}

.software_list{
	list-style-type: none;
	margin-left: 1em;
}