@charset "utf-8";
/* CSS Document */


/**  Import default stuff  **/
@import url(global.css);


/**  Main content  **/

#main_content_wrapper { width:85%; }
#person { background:url(../images/people/ginger_woman.gif) no-repeat; height:424px; position:absolute; right:-15px; top:1%; width:116px; }

#balloons { margin:1em 0; }
#balloons li.balloon { display:block; float:left; height:180px; margin-right:1em; width:160px; }
#balloons li.balloon a { background-position:top left; background-repeat:no-repeat; color:white; display:block; height:180px; width:160px; }

/**  Individual balloons  **/
#balloon_remortgage a { background-image: url(../images/lozenge1_remortgage_1.gif); }
#balloon_remortgage a:hover { background-image: url(../images/lozenge1_remortgage_2.gif); }
#balloon_purchase a { background-image: url(../images/lozenge2_selling_1.gif); }
#balloon_purchase a:hover { background-image: url(../images/lozenge2_selling_2.gif); }
#balloon_ft_buyer a { background-image: url(../images/lozenge3_ft_buyer_1.gif); }
#balloon_ft_buyer a:hover { background-image: url(../images/lozenge3_ft_buyer_2.gif); }
#balloon_loan a { background-image: url(../images/lozenge4_loan_1.gif); }
#balloon_loan a:hover { background-image: url(../images/lozenge4_loan_2.gif); }

.balloon_bullets { margin-top:1em; }
.balloon_bullets dt, .balloon_bullets dd { background:url(../images/balloon_bullet.gif) no-repeat 10px 50%; color:white; font-size:11px; font-weight:bold; letter-spacing:-10%; margin:0 .25em .5em 1em; }

#we_guarantee, #we_guarantee_not { margin:1em 0; }
#we_guarantee ul, #we_guarantee_not ul { margin:.5em 0; }
#we_guarantee li, #we_guarantee_not li { background-position:left 40%; background-repeat:no-repeat; clear:both; display:block; font-size:100%; line-height:17px; margin-left:1em; padding: .2em 0 0 1.75em; }

#we_guarantee li { background-image:url(../images/green_tick.gif); }
#we_guarantee_not li { background-image:url(../images/red_cross.gif); }

#apply_link { background-color:#99CC33; margin:2em auto; text-align:center; position:relative; width:200px; }
#apply_link .curve_top_right { background-image:url(../images/curves/99CC33/tr.gif); }
#apply_link .curve_bottom_left { background-image:url(../images/curves/99CC33/bl.gif); }
#apply_link .curve_bottom_right { background-image:url(../images/curves/99CC33/br.gif); }
#apply_link a { background-color:#99CC33; color:white; display:block; font-size:125%; font-weight:bold; padding:1em 0; width:auto; }
#apply_link a:hover { background-color:#666666; color:#white; }