/* 
 www.nbscott.co.nz
 design: Alex Gilks - www.chopchop.co.nz
 implementation: Julian Moller - www.massivemedia.net.nz
 */

/* global */
*{ margin: 0; padding: 0; }
html{ height: 100%; background: #d7cfb9; }
body{ height: 100%; width: 600px; background: #ffffff; margin: 0 auto; position: relative; }

/* homepage */
#home h1{ padding: 180px 0 0 10px; letter-spacing: -7px; font-family: Palatino, Georgia, Times, serif; font-size: 75px; font-weight: bold; color: #928a75; border-bottom: 20px solid #d7cfb9; line-height: 60px; }
#home h2{ padding: 0 0 0 10px; font-family: Calibri, Arial, sans-serif; font-weight: bold; text-transform: uppercase; font-size: 12px; border-bottom: 1px solid #928a75;line-height: 32px; letter-spacing: 1px;}
#home div{ position: absolute; top: 310px; left: 20px; font-family: Calibri, Arial, sans-serif; text-transform: uppercase;font-size: 18px; letter-spacing:-0.5px; }
#home div p{ margin-bottom: 10px; }
#home div p a{ color: #928a75; text-decoration: none; padding-bottom: 1px; }
#home div p a:hover{ background: #d7cfb9; border-bottom: 1px solid #928a75;}




