/** GENERAL STYLES *****************************************/

h1 {
  margin-top: 4px;
  color: #FFFFFF;
}

h1 span {
  font-size: 58%;
}

h1 span a {
  color: #FFFFFF;
}

h2 {
  color: #FFFFFF;
  font-size: 164%;
  font-weight: normal;
}

h3 {
  color: #33D600;
  font-size: 127%;
  font-weight: normal;
}

p strong {
  color: #FFFFFF;
}

p {
  color: #D3D3D3;
}

a {
	color: white;
}

/** HOMEPAGE STYLES ****************************************/

.banner {
  background-image: url(/images/homepage/homepage-banner.jpg);
  background-repeat: no-repeat;
  width: 401px;
  height: 207px;
  padding: 0px 80px 0px 456px;
  font-size: 127%;
}

.banner h1 {
  color: #08B8E4;
  font-size: 214%;
  font-weight: normal;
  margin: 0px;
  padding: 40px 0px 0px 0px;
  line-height: 28px;
}

.banner p {
  margin: 12px 0px 12px 0px;
  padding: 0px;
  color: #000000;
}

.banner a {
  color: #007A99;
  font-weight: bold;
  padding-right: 10px;
}

.package {
  color: #FFFFFF;
  float: left;
  height: 150px;
  margin: 1px 0px 0px 0px;
  padding: 0px 13px 0px 10px;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.package h2 {
  color: #FFFFFF;
  font-size: 164%;
  font-weight: normal;
}

.package p {
  font-size: 109%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #FFFFFF;
}

.package p.subpackages {
  font-size: 155%;
  margin: 10px 0px 0px 0px;
}

.package a {
  color: #FFFFFF;
  font-size: 127%;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  right: 16px;
}

.package h2 a {
  color: #FFFFFF;
  font-size: 100%;
  position: static;
  font-weight: normal;
  text-decoration: none;
}

.package.maxi {
  width: 263px;
  margin-right: 1px;
  background-image: url(/images/homepage/box-maxi.gif);
}

.package.midi {
  width: 226px;
  margin-right: 1px;
  background-image: url(/images/homepage/box-midi.gif);
}

.package.mini {
  width: 196px;
  margin-right: 1px;
  background-image: url(/images/homepage/box-mini.gif);
}

.package.arc {
  width: 211px;
  margin-right: 1px;
  background-image: url(/images/homepage/box-arc.gif);
}

.package.edu {
  width: 211px;
  margin-right: 1px;
  background-image: url(/images/homepage/box-edu.gif);
}

.package.datapocket {
  width: 211px;
  margin-right: 1px;
  background-image: url(/images/homepage/box-datapocket.gif);
}

.package.spare {
  width: 209px;
  background-image: url(/images/homepage/box-spare.gif);
}

.package-bottom {
  clear: both;
  width: 100%;
  background-image: url(/images/homepage/box-bottoms.gif);
  background-repeat: no-repeat;
}

.column {
  float: left;
  width: 256px;
  padding: 0px 13px 0px 16px;
  margin: 18px 0px 20px 0px;
  line-height: 13px;
}

.column.double {
  width: 446px;
}

.column h1.small {
  color: #FFFFFF;
  font-size: 164%;
  font-weight: normal;
  line-height: 120%;
}

.column h1 {
  color: #FFFFFF;
  font-size: 218%;
  font-weight: normal;
}

.column h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  padding-bottom: 4px;
  line-height: 18px;
}

.column h3 {
  margin: 22px 0px 11px 0px;
}

.column p {
  margin: 11px 0px 11px 0px;
}

.edubackup {
  float: right;
  background-image: url(/images/homepage/box-edu.gif);
  background-repeat: no-repeat;
  width: 352px;
  height: 66px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

.edubackup h2 {
  margin: 10px 0px 0px 14px;
  padding: 0px;
}

.edubackup p {
  margin: 6px 0px 0px 14px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 109%;
}

.edubackup a {
  margin-left: 8px;
  color: #FFFFFF;
}

.greyblock {
  background-color: #6B6B6C;
  float: right;
  width: 352px;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  background-image: url(/images/homepage/greyblock-top.gif);
  background-repeat: no-repeat;
  background-position: top;
}

.greyblock div {
  background-image: url(/images/homepage/greyblock-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 10px;
  float: left;
  clear: both;
}

.greyblock A:link {text-decoration:none; color:#33D600;}
.greyblock A:visited {text-decoration:none; color:#33D600;}
.greyblock A:active {text-decoration:none; color:#33D600;}
.greyblock A:hover {text-decoration:underline; color:#33D600;}

.greyblock h3 {
  margin: 12px 0px 6px 0px;
  padding: 0px 0px 0px 15px;
}

.greyblock table.support {
  font-size: 109%;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

.greyblock table.support td {
  vertical-align: top;
}

.greyblock table.support td span {
  padding-bottom: 2px;
  float: left;
  clear: both;
}

.greyblock table.support td img {
  margin: 0px 0px 3px 3px;
}

.greyblock label
{
width: 19em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
margin-top:5px;
}

.greyblock .submit input
{
margin-left: 7.5em;
color: #fff;
background: #099055;
border: 2px outset #d7b9c9;
width: 115px;
margin-top:5px;
} 

.greyblock textarea {
height:70px;
width: 190px;
}
/** PACKAGES STYLES ****************************************/

.packagebox {
  float: left;
  width: 234px;
  margin: 0px 1px 0px 0px;
  position: relative;
}

#.packagebox .interior {
  background-image: url(/images/homepage/box-arc.gif);
  background-repeat: no-repeat;
  background-position: top left;
  clear: both;
}

.packagebox .archive_base {
  background-image: url(/images/packages/greenbox-bottom-free.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 13px;
  overflow: hidden;
}

.packagebox .edubackup_base {
  background-image: url(/images/packages/edubackup-bottom-free.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 13px;
  overflow: hidden;
}

.packagebox .datapocket_base {
  background-image: url(/images/packages/datapocket-bottom-free.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 13px;
  overflow: hidden;
}

.packagebox .spare_base {
  background-image: url(/images/packages/blue-bottom-free.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 13px;
  overflow: hidden;
}

.packagebox.hundred {
  float: right;
  margin: 0px 0px 0px 0px;
  width: 232px;
}

.packagebox.hundred a {
  margin-right: 6px;
}

.packagebox.hundred .interior {
  background-image: url(/images/homepage/box-spare.gif);
}

.packagebox.hundred .base {
  background-image: url(/images/packages/greenbox-bottom-hundred.gif);
}

.packagebox.dblue {
  float: right;
  margin: 1px 0px 0px 0px;
  width: 232px;
}

.packagebox.dblue .interior {
  background-image: url(/images/packages/dbluebox-top.gif);
}

.packagebox.dblue .base {
  background-image: url(/images/packages/dbluebox-bottom.gif);
}

.packagebox.dblue .interior p {
  padding: 5px 10px 0px 15px;
}

.packagebox.dblue a {
  margin-right: 12px;
}

.packagebox.lblue {
  float: right;
  margin: 1px 0px 0px 0px;
  width: 232px;
}

.packagebox.lblue .interior {
  background-image: url(/images/packages/datapocket-top.gif);
}

.packagebox.lblue .base {
  background-image: url(/images/packages/datapocket-bottom.gif);
}

.packagebox.lblue .interior p {
  line-height: 113%;
  padding-bottom: 0px;
}

.packagebox h2 {
  margin: 0px;
  padding: 11px 0px 0px 15px;
  font-size: 191%;
  font-weight: normal;
}

.packagebox p {
  margin: 0px;
  padding: 6px 10px 6px 15px;
  color: #FFFFFF;
  font-size: 109%;
}

.packagebox p.price {
  padding: 0px 10px 0px 15px;
  color: #000000;
}

.packagebox p.price strong {
  color: #000000;
  font-size: 142%;
}

.packagebox p.tight {
  padding: 0px 10px 0px 15px;
}

.packagebox p a {
  color: #000000;
}

.packagebox h3 {
  margin: 0px;
  padding: 12px 10px 0px 15px;
  color: #FFFFFF;
  font-size: 155%;
  font-weight: bold;
}

.packagebox img.badge {
  position: absolute;
  right: 0px;
  bottom: 4px;
}

.package-bottoms {
  margin-top: 1px;
  float: left;
  clear: both;
  width: 100%;
  background-image: url(/images/packages/package-bottoms.jpg);
  background-repeat: no-repeat;
}

.agents-block {
  width: 402px;
  margin: 1px 0px 22px 0px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  background-image: url(/images/packages/greyblock-top.gif);
  background-repeat: no-repeat;
  background-position: top;
}

.agents-block div {
  background-image: url(/images/packages/greyblock-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 10px;
  float: left;
  clear: both;
}

.agents-block h3 {
  color: #FFFFFF;
  padding: 12px 0px 12px 16px;
  margin: 0px 0px 0px 0px;
}

.agents-block table.agents {
  width: 366px;
  margin-left: 18px;
}

.agents-block table.agents td.star {
  background-image: url(/images/bullet-grey.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
  padding: 2px 0px 2px 20px;
}

.free-trial-block {
  width: 402px;
  margin: 22px 0 0 0;
  padding: 0;
  color: #FFFFFF;
  background-image: url(/images/packages/free-trial-top.gif);
  background-repeat: no-repeat;
  background-position: top right;
	font-size: 110%;
}

.free-trial-block h2 {
  color: #FFFFFF;
  padding: 12px 0 0px 16px;
  margin: 0;
}

.free-trial-block p {
  color: #FFFFFF;
  padding: 4px 12px 0px 16px;
  margin: 0;
}

.free-trial-block a {
  color: black;
}

.free-trial-block div {
  background-image: url(/images/packages/free-trial-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 10px;
}

/** HOW IT WORKS STYLES ************************************/

.one-col {
  width: 920px;
  float: left;
  padding: 0px 6px 0px 15px;
  margin: 0px 0px 20px 0px;
}

.tri-col {
  width: 290px;
  float: left;
  padding: 0px 6px 0px 15px;
  margin: 0px 0px 40px 0px;
}

.tri-col h1, h1.header {
  font-weight: normal;
  font-size: 218%;
  padding: 8px 0px 0px 0px;
  margin: 0px 0px 6px 0px;
}

h1.header {
  padding: 0px 6px 0px 15px;
  margin: 16px 0px 16px 0px;
}

.tri-col h2 {
  font-weight: normal;
  padding: 12px 0px 0px 0px;
  margin: 0px;
}

.tri-col h3 {
  font-weight: normal;
  padding: 7px 0px 2px 0px;
  margin: 0px;
}

.tri-col p {
  margin: 0px;
  padding: 5px 0px 8px 0px;
}

.tri-col ul {
  color: #D3D3D3;
  margin: 0px 0px 0px 11px;
  padding: 2px 0px 2px 0px;
  list-style: none;
}

.tri-col ul li {
  padding: 0px 0px 4px 16px;
  background-image: url(/images/bullet-grey.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.tri-col ul.thickul {
width: 271px;
}

.tri-col ul.thickul li {
  padding: 4px 0px 8px 16px;
  background-position: left 6px;
}

.tri-col.thin {
  width: 307px;
  padding: 0px 0px 0px 0px;
  margin: 0px 2px 0px 4px;;
}

.tri-col.thick {
  width: 340px;
}

.tri-col.slim {
  width: 180px;
}

.tri-col .greyblock {
  width: 307px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background-image: none;
  background-color: transparent;
}

.tri-col .greyblock p,
.tri-col .greyblock h1,
.tri-col .greyblock h2,
.tri-col .greyblock h3,
.tri-col .greyblock ul {
  padding-left: 15px;
  padding-right: 10px;
}

.tri-col .greyblockwide p,
.tri-col .greyblockwide h1,
.tri-col .greyblockwide h2,
.tri-col .greyblockwide h3,
.tri-col .greyblockwide ul {
  padding-left: 15px;
  padding-right: 10px;
}

.tri-col .greyblockwide {
  width: 920px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background-image: none;
  background-color: #6B6B6C;
}

.tri-col ul.thick {
  padding-left: 5px;
}

.tri-col .greyblock .interior {
  background-image: url(/images/howitworks/greyblock-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  clear: none;
  float: none;
  height: auto;
  width: auto;
}

.tri-col .greyblockwide .interior {
  background-image: url(/images/howitworks/greyblockwide-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  clear: none;
  float: none;
  height: auto;
  width: auto;
}

.tri-col .greyblock .base {
  padding: 0px;
  background-image: url(/images/howitworks/greyblock-bottom.gif);
  background-position: left top;
  height: 13px;
}

.tri-col .greyblockwide .base {
  padding: 0px;
  background-image: url(/images/howitworks/greyblockwide-bottom.gif);
  background-position: left top;
  height: 13px;
}

.moreinfo {
  background-image: url(/images/howitworks/moreinfo.gif);
  background-repeat: no-repeat;
  height: 31px;
  font-size: 109%;
  padding: 14px 0px 0px 64px;
}

.moreinfo a {
  color: #FFFFFF;
  margin-right: 8px;
}

.packages-footer {
  float: left;
  width: 100%;
  clear: both;
  background-image: url(/images/packages-footer-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

.packages-footer a {
  font-size: 109%;
}

.packages-footer .package {
  height: auto !important;
  height: 45px;
  min-height: 45px;
  padding-bottom: 18px;
}

.packages-footer .package-bottom {
  height: 34px;
}

table.supported-os td {
  vertical-align: top;
  padding-bottom: 10px;
}

table.supported-os td img {
  margin-top: 7px;
}


/** content STYLES ************************************/

.single-col {
  width: 640px;
  float: left;
  padding: 0px 6px 0px 15px;
  margin: 0px 0px 40px 0px;
}

.single-col h1, h1.header {
  font-weight: normal;
  font-size: 218%;
  padding: 8px 0px 0px 0px;
  margin: 0px 0px 6px 0px;
}

.single-col h2 {
  font-weight: normal;
  padding: 12px 0px 0px 0px;
  margin: 0px;
}

.single-col h3 {
  font-weight: normal;
  padding: 7px 0px 2px 0px;
  margin: 0px;
}

.single-col p {
  margin: 0px;
  padding: 5px 0px 8px 0px;
}

/** EduBackup STYLES ***************************************/

.double-col {
  float: left;
  margin: 8px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}

.double-col-thin {
  width: 350px;
  margin: 8px 35px 0px 15px;
}

.double-col-thick {
  width: 460px;
}

.double-col h1 {
  color: #FFFFFF;
  font-size: 214%;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.double-col h2 {
  margin: 8px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
}

.double-col h4 {
  font-size: 127%;
  font-weight: normal;
  color: #62D6F3;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}

.double-col p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 12px 0px;
}

.double-col p.quote {
  font-size: 145%;
  color: #FFFFFF;
  font-style: italic;
}

.double-col p.quote span {
  color: #62D6F3;
  font-style: normal;
  font-size: 87%;
  padding-left: 6px;
}

.double-col ul {
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 0px 3px;
  list-style: none;
  font-size: 109%;
}

.double-col ul li {
  background-image: url(/images/bullet-grey.gif);
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding: 2px 0px 10px 22px;
  color: #D3D3D3;
}

.double-col ul li strong {
  color: #FFFFFF;
}

/** ORDER NOW STYLES ***************************************/

.order-form {
  float: left;
}

.order-form.leftside {
  width: 450px;
  margin: 0px 0px 30px 1px;
}

.order-form.rightside {
  width: 407px;
  margin: 0px 0px 30px 1px;
}

.order-form.leftside .interior {
  background-image: url(/images/order-now/greyblock-left-top.gif);
  background-repeat: no-repeat;
  background-position: top;
  padding: 0px 0px 0px 15px;
}

.order-form.rightside .interior {
  background-image: url(/images/order-now/greyblock-right-top.gif);
  background-repeat: no-repeat;
  background-position: top;
  padding: 0px 0px 0px 15px;
}

.order-form.leftside .base {
  background-image: url(/images/order-now/greyblock-left-bottom.gif);
  background-repeat: no-repeat;
  background-position: top;
  height: 13px;
  overflow: hidden;
}

.order-form.rightside .base {
  background-image: url(/images/order-now/greyblock-right-bottom.gif);
  background-repeat: no-repeat;
  background-position: top;
  height: 13px;
  overflow: hidden;
}

.order-form.leftside p, .order-form.rightside p {
  margin: 0px;
  padding: 6px 0px 6px 0px;
  clear: both;
}

.order-form.leftside h2, .order-form.rightside h2 {
  margin: 0px;
  padding: 12px 0px 11px 0px;
  clear: both;
}

.order-form select {
  font-family: arial;
  color: #08B6E1;
}

.order-form select.large {
  font-size: 164%;
  float: left;
}

.mandatory {
  padding-left: 19px;
  background-image: url(/images/bullet-gold.gif);
  background-repeat: no-repeat;
  background-position: 2px 9px;
  height: auto !important;
  height: 10px;
  min-height: 21px;
}

.mandatory a {
  float: left;
  color: #FFFFFF;
  margin: 6px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}

.mandatorysmall {
  padding-left: 21px;
  background-image: url(/images/bullet-gold.gif);
  background-repeat: no-repeat;
  background-position: 2px 5px;
  height: auto !important;
  height: 10px;
  min-height: 21px;
  color: #D3D3D3;
}

.mandatorysmall select {
  margin-left: 10px;
}

div.dotted {
  background-image: url(/images/order-now/border-dotted.gif);
  background-repeat: repeat-x;
  height: 1px;
  overflow: hidden;
  margin-right: 20px;
}

form {
  margin: 0px;
  padding: 0px;
}

.order-form.leftside table {
  color: #D3D3D3;
  width: 100%;
}

.order-form.leftside table a, .mandatorysmall a {
  padding-left: 6px;
  color: white;
  font-family: 'Times New Roman', serif;
  text-decoration: none;
}

.order-form.leftside table input {
  margin: 0px 6px 1px 8px;
}

.order-form.leftside table td {
  padding: 0px 0px 0px 0px;
  height: 23px;
}

#hintbox {
  position:absolute;
  top: 0;
  background-color: white;
  width: 150px;
  padding: 3px;
  border:1px solid black;
  font:normal 11px Verdana;
  line-height:18px;
  z-index:100;
  visibility: hidden;
}

td.mandatory {
  background-position: 2px 12px;
  padding: 0px;
}

.order-form.rightside {
  position: relative;
}

.order-form.rightside td {
  color: #D3D3D3;
  padding: 6px 0px 6px 20px;
  vertical-align: top;
}

.order-form.rightside td p {
  margin: 0px;
  padding: 4px 0px 0px 0px;
}

.order-form.rightside td input, 
.order-form.rightside td textarea {
  width: 220px;
  color: #08B6E1;
  font-size: 11px;
  font-family: Arial;
}

.order-form.rightside input.submit {
  cursor: pointer;
  width: 218px;
  height: 44px;
  color: #FFFFFF;
  background-image: url(/images/order-now/form-submit.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
}

.order-form.rightside .badges {
  position: absolute;
  right: -76px !important;
  right: -77px;
  top: 10px;
}

/** MISC STYLES ********************************************/

.large-links {
  font-size: 160%;
  line-height: 160%;
}

.video-viewer {
  background-image: url(/images/demo/viewer.gif);
  background-repeat: no-repeat;
  margin-left: 8px;
  min-height: 497px;
  height: auto !important;
  height: 497px;
  position: relative;
}

.video-viewer object {
  z-index: 4;
  margin: 14px 0px 0px 17px;
}

.video-viewer .strip {
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 10px;
  width: 600px;
  height: 28px;
  background-color: #6B6B6C;
}

.error {
  padding-left: 9px;
  color: #FFFFFF;
}

.error ul {
  margin-left: 0px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.sitemap {
  margin: 0px 0px 60px 15px;
}

.sitemap td {
  padding: 0px 20px 20px 0px;
  vertical-align: top;
}

.sitemap td h2 {
  padding: 0px;
  margin: 12px 0px 8px 0px;
}

.sitemap td p {
  margin: 0px 0px 1px 0px;
  padding: 0px;
}

h2.shadow {
  color: #D3D3D3;
  font-size: 220%;
  margin: 25px 0px 26px 15px;
}

.download-panel {
  background-image: url(/images/download/grey-block.gif);
  background-repeat: no-repeat;
  width: 640px;
  height: 260px;
  float: right;
  padding-left: 13px;
  margin-bottom: 60px;
}

.download-panel table {
  width: 100%;
  text-align: center;
  padding-left: 5px;
  margin-top: 26px;
}

.download-panel table th {
  padding-bottom: 14px;
}

.download-panel table td {
  vertical-align: top;
}

.company-logo {
  float: left;
  margin: 8px 12px 12px 0px;
  border: solid 3px #9F9F9F;
}

.divide {
  border-top: solid 1px #6C6C6D;
  width: 98%;
  clear: both;
}
