@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(46,62,0);
	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: 140%;
	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;
}

#mainContentb li {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
#mainContentb td {
	font-size: 95%;
	font-weight: normal;
	margin: 0;
}

#container { 
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	background-image:url(../png/ltgreensidebar2.png);
	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(../gif/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;
	height: 26px;
	text-align: center;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 26px;
	outline: none;/* removes Firefox link outline */
/*	border-collapse:collapse;*/
}
.class1 a:link, .class1  a:visited {
	color: rgb(153,204,0);
	background-color: #000;
	text-decoration: none;
}
.class1 a:hover {
	color: #fff;
	background-color: rgb(99,132,0);
	text-decoration: none;
}
.class1 a:active {
	color: #fff;
	background-color: rgb(153,204,0);
	text-decoration:none;
}

.class2 a {    /* body nav */
	outline: none;/* removes Firefox link outline */
}
.class2 a:link, .class2 a:visited {
	display: inline;
	color: rgb(81,109,0);
	background-color:transparent;
	text-decoration: none;
}
.class2 a:hover, .class2 a:active {
	color: rgb(118,158,0);
	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(99,132,0);
	text-decoration:none;
}
.class3 a:hover {
	color: rgb(46,62,0);
	background-color: rgb(207,223,174);
	text-decoration:none;
}
.class3 a:active {
	color: rgb(46,62,0);
	background-color: rgb(182,197,144);
	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(81,109,0);
	text-decoration: none;
	border-bottom: 2px solid rgb(81,109,0);
}
.class4 a:hover {
	color: #fff;
	font-weight: bold;
	background-color: rgb(46,62,0);
	text-decoration: none;
	border-bottom: 2px solid rgb(0,183,216);
}
.class4 a:active {
	color: #fff;
	font-weight: bold;
	background-color: #000;
	text-decoration:none;
	border-bottom: 2px solid rgb(0,183,216);
}

/* old colors*/
.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;
}

/* old colors*/
.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;
}

#bannercontaineri {
	height:260px;
	width:980px;
	position:relative;
}
#bannercontainer {
	height:137px;
	width:980px;
	position:relative;
}

.bannersi {
	position:absolute;
	top:0;
	left:0;
	height: 260px;
	width: 980px;
	padding: 0;
	text-align: left;
	background-color: #000;
}
.banners {
	position:absolute;
	top:0;
	left:0;
	height: 137px;
	width: 980px;
	padding: 0;
	text-align: left;
	background-color: #000;
}

#banner-ver {
	background-image:url(../jpg/introducing_banner.jpg);
	background-repeat:no-repeat;
}

#banner-ver p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 220px;
	margin: 0px;
	text-align: left;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 66px;
}
#banner-ver 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: 220px;
	margin: 0px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 66px;
}

#bannerver {
	background-image:url(../jpg/introducing_banner137.jpg);
	background-repeat:no-repeat;
}

#bannerver p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 160%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 320px;
	margin: 0px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
}
#bannerver 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: 420px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
}

#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(228,240,206);
}

/* standard sidebar */
#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;
}
/* sidebar with top banner*/
#sidebar1plus {
	float: left; /* since this element is floated, a width must be given */
	display: inline; /* fixes IE6 double margin */
	width: 193px;
	margin: 5px 0 10px 74px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
/*	background-color: rgb(237,249,60); for testing */
}

#sidebar1plus ul {
	list-style-type:none;
	font-size: 85%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

#sidebar1plus li {
/*	float: left;
	display: inline; /* fixes IE6 double margin */
	text-indent: 15px;
}
.sidebarbanner {
	float: left;
	display: inline;
	width: 194;
	margin: 0 0 0 74px;
	overflow:hidden;
}


#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 */
} 

#mainContentbplus { 
	width: 610px;
	margin: 5px 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 */
} 
#marketing { 
	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 */
} 
#marketing ul li {
/*	list-style-image: url(../images/bullet.png);*/
	font-size: 100%;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}

#marketing ul ul li {
/*	list-style-image: url(../images/bullet2.png);*/
	font-size: 95%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding-bottom: 10px;
}
#marketing ul ul ul li {
	font-size: 90%;
	font-weight: normal;
	color: #999;
	margin: 0;
	padding-bottom: 10px;
}

#download {
	padding: 0;
	background-color: #fff;
	float: right;
	width: 255px;
	background-image:url(../png/downloadveracitybg2.png);
	text-align: center;
	margin: 40px 0 10px 20px;
	background-repeat: no-repeat;
	height: 130px;
	background-position: center;
}

#download1 {
	padding: 0;
	background-color: #fff;
	float: right;
	width: 255px;
	background-image:url(../png/downloadveracitybg.png);
	text-align: center;
	margin: 40px 0 10px 20px;
	background-repeat: no-repeat;
	height: 130px;
	background-position: center;
}

#versionlink {
	text-align: center;
	width: 196px;
	margin: 0;
	height: 25px;
	padding-top: 80px;
	padding-left: 0px;
}
#versionlink p {
	color:#9c0;	
}
#versionlink a:link, #versionlink a:visited {
	color: #fff;
	background-color:none;
	text-decoration:none;
}
#versionlink a:hover, #versionlink a:active {
	color: #c7e088;
	background-color:none;
	text-decoration:underline;
	font-weight: bold;
}
#downloadlink1 {
	text-align: center;
	width: 125px;
	margin: 0;
	height: 25px;
	padding-top: 7px;
}
#downloadlink1 a:link, #downloadlink1 a:visited {
	color: #9c0;
	background-color:none;
	text-decoration:none;
}
#downloadlink1 a:hover, #downloadlink1 a:active {
	color: #fff;
	background-color:none;
	text-decoration:underline;
	font-weight: bold;
}
#downloadlink2 {
	float:right;
	text-align: center;
	width: 125px;
	margin: 0;
	height: 25px;
	padding-top: 7px;
}
#downloadlink2 a:link, #downloadlink2 a:visited {
	color: #9c0;
	background-color:none;
	text-decoration:none;
}
#downloadlink2 a:hover, #downloadlink2 a:active {
	color: #fff;
	background-color:none;
	text-decoration:underline;
	font-weight: bold;
}

.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 */
}



.break {
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 1px solid #999
}


#trybox {
	float: right;
	width: 255px;
	background-image:url(../jpg/greenwavebg.jpg);
	text-align: center;
	margin: 40px 0 5px 20px;
}

#trybox p {
	padding: 15px 25px;
	background-color: rgb(228,240,206);
}

#trybox h2 {
	color: #fff;
/*	background-color: rgb(0,132,142);*/
	padding: 15px 0;
}

#trybox h3 {
	padding: 15px 0;
	background-color: rgb(207,223,174);
	font-weight: bold;
}



.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;
}

.demo {
	font-size:95%;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 10px 0;
	padding:5px 0;
}

.colortablerow td{
	background-color:rgb(228,240,206);
}

.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(228,240,206);
}

table.downloadtable tr.odd td {
	background-color:rgb(228,240,206);
}

table.demo tr.even td {
	background-color:rgb(228,240,206);
}


/*  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: 90%;
}


table.featurecomp td {
	text-align: center;
}

table.featurecomp td.notinhere {
/*    border: 1px solid #CCC; */
}

table.featurecomp td.inFortress {
	background-color: rgb(118,158,0);
	border: 1px solid rgb(118,158,0);
	color: #FFF;
}

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  */


.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 ; 
}