div#highlight {
  background: #292929 url(images/bg_highlight-subpage.png) -8px -5px no-repeat;
}

div#text {
  padding: 10px 20px 20px 20px;
  width: 475px;
}

div#text h1 {
  color: #fff;
  text-transform: none;
  font-size: 2em;
}

div#text p {
  color: #eee;
  font-family: georgia;
  font-size: 14px;
  color: #ccc;
}

div#cta {
  width: 250px;
  float: right;
  padding: 20px;
}

div#cta h2 {
  color: #fff;
}

div#cta p a {
  background: url(images/button_plans.gif);
}

div#content {
  padding: 0;
  width: 870px;
}

div.left {
  float: left;
  width: 540px;
  background: #fff url(images/bg_top-left.gif) repeat-x;
  padding: 20px;
}

div.left h1 {
  font-size: 16px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}

div.left h2 {
  color: #000;
  margin-top: 5px;
}

div.left p {
  margin-bottom: 15px;
  font-family: georgia;
  font-size: 14px;
}

div.left ul {
  margin-bottom: 20px;
}

div.left li {
  margin-bottom: 5px;
  list-style-type: square;
  margin-left: 25px;
  font-family: helvetica, arial;
  font-size: 12px;
  line-height: 1.5em;
  color: #666;
}

div.left table {
  font-family: helvetica, arial, verdana;
  font-size: 12px;
  margin: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

div.left td, th {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
  vertical-align: middle;
}

div.left td {
  background: #fff;
}

div.left td.alt {
  background: url(images/bg_alt.gif);
}

div.left td.alt.plan {
  background: #fff url(images/bg_alt-plan.gif) right no-repeat;
}

div.left td.alt.signup {
  background: #fff url(images/bg_alt-signup.gif) left no-repeat;
}

div.left th {
  font-weight: bold;
  border-top: none;
}

div.left td.plan,
div.left th.plan {
}

div.left table span.setup {
  font-size: 10px;
  color: #999;
}

div.left table th.signup {
  border-right: none;
}

div.left table td.signup {
  border-right: none;
  width: 65px;
}

div.left table td.signup a {
  background: url(images/bg_sign-up.gif);
  text-indent: -9999px;
  width: 65px;
  height: 20px;
  display: block;
}

div.left table td.signup a:hover {
  background: url(images/bg_sign-up-hover.gif);
}

div.left.wide {
  width: 613px;
}

div.right #top {
   background: #d8d8d8 url(images/bg_top-right.gif) repeat-x; 
}

div.right #bottom {
  background: #ababab url(images/bg_bottom-right.gif) repeat-x;
  border-top: 1px solid #e9e9e9;
}

div.right {
  width: 289px;
  background: #ababab;
  margin: 0 0 0 580px;
  display: block;
  padding-bottom: 11px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

div.right h1 {
  font-size: 18px;
  padding: 20px 20px 0 20px;
  border-bottom: none;
  font-family: georgia;
  text-transform: none;
  letter-spacing: 0;
}

div.right p {
  font-family: helvetica, arial, verdana;
  font-size: 12px;
  line-height: 1.5em;
  margin: 10px 20px 20px 20px;
}

div.right ul {
  margin: 10px 20px 30px 20px;
}

div.right li {
  font-family: helvetica, arial, verdana;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #bbb;
}

div.right #bottom p {
  background: url(images/bullet_gear.gif) no-repeat;
  padding: 0;
  color: #333;
  text-indent: 22px;
}

div.right p strong {
  font-weight: bold;
  color: #000;
}

div.right img {
  float: left;
  border: 1px solid #999;
  padding: 5px;
  background: #eee;
  margin-right: 10px;
}

div.right.narrow div#top {
  border-bottom: none;  
}

div.right.narrow {
  width: 217px;
  margin-left: 653px;
  background: #d8d8d8;
}