body {
    width: 100%;
    padding: 0;
    margin: 0;

    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 11pt;
    color: #333;
    background: #001;
}

.clearfix {
    clear: both;
}

.addthis_toolbox {
    float: right;
    margin: 0 0px 0px 10px;
}

#body {
    width: 1280px;
    margin: 0px auto;
    background: #fff;
}


#header {
    width: 1280px;
    height: 40px;
    background: url(/images/footer-bg.jpg) center top no-repeat;
    background-color: #004F75;
    border-bottom: 2px solid #0e4b60;
    position: relative;
}

.bookmark {
    float: left;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 16pt;
    margin: 5px 20px;
    width: 350px;
}

.bookmark a {
    text-decoration: none;
    cursor: pointer;
}

.bookmark img {
    vertical-align: middle;
}

.bookmark a img {
    border: none;
}

/* main menu */

#main-menu {
    position: absolute;
    display: inline-block;
    margin: 10px;
    right: 0px;
    list-style: none;

    color: white;
    font-size: 11pt;
    font-weight: bold;
}

#main-menu li {
    float: left;
    margin: 0px 10px;
}

#main-menu li a {
    color: #eaeaea;
    text-decoration: none;
    letter-spacing: 0.25pt;
}

#main-menu li a:hover {
    color: #ffff66;
}

#content {
    padding-top: 50px;
    text-align: center;
    margin: 0px auto;
    width: 900px;
}

/* loan form element */

.loan-form {
    width: 550px;
    margin: 0px auto 30px;
}

.loan-form td {
    font-size:  13pt;
    padding:    5px 0px;
    text-align: left;
}

.loan-form .label {
    font-size: 14pt;
    padding: 5px 10px;
}

.loan-form input[type=text] {
    width: 150px;
    text-align: right;
    font-size: 13pt;
    padding: 1px 5px;
    border: 1px solid #999;
}

input[type=button], input[type=submit], #main-form input[type=button], #main-form input[type=submit] {
    font-size: 14pt;
    padding: 3px 8px;
    border: 1px solid #999;
    margin: 5px;
    background: #2B73C6;
    color: #fff;
    border: 1px solid #4Ba3f6;
    cursor: pointer;
}

.loan-form select {
    font-size: 13pt;
    padding: 1px 5px;
}

/* footer */

#footer {
    width: 100%;
    padding: 10px 0 0 0;
    background: url(/images/footer-bg.jpg) center bottom repeat-x;
    background-color: #004F75;
    color: #eaeaff;
    text-align: center;
    margin: 80px 0 0 0;
    border-top: 2px solid #0e4b60;
}

#footer h2 {
    font-size: 13pt;
    font-weight: normal;
    margin: 0px;
    padding: 1px;
    border-bottom: 1px dashed #ccf;
    color: #ff6666;
}
#footer a {
    color: #fff;
    font-weight: bold;
}

#footer-content {
    text-align: justify;
    width: 1000px;
    margin: -20px auto 0 auto;
}

#about {
    clear: both;
    background-color: #000;
    margin: 0;
    padding: 5px;
    font-size: 10pt;
}

.footer-container {
    float: left;
    margin: 30px 25px;
    padding: 0px;
}

ul.menu {
    width: 250px;
    padding: 0px;
    margin: 5px;
    list-style: none;
    font-size: 11pt;
}

ul.menu li {
    padding: 2px 5px;
    margin: 5px 0px 2px 0px;
    border-bottom: 1px solid #5E9Bb0;
}

ul.menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

ul.menu a:hover {
    color: #ffff66;
    text-decoration: underline;
}

/* results area */
#results-area {
    margin: 10px;
}

.payback-timetable {
    height: 300px;
    overflow: auto;
}

table.list {
    width: 100%;
    font-size: 11pt;
    border-collapse: collapse;
}

table.list td{
    padding: 2px 10px;
    text-align: center;
    border: 1px solid #CDD6DC;
}

table.list thead tr {
  background: #DDE6EC;
  border: 1px solid #DDE6EC;
}

table.list thead th {
    padding: 5px;
}

table.list tr.even {
  background: #EDF6FC;
}

#results-area .container {
    float: left;
    width: 390px;
    margin: 40px 0px 20px 0px;
}

#results-area .container h3 {
    margin: 0px 0px 10px 0px;
}

.summary table {
    font-size: 14pt;
    width: 90%;
    margin-top: 30px;
    margin-right: 30px;
}

.summary table td {
    padding: 7px;
}

.summary td.value {
    text-align: right;
    padding-left: 20px;
    width: 100px;
}

.summary table td:last-child {
    text-align: right;
}

#leasing .summary table {
    margin: 0px 0px 20px 0px;
}
#leasing .summary td {
    font-size: 12pt;
}

#leasing .summary td:last-child {
    font-size: 10pt;
    text-align: left;
    font-style: italic;
    color: #555;
}

.negative {
    color: red;
}

.positive {
    color: green;
}

.strong {
    font-weight: bold;
}

.bottom-border td {
    border-bottom: 2px solid #888;
}

#loan-list {
    display: none;
}

#loan-list table {
    margin: 40px 0 10px 0;
}

#loan-list table a.remove {
    color: red;
    text-decoration: none;
}

.loader {
    position: relative;
    width: 900px;
    height: 300px;

    /*border: 1px solid gray;*/
    /*background: #f1f1f1;*/
    /*opacity: 0.7;*/
}

.loader p {
    position: absolute;
    top: 100px;
    left: 370px;
    font-size: 14pt;
}
.loader img {
    position: absolute;
    top: 140px;
    left: 330px;
}

.article {
    font-size: 12pt;
    text-align: justify !important;
    width: 600px;
}

.article p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.article ul {
    margin: 0px;
    text-align: left;
    line-height: 1.5em;
}

.article h3 {
    text-align: left;
    font-size: 15pt;
    margin-top: 50px;
    margin-bottom: 5px;

}
.article li h3 {
    text-align: left;
    font-size: 15pt;
    margin-top: 15px;
    margin-bottom: 5px;

}

.share {
    font-size: 14pt;
}

.share input {
    font-size: 12pt;
    padding: 2px 4px;
    border: 1px solid #888;
}

.page {
    float: left;
    width: 600px;
}

.sidebar {
    float: left;
    width: 300px;
    border-left: 1px solid #ddd;
    margin-left: 15px;
}

.promo {
    text-align: left;
    color: #555;
    margin: 20px 0px;
}

.promo h2 {
    font-size: 11pt;
}

.promo .container {
    float: left;
    width: 275px;
}

.promo p {
    line-height: 1.5em;
    font-size: 11pt;
    text-align: justify;
}

.side-margin {
    margin: 0px 20px 0px 20px;
}

.description {
    text-align: left;
    color: #555;
}

.description h2 {
    font-size: 14pt;
}

.description li {
    margin: 10px 0px;
}

.ui-tabs .ui-tabs-nav li {
    font-size: 13px;
    margin: 0 3px 1px 0;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 0.6em;

}

.like {
    text-align: right;
    margin: 20px 50px;
}

.promo .like {
    margin: 20px 5px;
}

.promo .like strong {
    vertical-align: 3px;
}

.fb-like {
    vertical-align: 3px;
}

.rr {
    text-align: center;
    margin: 20px auto;
    width: 100%;
}