/**
 * Stylesheet
 * 
 * @author      Lex van der Woude <lex@bizhub.co.nz>
 * @copyright   Copyright (c) 2006-2012 BizHub Ltd.
 * @link        http://bizhub.co.nz
 */

/*
 * Resets
 */
body, html {
    width: 100%;
    height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*------------------------------------------------------------------*/

/*
 * Styles
 */
body {
    background: url(../images/backgrounds/main.jpg) center top no-repeat #000000;
    
    color: #636363;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

a {
    color: #29ABE2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    padding-bottom: 17px;
    
    font-size: 16px;
    line-height: 20px;
}
p.green {
    font-weight: bold;
}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

/* Colors */
.green {
    color: #2CB159;
}

/*
 * Basic's
 */
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.relative {
    position: relative;
}
.show {
    display: block;
}
.hide {
    display: none;
}

/*
 * Printing styles
 */
@media print {
    .noprint { display: none; }
}

/*
 * Clear fix
 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


/*-------------------------------------------------------------------*/

/*
 * Containers
 */
.container {
    width: 960px;
    height: inherit;
    min-height: inherit;
    padding: 0;
    margin: 0 auto;
}

/*-------------------------------------------------------------------*/

/**
 * Top block
 */
#top {}

/*-------------------------------------------------------------------*/

/**
 * Body block
 */
#body {}
#body .container {
    padding-top: 708px;
}

/*-------------------------------------------------------------------*/

/**
 * Footer block
 */
#footer {
    min-height: 140px;
    
    background: url(../images/backgrounds/footer.png) left top repeat-x;
}
#footer .container {
    position: relative;
    
    padding-top: 20px;
}

#footer .left {
    color: #636363;
}
#footer .left div {
    padding-bottom: 6px;
    line-height: 16px;
}
#footer .white {
    color: #FFFFFF;
    font-size: 9px;
}

#footer .us,
#footer .us a {
    color: #2CB159;
    font-size: 10px;
}