/* 
    Document   : style
    Created on : 18-Jul-2010, 14:40:30
    Author     : Liam Linacre <liam@nanothree.net>
    Description:
        Purpose of the stylesheet follows.
*/

html{
    background: #ACB0A2 url('../img/background.jpg') top center;
    height: 100%;
}

body{
    font-family: "Delicious Heavy";
    font-size: 18px;
    color:#8E0908;
    height: 100%;
}

#content{
    height: 100%;
}

p{
    
}

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

}

.center{
    display:block;
    margin:0 auto;
}

#home-page p{
    width:400px;
    margin:0 auto;
    text-align:center;
}

.modal {
    background: url('../img/modal-background.png') no-repeat top center;
    width:598px;
    height:644px;
    text-align:left;
    margin:0 auto;
    position:relative;
    top:0px;
    left:0px;
}

#thanks-page .modal{
    background: url('../img/thanks-background.png') no-repeat top center;
}

.modal-content{
    left:85px;
    position:relative;
    top:50px;
    width:425px;
}

input, textarea{
    border:none;
    padding:5px;
    font-size:15px;
    color:#999;
    padding-right:12px;
}

input.text-normal{
    background: url('../img/field-normal.png') no-repeat top left;
    height:28px;
    width:224px;
}
textarea.textarea-normal{
    background: url('../img/field-enquiry.png') no-repeat top left;
    height:192px;
    width:408px;
    padding-right:12px;

}
img.error{
    display:inline;
    vertical-align:middle;
    margin-top:-2px;
}

.error-header{
    background:url('../img/error.png') no-repeat top left;
    padding-left:20px;
    padding-top:3px;
    display:none;
}

.unit.field-nudge{
    padding-left: 22px;
}

.right{
    float:right;
}

input.right{
    padding:0px;
}

.req-fields-nudge{
}

.line{
    margin-bottom:10px;
    margin-top:5px;
}

.line.lastLine{
    margin-bottom:0px;
}

#home-page	{clear:both; height:240px; position:relative;}
#contact-us	{clear:both; height:598px; position:relative;}
#thanks-page	{clear:both; height:598px; position:relative;}

.mid-way-push{float:left; height:50%;}

.mid-way-push.home-page{margin-bottom:-120px}
.mid-way-push.contact-us{margin-bottom:-299px}
.mid-way-push.thanks-page{margin-bottom:-299px}

form label.error-message, form div.error-message{
    text-align:right;
    display:block;
    color:#333;
}

a, a:visited, a:link, a:active, a:hover{
    color:#000;
    text-decoration:none;
}