body {
    font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #444;
    background-color: #fff;
}
#page {
    width: 873px;
    min-height: 600px;
    margin: 0 auto;
}
#header {
    margin-top:2em;
    border-bottom: 1px solid #ace
}
#header a {
    float:left;
}
#tabs {
    padding: 1em 0;
    margin-top: 50px;
    border-top: 1px solid #ace;
    text-align:right;
    float:right;
}
#tabs a {
    margin-left: 1em;
    font-size: 14px;
}
#content {
    margin: 3em 0;
}

img { border: 0; }
a { color: #1f75cc; text-decoration: none; }
/* .center { text-align:center; } */
h1 { margin-top:2em;}

.button {
    background: url('img/button.png') repeat-x 0 0;
    height:36px;
    min-height:36px;
    padding: 20px 50px 0px 50px;
    display:inline-block;

    -webkit-box-shadow: inset 0 1px #92c5ee, 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px #92c5ee, 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px #92c5ee, 0 1px 2px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #1d74b9; */
    border-radius: 5px;

    color:#fff;
    font-weight: bold;
    font-size: 150%;
    text-shadow: 0 -1px #16588d;
}
.button:hover {
    background-position: 0 -56px;
}
.button:active {
    background-position: 0 -112px;
}
.buttonsm {
    background: url('img/buttonsm.png') repeat-x 0 0;
    height:23px;
    min-height:23px;
    padding: 5px 50px 0px 50px;
    display:inline-block;

/*    -webkit-box-shadow: inset 0 1px #92c5ee, 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px #92c5ee, 0 1px 2px rgba(0, 0, 0, 0.3);*/
    box-shadow: inset 0 1px #fffacd, 0 1px 2px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #1d74b9; */
    border-radius: 5px;

    color:#fff;
    font-weight: bold;
    font-size: 150%;
}
.buttonsm:hover {
    background-position: 0 -28px;
}
.buttonsm:active {
    background-position: 0 -56px;
}


.clear { }
.clear:after {
    content: "pg";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}


/* -- Sections -- */

.section {
    border: 1px solid #aaccee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.section.noborder {
    border: 0px
}

/* -- rows -- */

.section .row {
    padding: 0 35px;
    border-top: 1px solid #aaccee;
}
.section .row:first-child {
    border-top: 0;
}
/*
.section .row:before {
    content: "PG";
    display: block;
    clear: both;
}
*/

.section .row:after {
    content: "RPG";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.section .row.noborder {
    border-top:0;
}

/* -- columns -- */

.section .row .column {
    /*width: 365px; */
    /*padding: 15px 41px 30px 20px; */
}
.section .row .column:before, .section .row .column:after {
    content: "pg";
    display: block;
    clear: both;
    visibility: hidden;
/*    height: 0; */
}
.section .row .column.center {
    text-align:center;
}
.section .row .column.left {
    float: left;
    border-right: 1px solid #aaccee;
    width: 365px;
    padding-right: 35px;
}
.section .row .column.left.noborder {
    border:0;
}
.section .row .column.right {
    float: right;
    width: 365px;
    padding-left: 35px;
}
.section .row .column.lbox {
    float: left;
    border-right: 1px solid #aaccee;
    width: 220px;
    padding-right: 34px;
    font-size:120%;
}
.section .row .column.mbox {
    float: left;
    border-right: 1px solid #aaccee;
    width: 220px;
    padding-left: 35px;
    padding-right: 34px;
    font-size:120%;
}
.section .row .column.rbox {
    float: right;
    width: 220px;
    padding-left: 35px;
    font-size:120%;
}

.section .row .column ul li {
    margin-bottom: 8px;
}


/* -- Logos -- */

.logo {
    height:86px;
}
.logo h1 {
    margin: 0;
    font-weight: bold;
    font-size: 250%;
}
.logo h2 {
    margin: 0;
    font-weight: bold;
    font-size: 190%;
}
.logo p {
    font-size:120%;
    font-weight:normal;
    margin:0;
}
.logo.tm { }
.logo.vm { }
.logo.bb { }

.logo.tm h1, .logo.tm h2 { color:#00a620; }
.logo.vm h1, .logo.vm h2 { color:#2872ab; }
.logo.bb h1, .logo.br h2 { color:#333333; }

/* -- / logos -- */

p.quote {
    font-size:120%;
    font-weight:bold;
    text-align:right;
}
p.bold {
    font-size: 140%;
    margin: 0 0 20px 0;
    font-weight:bold;
}

ul {
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 120%;
    color: #666;
}
ul li {
    margin: 0 0 8px 0;
}
ul li.price {
    font-size: 150%;
    list-style: none;
    margin-top: 1em;
}
ul li b { color: black; }


ol {
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 120%;
    color: #666;
}
ol li {
    margin: 0 0 8px 0;
}
ol li.price {
    font-size: 150%;
    list-style: none;
    margin-top: 1em;
}
ol li b { color: black; }

/* -- footer -- */

#footer {
    margin-top:3em;
    border-top: 1px dotted #ccc;
}
#footer:after {
    content: "pg";
    display: block;
    clear: both;
    visibility: hidden;
    height:0;
}
#footer #copyright {
    float: right;
    color: #787878;
}
#footer div {
    float: left;
}
#footer ul {
    margin: 1em 2em 0 0;
    padding: 0;
}
#footer li {
    list-style: none;
    font-size: 11px;
    margin: 0 0 0 1em;
}
#footer li.header {
    font-weight: bold;
    margin-left: 0;
    color: #0086d8;
}
#footer a {
    text-decoration: none;
    color: #838383;
}
#footer a:hover {
    text-decoration: underline;
}


/* -- FAQ -- */
h2.tmf {
    cursor:pointer;
    color:#00a620;
    margin-top:2em;
}
h2.tmf:first-child {
    margin-top:0;
}
h2.vmf {
    cursor:pointer;
    color:#2872ab;
    margin-top:2em;
}
dl {
    margin-left:2em;
}
dt {
    font-size:120%;
    font-weight:normal;
    cursor:pointer;
    margin-top:1em;
}
dd {
    font-size:120%;
    display:none;
    margin-left: 2em;
    margin-top: 1em;
}

/* -- Preview -- */

.sshot {
    width: 238px;
    height:160px;
    padding: 0 10px;
    cursor: pointer;
}

#lightbox {
    background-color:#fff;
    padding:10px;
    position:absolute;
    z-index:101;
    display:none;
}
#buybox {
    background-color:#fff;
    padding: 2em;
    box-shadow: inset 0 1px #92c5ee, 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #888;
    border-radius: 5px;
    position:absolute;
    z-index:101;
    width:600px;
    height: 200px;
    text-align: center;
    display:none;
}
#overlay {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    z-index:100;
    background:gray;
    opacity:0.8;
    display:none;
}

div.pp {
    text-align: center;
}
div.pp p {
    font-size:130%;
    margin:2em;
}
div.pp p.note {
    font-size:120%;
}
table th {
    background-color:#ccc;
    height:35px;
    font-size:120%;
    text-align:center;
}
table tr {
    height:46px;
    font-size:120%;
    text-align:center;
}
td.total {
    font-size:130%;
    font-weight:bold;
    text-align:right;
    padding-right:1em;
}
td.amount {
    font-size:130%;
    font-weight:bold;
}


/* -- testimonials -- */

div.tes {
}
.tes h1 {
    font-size: 260%;
    color: #0086d8;
    margin-bottom: 0;
    margin-top: 1em;
}
.tes #what {
    font-size: 220%;
}
.tes h2 {
    font-size: 120%;
    font-weight: normal;
    color: #3f3f3f;
    margin-top: 0;
    padding-bottom: 3px;
}

.tes textarea {
    border: 1px solid #1d74b9;
    border-radius: 5px;
    width: 36em;
    height: 10em;
    margin-top: 1em;
    display:block;
}
.tes label {
    margin-top: 1em;
    display:block;
}
.tes input {
    border: 1px solid #1d74b9;
    border-radius: 5px;
    height: 2em;
    margin-top: 0;
    width: 20em;
    display:block;
}
.tes input[type="submit"] {
    margin-top: 1em;
    width: auto;
}

.tes table {
    float: right;
    border: 0;
}
.tes td {
    text-align: left;
}

.tes div.quote:before { content: "\"" }
.tes div.quote:after  { content: "\"" }
.tes div.quote:first-child {
    margin-top: 0;
}
div.quote {
    display: inline-block;
    font-size: 120%;
    margin-top: 2em;
}
span.quote {
    display: block;
    text-align: right;
    font-size: 120%;
    color: #0086d8;
    margin-top: 5px;
    margin-right: 1em;
}
