/* version 2.0 */

body {
  background-color: #333333;
  margin: 0px;
  padding: 0px;
  font-family: "Times", "Times New Roman", Serif;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: white;
}

a img {
  vertical-align: middle;
}

h4 a {
	text-decoration: underline;
}

pre {
	text-align: left;
}

/* Page header */

.logoStrip {
  margin-top: 30px;
  width: 700px;
}

.logoColumn {
  float: left;
  width: 283px;
  height: 75px;
  text-align: left;
}

.menuColumn {
  float: left;
  background-image: url('/images/menubg.jpg');
  width: 417px;
  height: 75px;
  text-align: center;
  vertical-align: bottom;
  line-height: 75px;
}

.menuColumn a {
  padding: 0px 5px 0px 5px;
  font-size: 16px;
  color: black;
  text-decoration: none;
}

.menuColumn a:hover {
  color: #0FACFF;
}

.menuSplitter {
  margin-left: 5px;
  border-left: 1px solid black;
  height: 15px;
}

.newsBar {
  border: 1px solid black;
  background: white;
  color: black;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 10px;
}

.newsBar a {
  color: black;
  text-decoration: underline;
}


/* two column layout */

.leftColumn {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 420px;
  margin-right: 18px;
  float: left;
}

.rightColumn {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 220px;
  float: left;
}

.innerLeftColumnTop {
  background-color: #808080;
  background-image: url('/images/leftBoxTop.jpg');
  background-repeat: no-repeat;
  height: 20px;
  width: 420px;
  margin: 0px;
}

.innerLeftColumnBody {
  background-color: #808080;
  padding-left: 20px;
  padding-right: 20px;
  width: 380px;
  margin: 0px;
}

.innerLeftColumnBody a, .innerRightColumnBody a {
  text-decoration: underline;
}

.innerLeftColumnBody p {
  margin: 0px;
  padding-top: 10px;
}

.innerRightColumnBody p {
  margin: 0px;
  padding-top: 10px;
}

.innerLeftColumnBottom {
  background-color: #808080;
  background-image: url('/images/leftBoxBottom.jpg');
  background-repeat: no-repeat;
  height: 20px;
  width: 420px;
  margin: 0px;
}

.innerRightColumnTop {
  background-color: #808080;
  background-image: url('/images/rightBoxTop.jpg');
  background-repeat: no-repeat;
  height: 20px;
  width: 220px;
}

.innerRightColumnBody {
  background-color: #808080;
  width: 180px;
  padding-left: 20px;
  padding-right: 20px;
}

.innerRightColumnBottom {
  background-color: #808080;
  background-image: url('/images/rightBoxBottom.jpg');
  background-repeat: no-repeat;
  height: 20px;
  width: 220px;
}

.innerRightColumnBody p, .innerLeftColumnBody p {
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 11px;
}

/* inner box */

.innerBoxTop {
  background-color: #808080;
  background-image: url('/images/innerBoxTop.jpg');
  background-repeat: no-repeat;
  height: 20px;
/*  width: 655px;*/
  display: none;
}

.boxContainer.two {
	width: 448px;
	margin: 0 auto;
}

.boxContainer.two .innerBoxBody.product.first {
	margin-left: 0;
}
.boxContainer.two .innerBoxBody.product.last {
	margin-right: 0;
}

.boxContainer .innerBoxBody {
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

.innerBoxBody.product {
	width: 177px;
}

.innerBoxBody.pricing {
  margin-bottom: 10px;
  width: 410px;
  float: left;
}
/*.innerBoxBody.dterm.pricing {
  width: 129px;
  float: left;
  margin-left: 129px;
}*/
.innerBoxBody.pricing .productColumn {
  width: 129px;
  padding-left: 5px;
  padding-right: 5px;
}
.innerBoxBody.pricing .productColumn a {
  font-size: 12px;
}
.badge {
	margin-top: -50px;
	margin-left: 65px;
}

.innerBoxBody {
  background-color: #808080;
  color: #eee;
  height: auto;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  border: 20px solid #808080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0px;
}


.innerBoxBody p {
  font-size: 11px;
}

/* in the content box only links inside paragraph tags will be underlined -
   this prevents headings from being underlined when linked */
.innerBoxBody p a {
  text-decoration: underline;
}

.innerBoxBottom {
  background-color: #808080;
  background-image: url('/images/innerBoxBottom.jpg');
  background-repeat: no-repeat;
  height: 20px;
/*  width: 655px;*/
  clear: both;
  display: none;
}

#divider1, #divider2 {
  display: none;
}

.two .productColumn {
  width: 287px;
}
.three .productColumn {
  width: 177px;
}

.productColumn {
/*  width: 177px;*/
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #606060;
/*outline: 1px solid red;*/
}

.productColumn p a {
  text-decoration: underline;
}

.productColumn p {
  margin: 0px;
  padding-top: 0.5em;
}

.productColumn.first {
  padding-left: 0 !important;
}
.productColumn.last {
  padding-right: 0 !important;
  border-right-style: none;
}

.productLinks {
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 10px;
}

.productLinks a {
  color: white;
  font-size: 11px;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  border: 1px solid white;
  padding: 4px;
  text-decoration: none;
}

.productLinks a:hover {
  color: #808080;
  font-size: 11px;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  border: 1px solid white;
  background: white;
  padding: 4px;
}

p.comparison {
  text-align: center;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 16px;
  color: #eee;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

p.comparison a {
  text-decoration: underline;
}

/* page body */

.main {
  clear: both;
  width: 700px;
  padding-top: 10px;
}

.clear {
	clear: both;
}

.box {
  background-image: url('/images/boxTop.jpg');
  background-repeat: no-repeat;
  background-color: #4D4D4D;
}

.boxBottom {
  background-image: url('/images/boxBottom.jpg');
  background-color: #4D4D4D;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 40px;
  margin-top: -20px;
}

.content {
  padding: 20px;
}

.bodyText a {
  text-decoration: underline;
}

.boxReflection {
  width: 700px;
  height: 35px;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 11px;
  padding-top: 10px;
  background-image: url('/images/boxReflection.jpg');
  color: #555;
}

.boxReflection a {
  color: #555;
  text-decoration: underline;
}

.screenshot {
  border: 1px solid #ffffff;
  margin-left: 10px;
  margin-top: 10px;
}

.divider {
  margin-top: 15px;
  background: #606060;
  height: 1px;
  clear: both;
}

h1 {
  font-size: 20px;
  color: #eee;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  text-align: center;
}

h2 {
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: 28px;
  color: white;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
}

h4 {
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 16px;
  color: #eee;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
}

h5 {
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 11px;
  color: #eee;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
}

h5 a {
  text-decoration: underline;
}

p {
  text-align: left;
  color: #eee;
  font-size: 13px;
  line-height: 1.4em;
}

ul {
  color: white;
  text-align: left;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  margin: 10px 0 0 30px;
  padding: 0px;
}

ol {
  color: white;
  text-align: left;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  margin: 10px 0 0 30px;
  padding: 0px;
}

li a {
  text-decoration: underline;
}

/* support page columns */

.imageColumn {
  text-align: right;
  margin-top: 15px;
  width: 200px; /* width of largest image */
  margin-right: 10px;
  float: left;
}

.contentColumn {

  width: 405px; /* 605px - imageColumn width */
  float: left;
}

/* comparision table */

.comparisonTable {
  font-size: 11px;
  font-family: 'Lucida Grande', 'Verdana', sans-serif;
  color: #eee;
  border-bottom: 1px #606060 solid;
}

.featureGroupCell {
  font-weight: bold;
}

.comparisonTable td {
  padding: 4px;
}

.borderedColumn {
  text-align: center;
  border-left: 1px #606060 solid;
}

.columnHeading {
  text-align: center;
  border-bottom: 1px #606060 solid;
}

.featureGroupRow {
  background: #707070;
}

.altRow {
  background: #777;
}
