* {
margin: 0;
padding: 0;
}

a img {
border: 0;
}

img.ghost {
position: absolute; right: 0; bottom: 0;
}

a {
color: #116f9e;
text-decoration: none;
outline: none; 
}

a:hover {
color: #148dc9;
text-decoration: none;
}

.clear {
clear: both;
}

ol {
margin-left: 25px;
}

ul {
margin-left: 25px;
}

body {
background: #f7f6f6 url(/images/page-bg.png) repeat-x;
font: 72%/190% Verdana, Arial, Sans-serif;
color: #2b2b2b;
text-align: center;
}

#container {
width: 900px;
margin: 0 auto;
text-align: left;
}

/* Top Bar, Logo & Menu */

#top {
height: 60px;
}

  #top .logo {
  float: left;
  padding: 15px 0px 0px 0px;
  }
  
  #top .menu {
  float: right;
  padding: 5px 0px 0px 0px;
  }
  
  #top .menu ul {
  list-style: none;
  padding: 7px 0px 0px 0px;
  }
  
  #top .menu ul li {
  float: left;
  padding-right: 5px;
  text-align: center;
  }
  
  #top .menu ul li.about a {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/about.png) no-repeat;
  }
  
  #top .menu ul li.about a:hover,
  #top .menu ul li.about a.current {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/about.png) no-repeat;
  background-position: 0 -33px;
  }
  
  #top .menu ul li.products a {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/products.png) no-repeat;
  text-decoration: none;
  }
  
  #top .menu ul li.products a:hover,
  #top .menu ul li.products a.current {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/products.png) no-repeat;
  background-position: 0 -33px;
  text-decoration: none;
  }
  
  #top .menu ul li.store a {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/store.png) no-repeat;
  }
  
  #top .menu ul li.store a:hover,
  #top .menu ul li.store a.current {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/store.png) no-repeat;
  background-position: 0 -33px;
  }
  
  #top .menu ul li.support a {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/support.png) no-repeat;
  }
  
  #top .menu ul li.support a:hover,
  #top .menu ul li.support a.current {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/support.png) no-repeat;
  background-position: 0 -33px;
  }
  
  #top .menu ul li.blog a {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/blog.png) no-repeat;
  }
  
  #top .menu ul li.blog a:hover,
  #top .menu ul li.blog a.current {
  height: 33px;
  width: 110px;
  display: block;
  text-indent: -9999px;
  background: url(/images/blog.png) no-repeat;
  background-position: 0 -33px;
  }
  
  #top .menu ul li.about a:active,
  #top .menu ul li.products a:active,
  #top .menu ul li.store a:active,
  #top .menu ul li.support a:active,
  #top .menu ul li.blog a:active {
  background-position: 0px -66px;
  }

  #top .menu li ul {
  background: url(/images/dropdown-bg.png) repeat;
  display: none;
  height: auto;
  position: absolute;
  width: 225px;
  z-index:200;
  /*top:1em;
  /*left:0;*/
  }
		
  #top .menu li:hover ul {
  display: block;	
  }

  #top .menu li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
  background: none;
  text-indent: 0;
  }
		
  #top .menu li:hover li a {
  background: none;
  text-indent: 0;
color: #969ba6;
  }

  #top .menu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
  background: none;
  text-indent: 0;
  width: 225px !important;
  }

  #top .menu li ul a:hover, .menu li ul li:hover a {
  background: none !important;
  color: #fff;
  text-decoration: none;
  text-indent: 0 !important;
  }
  
span.free {
font-size: 9px;
color: #fff;
}

/* Page Masthead */

#page-masthead {
background: url(/images/page-header.png) no-repeat;
height: 200px;
margin-bottom: 25px;
}

#buttons {
text-align: right;
padding: 10px 0px 0px 0px;
}

  #buttons a img {
  padding-left: 15px;
  }

/* Content */

#content-top {
height: 100px;
margin-top: 15px;
border-top: 1px solid #cecece;
border-right: 1px solid #cecece;
border-left: 1px solid #cecece;
border-bottom: 1px solid #e1e1e1;
background: #f2f2f2;
}

  #content-top .content-title {
  float: left;
  padding: 36px 0px 0px 38px;
  }
  
  #content-top .title-buttons {
  float: right;
  padding: 34px 20px 0px 0px;
  }
  
  #content-top .title-buttons a {
  float: left;
  padding-right: 10px;
  }
  
  #content-top a.freetrial {
  display: block;
  height: 29px;
  width: 104px;
  text-indent: -9999px;
  background: url(/images/freetrial-button.png) no-repeat;
  }
  
  #content-top a:hover.freetrial {
  display: block;
  height: 29px;
  width: 104px;
  text-indent: -9999px;
  background: url(/images/freetrial-button.png) no-repeat;
  background-position: 0 -29px;
  }
  
  #content-top a.buynow {
  display: block;
  height: 29px;
  width: 104px;
  text-indent: -9999px;
  background: url(/images/buynow-button.png) no-repeat;
  }
  
  #content-top a:hover.buynow {
  display: block;
  height: 29px;
  width: 104px;
  text-indent: -9999px;
  background: url(/images/buynow-button.png) no-repeat;
  background-position: 0 -29px;
  }
  
#content {
background: #fff;
border: 1px solid #cecece;
border-top: 0;
padding: 25px 25px 25px 25px;
position: relative;
}

  #content p {
  margin-bottom: 1.5em;
  }

  #content h2 {
  font: 24px Arial, sans-serif;
  color: #2885b3;
  margin-bottom: 6px;
  }

  #content h3 {
  font: 14px Arial, sans-serif;
  color: #2885b3;
  margin: 8px 0px 8px 0px;
  }

  #content h4 {
  font: 16px Arial, sans-serif;
  color: #434752;
  }

/* Archives Page */

#content .archives {
float: left;
width: 600px;
}

#content .archives ul, .archives-aside ul {
list-style: none;
}

#content .archives .archives-aside {
float: right;
width: 180px;
}
  
/* Screenshot Galleries */

#features_and_screenshots h3 {
  font: 14px Arial, sans-serif;
  color: #2885b3;
  margin: 8px 0px 8px 0px;
}

#screenshots {
height: 165px;
width: 840px;
text-align: center;
margin: 0px 4px 30px 0px;
background: #e8e8e8;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

  #screenshots a img {
  padding: 0;
  margin: 23px 10px 20px 10px;
  }

.about-beside {
float: left;
width: 180px;
clear: left;
font-size: 10px;
line-height: 16px;
color: #757e88;
}

/* Feature Lists */

#feature-lists {
width: 700px;
padding: 10px 0px 20px 75px;
}

ul#feature-list-left {
float: left;
width: 300px;
list-style: none;
}

ul#feature-list-right {
float: right;
width: 300px;
list-style: none;
}

  ul#feature-list-left li,
  ul#feature-list-right li {
  padding: 10px 0px 5px 42px;
  }

  ul#feature-list-left strong,
  ul#feature-list-right strong {
  color: #1775a4;
  }

li.one {
background: url(/images/icons/1.png) 0% 40% no-repeat;
}
li.two {
background: url(/images/icons/2.png) 0% 40% no-repeat;
}
li.three {
background: url(/images/icons/3.png) 0% 40% no-repeat;
}
li.four {
background: url(/images/icons/4.png) 0% 40% no-repeat;
}
li.five {
background: url(/images/icons/5.png) 0% 40% no-repeat;
}
li.six {
background: url(/images/icons/6.png) 0% 40% no-repeat;
}
li.seven {
background: url(/images/icons/7.png) 0% 40% no-repeat;
}
li.eight {
background: url(/images/icons/8.png) 0% 40% no-repeat;
}
li.nine {
background: url(/images/icons/9.png) 0% 40% no-repeat;
}

/* Page Nav */

#page-nav {
height: 37px;
width: 840px;
margin: 10px 0px 0px 0px;
padding-top: 7px;
background: url(/images/page-nav-bg.png) no-repeat;
color: #fff;
text-align: center;
}

  #page-nav a {
  color: #fff;
  text-decoration: none;
  }
  
  #page-nav a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  }
  
/* Footer */

#footer {
color: #333;
margin: 30px 0px 30px 0px;
border: 1px solid #ccc;
}

  #footer .item {
  float: left;
  width: 222px;
  background: #fff;
  min-height: 150px;
  border-right: 1px solid #ccc;
  }
  
  #footer .item p {
  padding: 10px;
  }

#footer .footer-reviews { height: 150px; font-size: 11px; line-height: 18px !important; }
  
  #footer .last-item p {
  padding: 10px 20px 0px 20px;
  }
  
  #footer .promo {
  background: url(/images/promo-bg.png) repeat-x;
  }
  
  #footer .promo-button {
  padding: 8px 0px 0px 35px;
  }
  
  #footer .promo-button a {
  display: block;
  width: 151px;
  height: 36px;
  text-indent: -9999px;
  background: url(/images/findout.png) no-repeat;
  }
  
  #footer .promo-button a:hover {
  display: block;
  width: 151px;
  height: 36px;
  text-indent: -9999px;
  background: url(/images/findout.png) no-repeat;
  background-position: 0 -36px;
  }
  
  #footer h4 {
  color: #414551;
  padding: 10px 0px 0px 10px;
  font: bold 14px Arial, sans-serif;
  } 
  
  #footer h4.list {
  color: #414551;
  margin-left: 12px;
  padding: 10px 0px 0px 36px;
  font: bold 14px/24px Arial, sans-serif;
  background: url(/images/mailing-list.png) 0px 12px no-repeat;
  }

  #footer .last-item {
  float: right;
  width: 229px;
  min-height: 150px;
  background: #fff;
  }
  
  #footer .mailing {
  background: url(/images/mailing-bg.png) repeat-x;
  }
  
  #footer .last-item form {
  margin: 5px 0px 0px 20px;
  }

  #footer .last-item form .textbox {
  float: left;
  width: 120px;
  height: 26px;
  padding: 0px 5px 0px 5px;
  border: none;
  background: #fff;
  color: #888;
  font: 11px Verdana, sans-serif;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -webkit-border-radius-topleft: 5px;
  }

  #footer .last-item form input[type=button] {
  float: right;
  width: 55px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  margin-right: 24px;
  background: url(/images/join.png) no-repeat;
  border: 0px;
  }

  #footer .last-item form input[type=button]:hover {
  background-position: 0 -24px
  }
  
  #footer .last-item form input[type=button]:focus {
  background-position: 0 -48px
  }
  
  #footer ul {
  list-style: none;
  padding: 10px 0px 10px 10px;
  }
  
  #footer ul li {
  background: url(/images/arrow.png) left no-repeat;
  padding-left: 15px;
  }
  
  #footer ul li a {
  color: #888;
  text-decoration: none;
  }
  
  #footer ul li a:hover {
  color: #333;
  text-decoration: none;
  }

.subfoot {
text-align: center;
font-size: 11px;
color: #888;
margin-bottom: 20px;
}

/* Store Table Styling */

#discounts {
width: 838px;
background: #cdeaf9;
padding: 6px 0px 6px 0px;
text-align: center;
margin-bottom: 10px;
border: 1px solid #a9c9d9;
}

#products {
width: 840px;
font-size: 11px;
border: 1px solid #b7bbc0;
}

#products td {
padding: 2px;
background: url(/images/td-bg.png) repeat-x;
border: 1px solid #b7bbc0;
border-top: 0;
border-right: 0;
}

#products td input {
background: #fff;
}

#products td.alt-row {
background: #f6f7f8;
border-left: 0;
}
#products td.product {
border-left: 0;
}

#products td.product p {
padding: 4px 0px 0px 0px;
font-style: italic;
color: #888;
margin-bottom: 0 !important;
line-height: 18px !important;
}

#products td.product a {
font-weight: bold;
font-style: normal;
}

#products tr td img.productlogo {
height: 64px;
width: 64px;
padding: 4px 10px 0px 4px;
float: left;
}

#products td.price {
width: 180px;
text-align: center;
}

#products td.bottom-info {
text-align: right;
border-left: 0;
padding: 8px;
}

#products td.number {
text-align: center;
}

#products td.submitorder {
border-bottom: 0;
text-align: center;
}

#products td.submitorder input {
padding: 8px 0px 0px 0px;
}

#products td.submitorder input[type=image] {
border: 0 !important;
background: none !important;
}

#products tr#coupon_row {
text-align: center;
}

#products td.submitnoborder {
border-bottom: 0;
border-left: 0;
}

#site_license {
width: 840px;
font-size: 11px;
color: #757e88;
background: #e5e6e9;
padding: 6px 0px 6px 0px;
text-align: center;
margin: 10px 0px 25px 0px;
}

strong#item_1_price,
strong#item_2_price,
strong#item_3_price {
color: #1c89c0;
}

/* Support Page Styling */

#support {
}

#support .support-content ul {
list-style: none;
margin: 0px 0px 15px 15px;
}

#support .support-content ul li {
margin-bottom: 10px;
font-size: 11px;
background: url(/images/content-bullet.png) 0px 8px no-repeat;
padding-left: 16px;
}

#support .support-content ul li strong {
color: #636c7d;
}

#support .support-content ul.single-line-list {
list-style: none;
margin: 0px 0px 15px 15px;
}

#support .support-content ul.single-line-list li {
margin-bottom: 5px;
font-size: 11px;
background: url(/images/content-bullet.png) 0px 8px no-repeat;
padding-left: 16px;
}

#support .support-sidebar {
float: right;
width: 200px;
background: #eff0f2;
padding: 10px;
margin: 0px 0px 10px 25px;
font-size: 11px;
}

  #support .support-sidebar h4 {
  font: 16px Arial, sans-serif;
  color: #4f535e;
  margin-bottom: 5px;
  }

  #support .support-sidebar ul {
  list-style: none;
  margin: 0px 0px 10px 10px;
  }

  #support .support-sidebar ul li a {
  font-weight: bold;
  }

#support .support-sidebar a.upgrade {
margin: 20px 0px 10px 8px;
display: block;
height: 32px;
width: 177px;
text-indent: -9999px;
background: url(/images/upgrade.png) no-repeat;
}  

#support .support-sidebar a.upgrade:hover {
display: block;
height: 32px;
width: 177px;
text-indent: -9999px;
background: url(/images/upgrade.png) no-repeat;
background-position: 0 -32px;
}

#product-box {
width: 100%;
background: #414651;
padding: 20px 0px;
}

#product-box .box { 
width: 30%;
float: left;
margin: 10px 0px 20px 20px;
}

#product-box .box a img { margin: 0 auto; display: block; text-align: center; }

#product-box .checkout a {
display: block;
height: 33px;
width: 207px;
text-indent: -9999px;
background: url(/images/product-goto.png) no-repeat;
margin: 10px 0px 0px 6px;
}

#product-box .checkout a:hover {
display: block;
height: 33px;
width: 207px;
text-indent: -9999px;
background: url(/images/product-goto.png) no-repeat;
background-position: 0 -33px;
}

#product-box .actions { margin-left: 15px; }

#product-box .actions a.product-download {
float: left;
display: block;
height: 32px;
width: 117px;
text-indent: -9999px;
background: url(/images/product-download.png) no-repeat;
margin: 10px 0px 0px 10px;
}

#product-box .actions a.product-download:hover {
float: left;
display: block;
height: 32px;
width: 117px;
text-indent: -9999px;
background: url(/images/product-download.png) no-repeat;
background-position: 0 -32px;
}

#product-box .actions a.product-purchase{
float: left;
display: block;
height: 32px;
width: 82px;
text-indent: -9999px;
background: url(/images/product-purchase.png) no-repeat;
margin: 10px 0px 0px 0px;
}

#product-box .actions a.product-purchase:hover {
float: left;
display: block;
height: 32px;
width: 82px;
text-indent: -9999px;
background: url(/images/product-purchase.png) no-repeat;
background-position: 0 -32px;
}

.date {
float: left;
height: 49px;
width: 41px;
background: url(/images/date-tag.png) no-repeat;
text-align: center;
margin: 0px 10px 5px 0px;
}

 .date .month {
  color: #fff;
  padding-top: 3px;
  font: bold 12px Arial, sans-serif;
  text-transform: uppercase;
  }
  
  .date .day {
  color: #fff;
  font: 24px Arial, sans-serif;
  }

.meta {
font-size: 11px;
margin: 5px 0px 10px 0px;
}

/* Comment Styling */

#comments {
padding: 10px 0px 20px 0px;
}

  #comments a {
  color: #dde0e8;
  text-decoration: none;
  }

  #comments a:hover {
  color: #fff;
  text-decoration: none;
  }

.comment {
background: #fff;
border: 1px solid #434752;
margin: 5px 0px 20px 0px;
}

  .comment-header {
  background: url(images/comment-header.png) repeat-x;
  height: 30px;
  line-height: 28px;
  border-bottom: 1px solid #434752;
  }

  .comment-author {
  float: left;
  padding-left: 21px;
  font-weight: bold;
  background: url(images/comment-bullet.png) left no-repeat;
  text-transform: capitalize;
  color: #fff;
  }

  .comment-date {
  float: right;
  color: #fff;
  padding-right: 10px;
  }

  .comment-text {
  min-height: 40px;
  border-top: 1px solid #f7f7f7;
  background: url(images/comment-bg.png) top repeat-x;
  }

  .comment-text p {
  margin-bottom: 5px !important;
  padding: 5px 10px 0px 10px;
  font-size: 11px;
  }

/* My Comments */

.my-comment {
background: #f0f9fc;
border: 1px solid #1a5a7d;
margin: 10px 0px 10px 0px;
}

  .my-comment a {
  color: #c1ebff;
  font-weight: bold;
  text-decoration: none;
  }

  .my-comment a:hover {
  color: #fff;
  text-decoration: none;
  }

  .my-comment-header {
  background: url(images/my-comment-header.png) repeat-x;
  height: 30px;
  line-height: 28px;
  border-bottom: 1px solid #1a5a7d;
  }

  .my-comment-author {
  float: left;
  color: #c1ebff;
  font-weight: bold;
  padding-left: 10px;
  }

  .my-comment-date {
  float: right;
  padding-right: 10px;
  }

  .comment-text {
  min-height: 40px;
  border-top: 1px solid #f3f7f9;
  background: url(images/my-comment-bg.png) top repeat-x;
  }
  
  .my-comment-text p {
  margin-bottom: 10px;
  padding: 10px 10px 0px 10px;
  font-size: 11px;
  }

  #comments label {
  float: left;
  display: block;
  width: 100px;
  height: 26px;
  background: #c0cdd4;
  line-height: 25px;
  text-align: right;
  padding-right: 5px;
  }

  input, select {
  color: #33373a;
  padding: 5px;
  background: none;
  font: 11px Arial, sans-serif;
  border: 1px solid #c0cdd4;
  }
  
  #comments input#name,
  #comments input#email,
  #comments input#url {
  width: 244px;
  padding: 5px;
  margin-bottom: 10px;
  }

  #comments textarea {
  border: 1px solid #c0cdd4;
  width: 349px;
  height: 140px;
  padding: 5px;
  background: none;
  margin-bottom: 10px;
  }

  .submit {
  border: 0;
  color: #33373a;
  width: 80px;
  text-align: center;
  background: #c0cdd4;
  }

input.image {
border: none;
}

/* Thank-You Page Styling */

.standout {
width: 100%;
background: #cdeaf9;
padding: 6px 0px 6px 0px;
text-align: center;
margin-bottom: 10px;
border: 1px solid #a9c9d9;
}

h6 {
font: 16px Arial, sans-serif;
color: #aaa;
}

#testimonials {

}

#testimonials p {
margin-bottom: 0 !important;
}

.testimonials-left {
float: left;
width: 412px;
}

.testimonials-right {
float: right;
width: 412px;
}

.review {
background: #fff url(/images/review-bg.png) top repeat-x;
border: 1px solid #d1d1d1;
padding: 10px;
}

  .review-author {
  text-align: right;
  }

.twitter-follow-button {
  display: inline-block;
  padding: 1px 3px 0 19px;
  margin-top: 3px;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat;
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              -webkit-linear-gradient(#fff, #dedede);
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              linear-gradient(#fff, #dedede);
  background-size: 16px 13px, auto auto;
 
  /* Text */
    font: bold 11px/17px Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  white-space: nowrap;
}
