html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
    height: 100%;
}
body {
    font: 16px/1.1 Calibri, Tahoma, 'Droid Sans', 'DejaVu Sans', Helvetica, Arial, sans-serif;
    color: #000;
    background: #ebebeb url('../img/background.png') repeat-x top;
    height: 100%;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
h1, h2, h3 {
    font-family: Cambria, 'Droid Serif', 'DejaVu', Georgia, serif;
    font-weight: bold;
    margin-bottom: 0.5em;
}
select, input[type=text], input[type=password] {
    width: 10em;
}
select, label {
    vertical-align: middle;
}
input, textarea, button, select, option {
    font: 16px/1.1 Calibri, Tahoma, 'Droid Sans', 'DejaVu Sans', Helvetica, Arial, sans-serif;
    vertical-align: middle;
}
a {
    color: #884;
    text-decoration: none;
    border-bottom: 1px dotted #c88;
}
a:visited {
    color: #663;
}
a:hover {
    color: #f33;
}
ul li, ol li {
    margin-left: 1.5em;
    margin-bottom: 1em;
    line-height: 1.2;
}
a.img-link {
    border: 0;
}
a img {
    vertical-align: middle;
}
.cleared {display: block; clear:both}
.centered {text-align: center;}
.right-align {text-align: right}
.float-right {float: right; margin-right: 1em}
.full-width {width: 100%}
.hidden, .flash {display: none}
#head, #subhead, #content, #foot {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 980px;
}
#stretch {
    min-height: 100%;
}
#calc-equals {
    background: url('../img/arrows.png') no-repeat 50% 50%;
    min-width: 30px;
    min-height: 30px;
}
#head {
    background: url('../img/ausphil.png') no-repeat top left;
    height: 110px;
    position: relative;
}
.navigation {
    margin: 0;
    height: 50px;
    width: 100%;
    background: url('../img/nav-background.png') repeat-x top;
    position: absolute;
    top: 85px;
    clear: both;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    border: 1px solid #677f67;
    overflow: hidden;
}
.navigation li {
    float: left;
    list-style: none;
    margin: 0;
    line-height: 50px;
}
.navigation a {
    display: block;
    padding: 0 15px;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: url('../img/nav-bevel.png') repeat-y right;
    border-bottom: 0;
}
.navigation li:hover {
    background: url('../img/nav-background.png') repeat-x bottom;
}
#floating-bar, #front-floating-bar{
    float: right;
    background: #8fb38f url(../img/panel-bg.png) repeat-x top;
    font-size: 12px;
    border: 2px solid #8fb38f;
    margin-top: 2em;
}
#front-floating-bar {
    background: #606060 url(../img/bar-tile-gray.png) repeat-x top;
    border-color: #606060;
    -moz-box-shadow: 0 0 3px #808080;
    -webkit-box-shadow: 0 0 3px #808080;
}
#floating-text, #front-floating-text {
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 1em;
    float: left;
}
#front-floating-text {

}
#floating-buttons, .front-floating-buttons {
    float: left;
    background: #f3f3e4;
    padding: 1em 0;
}
.front-floating-buttons {
    background: #c12d2d url(../img/bar-tile-red.png) repeat-x top;
}
.front-floating-buttons.blue {
    background: #6262b4 url(../img/bar-tile-blue.png) repeat-x top;
}
.front-floating-buttons a {
    font-weight: bold;
    color: #fbb;
}
.front-floating-buttons.blue a {
    color: #ddf;
}
.front-floating-buttons a:hover {
    color: #fff;
}
#floating-buttons a, .front-floating-buttons a {
    padding: 0.5em 1.5em 0.5em 1em;
    border-bottom: 0;
}
#floating-buttons a:first-child {
    background: url(../img/button-border.png) repeat-y right;
}

#subhead-wrap {
    clear: both;
    background: #3e604d url('../img/subhead-background.png') repeat-x top;
    padding: 35px 0 0;
    border-bottom: 1px solid #555;
}
#subhead {
    color:#BEFFDA;
    font-size: 18px;
}
#subhead h1 {
    color: #E2F19D;
}
#subhead li {
    margin-left: 1.5em;
    margin-bottom: 10px;
}
#subhead p {
    margin-bottom: 10px;
}
#content-wrap {
    clear: both;
    background: #ebebeb url('../img/content-background.png') repeat-x top;
    min-height: 325px;
    padding-bottom: 80px;
}
#content {
    padding-top: 1em;
}
#content p {
    line-height: 1.5;
}
#main-grid p {
    margin-bottom: 1em;
}
#foot-wrap {
    height: 79px;
    margin-top: -80px;
    background: #ddc;
    border-top: 1px solid #ccb;
}
#foot {
    margin-top: 1em;
}
.dl-form {
    margin: 0 0.5em;
}
.dl-form dd input[type=text], .dl-form dd input[type=password] {
    margin-top: 0;
}
.dl-form input[type=text], .dl-form input[type=password],
.dl-form select {
    font-size: 2.5em;
    margin: 0;
}
.grid-form .row {
    padding: 0 10px;
}
.grid-form input.text {
    width: 100%;
}
#panel-login {
    width: 600px;
    margin: 0 auto 1em;
}
#panel-login input.text {
    font-size: 2.5em;
}
.list-form li {
    list-style: none;
    margin-bottom: 1em;
}
.list-form label {
    text-transform: uppercase;
    font-size: 10px;
}

.date-container, .date-part {float: left}
.date-part input, .date-part select {width: 100%}
.date-part.month {width: 32%}
.date-part.date {width: 25%; padding-right: 4px}
.date-part.year {width: 40%}

.hidden-submit {display: none}
.element.errors {padding: 0.25em 0.5em; clear: left; margin: 0; font-size: 0.8em}

#main_content h1, #main_content h2, #main_content h3 {
    color: #363;
}
#promo {
    border: #eea 3px solid;
    color: #333;
    background: #ffe;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 5px 8px #999;
    -webkit-box-shadow: 0 5px 8px #999;
    box-shadow: 0 5px 8px #999;
}
#promo h2 {
    margin: 0 0 0.5em;
    padding: 0;
}
#promo p {
    margin: 0.5em 0;
    line-height: 1.125;
}
.thumb {
    background: #d2d2d2;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px;
    font-size: 11px;
}
.side-block-header-wrap.rate {
    background: url('../img/rate-bg-tile.png') repeat-y right;
    padding: 0;
}
#rate {
    background: url('../img/rate-bg.png') top right no-repeat;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
}
#rate-values {
    float: right;
    width: 159px;
    vertical-align: middle;
    height: 100%;
}
#rate-values .value {
    float: left;
    width: 49.5%;
    text-align: right;
    font-size: 16px;
    color: #b22;
}
#rate-values .value.inv {color: #22b}


#neo-bar {
    height: 83px;
    right: 0;
    background: url(../img/floatbar-bg-tile.png) repeat-x top;
    position: relative;
    float: right;
}
#neo-bar-wrap-left {
    background: url(../img/floatbar-bg-left.png) no-repeat top left;
    height: 100%;
    width: 100%;
}
.neo-bar-text {
    font-size: 12px;
    padding: 35px 5px 0 10px;
    color: #BEFFDA;
    float: left;
}
#neo-calc {
    float: left;
    width: 250px;
    height: 100%;
    background: url(../img/calc-bg-tile-left.png) repeat-x top;
    overflow: hidden;
    margin-right: 5px;
}
#neo-calc-wrap-left {
    height: 100%;
    width: 100%;
    background: url(../img/calc-bg-left.png) no-repeat top left;
}
#neo-calc-wrap-right {
    position: relative;
    left: 50%;
    height: 100%;
    background: url(../img/calc-bg-tile-right.png) repeat-x top;
}
#neo-calc-wrap-middle {
    height: 100%;
    width: 100%;
    background: url(../img/calc-bg-center.png) no-repeat top left;
}
#neo-calc-wrap-adjust {
    position: relative;
    height: 100%;
    width: 100%;
    left: -50%;
    background: url(../img/calc-bg-right.png) no-repeat top right;
}
#neo-calc-conv {
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    clear: both;
}
#neo-calc-au, #neo-calc-ph {
    float:left;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 15px;
    text-align: center;
    cursor: pointer;
}
#neo-calc-au {color: #def; width: 50%}
#neo-calc-ph {color: #fcc; width: 50%}
#neo-buttons {
    float: right;
}
#btn-sendnow {
    float: left;
    display: inline-block;
    height: 83px;
    width: 84px;
    border: 0;
    background: url(../img/btn-sendnow.png) no-repeat top left;
}
#btn-signup {
    float: left;
    display: inline-block;
    height: 83px;
    width: 79px;
    border: 0;
    background: url(../img/btn-signup.png) no-repeat top left;
}
#btn-sendnow:hover, #btn-signup:hover {
    background-position: bottom left;
}
#aud, #peso {
    width: 88%;
    height: 100%;
    text-align: center;
    border: 1px solid #999;
    padding: 3px 0;
}
#rate-notice {
    position: absolute;
    right: 140px;
    bottom: 13px;
    font-size: 0.8em;
    color: #444;
    width: 23em;
    background: #ccc;
    text-align: center;
    padding: 3px 5px;
    vertical-align: middle;
    z-index: 1;
    background: #ccc;
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;  
}
#rate-notice:before {
    /* aqua highlight, lighter shade */
    content: '';
    position: absolute;
    z-index: -1;
    top: 0; left: 0; right: 0; bottom: 55%;
    background: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 3px 5px #e2e2e2;
    -moz-box-shadow: 0 3px 5px #e2e2e2;
    -webkit-box-shadow: 0 3px 5px #e2e2e2;
}
#rate-notice:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0; left: 0; bottom: 0; right: 0;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

