
/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
/* html {overflow-y: scroll;} force vertical scrollbar */
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}

/*************************************************/

body
{
	background-position: #5F4100;
	background: #5F4100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 12px;
	color: #707070;
	text-align: center;
}

#wrap {
	width: 966px;
	padding: 25px 17px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #00213e;
	margin-bottom: .5em;
	/* margin-left: 15px; */
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00213e;
	margin-bottom: 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: .5em;
	color: #333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: .5em;
	color: #333;
}

h5 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: .5em;
	color: #666;
}

p {
	margin-bottom: 1em; 
	line-height: 1.4;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}
ol {margin-left: 2em;}
li {margin-bottom: 5px;}

/* links */

a:link, a:visited {
	color: #087DC1;
	text-decoration: underline;
}

a:hover {
	color: #003d5c;
	text-decoration: underline;
}

#content h3 a, #content h4 a, #content a.icon {
	text-decoration: none;
}

/**************** HEADER ********************/
#header {
	background: url(images/ng_logo2.gif) 18px 10px no-repeat;
	height: 50px;
	position: relative;
	margin-bottom: 20px;
}

#headerRight {
	float: right;
	text-align: right;
	width: 310px;
	margin-right: 7px;
}

#headerRight p {
	color: #999;
	font-size: 11px;
}

#headerRight p a {
	color: #999;
}

#headerRight #search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	float: right;
	margin-left: 5px;
	background: #f6f6f6;
	width: 200px;
	padding: 5px;
}

#headerRight #search input#searchButton {
	float: right;
	width: auto;
	text-align: center;
	color: #333;
	font-weight: bold;
	border: 1px solid #333;
	cursor: pointer;
	padding: 2px;
	margin-top: 2px;
}

#header #mainLogo {
	float: left;
	margin-top: 10px;
}

#header #mainLogo a {
	display: block;
	width: 225px;
	height: 36px;
	text-decoration: none;
}

#header #mainLogo a span {
	display: none;
}

/**************** TOPNAV ********************/
#topNav {
	clear: both;
	height: 43px;
	margin-bottom: 10px;
}

#topNav li {
	float: left;
	width: 160px;
}

#topNav li a {
	display: block;
	float: left;
	width: 160px;
	height: 43px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;	
}

#topNav a#aHome {
	background-image: url(images/home.gif);
}
#topNav a#aProducts {
	background-image: url(images/products.gif);
}
#topNav a#aTrybuy {
	background-image: url(images/tryorbuy.gif);
}
#topNav a#aSupport {
	background-image: url(images/support.gif);
}
#topNav a#aBlog {
	background-image: url(images/blog.gif);
}
#topNav a#aAbout {
	background-image: url(images/about.gif);
}
#topNav li a span {
	display: none;
}

/* Hover States */
#topNav a:hover {
	background-position: 0 -43px;
	background-repeat: no-repeat;	
	text-decoration: none;
}

/* Active States */
body.pHome #topNav a#aHome,
body.pProducts #topNav a#aProducts,
body.pTrybuy #topNav a#aTrybuy,
body.pBlog #topNav a#aBlog,
body.pAbout #topNav a#aAbout,
body.pSupport #topNav a#aSupport {
	background-position: 0 -86px;
	background-repeat: no-repeat;	
}

body.pHome #topNav a#aHome {
	background-image: url(images/home.gif);
}

body.pProducts #topNav a#aProducts {
	background-image: url(images/products.gif);
}
body.pTrybuy #topNav a#aTrybuy {
	background-image: url(images/tryorbuy.gif);
}
body.pSupport #topNav a#aSupport {
	background-image: url(images/support.gif);
}
body.pBlog #topNav a#aBlog {
	background-image: url(images/blog.gif);
}

body.pAbout #topNav a#aAbout {
	background-image: url(images/about.gif);
}

/**************** SUBNAV ********************/
#subnav {
	margin-bottom: 15px;
	margin-left: 15px;
}

#subnav a {
	font-size: 12px;
	color: #087dc1;
	text-decoration: none;
	padding: 0 5px;
}

#subnav a:hover {
	color: #010101;
	text-decoration: none;
}

/**************** CONTENT ********************/
#contentWrap {
	clear: both;
	padding: 0 0 15px 0;
}

body.home #contentWrap {
	padding: 15px;
}

#contentWrap ul li {
	background: url(images/bullet.gif) 0 3px no-repeat;
	padding-left: 15px;
}

#heading {
	height: 200px;
	margin-bottom: 8px;
	position: relative;
}
#heading2 {
	height: 150px;
	margin-bottom: 10px;
	position: relative;
}

#clickImg {
	position: absolute;
	top: 0;
	left: 0;
}

#clickImg2 {
	position: absolute;
	top: 0;
	left: 0;
}

#heading h1 {
	float: left;
	width: 313px;
	margin-top: 50px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
}

p.subhead {
	margin: -15px 0 10px 15px;
	font-style: italic;
}

body.pHome #heading p.callAction {
	background: url(images/icon_green_arrow.gif) 100% 50% no-repeat;
	width: 82px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

body.pTrybuy #heading,
body.pProducts #heading
{
	position: relative;
	height: 182px;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}

body.pAbout #heading,
body.pSupport #heading,
body.pGeneric #heading
{
	position: relative;
	height: 100px;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}

/**** Support Columns ****/
#supportLeft {
	width:600px;
	float:left;
	padding-right: 8px;
	margin-top: 25px;
	}

#supportRight {
	float:right;
	width:278px;
	margin-top: 25px;
	}
/*** StartPage Columns ***/
#startpageLeft
{
	float:left;
	padding-right: 8px;
	width:300px;
}
#startpageMiddle
{
	float:left;
	padding-right: 8px;	
	width:300px;
}
#startpageRight
{
	float:right;
	width:300px;
}


/**** About Columns ****/
#aboutLeft
{
	float:left;
	width: 192;
	margin-top: 25px;
	padding-right: 8px;
}

#aboutCenter
{
	width:400px;
	float:left;
	margin-left: 8px;
	padding-right: 8px;
	margin-top: 25px;
}

#aboutRight {
	float:right;
	width:278px;
	margin-top: 25px;
	}


#imgLink {
	position: absolute;
	bottom: 45px;
	right: 125px;
}

#imgLink a {
	display: block;
}

#content {
	width: auto;
	overflow: hidden;
	padding-left: 15px;
}

body.pHome #content {
	padding-left: 0;
}

.pSub {
	font-size: 11px;
}

.pSub span {
	color: #B7B7B7;
}

.icon {
	padding-right: 20px;
	margin-top: 10px;
	width: auto;
}

.imgBorder img {
	border: 5px solid #e1e1e1;
}

/**************** COLUMN STYLES ********************/

.colHalf {
	overflow: hidden;
}

.colHalf div {
	float: left;
	width: 470px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.colHalf div.colLast {
	width: 455px;
}

div.colLast {
	padding-right: 0;
	padding-left: 15px;
	background: url(images/dots_vert.gif) repeat-y;
}

/* 2/3 thirds - 1/3 third */
.col2thirds {
	float: left;
	width: 540px;
	padding-right: 30px;
}

.col1third {
	float: right;
	width: 360px;
}

.col1third img {
	text-align: right;
	margin-bottom: 10px;
}

/* equal thirds */
.col3Wrap div {
	width: 290px;
	padding-left: 15px;
	padding-bottom: 15px;
}

body.home .col3Wrap div {
	height: 155px;
}

div.colLeft {
	float: left;
	margin-right: 15px;
	display: inline;
	padding-left: 0;
}

.colRight {
	background: url(../images/dots_vert.gif) 0 0 repeat-y;
	float: left;
}

.colHalf .colIcon {
	float: left;
	width: 40px;
	margin-right: 15px;
	display: inline;
}

.colHalf .colIndent {
	float: left;
	width: 200px;
}

.colLast .colDemoTN, #content .colDemoTN {
	float: left;
	width: 100px;
}

#content .colDemo {
	margin-left: 110px;
	width: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .colLast .colDemo {
	margin-left: 0;
	width: 320px;
}

.colCustomerTN {
	float: left;
	width: 160px;
	text-align: center;
	display: inline;
}

.colCustomer {
	margin-left: 175px;
}

/*
*************** HOME VALPROP ********************/
body.pHome #subnav {
	display: none;
}

#overlay {
	position: absolute;
	bottom: 21px;
	right: 103px;
}

#overlay h3 a {
	display: block;
	width: 230px;
	height: 50px;

}

#overlay h3 a span {
	display: none;
}

#callouts {
	margin-bottom: 25px;
}

#callouts div {
	float: left;
	width: 475px;
	margin-right: 8px;
}

#callouts div a {
	display: block;
	width: 475px;
	height: 132px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

#callouts div h2 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

#callouts div p {
	line-height: 1;
	font-size: 11px;
	color: #f2f6c9;
}
#coTry {}
#coBuy {}


#homeLeft {
	float: left;
	width: 476px;
	padding-right: 8px;
	margin-top: 25px;
}
.indent
{
	margin-left: 15px;
}

#homeRight {
	float: left;
	width: 478px;
	margin-top: 25px;
}

#homeRight #quote {
	width: auto;
}

.eventTop {
	background: url(images/bg_promo_event_top.gif) no-repeat;
	padding: 30px 25px 20px 25px;
}

.eventTop img {
	float: left;
	display: inline;
}

.eventBottom {
	background: url(images/bg_promo_event_bot.gif) 0 100% no-repeat;
	padding-bottom: 7px;
}

.eventTop p {
	font-size: 11px;
	color: #555;
	line-height: 1.2;
	margin-bottom: 5px;
}

.eventTop p.promoHead {
	font-size: 14px;
	color: #087dc1;
}

.eventTop p.promoHead a {
	text-decoration: none;
}

/**************** HOME VALPROP NAV ********************/

#contentWrap ul#nav li {
	background: none;
	float: left;
	width: 244px;
	padding-left: 10px;
	display: inline;
}

#nav a {
	float: left;
	display: block;
	width: 244px;
	height: 39px;
	/* background: url(images/valprop_nav_down.gif) 0 100% repeat-x; */
}

#nav li a span {
	display: block;
	float: left;
	width: 244px;
	height: 39px;
	background-position: 5px 13px;
	background-repeat: no-repeat;
}

#nav li a span#nWhat {
	/* background-image: url(images/valprop_nav_what.gif); */
}
#nav li a span#nWhy {
	/* background-image: url(images/valprop_nav_why.gif); */
}

#nav li a span strong {
	display: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
}

#nav a:hover {
	/* background:url(images/valprop_nav_up.gif) repeat-x; */
	text-decoration: none;
}

#nav li a:hover span#nWhat {
	/* background-image: url(images/valprop_nav_what_up.gif); */
}
#nav li a:hover span#nWhy {
	/* background-image: url(images/valprop_nav_why_up.gif); */
}

body.pHome #nav a#aWhat {
	/* background: url(images/valprop_nav_up.gif) 0 100% repeat-x; */
}

body.pHome #nav li a span#nWhat {
	/* background-image: url(images/valprop_nav_what_up.gif); */
}

/**************** TRY OR BUY PAGE ********************/

body.pTrybuy {}

#TrybuyLeft {
	float: left;
	width: 455px;
	padding-right: 15px;
	margin-top: 25px;
}

#TrybuyRight {
	float: left;
	width: 455px;
	margin-top: 25px;
}


/**************** SIDEBAR ********************/
#sidebar {
	float: right;
	width: 309px;
	margin-left: 10px;
	display: inline;
}

body.sidebar #content {
	width: 610px;
}

#sidebar h2 {
	font-size: 15px;
	background:url(images/dots.gif) 0 100% repeat-x;
	padding-bottom: 5px;
}

#sidebar h5 {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}

#sidebar ul {
	background: none;
	padding: 0;
}

#sidebar ul li {
	background: none;
	padding: 0;
}

#sidebar ul.borderTop {
	background: url(images/dots_horiz.gif) repeat-x;
}
#sidebar ul.borderTop li {
	padding-top: 10px;
}

.download img {
	padding-right: 10px;
	margin-top: 10px;
	display: inline;
}



/*
*************** FOOTER ********************/
#footer{
	clear: both;
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
	padding-bottom: 12px;
} 

body.pHome #footer {
	margin-top: 25px;
}

#footerLt {
	float: left;
	width: 75%;
	color: #959595;
	font-size: 10px;
}

#footerLt h5 {
	float: left;
	padding-top: 3px;
}

#footerLt p {
	padding-top: 3px;
	color: #959595;
}

#footerLt a {
	color: #959595;
	font-size: 10px;
	text-decoration: none;
}

#footerLt a:hover {
	text-decoration: none;
}

#footerRt {
	float: right;	
	color: #959595;
	font-size: 10px;
	padding-top: 3px;
}

#footerRt a {
	color: #959595;
	font-size: 10px;
	text-decoration: none;
}

#footerRt a:hover {
	color: #959595;
	text-decoration: none;
}

/*
*************** TABLES ********************/
.std {}

.std th, .std td {
	padding: 12px 10px;
}

.std td {
	border-bottom: 1px solid #ebebeb;
}

.even {
	background: #f6f9fb;
}

/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr { 
	display: none;
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
}

hr.ruleThin {
	clear: both;
	display: block;
	height: auto;
    border-top:1px solid #ccc;
	margin: 30px 0;
}

#sidebar hr.ruleThin {
	margin: 5px 0;
}

.ruleThick {
	clear: both;
	display: block;
	height: auto;
    border-top:7px solid #555;
	margin: 30px 0;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}