BODY {
  display: block;
  background-color: #FFFFFF;
  color: #000000;
}

#container {
  width: 780px;
  margin: 0px auto 10px auto;
  border: solid 1px #F2F2F2;
}

#logo {
  float: left;
}

body, a, li, ul, div, p, span {
  font-family: verdana, arial, helvetica; 
  font-size: 11px;
  font-style: normal;
  font-weight: normal; 
}

a {
  color: #B0131A;
  text-decoration: none;
}

a:hover { 
  color: #B0131A;
  text-decoration: underline;  
}

.titleBar {
  background: #F2F2F2 url(../images/backgrounds/blank_head.gif) no-repeat top left;
}

.footer {
  border-top: solid 1px #FE1B26;
  margin: 10px 0px;  
}

.footer p, .footer a {
  font-size: 10px;
  color: #333333;
  text-align: center;
}

.footer a:hover { 
  color: #B0131A;
}

#navigationBar {
  float: right;
  height: 25px;
  margin-top: 30px;
  margin-right: -1px;
}

#navigationBar UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 10px;
  border: none;
}

#navigationBar LI {
  float: left;
  padding: 7px 7px 6px 7px;
  font-size: 10px;
  margin: 0;
  background: url(../images/tabs/tab_off.gif) no-repeat right top;
  border-right: solid 1px #FFFFFF;
}

#navigationBar LI:first-child, #navigationBar LI.firstChild  {
  background: url(../images/tabs/first_tab_off.gif) no-repeat left top;
}

#navigationBar A {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  white-space: normal;
  text-align: center;
}

#navigationBar A:hover {
  text-decoration: underline;
}

/* highlight the current section */
.freeOffer #navigationBar li.freeOffer,
.registration #navigationBar li.registration,
.patch #navigationBar li.patch,
.helpDesk #navigationBar li.helpDesk,
.asset #navigationBar li.asset,
.moreInfo #navigationBar li.moreInfo
{
  background: url(../images/tabs/tab_on.gif) no-repeat right top;
}

.freeOffer #navigationBar li.freeOffer  {
  background: url(../images/tabs/first_tab_on.gif) no-repeat left top;
}

/* THIS SELECTOR IS THE PARENT CONTAINER OF CONTENT */
#bodyContent {
  top: 65px;
  padding: 8px;
  clear: both;
  height: 100%;
}

.welcome {
  margin: auto;
  height: 200px;
  width: 300px;
}

.welcome div.formBox {
  border: solid 1px #B1131A;
  background-color: #F2F2F2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.welcome div h1 {
  margin: 0;
  padding: 4px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #B1131A;
  font-size: 12px;
  line-height: 12px;
}

.welcome img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  position: relative;
  background-color: #F2F2F2;
  margin: 0;
  margin-top: 10px;
  clear: both;
  width: 100%;
  height: 35px;
  overflow: hidden;
}

.subheading h1 {
  float: left;
  margin: 0;
  padding: 8px;
  font-weight: bold;
  color: #525252;
  font-size: 18px;
  line-height: 16px;
  background: transparent url(../images/backgrounds/blank_head.gif) no-repeat left top;
  width: 271px;
  height: 35px;
}
.subheading .pageControls {
  display: block;
  float: right;
  height: 35px;
}
.subContentContainer {
  clear: both;  
}

/** error div **/
.errorPanel {
  background-color: #F4F4F4;
  border: solid 1px #A90000;  
  padding: 4px 10px 10px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  list-style-type: none;
  color: #A90000;
  display: block;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.errorPanel LI {
  margin: 0px;
  padding: 0px 8px 0px 5px;
}

.errorPanel LI.error {
  margin: 0px;
  padding: 0px 8px 0px 5px;
}

.errorPanel LI.errorTitle {
  font-weight: bold;
  margin: 0px;
  padding: 2px 10px 0px 2px;  
}

/** form-related css **/
INPUT.chkBox {
  margin: 0px;
}

.required {
  color: #BF0000;
  font-size: 8px;
  font-weight: bold;
  vertical-align: text-top;
  padding-right: 1px;
}

.requiredLegend {
  color: #BF0000;
  font-size: 10px;
  text-align: right;
  padding: 8px 0px;
}

.b {
  font-weight: bold;
}

.fields {
  font-size: 10px;
  color: #332;
}

.labels {
  text-align: left;
  font-size: 10px;
  color: #666;
}

.formHR01 {
  border: none 0; 
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
  height: 2px;
}

.formHR02 {
  border: none 0; 
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

/** welcome form **/
.promoCodeForm {
  padding: 10px 5px;
}
.promoCodeForm span {
  margin-left: auto;
  margin-right: auto;
}

/** comparison chart **/
.featureTable {
  border: solid 1px #999999;
  border-spacing: 0px;
}

.featureTable th {
  border-right: solid 1px #999999;
  font-weight: bold;
  text-align: center;
  padding: 5px; 
}

.featureTable th.left {
  text-align: left;
}

.featureTable td {
  padding: 2px 5px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;  
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  height: 28px;
}

.featureTable td.labels {
  text-align: left; 
}

.featureTable td.description {
  text-align: left; 
}

/** signup form ------------------------------------------------------------ **/

#signupFormContactInfo {
  width: 100%
  padding: 4px 10px 10px 10px;
  margin-bottom: 10px; 
  margin-left: 5px;
  border: none;
  vertical-align: top;
}

#signupFormContactInfo label {
  text-align: left;
  font-size: 10px;
  color: #666;
}

#signupFormContactInfo .left, #signupFormServiceInfo .left {
  padding-right: 20px;
}

#signupFormCompanyInfo {
  background-color: #F2F2F2;
  border: solid 1px #B3B1B4;
  padding: 4px 10px 10px 10px;
  margin-bottom: 10px; 
  width: 100%;
}

#signupFormCompanyInfo label {
  text-align: left;
  font-size: 10px;
  color: #666;
}

#signupFormServiceInfo {
  width: 100%;
  padding: 4px 10px 10px 10px;
  margin-bottom: 10px; 
  border: none;
}

/** signup form ------------------------------------------------------------ **/

/** download form **/
.accountInfo {
  background-color: #F2F2F2;
  border: solid 1px #B3B1B4;
  padding: 4px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px; 
}

/** terms of service **/
.outline {
  border: solid 1px #999999;
  padding: 4px;
}

/* screenshot captions */
.caption {
  border: solid 1px #FF0000;
  background-color: #FFFFFF;
  width: 100px;
  margin: 0px;
  padding: 3px;
}

.leftcaption {
  float: left;
}

.absolutecaption {
  position: relative;
  width: 200px;
  text-align: center;
}

.caption p, .caption span {
  padding: 5px 0px;
  margin: 0px;  
}

.screenshot {
  float: left; 
  left: 100px; 
  margin: 0px;
}

/* faq */
.faq {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

.faq dt {
  clear: both;
  font-weight: bold;
  text-align: left;  
  margin: 0px;
  padding-bottom: 2px;
}

.faq dd {
  clear: both;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.faq ul {
  padding: 5px 25px;
}

h3 {
  font-weight: bold;
  font-size: 14px;
}
