﻿body {
	margin:0;
	padding:0;
	background:#eeeeee url('bodyBg.jpg') no-repeat top left;
	font: 13px Arial, Helvetica;
}
a {
	color: #069;
}
p {
	margin: 0.5em 0 0.5em 0;
}
h2 {
	margin-top: 1em;
	border-bottom:1px solid #f90;
	font: 160% Arial,Helvetica;
	color: #000;
  position: relative;
  color: #f90;
  font-weight: bold;
  font-size: 13px;
  text-transform:uppercase;
  border: 0;
}
h3 {
	border-bottom:2px solid #f90;
	font: bold 120% Arial,Helvetica;
  font-weight: bold;
  font-size: 13px;
  text-transform:uppercase;
  border: 0;
}

h4 {
	font: bold 105% Arial,Helvetica;
	padding:0;
	margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 13px;
  text-transform:uppercase;
  border: 0;
}
div#container {
	width:1024px;
	margin:0;
	padding:0;
	position:relative;
	background-color: white;
}
div#header {
	height: 82px;
	position: relative;
	background: transparent url('nuvon_header.png') no-repeat top left;
}
	div#header a#linkHome {
		position: absolute;
		top: 8px;
		left: 8px;
		width: 120px;
		height: 40px;
		text-decoration:none;
		
}
div#topRightTools {
	position: absolute;
	top:6px;
	right:8px;
	width: 110px;
	font-size:x-small;
	color: black;
	text-align:right;
}

div#topRightTools A{
	color: black;
	text-decoration:none;
}

div#topRightTools A.highlight{
	color:white;
}
div#topRightTools div#aboutMenu {
	display:none;
	position:absolute;
	top: 13px;
	right:0px;
	width: 110px;
	border: 1px solid white;
	background-color:#006699;
	color:white;
	text-align:right;
}
div#topRightTools div#aboutMenu A {
	padding:2px 3px;
	color: white;
	display:block;
	text-decoration:none;
}
div#topRightTools div#aboutMenu A:hover {
	background-color:#fff;
	color:#006699;
}

div#topRightTools form {
	margin:0;
	padding:4px 0 0 0;
}
.topRightTools-StaticMenuItem {
	padding:1px;
	text-align:left;
}
.topRightTools-DynamicMenuItem {
	padding:2px;
	text-align:left;
}
#searchTools {
	position: absolute;
	top: 30px;
	right: 8px;
	width: 400px;
	text-align: right;
}
#searchTools form {
	margin:0; padding:0;
}
input.searchButton{
	font-size: 74%;
}
input.searchText{
	font-size: 74%;
}
input.searchText {
	width: 120px;
}
div#menuBar {
	background: rgb(55,117,161);
	font-family: Verdana, Arial, Helvetica;
	font-size: 74%;
	font-weight: bold;
	color: white;
	padding: 0;
}
div#menuBar A {
	color: white;
	text-decoration:none;
	padding: 3px 1em;
	border-left: 1px solid white;
}
div#menuBar A.firstLink {
	border:0;
}
div#menuBar A:hover {
	text-decoration:underline;
}
div#menuBar A.highlight {
	background-color: #f90;
}
div#menuBarContainer {
	position:  absolute;
	bottom: 2px;
	right:4px;
}
div#menuBarTop {
	background: transparent url('menuBarBgTop.gif') no-repeat top left;
	height: 4px;
}
table#menuBarTable {
	background-color:white;
	width: 772px;
	margin:0 auto 20px auto;
}
	table#menuBarTable tr td{
		background-color: #069;
		padding: 0;
		text-align:center;
		color: white;
	}
	div#menuBarCellTL{
		height: 4px;
		background: transparent url('menuBarBgTop.gif') no-repeat top left;
	}
	div#menuBarCellBL{
		height: 4px;
		background: transparent url('menuBarBgBottom.gif') no-repeat top left;
	}
	div#menuBarCellTR{
		height: 4px;
		background: transparent url('menuBarBgTop.gif') no-repeat top right;
	}
	div#menuBarCellBR{
		height: 4px;
		background: transparent url('menuBarBgBottom.gif') no-repeat top right;
	}
	table#menuBarTable tr td a{ 
		font-size: x-small;
		font-weight:bold;
		text-transform:uppercase;
		color: white;
		text-decoration:none;
	}
div#PageContent {
	width: 1024px;
	margin: 0;
}
div#narrowContent {
	position: relative;
	z-index:1000;
}
.paddedContent {
	padding:16px;
}

form.noSpace {
	padding:0;
	margin:0;
}
table.quickLinks {
	background-color:#ccc;
}
table.quickLinks td {
	background-color:#fff;
}
	table.quickLinks td {
		background-color:#fff;
	}
	ul.quickLinks {
		padding:8px 0 8px 8px;
		margin:0;
	}
		ul.quickLinks li {
			list-style-image:url('wedgeR.gif');
			margin-left: 12px;
		}
		ul.quickLinks li a {
			text-decoration:none;
			color:gray;
		}
		ul.quickLinks li p.quickSmall {
			font-size:x-small;
			color:black;
			padding:0;
			margin:0;
		}
.vtop {
	vertical-align:top;
}
.x-small {
	font-size:x-small;
}
div#breadcrumbs {
	position:absolute;
	left: 8px;
	bottom: 0px;
	width: 500px;
	color: white;	
	font-size:x-small;
}
div#breadcrumbs A {
	color: white;
}
UL.ulNoSpace {
	margin-left:16px;
	padding-left:0px;
}
table.multiPageMenu {
	width:80%;
	margin:20px auto;
	background:white;
}
table.multiPageMenu td{
	padding:4px;
	text-align:center;
	font-family: Verdana, Arial;
	font-size: x-small;
	text-transform:uppercase;
	background-color:#006699;
	
}
table.multiPageMenu td a {
	text-decoration:none;
	color: white;
	font-weight:bold;
}
table.multiPageMenu td a:hover {
	text-decoration:underline;
	color: white;
}
div.callout {
	font:10px Verdana,arial;
	background: white;
	border:1px solid black;
}
div.callout p {
	padding:4px;
}
table#leftnav {
	width: 100%;
}
	table#leftnav td.leftnav-menu {
		width: 25%;
		background: #f4f4f4 url('leftnavBg.jpg') no-repeat top right;
		vertical-align: top;
		padding: 0;
		border-top:1px solid #ededed;
		
	}
	table#leftnav td.leftnav-menu ul {
		margin:1em 0 0 0; padding:0;
	}
	table#leftnav td.leftnav-menu ul li {
		list-style-type: none;
		margin:0;
		padding:4px;
		border-bottom: 1px solid #ddd;
		text-align: right;
	} 
	table#leftnav td.leftnav-menu ul li a {
		font: 90% verdana, arial, helvetica;
		color: #666;
		text-decoration: none;
		padding-right: 0.5em;
	}
	table#leftnav td.leftnav-menu ul li a:hover {
		text-decoration:underline;
} 
	table#leftnav td.leftnav-content {
		padding: 1em;
		vertical-align: top;
		
	}
	table#leftnav td.leftnav-content h2 {
		margin-top: 0;
	}
table.grid1 {
	background-color: #cdf;
	width: 100%
}
table.grid1 th {
	background-color: #069;
	color: white;
	padding: 3px;
}
table.grid1 td {
	padding: 8px;
}
table.grid1 td p.name {
	font-weight: bold;
}
table.grid1 td p.description {
	font: x-small Verdana, Arial, Helvetica;
	margin:0;
	padding:0;
}
table.techSpecs {
	width: 100%;
	background: #cdf;
	font-family:Verdana,Arial,Helvetica;
	font-size: small;
}
table.techSpecs td.section {
	background: #069;
	color: white;
	font-weight: bold;
}
table.techSpecs td.spec {
	width: 40%;
}
table.techSpecs td.value {
	width: 60%;
}
div.fj {
	text-align:justify;
}
a.pdfLink {
  display:block; 
  position:absolute; 
  top:0; 
  right:0; 
  height: 20px; 
  font-size:11px; 
  padding: 4px 0 0 20px;
  background: transparent url('page_white_acrobat.png') no-repeat 0px 4px;
}
div#footer {
	width: 1024px;
	margin: 0;
	border-top:thin #ccc solid;
	clear:both;
}

div#bottomWaveContainer {
	position:relative;
	width: 1024px;
	height: 224px;
	z-index:10;
}
div#bottomWave {
	position:absolute;
	top: 0;
	left:0;
	width: 1024px;
	height: 224px;
	z-index:10;
	background: transparent url(/images/bottom_wave.png) no-repeat top left;
}
div#bottomWaveVegalogo {
	position:absolute;
	top: 0;
	left:0;
	width: 1024px;
	height: 224px;
	z-index:10;
	background: transparent url(/images/bottom_wave_vegalogo.png) no-repeat top left;
}
div#bottomWaveLink {
	position:absolute;
	left: 740px;
	top: 57px; 
}
div#closePageBlue { background:#3775a1; height:20px; margin: 50px 0 30px; }

div#menuBarProducts {
	background: rgb(55,117,161);
	font-family: Verdana, Arial, Helvetica;
	font-size: 74%;
	font-weight: bold;
	color: white;
	padding: 3px 0;
	text-align:center;
}
div#menuBarProducts A {
	color: white;
	text-decoration:none;
	padding: 3px 1em;
	border-left: 1px solid white;
}
div#menuBarProducts A.firstLink {
	border:0;
}
div#menuBarProducts A:hover {
	text-decoration:underline;
}
div#menuBarProducts A.highlight {
	background-color: #f90;
}
div#rightGradient {
	position:absolute; top:0; right:0; z-index:1000
}

div.bx
{
margin: 0px 0px 0px 0px;
clear:left;
float:left;
position:relative;
border:0px solid white;
width:1024px;
height:644px;
background-color: #fff;
text-decoration:none;
}   

div.bx1
{
position:absolute;
left:0px;
top:1px;
text-align: center;
border:0px solid white;
width:307px;
height:373px;
background-image: url(/css/bx1v4.jpg);
font-stretch: narrower;
font-family: "Arial";
font-weight:bold;
font-size: 24px;
letter-spacing: -1.5px;
line-height: 110%
}

div.bx2
{
position:absolute;
left:309px;
top:1px;
text-align: center;
border:0px solid white;
width:715px;
height:373px;
background-image: url(/css/bx2v2.jpg);
}


div.bx3
{
position:absolute;
left:0px;
top:375px;
text-align: center;
border:0px solid gray;
width:642px;
height:22px;
background-image: url(/css/bx3.jpg);
font-stretch: narrower;
font-family: "Arial";
font-weight:bold;
font-size: 24px;
letter-spacing: -1.5px;
line-height: 120%
}

div.bx4
{
position:absolute;
left:0px;
top:397px;
float:top;
text-align: left;
border:0px solid gray;
width:642px;
height:247px;
xxxbackground-color: #F0F0FF;
background-image: url(/css/bx4.jpg);
font-stretch: narrower;
font-family: "Arial";
font-weight:bold;
font-size: 24px;
letter-spacing: -1.5px;
line-height: 120%
}

div.bx5
{
xxxfloat:left;
position:absolute;
left:642px;
top:375px;
text-align: left;
border:0px solid gray;
width:382px;
height:269px;
xxxbackground-color: #F0F0FF;
background-image: url(/css/bx5.jpg);

font-stretch: narrower;
font-family: "Arial";
font-weight:bold;
font-size: 130%;
letter-spacing: -0.0px;
line-height: 120%

}
div.sidebx
{
position:relative;
left:0px;
top:100px;
text-align: center;
border:0px solid white;
font-family: "Arial";
font-stretch: narrower;
font-weight:bold;
font-size: 28px;
letter-spacing: -1.5px;
line-height:80%;
text-decoration:none;
}

div#home-news-container {
  background-color: #ffa900;
  /*height: 150px;*/
  padding:20px 120px 60px 120px;
  margin:0;
}
div#home-news-links {
  background-color: transparent;
  border-left:1px solid #fff;
  padding:20px;
  font-family: helvetica neue, helvetica, arial;
}
div#home-news-links p {
  color: white;
}
p.news-date {
  font-size: 16px;
  margin:0;
  padding:0;
  font-weight: bold;
}
p.news-headline {
  font-size: 15px;
  font-weight: lighter;
  margin: 0 0 1em;
}
p.news-headline a.news-ext-link {
  color: #fff;
  text-decoration: none;
  font-style: italic;
}
p.news-headline a.news-read-more {
  color: #3775A1;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}
