body {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0  0;
	padding: 0;
	background: repeat-x url(/imgs/mortgages/body_bg.gif) #fff;
}


#container {
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}



#top_body {
       height: 195px;
       width: 800px;
}

#header {
       height: 90px;
       width: 800px;
}


#finance_logo {
        width: 225px;
        height: 75px;
        margin-top: 6px;
        padding-left: 10px;
        float: left;
}


#we_call_you {
        width: 159px;
        height: 40px;
        padding-top: 30px;
        float: right;
}

#banner {
	background: no-repeat url(/imgs/mortgages/banner.jpg);
        width: 780px;
        height: 104px;
        margin-left: 20px;

}

#main_body {

}

#left {
       margin-top: 5px;
       width: 180px;
       height: 100%;
       border-right: 1px dashed #ccc;
       float: left; 
       padding: 5px;
}

#menu {
       font-size: 14px;       
       color: #930f06;
       text-align: right;
}

ul {
       margin: 0px;
       padding: 0 5px 0 0;
}


li {
       list-style:none;
       margin: 0;
       padding-bottom: 20px;

}

.list {
       letter-spacing: 1px;
       margin-top: 20px;
       color:#334c70;
}


.list li {
       list-style:circle;
       margin-left: 15px;
       padding:0 0 13px 10px;


}



#left_details {
       text-align: justify;
       color: #334c70;
       font-size: 10px;
}



#right {
       width: 597px;
       height: 600px;
       background-color: #fff;
       float: right;
       padding: 5px 2px 40px 8px;
       text-align: justify;
}


#small_print {
        font-size: 10px;
        border: 1px solid #ccc;
        margin: 180px 0 20px 0;
        padding: 0 10px 0 10px;

}
#table {
       font-size: 10px;
}


.column{
        width:110px;
        margin: 2px;
        height: 35px;
        background-color: #eee;
        color: #000;
        float:left;
        margin-top: 10px;
        padding: 5px 0 3px 0;
        text-align: center;
        font-weight: bold;
}

.item {
        width:110px;
        margin: 2px 2px 0 2px;
        padding: 5px 0 3px 0;
        height: 35px;
        background-color: #fafafa;
        border-bottom: 1px solid #ccc;
        float:left;
        color: #337222;
        text-align: center;
}

/* form */



#enquiry_form {
      padding-top: 20px;

}

#enquiry_form_left {
      float: left;
      width: 200px;
      padding-left: 20px;
      line-height: 25px;
}

#enquiry_form_right {
      float: right;
      width: 350px;
}


input {
	background: #fff;
        border: 1px solid #ccc;
	margin: 5px 0 0 0;
	font-size: 12px;
}




/* images */

.photo_left {
       border: 1px solid #ccc;
       margin: 3px;
       padding: 2px;
       float: right;
}


.img_left {
       margin: 0 0 10px 5px;
       border: none;
}


.img_f_right {
       float: right;
       border: none;
}


.img_f_right_padd {
       padding: 15px;
       float: right;
       border: none;
}




/* text */

a {
       color: #930f06;
       text-decoration: none;
}

a:hover{
       color: #000;
       text-decoration: underline;
}



h1 {
       font: normal 21px "Lucida Grande";
       color: #4eae34;   
       margin: 4px 0 0 0;
}   


h2 {
       font: normal 14px "Lucida Grande";
       color: #009193;
       font-weight: bold;   
       margin: 4px 0 0 0;
} 


body#home a#homenav,
body#buytolet a#buytoletnav, 
body#loan a#loannav,
body#terms a#termsnav,
body#callback a#callbacknav 
                  {
	color : #4eae34;
	text-decoration: none;
}




