﻿body 
{
    margin: auto;
    width: 960px;
    background: url('../../userfiles/image/body-bg.gif') repeat-y scroll center top #E7E8EA;
    font-family: Arial, Helvetica, Trebuchet MS, Sans-Serif;
    color: #222;
    font-size: 0.75em; 
}

A
{
    text-decoration: none;
    color: #09c;
}

IMG
{
    border: none;
}

.l
{
    float: left;
}

.r
{
    float: right;
}

.clr
{
    clear: both;
    height: 0px;
    width: 0px;
}

/* HEADER CONTAINER */

#hdr-container
{
    margin:auto;
    height: 185px;
    position: relative; 
    background: #F8F9FA;
}

#hdr1
{
}

a#hdr-logo
{
    top: 5px; 
    left: 12px; 
    position: absolute;
    display: block;
    height: 150px;
    width: 350px;
    background: url('../../Userfiles/Image/logo.png') no-repeat;
}

#address {
    color: #818285;
    display: block;
    height: 22px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 80px;
}

#main-menu-container
{
    margin: auto; 
    background: url('../../Userfiles/Image/menu.png') repeat-x scroll 0 0 transparent;
    height: 30px; 
}

/* CONTENT CONTAINER */

#cnt-banner
{
}
#cnt-container
{
    
}

#visualnavitem
{
    border: 4px solid #120C75; 
    width: 171px; 
    height: 188px; 
    padding-top: 6px; 
    background: #fff;
}

.cnt
{
    margin:auto; 
    position: relative;
}

#cnt2-l
{
    width: 630px;
}

#cnt2-r
{
    width: 350px;
}

ul.tick
{
    list-style-image: url('../../Userfiles/Image/tick.png');
    margin: 12px 0px 0px 0px;
    padding-left: 28px;
    z-index: 15;
}

ul.tick li
{
    line-height: 145%;
    margin-bottom: 12px;
    padding-left: 12px;
}


/* FOOTER SECTION */

#ftr-container
{
    padding-bottom: 30px;
}

#ftr1
{
     margin: 20px auto 10px;
     color: #999; 
     font-size: 14px; 
     font-family: Cambria;
}

#ftr1 A:link, #ftr1 A:visited
{
    color: #999;
}

#ftr1 A:hover
{
    color: #333;
}    

#ftr2
{
    margin: auto; 
    color: #999;
    font-size: 12px;
    padding: 0px 2px; 
    font-family: Cambria;
}

#ftr2 A:link, #ftr2 A:visited
{
    color: #999;
}


#ftr2 A:hover
{
    color: #333;
}    

/* CONTACT FORM */
.contact-form TD
{
    padding: 10px;
}

.contact-form INPUT[type=text], .contact-form textarea
{
    padding: 4px;
    font-size: 1.1em;
    width: 300px;
}

a.mtf-logo 
{
	height: 50px;
	background: url("http://www.mtf.co.nz/content/images/logos/mtf-logo.png");
}

.mtf-button-bg 
{
	display: block;
	width: 101px;
	text-decoration: none;
}

.mtf-button-bg:hover 
{
	background-position: -101px 0;
}

a.cust-login 
{
	height: 30px;
	background: url("http://www.mtf.co.nz/content/images/buttons/cust-login.png");
}

a.loan-calc 
{
	height: 30px;
	background: url("http://www.mtf.co.nz/content/images/buttons/loan-calc.png");
}

a.enquire-form
{
	height: 30px;
	background: url("http://www.mtf.co.nz/content/images/buttons/enquire-online.png");
}

a.enquire-online 
{
	height: 0px;
	width: 0px;
}

.displace 
{
	position: absolute;
	left: -5000px;
}