@charset "UTF-8";
/* CSS Document */

/* --- resets --- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    outline: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* style */
body {
    background: #4D4D4D url(../images/fabric_bg.jpg) 0 0 repeat;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    position: relative;
    /*z-index:-10;*/
    z-index: 1;
}

/*
body.presto {
	z-index:1;
}
body.ie {
	z-index:1;
}
*/
#header, #page, #footer, #poweredby {
    margin: 0 auto;
    width: 960px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
}

h1 {
    font-size: 18px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
    color: #656565;
}

h2 {
    font-size: 16px;
    font-style: normal;
    line-height: 1.4em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}

h3 {
    font-size: 14px;
    font-style: normal;
    line-height: 1.3em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

p {
    padding-bottom: 10px;
}

ul {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 10px 20px;
}

ul.none {
    list-style-type: none;
    margin-left: 0
}

a,
a:link,
a:visited {
    color: #008399;
    text-decoration: none;
}

a.active,
a:hover,
a:focus {
    text-decoration: underline;
}

#header {
    margin: 0;
    width: 100%;
    background: #222222 url(../images/nav_bg.jpg) 0 0 repeat-x scroll;
    height: 260px;
    position: relative;
    display: table;
}

#header .wrapper {
    margin: 0 auto;
    width: 960px;
}

#header .logo {
    float: left;
    width: 600px;
    margin: 0 0 0 7px;
    height: 200px;
    display: block;
    overflow: hidden;
}

#header .bottom {
    clear: both;
    width: 960px;
    height: 30px;
    margin: 0;
    background: #222222 url(../images/header_bottom.jpg) 0 0 no-repeat scroll;
}

#nav {
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    display: block;
}

#nav ul {
    display: inline-block;
    margin: 0;
    float: right;
}

#nav ul li {
    display: inline-block;
    height: 30px;
    padding: 0;
    float: left;
}

a.button {
    border: medium none;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    border-left: 1px solid #F4A462;
    border-right: 1px solid #F4A462;
    text-shadow: 1px 1px 0 #3C3C3D;
    white-space: nowrap;
    overflow: visible;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    position: relative;
    zoom: 1;
    display: inline-block;
    padding: 3px 20px;
    margin: 5px 0;
}

a.button.left {
    border-left: none;
}

a.button.middle {
    border-left: none;
}

a.button.right {
    border-left: none;
    border-right: none;
}

a.button.primary {
    font-weight: 700;
}

a.button:active, a.button.active {
    color: #330000;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(255, 204, 153, 0.3);
}

a.button:hover {
    color: #663300; /*#F4A462*/
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(255, 204, 153, 0.3);
}

a.button:active {
    top: 1px;
}

a.button.active:hover {
}

table.info {
    border: 2px solid #CCC;
    border-collapse: separate;
    margin: 0 auto;
    font-size: 12px;
}

.ie6 table.info,
.ie7 table.info {
    border-collapse: collapse;
    empty-cells: show;
}

table.info th,
table.info td {
    border: 1px solid #CCC;
    vertical-align: middle;
    text-align: center;
    padding: 4px 6px;
}

table.info th {
    /*background:#0192AD url(../images/table_info_bkg.jpg) 0 0 no-repeat scroll;*/
    background-color: #0192AD;
    color: #FFF;
    font-weight: normal;
    border-bottom: 0 none;
}

table.info td {
    background-color: #FFF;
    color: #333;
}

#page {
    background: #FFFFFF url(../images/paper_bg.jpg) 0 0 repeat scroll;
    position: relative;
    z-index: -3;
}

body.ie #page {
    z-index: 1;
}

#page .page_content {
    display: inline-block;
    padding: 0 10px 20px;
    clear: both;
    width: 940px;
    position: relative;
}

#page.box .page_content,
#page.content .page_content {
    padding: 0 20px 20px;
    width: 920px;
}

#page .block {
    width: 300px;
    background-color: transparent;
    float: left;
    display: block;
}

#page .block.header {
}

#page .block.header h1 {
}

#page .highlight {
}

#page .left {
    margin-right: 10px;
}

#page .middle {
    margin-left: 10px;
    margin-right: 10px;
}

#page .right {
    margin-left: 10px;
}

#page .block1of2,
#page .block2of2 {
    width: 450px;
}

#page .highlight .header {
    height: 96px;
    clear: both;
    background: transparent url(../images/highlight_bkg_top.jpg) 0 30px no-repeat scroll;
}

#page .block1of2 .highlight .header,
#page .block2of2 .highlight .header {
    background: transparent url(../images/highlight_2_bkg_top.jpg) 0 30px no-repeat scroll;
}

#page .highlight .content {
    background-color: #FCFBFA;
    padding: 0 10px 10px;
}

#page .highlight .bottom {
    background: transparent url(../images/highlight_bkg_bottom.png) right top no-repeat scroll;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    display: block;
    width: 100%;
}

#page .highlight h1.simulador,
#page .highlight h1.docs,
#page .highlight h1.seguros {
    display: table;
    height: 54px;
    margin: 0 0 0 12px;
    padding: 34px 0 8px 114px;
    width: auto;
    text-transform: none;
}

#page .highlight h1.simulador {
    background: transparent url(../images/simulador.png) 0 0 no-repeat scroll;
}

#page .highlight h1.docs {
    background: transparent url(../images/docs.png) 0 0 no-repeat scroll;
}

#page .highlight h1.seguros {
    background: transparent url(../images/seguros.png) 0 0 no-repeat scroll;
}

#page .highlight h1 span {
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    height: 54px;
}

#page .highlight h2 sub {
    vertical-align: sub;
    font-size: 14px;
}

#page .highlight .orange {
    color: #EF7B10 !important;
}

#page .highlight .link,
#page .sim_ISV .link.calc {
    text-align: right;
}

#page .sim_ISV .link.calc {
    clear: both;
    margin: 8px 0;
    width: 80%;
}

#page .sim_ISV .link.previous {
    text-align: left;
    float: left;
}

#page .sim_ISV .link.next {
    float: right;
}

#page .highlight .link a,
#page .highlight .link a:link,
#page .highlight .link a:visited,
#page .sim_ISV .link a,
#page .sim_ISV .link a:link,
#page .sim_ISV .link a:visited {
    line-height: 20px;
    height: 20px;
    display: block;
    color: #008399;
    text-decoration: none;
    background: transparent url(../images/link_arrow.jpg) 100% top no-repeat scroll;
    padding-right: 24px;
}

#page .highlight .link a:hover,
#page .highlight .link a:focus,
#page .sim_ISV .link a:hover,
#page .sim_ISV .link a:focus {
    text-decoration: underline;
    background-position: 100% -20px;
}

#page .highlight .link a span,
#page .sim_ISV .link a span {
    line-height: 20px;
    display: block;
}

#page .sim_ISV .link.previous a {
    background: transparent url(../images/link_arrow_left.jpg) 0 top no-repeat scroll;
    padding-right: 0;
    padding-left: 24px;
}

#page .sim_ISV .link.previous a:hover,
#page .sim_ISV .link.previous a:focus {
    background-position: 0 -20px;
}

#page .sim_ISV .link.calc a,
#page .sim_ISV .link.calc a:link,
#page .sim_ISV .link.calc a:visited {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    background: transparent url(../images/bg_calc_link.png) 0 0 no-repeat scroll;
    padding: 0 24px;
    border: 1px solid #007883;
}

#page .sim_ISV .link.calc a:hover,
#page .sim_ISV .link.calc a:focus {
    text-decoration: underline;
    background-position: 100% -27px;
}

#page .sim_ISV .link.calc a span {
    line-height: 24px;
    padding: 0;
}

#page .google_map {
    width: 420px;
    background-image: none;
}

#page .google_map .map {
    background-color: #FCFBFA;
}

#page .google_map .bottom {
    background: url(../images/highlight_bkg_bottom.png) no-repeat scroll right top transparent;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
}

#page .google_map .bottom .back {
    background-color: #FCFBFA;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 150px;
}

#page .wrapper_img {
    border: 6px solid #CCC;
    display: inline-block;
    float: right;
    margin: 10px;
    overflow: hidden;
}

#page .wrapper_img.top {
    margin-top: 0;
}

#page .wrapper_img.right {
    float: right;
    margin-right: 0;
}

#page .google_map iframe {
    margin: 10px 10px 0;
}

#page div.box {
    position: relative;
    width: 840px;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

body.ie8 #page div.box,
body.ie7 #page div.box,
body.ie6 #page div.box {
    background-color: #FCFBFA;
}

#page div.box:before, #page div.box:after {
    position: absolute;
    width: 200px;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

#page div.box:after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}

#page .tags {
    margin: 0 0 0 20px;
    padding: 10px 20px;
    background-color: #FCFBFA;
    width: 860px;
}

#page .tags div.heading {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin: 0 10px 0 -40px;
    color: #F1F1F1;
    background: transparent url(../images/ribbon.png) right top no-repeat scroll;

    padding: 16px 60px 16px 40px;
    display: inline-block;
    width: auto;
}

#page .tags div.heading span {
    background: transparent url(../images/ribbon_left.png) 0 0 no-repeat scroll;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 52px;
    width: 20px;
}

#page .tags ul.none ul {
    display: block;
    clear: both;
}

body.ie7 #page .tags div.heading,
body.ie6 #page .tags div.heading {
    float: left;
    clear: both;
}

#page .tags_bottom {
    background: transparent url(../images/highlight_bkg_bottom.png) right top no-repeat scroll;
    height: 20px;
    margin: 0 0 0 20px;
    line-height: 20px;
    display: block;
    width: 900px;
}

#page .tags_bottom_repeat {
    background-color: #FCFBFA;
    height: 20px;
    line-height: 20px;
    display: block;
    width: 600px;
}

#page .contacts {
    display: inline-block;
    clear: both;
}

#page .contacts_item {
    display: block;
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}

#page .contacts_item.first {
    margin-top: 0;
}

#page .contacts_item h2 {
    padding-bottom: 8px;
}

#page .contacts_item .address {
    width: 460px;
    display: inline-block;
    float: left;
    margin: 10px 0 0 40px;
}

#section_left {
    float: left;
    width: 245px;
    margin-top: 120px;
}

#section_right {
    float: left;
    width: 675px;
}

#section_right div.box {
    width: 595px;
    min-height: 200px;
}

body.ie6 #section_right div.box {
    height: 200px;
    overflow: visible;
}

ul.menu {
    margin: 0;
}

#section_left .menu li {
    background: url(../images/subnav.png) no-repeat scroll -250px 0 transparent;
    list-style: none outside none;
    margin: 0;
}

#section_left .menu a {
    color: #333333;
    display: block;
    font-size: 16px;
    height: 19px;
    overflow: hidden;
    padding: 15px 10px 11px 40px;
    text-decoration: none;
}

#section_left .menu a:hover,
#section_left .menu .ui-state-active ul a:hover {
    color: #008399;
}

#section_left .menu .ui-state-active a {
    background: url(../images/subnav.png) no-repeat scroll 0 0 transparent;
    color: #999999;
    text-shadow: 0 1px 0 #FFFFFF;
}

#section_left .menu .ui-state-active ul {
    background: url(../images/subnav.png) no-repeat scroll -250px 0 transparent;
    margin: 0 0 10px;
    padding: 12px 0 6px;
}

#section_left .menu .ui-state-active li {
    background: none repeat scroll 0 50% transparent;
}

#section_left .menu .ui-state-active ul a {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 14px;
    height: auto;
    padding: 5px 10px 5px 60px;
    text-shadow: none;
}

#section_left ul ul #current a {
    background: url(../images/elements.png) no-repeat scroll -106px -64px transparent;
    color: #DE7008;
    cursor: default;
    text-shadow: 0 1px 0 #FFFFFF;
}

#section_left .module_logo {
    margin: 60px auto 0;
    width: 96px;
}

#footer {
    background: #222222 url(../images/footer_bg.jpg) 0 0 repeat-x scroll;
    width: 920px;
    padding: 20px 20px 15px;
    color: #777777;
}

#footer h1 {
    text-transform: none;
}

#footer a,
#footer a:link,
#footer a:visited {
    color: #CCCCCC;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a:hover,
#footer a:focus {
    color: #008399;
    text-decoration: underline;
}

#footer .copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
    margin-top: 40px;
    width: 920px;
    display: inline-block;
}

#footer .copyright p {
    padding: 0 0 10px;
}

#footer ul.sitemap {
    display: inline-block;
    float: right;
}

#footer ul.sitemap li {
    display: inline-block;
    float: left;
}

#footer ul.sitemap li a,
#footer ul.sitemap li a:link,
#footer ul.sitemap li a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #777777;
    text-decoration: none;
}

#footer ul.sitemap li a.active,
#footer ul.sitemap li a:hover,
#footer ul.sitemap li a:focus {
    color: #CCCCCC;
    text-decoration: underline;
}

#poweredby {
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 10px;
    width: 920px;
    text-align: right;
}

#poweredby a,
#poweredby a:link,
#poweredby a:visited {
    color: #999999;
    text-decoration: none;
}

#poweredby a:hover,
#poweredby a:focus {
    color: #CCCCCC;
    text-decoration: underline;
}

.top5 {
    margin-top: 5px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
}

.clear {
    clear: both;
}
