/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  outline: none; }

a img {
  border: none; }

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
-------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
-------------------------------------------------------------------------------------*/
h1 {
  font-size: 28px;
  color: #2F68A7; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/* `Spacing
--------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px; }

P {
  line-height: 1.3; }

abbr {
  border-bottom: 1px dotted #000; }

strong {
  font-weight: bold; }

/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
div.form input,
div.form textarea,
div.form select {
  margin: 0.2em 0 0.5em 0; }

div.form fieldset {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 10px 0;
  -moz-border-radius: 7px; }

div.form label {
  font-weight: bold;
  font-size: 0.9em;
  display: block; }

div.form .row {
  margin: 5px 0; }

div.form .hint {
  margin: 0;
  padding: 0;
  color: #999; }

div.form .note {
  font-style: italic; }

div.form span.required {
  color: red; }

div.form div.error label,
div.form label.error,
div.form span.error {
  color: #C00; }

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error {
  background: #FEE;
  border-color: #C00; }

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success {
  background: #E6EFC2;
  border-color: #C6D880; }

div.form .errorSummary {
  border: 2px solid #C00;
  padding: 7px 7px 12px 7px;
  margin: 0 0 20px 0;
  background: #FEE;
  font-size: 0.9em; }

div.form .errorMessage {
  color: red;
  font-size: 0.9em; }

div.form .errorSummary p {
  margin: 0;
  padding: 5px; }

div.form .errorSummary ul {
  margin: 0;
  padding: 0 0 0 20px; }

div.form input[type=checkbox] + label {
  display: inline; }

div.wide.form label {
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: right;
  width: 100px; }

div.wide.form .row {
  clear: left; }

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage {
  clear: left;
  padding-left: 110px; }

/* `Widths
----------------------------------------------------------------------------------------------------*/
.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px; }

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/
::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px; }

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px; } }
/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0; } }
/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0; } }
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px; }

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888; }

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  /* for Opera */
  z-index: 1; }

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default; }

textarea,
select[size],
select[multiple] {
  height: auto; }

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0; }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal; }

/* `IE6
----------------------------------------------------------------------------------------------------*/
/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/
.ie6_button,
* html button {
  background: #ddd url(../images/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888; }

.ie6_input_disabled {
  background: #eee; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

/* tabs */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  /*--Set height of tabs--*/
  width: 100%; }
  ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px;
    /*--Vertically aligns the text within the tab--*/
    margin-bottom: -1px;
    /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative; }
    ul.tabs li a {
      text-decoration: none;
      color: #999;
      display: block;
      font-size: 17px;
      font-weight: bold;
      margin-right: 40px;
      outline: none; }

html ul.tabs li.active a, html ul.tabs li a:hover {
  color: #30669e; }

/* tab content */
.tab_container {
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%; }

.tab_content {
  padding: 0 20px 20px 20px; }
  .tab_content h4 {
    margin: 25px 0 5px 0;
    font-weight: bold; }
  .tab_content p {
    margin-bottom: 5px; }

html {
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  color: #333;
  font: normal 10pt Arial,Helvetica,sans-serif;
  background: #003663; }

h5 {
  margin-top: 10px; }

a:link {
  color: #336699;
  text-decoration: none; }
a:visited {
  color: #336699;
  text-decoration: none; }
a:hover {
  text-decoration: underline; }

.container {
  width: 900px;
  margin: 0 auto;
  padding: 0 50px; }

.clear, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#page {
  margin-top: 5px;
  margin-bottom: 5px;
  background: white;
  border: 1px solid #C9E0ED; }

.pager li {
  margin-left: 0; }

/* header */
#header {
  background: #003663;
  margin: 0;
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #0089fc; }
  #header .container {
    padding-left: 10px;
    padding-right: 10px; }
  #header .home {
    float: left; }
    #header .home p {
      float: left;
      margin-top: 35px;
      font-size: 18px;
      color: #acb3ba;
      text-shadow: 0 -1px 1px #000; }
  #header .buttons {
    float: right; }
  #header .header-button {
    float: left;
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold; }
    #header .header-button a {
      color: #fff;
      line-height: 39px; }
      #header .header-button a:hover {
        text-decoration: none;
        color: #ccc; }
  #header #home-button {
    display: block;
    float: left;
    width: 190px;
    height: 45px;
    margin: 0 0 4px -2px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat top left; }
  #header #download-button-small {
    display: block;
    height: 39px;
    margin: 0 0 4px -2px;
    padding-left: 54px;
    background: url(../images/download-button-small.png) no-repeat top left; }
  #header #buy-button-small {
    display: block;
    height: 39px;
    margin: 0 0 4px -2px;
    padding-left: 55px;
    background: url(../images/buy-button-small.png) no-repeat top left; }
  #header #download-button-small:hover, #header #buy-button-small:hover {
    background-position: 0px -40px; }
  #header #download-button-small:active, #header #buy-button-small:active {
    background-position: bottom left; }

ul.navigation-menu {
  text-align: center;
  padding: 8px 20px 8px 20px;
  margin: 0px;
  text-transform: uppercase; }
  ul.navigation-menu li {
    display: inline;
    margin: 0; }
    ul.navigation-menu li a {
      color: #5d99d3;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      padding: 5px 10px; }
    ul.navigation-menu li a:hover, ul.navigation-menu li.active a {
      color: #fff;
      text-decoration: none; }

#main-menu {
  float: left;
  margin-top: 5px; }
  #main-menu ul.navigation-menu {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
    #main-menu ul.navigation-menu li a {
      color: #75afe6;
      text-shadow: 0 -1px 1px #000; }
    #main-menu ul.navigation-menu li a:hover, #main-menu ul.navigation-menu li.active a {
      color: #fff;
      text-decoration: none; }

/* content */
#title-bar h1 {
  margin-bottom: 30px;
  background: url(../images/title-border.png) repeat-x left bottom;
  padding: 20px 0 30px 0; }

#content {
  padding: 20px;
  padding-bottom: 40px;
  background-color: #fafafa;
  /* IE10 */
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #f4f4f4), color-stop(1, #fff));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(top, #f4f4f4 0%, #fff 100%); }
  #content h2, #content h3 {
    margin-top: 20px; }

#logo {
  padding: 10px 20px;
  font-size: 200%;
  color: #a0bbda; }

/* footer */
#footer {
  background: #003663;
  padding: 10px;
  margin: 0;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #C9E0ED;
  color: #336699; }
  #footer p {
    text-shadow: 0 -1px 1px #000; }
  #footer .navigation-menu {
    margin-bottom: 5px;
    color: #a0bbda;
    text-shadow: 0 -1px 1px #000; }
    #footer .navigation-menu a {
      font-size: 14px; }

/* flash messages */
div.flash-error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4; }
  div.flash-error a {
    color: #8a1f11; }

div.flash-notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324; }
  div.flash-notice a {
    color: #514721; }

div.flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880; }
  div.flash-success a {
    color: #264409; }

div.view {
  padding: 10px;
  margin: 5px 0 5px 0;
  border: 1px solid #C9E0ED; }

div.breadcrumbs {
  font-size: 0.9em;
  padding: 5px 20px; }
  div.breadcrumbs span {
    font-weight: bold; }

/* big buttons */
#download-button {
  display: block;
  float: left;
  width: 195px;
  height: 48px;
  margin: 0 18px 4px -2px;
  text-indent: -9999px;
  background: url(../images/download-button.png) no-repeat top left; }

#buy-button {
  display: block;
  float: left;
  width: 174px;
  height: 48px;
  margin: 0 18px 4px -2px;
  text-indent: -9999px;
  background: url(../images/buy-button.png) no-repeat top left; }

#download-button:hover, #buy-button:hover {
  background-position: 0px -48px; }

#download-button:active, #buy-button:active {
  background-position: bottom left; }

/* hero */
#hero {
  background: #142e4b url(../images/hero-bk-new.jpg) no-repeat center 50%;
  height: 540px;
  text-shadow: 0 -1px 1px #333;
  border-bottom: 1px solid #3478c4;
  padding: 0; }
  #hero .container {
    width: 960px; }
    #hero .container h1 {
      display: block;
      width: 243px;
      height: 65px;
      margin: 0 auto;
      text-indent: -9999px;
      background: url(../images/hero-title.png) no-repeat top left;
      position: relative;
      top: 30px; }
    #hero .container h2 {
      color: #d1d1d1;
      font-size: 16px;
      text-align: center;
      text-shadow: 0 -1px 1px #000;
      position: relative;
      top: 40px; }
    #hero .container .buttons {
      position: relative;
      float: right;
      top: 350px;
      margin-right: 20px; }
      #hero .container .buttons p {
        color: #8b98a8;
        font-size: 12px;
        position: relative;
        left: 15px;
        clear: both; }
    #hero .container .icons {
      position: relative; }
      #hero .container .icons img {
        position: absolute;
        display: block; }
        #hero .container .icons img#hero-note-icon {
          top: 36px;
          left: 40px; }
        #hero .container .icons img#hero-photo-icon {
          top: 63px;
          left: 127px; }
        #hero .container .icons img#hero-document-icon {
          top: 80px;
          left: 260px; }
        #hero .container .icons img#hero-main-icon {
          top: 25px;
          left: 380px; }
        #hero .container .icons img#hero-internet-icon {
          top: 80px;
          left: 620px; }
        #hero .container .icons img#hero-mail-icon {
          top: 63px;
          left: 753px; }
        #hero .container .icons img#hero-calendar-icon {
          top: 36px;
          left: 845px; }

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
  display: none;
  background: transparent url(../images/black_arrow.png);
  font-size: 12px;
  height: 70px;
  width: 160px;
  padding: 25px;
  color: #fff; }

/* whats new */
#whats-new {
  background-color: #efefef;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0; }
  #whats-new .product-name {
    color: #da0000; }
  #whats-new #all-features-button {
    display: inline-block;
    padding: .5em 1.5em .55em;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #9d9d9d;
    background-color: #a5a5a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#a5a5a5));
    background: -moz-linear-gradient(top, #c6c6c6, #a5a5a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#a5a5a5');
    color: #f6f6f6;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right; }
    #whats-new #all-features-button:hover {
      text-decoration: none; }
    #whats-new #all-features-button:active {
      position: relative;
      top: 1px; }
    #whats-new #all-features-button:hover {
      background-color: #989898;
      background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#989898));
      background: -moz-linear-gradient(top, #bfbfbf, #989898);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#989898'); }
    #whats-new #all-features-button:active {
      background-color: #bfbfbf;
      background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#bfbfbf));
      background: -moz-linear-gradient(top, #a5a5a5, #bfbfbf);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#bfbfbf');
      color: #e4e4e4; }
  #whats-new h2 {
    margin-top: 20px;
    margin-bottom: 40px; }
  #whats-new .feature-container .main-feature {
    float: left;
    width: 290px;
    margin-right: 10px; }
    #whats-new .feature-container .main-feature h3 {
      text-transform: uppercase;
      font-size: 16px;
      color: #30669e;
      font-weight: bold;
      margin-bottom: 8px; }
    #whats-new .feature-container .main-feature .image-container {
      width: 266px;
      border: 1px solid #bcbcbc;
      padding: 6px;
      margin-bottom: 8px;
      background-color: #fff;
      background-color: #eaeaea;
      /* IE10 */
      background-image: -ms-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Opera */
      background-image: -o-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, bottom left, top right, color-stop(0, #dedede), color-stop(1, #f5f5f5));
      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Proposed W3C Markup */
      background-image: linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      -webkit-box-shadow: 1px 1px 2px #ccc;
      -moz-box-shadow: 1px 1px 2px #ccc;
      box-shadow: 1px 1px 2px #ccc; }
      #whats-new .feature-container .main-feature .image-container img {
        border: 1px solid #ccc; }

/* uses */
#uses {
  background-color: #fff;
  padding: 20px 0; }
  #uses h2 {
    margin-top: 20px;
    margin-bottom: 40px; }
  #uses #all-uses-button {
    display: inline-block;
    padding: .5em 1.5em .55em;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #9d9d9d;
    background-color: #a5a5a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#a5a5a5));
    background: -moz-linear-gradient(top, #c6c6c6, #a5a5a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#a5a5a5');
    color: #f6f6f6;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right; }
    #uses #all-uses-button:hover {
      text-decoration: none; }
    #uses #all-uses-button:active {
      position: relative;
      top: 1px; }
    #uses #all-uses-button:hover {
      background-color: #989898;
      background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#989898));
      background: -moz-linear-gradient(top, #bfbfbf, #989898);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#989898'); }
    #uses #all-uses-button:active {
      background-color: #bfbfbf;
      background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#bfbfbf));
      background: -moz-linear-gradient(top, #a5a5a5, #bfbfbf);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#bfbfbf');
      color: #e4e4e4; }
  #uses .uses-container .main-use {
    float: left;
    width: 290px;
    margin-right: 10px;
    margin-bottom: 40px;
    position: relative; }
    #uses .uses-container .main-use img {
      position: absolute; }
    #uses .uses-container .main-use h4 {
      font-size: 12px;
      margin: 0 0 0 64px;
      font-weight: bold;
      color: #000; }
    #uses .uses-container .main-use p {
      margin-left: 64px; }
  #uses .uses-container ul {
    clear: both; }
    #uses .uses-container ul li {
      padding-left: 20px;
      margin: 0 0 25px 0;
      float: left;
      width: 280px;
      list-style-type: none;
      background: url(../images/plus.gif) no-repeat left 50%; }

#feature-bulletpoints {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #555;
  padding-left: 20px; }
  #feature-bulletpoints li {
    position: relative;
    list-style-type: none;
    padding-bottom: 18px;
    padding-left: 10px; }
  #feature-bulletpoints img {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -40px;
    top: 0; }
  #feature-bulletpoints strong {
    line-height: 22px;
    display: block;
    color: #333;
    font-weight: bold; }

/* follow-up-bar */
#follow-up-bar, #follow-up-bar-landing {
  background-color: #eaeaea;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  height: 60px; }
  #follow-up-bar .container, #follow-up-bar-landing .container {
    position: relative; }
  #follow-up-bar p, #follow-up-bar-landing p {
    font-size: 17px;
    color: #333;
    float: left;
    width: 300px;
    margin-right: 20px; }
  #follow-up-bar .buttons p, #follow-up-bar-landing .buttons p {
    font-size: 12px;
    margin-left: 340px;
    color: #999; }
  #follow-up-bar #follow-up-image, #follow-up-bar-landing #follow-up-image {
    position: absolute;
    top: -65px;
    right: 50px;
    background: url(../images/notebook.png) no-repeat top left;
    width: 146px;
    height: 173px; }

/* follow-up-bar-landing */
/* faq */
#faq h3 {
  margin: 20px 0 5px 0;
  font-weight: bold; }
#faq h4 {
  margin: 25px 0 5px 0;
  font-weight: bold; }
#faq p {
  margin-bottom: 5px; }
#faq ul.contents li {
  list-style-type: none;
  margin: 0 0 2px 0; }

/* download-trial */
#download-trial #download-pro {
  display: inline-block;
  padding: .5em 1.5em .55em;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: solid 1px #166e2b;
  background-color: #197b30;
  background: -webkit-gradient(linear, left top, left bottom, from(#24b246), to(#197b30));
  background: -moz-linear-gradient(top, #24b246, #197b30);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24b246', endColorstr='#197b30');
  color: #e8f2ea;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-weight: bold; }
  #download-trial #download-pro:hover {
    text-decoration: none; }
  #download-trial #download-pro:active {
    position: relative;
    top: 1px; }
  #download-trial #download-pro:hover {
    background-color: #156628;
    background: -webkit-gradient(linear, left top, left bottom, from(#22a541), to(#156628));
    background: -moz-linear-gradient(top, #22a541, #156628);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a541', endColorstr='#156628'); }
  #download-trial #download-pro:active {
    background-color: #22a541;
    background: -webkit-gradient(linear, left top, left bottom, from(#197b30), to(#22a541));
    background: -moz-linear-gradient(top, #197b30, #22a541);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#197b30', endColorstr='#22a541');
    color: #bad7c1; }
#download-trial #download-standard {
  display: inline-block;
  padding: .5em 1.5em .55em;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: solid 1px #919191;
  background-color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#999));
  background: -moz-linear-gradient(top, #bababa, #999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#999');
  color: whitesmoke;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-weight: bold; }
  #download-trial #download-standard:hover {
    text-decoration: none; }
  #download-trial #download-standard:active {
    position: relative;
    top: 1px; }
  #download-trial #download-standard:hover {
    background-color: #8c8c8c;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8c8c8c));
    background: -moz-linear-gradient(top, #b3b3b3, #8c8c8c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#8c8c8c'); }
  #download-trial #download-standard:active {
    background-color: #b3b3b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#b3b3b3));
    background: -moz-linear-gradient(top, #999, #b3b3b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#b3b3b3');
    color: #e0e0e0; }
#download-trial #download-pro, #download-trial #download-standard {
  text-align: left;
  font-size: 120%;
  padding: 0;
  font-weight: normal;
  margin-right: 40px; }
  #download-trial #download-pro span, #download-trial #download-standard span {
    background: url(../images/download-arrow.png) no-repeat left 50%;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 15px;
    padding: 10px 15px 10px 35px; }
#download-trial #compare-link {
  font-size: 120%;
  margin-top: 20px; }
#download-trial h3 {
  margin-top: 20px; }

/* downloaded */
#product-downloaded {
  padding: 30px 0; }
  #product-downloaded #manual-download-link {
    background: url(../images/windows-icon.png) no-repeat left 50%;
    padding: 5px 25px; }
  #product-downloaded p + h3 {
    margin-top: 50px; }

.product-downloaded-social a {
  padding: 15px 0 15px 42px;
  line-height: 36px; }
.product-downloaded-social .facebook {
  background: url("../images/social-1_logo-facebook.svg") no-repeat left 50%; }
.product-downloaded-social .google-plus {
  background: url("../images/social-1_logo-google-plus.svg") no-repeat left 50%; }
.product-downloaded-social .blog {
  background: url("../images/social-blog.png") no-repeat left 50%; }

/* buy */
#buy-guarantee img {
  vertical-align: middle;
  margin-right: 10px; }

#buy-product {
  margin: 30px 0; }
  #buy-product h3 {
    color: #3e7ec0;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0; }
  #buy-product h4 {
    font-size: 24px;
    font-weight: bold;
    color: #797979;
    text-align: right; }
  #buy-product h5 {
    font-weight: bold; }
  #buy-product .cents {
    position: relative;
    bottom: 0.7em;
    font-size: 0.6em; }
    #buy-product .cents .dot {
      font-size: 0.8em; }
  #buy-product .license {
    font-size: 0.8em; }
  #buy-product .buy-button {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 15px; }
    #buy-product .buy-button a {
      display: inline-block;
      padding: .5em 1.5em .55em;
      outline: none;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: solid 1px #ccc;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      border: solid 1px #3a76b4;
      background-color: #3e7ec0;
      background: -webkit-gradient(linear, left top, left bottom, from(#709fd1), to(#3e7ec0));
      background: -moz-linear-gradient(top, #709fd1, #3e7ec0);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#709fd1', endColorstr='#3e7ec0');
      color: #ecf2f9;
      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;
      font-weight: bold; }
      #buy-product .buy-button a:hover {
        text-decoration: none; }
      #buy-product .buy-button a:active {
        position: relative;
        top: 1px; }
      #buy-product .buy-button a:hover {
        background-color: #3871ad;
        background: -webkit-gradient(linear, left top, left bottom, from(#6498cd), to(#3871ad));
        background: -moz-linear-gradient(top, #6498cd, #3871ad);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6498cd', endColorstr='#3871ad'); }
      #buy-product .buy-button a:active {
        background-color: #6498cd;
        background: -webkit-gradient(linear, left top, left bottom, from(#3e7ec0), to(#6498cd));
        background: -moz-linear-gradient(top, #3e7ec0, #6498cd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e7ec0', endColorstr='#6498cd');
        color: #c5d8ec; }
  #buy-product #buy-standard, #buy-product #buy-professional {
    float: left;
    width: 395px;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    background: #fefefe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #buy-product #buy-standard h4, #buy-product #buy-professional h4 {
      position: absolute;
      right: 15px;
      top: 55px; }
    #buy-product #buy-standard h4.academic, #buy-product #buy-professional h4.academic {
      color: #ff0000; }
    #buy-product #buy-standard h6, #buy-product #buy-professional h6 {
      position: absolute;
      right: 15px;
      top: 37px; }
    #buy-product #buy-standard ul, #buy-product #buy-professional ul {
      margin: 20px 0; }
      #buy-product #buy-standard ul li, #buy-product #buy-professional ul li {
        list-style-type: none;
        background: url(../images/tick.png) no-repeat left top;
        padding: 0 0 5px 25px;
        margin-left: 20px; }
  #buy-product #buy-standard {
    border-color: #ccc;
    float: right; }
  #buy-product #buy-professional .buy-button {
    font-size: 15px; }
  #buy-product:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* features */
#main-features {
  background-color: #f4f4f4;
  border-bottom: 1px solid #c1c1c1;
  padding: 20px 0; }
  #main-features h1 {
    margin-bottom: 30px;
    background: url(../images/title-border.png) repeat-x left bottom;
    padding: 20px 0 30px 0; }
  #main-features #compare-editions-button {
    display: inline-block;
    padding: .5em 1.5em .55em;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #9d9d9d;
    background-color: #a5a5a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#a5a5a5));
    background: -moz-linear-gradient(top, #c6c6c6, #a5a5a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#a5a5a5');
    color: #f6f6f6;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font-weight: bold;
    margin-top: 25px;
    float: right; }
    #main-features #compare-editions-button:hover {
      text-decoration: none; }
    #main-features #compare-editions-button:active {
      position: relative;
      top: 1px; }
    #main-features #compare-editions-button:hover {
      background-color: #989898;
      background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#989898));
      background: -moz-linear-gradient(top, #bfbfbf, #989898);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#989898'); }
    #main-features #compare-editions-button:active {
      background-color: #bfbfbf;
      background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#bfbfbf));
      background: -moz-linear-gradient(top, #a5a5a5, #bfbfbf);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#bfbfbf');
      color: #e4e4e4; }
  #main-features .main-feature {
    margin: 30px 0; }
    #main-features .main-feature .feature-text {
      width: 520px;
      float: left;
      margin: 0 30px 0 30px; }
    #main-features .main-feature .image-container {
      width: 266px;
      border: 1px solid #bcbcbc;
      padding: 6px;
      margin: 0 20px 10px 20px;
      background-color: #fff;
      background-color: #eaeaea;
      /* IE10 */
      background-image: -ms-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Opera */
      background-image: -o-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, bottom left, top right, color-stop(0, #dedede), color-stop(1, #f5f5f5));
      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      /* Proposed W3C Markup */
      background-image: linear-gradient(bottom left, #dedede 0%, #f5f5f5 100%);
      -webkit-box-shadow: 1px 1px 2px #ccc;
      -moz-box-shadow: 1px 1px 2px #ccc;
      box-shadow: 1px 1px 2px #ccc;
      float: left; }
      #main-features .main-feature .image-container img {
        border: 1px solid #ccc; }

#extend-product {
  background-color: #D9D9D9;
  border-bottom: 1px solid silver;
  padding: 30px 0; }
  #extend-product a {
    background: url(../images/icon-goto.png) no-repeat left top;
    padding-left: 22px; }

#more-features {
  background-color: #fff;
  padding: 20px 0; }
  #more-features h2 {
    margin-top: 20px;
    margin-bottom: 40px; }
  #more-features .features-container .feature {
    float: left;
    width: 290px;
    margin-right: 10px;
    margin-bottom: 40px;
    position: relative; }
    #more-features .features-container .feature img {
      position: absolute; }
    #more-features .features-container .feature h4 {
      font-size: 12px;
      margin: 0 0 0 64px;
      font-weight: bold;
      color: #000; }
    #more-features .features-container .feature p {
      margin-left: 64px; }
  #more-features .features-container ul {
    clear: both; }
    #more-features .features-container ul li {
      padding-left: 20px;
      margin: 0 0 25px 0;
      float: left;
      width: 280px;
      list-style-type: none;
      background: url(../images/plus.gif) no-repeat left 50%; }

/* compare editions */
#compare-editions {
  background: #f4f4f4;
  padding: 20px 0; }
  #compare-editions h1 {
    margin-bottom: 30px;
    background: url(../images/title-border.png) repeat-x left bottom;
    padding: 20px 0 30px 0; }
  #compare-editions #features-button {
    display: inline-block;
    padding: .5em 1.5em .55em;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #9d9d9d;
    background-color: #a5a5a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#a5a5a5));
    background: -moz-linear-gradient(top, #c6c6c6, #a5a5a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#a5a5a5');
    color: #f6f6f6;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font-weight: bold;
    margin-top: 25px;
    float: right; }
    #compare-editions #features-button:hover {
      text-decoration: none; }
    #compare-editions #features-button:active {
      position: relative;
      top: 1px; }
    #compare-editions #features-button:hover {
      background-color: #989898;
      background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#989898));
      background: -moz-linear-gradient(top, #bfbfbf, #989898);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#989898'); }
    #compare-editions #features-button:active {
      background-color: #bfbfbf;
      background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#bfbfbf));
      background: -moz-linear-gradient(top, #a5a5a5, #bfbfbf);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#bfbfbf');
      color: #e4e4e4; }
  #compare-editions table {
    width: 800px;
    margin: 0 auto; }
    #compare-editions table col.standard, #compare-editions table col.professional {
      width: 120px; }
    #compare-editions table th.intro {
      text-align: left;
      padding-bottom: 15px; }
      #compare-editions table th.intro h5 {
        font-weight: bold;
        color: #777;
        margin-bottom: 5px; }
    #compare-editions table tbody td {
      padding: 10px 5px;
      border-top: 1px solid #ddd;
      text-align: center;
      vertical-align: middle; }
      #compare-editions table tbody td:first-child {
        border-left: 0; }
      #compare-editions table tbody td.group {
        font-weight: bold;
        background: #eee;
        padding: 5px 10px; }
      #compare-editions table tbody td.feature {
        padding-left: 40px; }
      #compare-editions table tbody td.group, #compare-editions table tbody td.feature {
        text-align: left; }
      #compare-editions table tbody td.new {
        background: url(../images/new.png) no-repeat 8px 50%; }
    #compare-editions table .download-button {
      display: inline-block;
      padding: .5em 1.5em .55em;
      outline: none;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: solid 1px #ccc;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      border: solid 1px #e7121a;
      background-color: #ed1c24;
      background: -webkit-gradient(linear, left top, left bottom, from(#f2595f), to(#ed1c24));
      background: -moz-linear-gradient(top, #f2595f, #ed1c24);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2595f', endColorstr='#ed1c24');
      color: #fde8e9;
      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;
      font-weight: bold;
      font-size: 12px; }
      #compare-editions table .download-button:hover {
        text-decoration: none; }
      #compare-editions table .download-button:active {
        position: relative;
        top: 1px; }
      #compare-editions table .download-button:hover {
        background-color: #de1219;
        background: -webkit-gradient(linear, left top, left bottom, from(#f14b52), to(#de1219));
        background: -moz-linear-gradient(top, #f14b52, #de1219);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14b52', endColorstr='#de1219'); }
      #compare-editions table .download-button:active {
        background-color: #f14b52;
        background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#f14b52));
        background: -moz-linear-gradient(top, #ed1c24, #f14b52);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#f14b52');
        color: #fabbbd; }
    #compare-editions table .buy-button {
      display: inline-block;
      padding: .5em 1.5em .55em;
      outline: none;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: solid 1px #ccc;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      border: solid 1px #1e75bd;
      background-color: #207dca;
      background: -webkit-gradient(linear, left top, left bottom, from(#4a9de2), to(#207dca));
      background: -moz-linear-gradient(top, #4a9de2, #207dca);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9de2', endColorstr='#207dca');
      color: #e9f2fa;
      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;
      font-weight: bold;
      font-size: 12px; }
      #compare-editions table .buy-button:hover {
        text-decoration: none; }
      #compare-editions table .buy-button:active {
        position: relative;
        top: 1px; }
      #compare-editions table .buy-button:hover {
        background-color: #1d6fb4;
        background: -webkit-gradient(linear, left top, left bottom, from(#3d96e0), to(#1d6fb4));
        background: -moz-linear-gradient(top, #3d96e0, #1d6fb4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d96e0', endColorstr='#1d6fb4'); }
      #compare-editions table .buy-button:active {
        background-color: #3d96e0;
        background: -webkit-gradient(linear, left top, left bottom, from(#207dca), to(#3d96e0));
        background: -moz-linear-gradient(top, #207dca, #3d96e0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207dca', endColorstr='#3d96e0');
        color: #bcd8ef; }
    #compare-editions table th.standard, #compare-editions table th.professional,
    #compare-editions table td.standard, #compare-editions table td.professional {
      font-size: 16px;
      padding: 15px 5px;
      font-weight: bold;
      color: #777;
      vertical-align: bottom; }

/* contact */
#contact strong {
  font-weight: bold; }
#contact ul li {
  list-style-type: none;
  margin: 0 0 5px 0; }
#contact h3 {
  margin-top: 30px; }
#contact a {
  font-size: 14px; }
#contact #email, #contact #fax, #contact #address {
  padding-left: 24px; }
#contact #email {
  background: url(../images/icon-email.png) no-repeat left top; }
#contact #fax {
  background: url(../images/icon-fax.png) no-repeat left top; }
#contact #address {
  background: url(../images/icon-home.png) no-repeat left top; }

/* addons */
#addon-categories {
  padding: 20px;
  border: 1px solid #ccc;
  width: 160px;
  background: #ededed;
  float: right; }
  #addon-categories a#addons-home {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 8px;
    font-size: 12px; }
  #addon-categories h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-transform: uppercase; }
  #addon-categories ul {
    margin: 0; }
    #addon-categories ul a {
      display: block;
      width: 100%;
      height: 100%; }
    #addon-categories ul li {
      list-style-type: none;
      margin: 0 0 8px 0; }
      #addon-categories ul li.selected a {
        color: #000;
        font-weight: bold; }
      #addon-categories ul li.selected a:hover {
        text-decoration: none; }
  #addon-categories ul.subcategory {
    margin-left: 16px;
    margin-top: 8px; }

#addons-list {
  width: 670px;
  float: left; }
  #addons-list .view {
    padding: 20px;
    border-color: #ccc;
    margin: 0 0 20px 0;
    background: #fff; }
    #addons-list .view .addon-description {
      float: left;
      width: 450px; }
      #addons-list .view .addon-description h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 2px 0; }
        #addons-list .view .addon-description h3 .version {
          color: #999;
          font-weight: normal; }
      #addons-list .view .addon-description p {
        margin: 0 0 5px 0;
        line-height: 1.1em; }
      #addons-list .view .addon-description .category-name {
        color: #999;
        margin-bottom: 15px; }
    #addons-list .view .addon-download {
      float: right;
      text-align: right; }
      #addons-list .view .addon-download a {
        display: inline-block;
        padding: .5em 1.5em .55em;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border: solid 1px #ccc;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        border: solid 1px #40816b;
        background-color: #458B74;
        background: -webkit-gradient(linear, left top, left bottom, from(#61b197), to(#458B74));
        background: -moz-linear-gradient(top, #61b197, #458B74);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61b197', endColorstr='#458B74');
        color: #ecf3f1;
        -webkit-border-radius: 0.3em;
        -moz-border-radius: 0.3em;
        border-radius: 0.3em;
        font-weight: bold;
        padding: .4em 1em .45em;
        text-shadow: none;
        margin-bottom: 5px; }
        #addons-list .view .addon-download a:hover {
          text-decoration: none; }
        #addons-list .view .addon-download a:active {
          position: relative;
          top: 1px; }
        #addons-list .view .addon-download a:hover {
          background-color: #3d7a66;
          background: -webkit-gradient(linear, left top, left bottom, from(#57ac90), to(#3d7a66));
          background: -moz-linear-gradient(top, #57ac90, #3d7a66);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57ac90', endColorstr='#3d7a66'); }
        #addons-list .view .addon-download a:active {
          background-color: #57ac90;
          background: -webkit-gradient(linear, left top, left bottom, from(#458B74), to(#57ac90));
          background: -moz-linear-gradient(top, #458B74, #57ac90);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#458B74', endColorstr='#57ac90');
          color: #c7dcd5; }
      #addons-list .view .addon-download a.installed {
        display: inline-block;
        padding: .5em 1.5em .55em;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border: solid 1px #ccc;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        border: solid 1px #919191;
        background-color: #999;
        background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#999));
        background: -moz-linear-gradient(top, #bababa, #999);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#999');
        color: whitesmoke;
        -webkit-border-radius: 0.3em;
        -moz-border-radius: 0.3em;
        border-radius: 0.3em;
        font-weight: bold;
        padding: .4em 1em .45em;
        text-shadow: none; }
        #addons-list .view .addon-download a.installed:hover {
          text-decoration: none; }
        #addons-list .view .addon-download a.installed:active {
          position: relative;
          top: 1px; }
        #addons-list .view .addon-download a.installed:hover {
          background-color: #8c8c8c;
          background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8c8c8c));
          background: -moz-linear-gradient(top, #b3b3b3, #8c8c8c);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#8c8c8c'); }
        #addons-list .view .addon-download a.installed:active {
          background-color: #b3b3b3;
          background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#b3b3b3));
          background: -moz-linear-gradient(top, #999, #b3b3b3);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#b3b3b3');
          color: #e0e0e0; }
      #addons-list .view .addon-download p {
        margin: 7px 0;
        color: #666; }
    #addons-list .view .addon-info {
      color: #666;
      margin: 20px 0 0 0; }
      #addons-list .view .addon-info a.help-link, #addons-list .view .addon-info a.help-link:visited {
        color: #999;
        float: right; }

/* getting-started */
#getting-started h3 {
  margin-top: 20px; }
#getting-started a {
  background: url(../images/icon-goto.png) no-repeat left top;
  padding-left: 22px;
  margin-left: 10px; }

/* about */
#about-header {
  background: #fff;
  padding: 30px 0 5px 0; }
  #about-header h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 3px; }

#about-subheader {
  background: #fff; }
  #about-subheader .container {
    background: #5d99d3;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    #about-subheader .container p {
      margin: 0 20px;
      padding: 30px 10px;
      line-height: 1.5em;
      width: 50%; }

#about-body {
  background-color: #fff;
  padding: 25px 0 20px 0; }
  #about-body ul {
    margin: 10px 0; }
    #about-body ul li {
      list-style-type: none;
      background: url(../images/tick.png) no-repeat left top;
      padding: 0 0 5px 25px;
      margin-left: 20px;
      margin-bottom: 5px; }

#about-footer {
  background-color: #D9D9D9;
  border-top: 1px solid #a6a6a6;
  padding: 30px 0 25px 0; }
  #about-footer .column {
    float: left;
    width: 270px;
    margin-right: 30px; }

/* facebook like button */
#myinfo-like-button {
  margin-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
