@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(0,66,78);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 135%;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding-bottom: 3px;
}
h3 {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
}
h4 {
	display:inline;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px 10px 5px;
	text-align: center;
}
h5 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
}
h6 {
	font-size: 70%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
p {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
dt {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
}
dd {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding-bottom:10px;
	padding-left:20px;
}
dl {
	margin:0;
	padding:3px;
}

.inset {
	padding-left: 36px;	
}
.inset2 {
	padding-left: 72px;	
}

#mainContentb li {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
#mainContentb td {
	font-size: 95%;
	font-weight: normal;
	margin: 0;
}

#mainContentc li {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
#mainContentc td {
	font-size: 95%;
	font-weight: normal;
	margin: 0;
}
#mainContentc p {
	margin-bottom: 4px;	
}

#container { 
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	background-image: url(../images/LtBlueSideBar.png);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#containerb { 
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	background-image: url(../images/LtBlueSideBar2.png);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#containerp { 
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	padding: 0;
	text-align: left;
	background-color: #000;
	background-image: url(../images/SGtopleftlogo2.gif);
	background-repeat: no-repeat;
	height: 75px;
}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-right: 20px;
}
#header li {
	float: right;
	border-collapse:collapse;
	padding-top: 43px;
}

#logo {
	padding: 1;
	margin:0;
	background: transparent;
	height: 70px;
	width: 280px;
	float: left;
}
#logo a {
	outline: none;
}

.class1 a {   /*header nav */
	display: block;
	width: 95px;
	height: 26px;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	outline: none;/* removes Firefox link outline */
/*	border-collapse:collapse;*/
}
.class1 a:link, .class1  a:visited {
	color: rgb(0,183,216);
	background-color: #000;
	text-decoration: none;
}
.class1 a:hover {
	color: #fff;
	background-color: rgb(0,88,104);
	text-decoration: none;
}
.class1 a:active {
	color: #fff;
	background-color: rgb(0,132,156);
	text-decoration:none;
}

.class2 a {    /* body nav */
	outline: none;/* removes Firefox link outline */
}
.class2 a:link, .class2 a:visited {
	display: inline;
	color: rgb(0,132,156);
	background-color:transparent;
	text-decoration: none;
}
.class2 a:hover, .class2 a:active {
	color: rgb(0,183,216);
	background-color:none;
	text-decoration:underline;
}

.class3 a {    /* sidebar nav */
	display: block;
	width: 185px;
	text-align: left;
	padding: 4px;
	outline: none;/* removes Firefox link outline */
}
.class3 a:link, .class3  a:visited {
	color: rgb(0,132,156);
	text-decoration:none;
}
.class3 a:hover {
	color: rgb(0,88,104);
	background-color: rgb(194,225,230);
	text-decoration:none;
}
.class3 a:active {
	color: rgb(0,88,104);
	background-color: rgb(161,214,224);
	text-decoration:none;
}

.class4 a {   /*banner nav */
	display: block;
	width: 85px;
	height: 20px;
	text-align: left;
	padding: 4px 0 0 12px;
	outline: none;/* removes Firefox link outline */
}
.class4 a:link, .class4  a:visited {
	color:#fff;
	background-color: rgb(0,88,104);
	text-decoration: none;
	border-bottom: 2px solid rgb(0,88,104);
}
.class4 a:hover {
	color: #fff;
	font-weight: bold;
	background-color: rgb(0,44,52);
	text-decoration: none;
	border-bottom: 2px solid rgb(153,204,0);
}
.class4 a:active {
	color: #fff;
	font-weight: bold;
	background-color: #000;
	text-decoration:none;
	border-bottom: 2px solid rgb(153,204,0);
}

.class5 a {    /* product page nav */
	display: block;
	width: 120px;
	height:25px;
	margin:0 15px;
	text-align:center;
	padding-top:8px;
	outline: none;/* removes Firefox link outline */
}
.class5 a:link, .class5  a:visited {
	color:rgb(0,88,104);
	text-decoration:none;
}
.class5 a:hover {
	color: #fff;
	background-color: rgb(0,132,156);
	text-decoration:none;
}
.class5 a:active {
	color: #fff;
	background-color: rgb(0,88,104);
	text-decoration:none;
}

.class6 a {   /*mfb nav */
	display: block;
	width: 100px;
	height: 26px;
	text-align: center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	outline: none;/* removes Firefox link outline */
/*	border-collapse:collapse;*/
}
.class6 a:link, .class6  a:visited {
	color: rgb(0,132,156);
	text-decoration: none;
}
.class6 a:hover {
	color: rgb(0,88,104);
	background-color: rgb(194,225,230);
	text-decoration: none;
}
.class6 a:active {
	color: #fff;
	background-color: rgb(0,132,156);
	text-decoration:none;
}

.class7 a {    /* Eval headline nav */
	outline: none;/* removes Firefox link outline */
}
.class7 a:link, .class7 a:visited {
	display: inline;
	color: rgb(0,88,104);
	background-color:transparent;
	text-decoration: none;
}
.class7 a:hover, .class7 a:active {
	color: rgb(118,158,0);
	background-color:none;
}

#bannercontainer {
	height:137px;
	width:980px;

	position:relative;
}
#bannercontainer2 {
	height:163px;
	width:980px;

	position:relative;
}

.banners {
	position:absolute;
	top:0;
	left:0;
	height: 137px;
	width: 980px;
	padding: 0;
	text-align: left;
	background-color: #000;
}

#bannerv {
	background-image:url(../images/Vaultbanner.png);
	background-repeat:no-repeat;
}
#bannerv p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 280px;
	margin: 0px;
	text-align: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 585px;
}
#bannersg {
	background-image:url(../images/SGbanner.png);
	background-repeat:no-repeat;
}
#bannersg p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 480px;
	margin: 0px;
	text-align: left;
	padding-top: 68px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}
#bannersg h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 550px;
	margin: 0px;
	text-align: left;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 365px;
}

#bannervp {
	background-image:url(../images/VaultPEbanner.jpg);
	background-repeat:no-repeat;
}
#bannervp p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 550px;
	margin: 0px;
	text-align: left;
	padding-top: 76px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 315px;
}
#bannervp h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 105%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 550px;
	margin: 0px;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 335px;
}

#bannerf {
	background-image:url(../images/Fortressbanner.png);
	background-repeat:no-repeat;
}
#bannerf p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 550px;
	margin: 0px;
	text-align: left;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 285px;
}
#bannerf h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 550px;
	margin: 0px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 285px;
}

#bannersos {
	background-image:url(../images/SoSbanner.png);
	background-repeat:no-repeat;
}
#bannersos p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 480px;
	margin: 0px;
	text-align: left;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 366px;
}
#bannersos h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 480px;
	margin: 0px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 366px;
}

#bannerdm {
	background-image:url(../images/DiffMergebanner.png);
	background-repeat:no-repeat;
}
#bannerdm p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 85%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 480px;
	margin: 0px;
	text-align: left;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 366px;
}
#bannerdm h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 85%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 480px;
	margin: 0px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 366px;
}

#bannervnav {
	float:right;
	margin-top: 14px;
}
#bannervnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-right:0;
}
#bannervnav li {
	padding-top: 5px;
}

#pagehead {
	float: right; 
	display: inline; /* fixes IE6 double margin */
	width: 235px; 
	margin: 0 75px 10px 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;/* padding keeps the content of the div away from the edges */
	text-align: center;
	background-color: rgb(230,248,251);
}

#veracitybutton {
	float: left;
	display: inline;
	margin: 0 0 0 73px;
	width: 266px;
/*	background-color: rgb(237,249,60); for testing */
}

#frontpagesidebar {
	float: left;
	display: inline;
	margin: 0 0 0 73px;
	width: 266px;
/*	background-color: rgb(237,249,60); for testing */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	display: inline; /* fixes IE6 double margin */
	margin: 10px 0 10px 5px;
	width: 220px; 
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 20px;/* padding keeps the content of the div away from the edges */
/*	background-color: rgb(237,249,60); for testing */
}

#productssb h3 {
	font-weight: bold;
	padding-top: 2px;
}

#sidebar1b {
	float: left; /* since this element is floated, a width must be given */
	display: inline; /* fixes IE6 double margin */
	width: 193px;
	margin: 60px 0 10px 74px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
/*	background-color: rgb(237,249,60); for testing */
}

#sidebar1b ul {
	list-style-type:none;
	font-size: 85%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

#sidebar1b li {
/*	float: left;
	display: inline; /* fixes IE6 double margin */
	text-indent: 15px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	display: inline; /* fixes IE6 double margin */
	width: 250px; 
	margin: 20px 75px 0 0;
	padding-top: 1px;
	padding-left: 25px;
	padding-right: 0;
	padding-bottom: 10px;
/*	background-color: rgb(237,100,40); for testing */
}

#mainContent { 
	width: 255px;
	margin: 20px 10px 0 338px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
/*	background-color: rgb(237,200,120); for testing */
} 

#mainContenti { 
	width: 530px;
	margin: 20px 10px 0 338px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
/*	background-color: rgb(237,200,120); for testing */
} 

#mainContentb { 
	width: 610px;
	margin: 60px 0 0 266px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 20px;
/*	background-color: rgb(237,200,120); for testing */
} 
#mainContentc { 
	width: 610px;
	margin: 60px 0 0 266px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 20px;
/*	background-color: rgb(237,200,120); for testing */
} 

#mainContent2 { 
	width: 255px;
	margin: 20px 10px 10px 338px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 10px;
/*	background-color: rgb(237,200,120); for testing */
} 

.leftlogo {
	float:left;
	height:85px;
	margin:0 20px 0 0;
}

/* Prod page - More info / Free trial / Buy now Links   */
#mfb {
	height:15px;
	margin: 10px 0;
}

#mfb ul {
	list-style-type: none;
	margin: 0;
	padding: 8px;
	overflow: hidden;
	margin-right: 20px;
}
#mfb li {
	float: left;
}
	
.prodcontent {
/*	height:280px;*/
	Margin-left:175px;
}
.prodcontent a {    /* body nav */
	outline: none;/* removes Firefox link outline */
}
.prodcontent a:link, .prodcontent a:visited {
	display: inline;
	color: rgb(0,132,156);
	background-color:transparent;
	text-decoration: none;
}
.prodcontent a:hover, .prodcontent a:active {
	color: rgb(0,183,216);
	background-color:none;
	text-decoration:underline;
}


#prodleftcontainer {
	float: left;
	width:150px;
	height: 150px;
/*	background-color:#C6F; for testing */
}

#prodleft {
	float:left;	
	height:25px;
	width:150px;
	text-align:center;
	margin-top: 10px;
/*	background-color:#C6F; for testing */
}

#vaultprod { 
	width: 828px;
/*	height:280px;*/
	margin: 50px 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/Vaulttall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#vaultprod2 { 
	width: 828px;
/*	height:280px;*/
	margin: 50px 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/VaultSEtall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#vaultprod3 { /*extra top margin added to be top div */
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/VaultSEtall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#fortressprod { 
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/Fortresstall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#vaultproprod2 { 
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/VaultProtall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#vaultproprod3 { /*extra top margin removed to be 2nd div */
	width: 828px;
/*	height:280px;*/
	margin: 50px 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/VaultProtall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#sosprod { 
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/SOStall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#sosprod2 { 
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/SOStall2.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#dmprod { 
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/DiffMergetall.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

#dmprod2 { 
	width: 828px;
/*	height:280px;*/
	margin: 0 0 0 75px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background-image:url(../images/DiffMergetall2.png);
	background-repeat:no-repeat;
/*	background-color: rgb(237,200,120); for testing */
}

.center {
	text-align:center;	
}

.break {
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 1px solid #999
}
#frontpagecolorbar {
	height:100px;
	background-image: url(../images/bluewavebg3.png);
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
	padding:12px;
	margin:0;
}

#frontpagecolorbar h1 {
	font-size: 180%;
	color:#fff;
	text-align:center;
}	

#frontpagecolorbar h2 {
	font-size: 130%;
	color:#fff;
	text-align:center;
}	
	
#frontpagevideo {
	height:180px;
	background-image: url(../images/bluewavebg3.png);
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
	padding:12px;
	margin:0;
}

#video01 {
	float: left;
	display: inline; /* fixes IE6 double margin */
	width: 125px;
	text-align:center;
	padding:8px 0;
}
#video02 {
	float: left;
	display: inline; /* fixes IE6 double margin */
	width: 125px;
	text-align:center;
	padding:8px 0;
}
#video03 {
	float: left;
	display: inline; /* fixes IE6 double margin */
	width: 125px;
	text-align:center;
	padding:8px 0;
}
#video04 {
	float: left;
	display: inline; /* fixes IE6 double margin */
	width: 125px;
	text-align:center;
	padding:8px 0;
}

#videobox {
	background-image: url(../images/bluewavebg2.png);
	background-repeat:repeat-y;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
/*	background-color: rgb(0,132,142);*/
	padding: 5px;
	margin: 10px 0 0 0;
}

#video1 {
	width: 120px;
	text-align:center;
	padding:10px 0;
}
#video2 {
	float: right;
	display: inline; /* fixes IE6 double margin */
	width: 120px;
	text-align:center;
	padding:10px 0;
}
#video3 {
	width: 120px;
	text-align:center;
	padding:10px 0;
}
#video4 {
	float: right;
	display: inline; /* fixes IE6 double margin */
	width: 120px;
	text-align:center;
	padding:10px 0;
}
.videotype p {
	font-size: 90%;
	color:#fff;
	padding-bottom:5px;
}
.videotype h2 {
	font-size: 110%;
	color:#fff;
}
.videotype a {    /* body nav */
	outline: none;/* removes Firefox link outline */
}
.videotype a:link, .videotype a:visited {
	display: inline;
	color: rgb(230,248,251);
	background-color:transparent;
	text-decoration: none;
}
.videotype a:hover, .videotype a:active {
	color: rgb(230,248,251);
	background-color:none;
	text-decoration:underline;
}

#livedemos {
	background-color: rgb(230,248,251);
	padding: 12px;
	margin:20px 0 10px 0;
}

#news {
 	float: right; 
	display: inline; /* fixes IE6 double margin */
	width: 505px;
	background-color: rgb(230,249,251);
	margin-top: 0;
	margin-right: 75px;
	margin-left: 35px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px; 
}

#trybox {
	float: right;
	width: 255px;
	background-image:url(../images/bluewavebg.png);
	text-align: center;
	margin: 40px 0 5px 20px;
}

#trybox p {
	padding: 15px 25px;
	background-color: rgb(230,248,251);
}

#trybox h2 {
	color: #fff;
/*	background-color: rgb(0,132,142);*/
	padding: 15px 0;
}

#trybox h3 {
	padding: 15px 0;
	background-color: rgb(194,225,230);
	font-weight: bold;
}

#trybox2 { /* less top margin than trybox */
	float: right;
	width: 255px;
	background-image:url(../images/bluewavebg.png);
	text-align: center;
	margin: 5px 0 5px 20px;
}

#trybox2 p {
	padding: 15px 25px;
	background-color: rgb(230,248,251);
	margin: 0;
}

#trybox2 h2 {
	color: #fff;
/*	background-color: rgb(0,132,142);*/
	padding: 15px 0;
}

#trybox2 h3 {
	padding: 15px 0;
	background-color: rgb(194,225,230);
	font-weight: bold;
}

#trybox3 { /* front page cust support */
	background-image:url(../images/bluewavebg650.jpg);
	text-align: center;
	margin: 12px 0;
	width: 255px;
}

#trybox3 p {
	padding: 12px 24px;
	background-color: rgb(230,248,251);
	margin: 0;
}

#trybox3 h2 {
	color: #fff;
/*	background-color: rgb(0,132,142);*/
	padding: 12px 0;
}

#trybox3 h3 {
	padding: 8px 0;
	background-color: rgb(194,225,230);
	font-weight: bold;
	font-size: 110%;
}

#trybox4 { /* same as trybox3 plus float */
	float: right;
	background-image:url(../images/bluewavebg650.jpg);
	text-align: center;
	margin: 12px 0;
	width: 255px;
}

#trybox4 p {
	padding: 12px 24px;
	background-color: rgb(230,248,251);
	margin: 0;
}

#trybox4 h2 {
	color: #fff;
/*	background-color: rgb(0,132,142);*/
	padding: 12px 0;
}

#trybox4 h3 {
	padding: 8px 0;
	background-color: rgb(194,225,230);
	font-weight: bold;
	font-size: 110%;
}


.screenshots div{
	width: 120px;
	height: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	padding-bottom:15px;
}
.screenshots h3{
	font-size:80%;	
}


.insetimage {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}

#footer { 
	padding: 0 10px 0 20px; 
	background:#000;
} 
#footer p {
	font-size: 75%;
	color: #999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navlist {
	list-style-position: outside;
	list-style-type: none;
	font-size: 95%;
	line-height: 1.75em;
	border-bottom: 1px solid #DADADA;
	margin: 0;
	padding-bottom: 20px;
}
.navhead {
	border-top: 1px solid #DADADA;
	padding-top: 20px;
}
.downloadtable {
	font-size:95%;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 10px 0;
	padding:5px 0;
}

.downloadtable2 {
	font-size:95%;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 10px 0;
	padding:5px 0;
}

.downloadtable2 tr.odd td {
	background-color:rgb(228,240,206);
}

.colortablerow td{
	background-color:rgb(230,248,251);
}

.pricingtable {
	font-size:90%;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 10px 0;
	padding:5px 0;
}
.pricingtable td {
	padding:6px;	
}
.pricingtable tr.even td {
	background-color:rgb(230,248,251);
}

.pricingtable2 {
	font-size:90%;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 10px 0;
	padding:5px 0;
}
.pricingtable2 td {
	padding:6px;	
}
.pricingtable2 tr.even td {
	background-color:rgb(228,240,206);
}

table.downloadtable tr.odd td {
	background-color:rgb(230,248,251);
}

table.demo tr.even td {
	background-color:rgb(230,248,251);
}

table.resellers tr.odd td {
	background-color:rgb(230,248,251);
}
table.resellers td {
	padding:5px;	
}

.signup p {
	padding-bottom:10px;
}

/*  fortress vs vault table  */
table.featurecomp {
 background-color: #F0F0F0;
}

table.featurecomp tr, table.featurecomp td, table.featurecomp th {
 background-color: #FFF;
}

table.featurecomp caption {
  margin-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  font-size: 80%;
}

table.featurecomp caption em {
  font-weight: bold;
}

table.featurecomp th, table.featurecomp td {
	padding: 5px;
	vertical-align: top;
}

table.featurecomp th {
	border: none;
	text-align: center;
}

table.featurecomp th[scope=row] {
	font-weight: normal;
	font-size: 80%;
}


table.featurecomp td {
	text-align: center;
}

table.featurecomp td.notinhere {
/*    border: 1px solid #CCC; */
}

table.featurecomp td.inPro {
	background-color: rgb(118,158,0);
	border: 1px solid rgb(118,158,0);
	color: #FFF;
}

table.featurecomp td.inFortress {
	background-color: rgb(118,158,0);
	border: 1px solid rgb(118,158,0);
	color: #FFF;
}

table.featurecomp td.inProWeb {
	background-color: rgb(153,204,0);
	border: 1px solid rgb(153,204,0);
	color: #000;
}

table.featurecomp td.inFortressWeb {
	background-color: rgb(153,204,0);
	border: 1px solid rgb(153,204,0);
	color: #000;
}

table.featurecomp td.inVault {
	background-color: rgb(0,132,156);
	border: 1px solid  rgb(0,132,156);
	color: #FFF;
}
/*  end fortress vs vault table  */

/*  System compatibility table  */
table.syscomp {
 background-color: #F0F0F0;
}

table.syscomp tr, table.syscomp td, table.syscomp th {
 background-color: #FFF;
}

table.syscomp caption {
  margin-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  font-size: 80%;
}

table.syscomp caption em {
  font-weight: bold;
}

table.syscomp th, table.syscomp td {
	padding: 5px;
	vertical-align: top;  
	font-size: 80%;
}

table.syscomp th {
	border: none;
	text-align: center;
}

table.syscomp th[scope=row] {
	font-weight: normal;
	font-size: 80%;
}


table.syscomp td {
	text-align: center;
}
table.syscomp td.syscompsub {
	border: none;
	text-align: center;
	background-color: rgb(228,240,206);
	font-size: 80%;
}

table.syscomp td.comp {
	background-color: rgb(153,204,0);
	border: 1px solid rgb(153,204,0);
	color: #000;
}

table.syscomp td.incomp {
	background-color: rgb(0,132,156);
	border: 1px solid  rgb(0,132,156);
	color: #FFF;
}
/*  end compatibility table  */

div.vidlist {
	width: 585px;
}

div.vidlist img {
	float: right;
	padding: 1px;
	border: 1px solid #000;
	margin-bottom: 1em;
	margin-left: 1em;
}

div.vidlist h2 {
	clear: right;
}

ul.demolist {
	list-style-type:none;
}


.note {
	background-color: rgb(194,225,230);
	padding: 15px;
}

.footnotes {
	font-size: 85%;
	font-style:italic;
}

.newscontent {
	margin-top: 20px;	
}

.newsheadline{
	font-size: 100%;
	color: rgb(0,88,104);	

}

a img { 
	border: none ; 
}

/* demo pages popup divs */
#positionholder {
	position:relative;	
}
div.popupdiv {
	width: 325px;
/*	margin: 15px;*/
	padding: 5px 15px 10px 15px;
	background-color: rgb(230,248,251);
}

img.closebutton {
	position: relative;
	left: -10px;
}
#clientreq {
	position: absolute;
	left:225px;
	top:150px;
	z-index: 1;
}
#clientreq li{
	padding: 0 0 5px 0;	
}
#clientreq2 {
	position: absolute;
	left:225px;
	top:675px;
	z-index: 1;
}
#clientreq2 li{
	padding: 0 0 5px 0;	
}
#connectdemoserver {
	position: absolute;
	left:225px;
	top:230px;
	z-index: 2;
}
#connectdemoserver li{
	padding: 0 0 5px 0;	
}
#clientreqS {
	position: absolute;
	left:225px;
	top:180px;
	z-index: 1;
}
#clientreqS li{
	padding: 0 0 5px 0;	
}
#clientreqS2 {
	position: absolute;
	left:225px;
	top:705px;
	z-index: 1;
}
#clientreqS2 li{
	padding: 0 0 5px 0;	
}
#connectdemoserverS {
	position: absolute;
	left:225px;
	top:260px;
	z-index: 2;
}
#connectdemoserverS li{
	padding: 0 0 5px 0;	
}