@charset "utf-8";
/* CSS Document */
body
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:small;
text-align:center;
background-image:url(../images/back.png);
background-repeat:repeat-x;
background-color:#B32400;
margin:0;
padding:50px;
}

h1
{
font-size:100%;
color:#751700;
font-weight:normal;
}

h2
{
font-size:80%;
color:#751700;
font-weight:normal;
}

h3
{
font-size:100%;
color:#FFFFFF;
font-weight:bold;
}

label
{
font-weight:bold;
}

#intro{
margin:560px 0 0 0;
position:absolute;
width:800px;
padding:0;	
}

#wrapper
{
text-align:left;
margin-left:auto;
margin-right:auto;
position:relative;
width:800px;
height:533px;
padding:0;
border:solid #751700 3px;
background-image:url(../images/world_wide_shed.jpg);
background-repeat:no-repeat;
}

#textbox
{
font-size:90%;
position:absolute;
top:20px;
left:20px;
height:493px;
width:350px;
background-image:url(../images/textbox.png);
background-repeat:repeat;
margin:0;
padding:0;
color:#FFFFFF;
}

#emailbox
{
visibility:hidden;
font-size:90%;
position:absolute;
top:20px;
left:430px;
height:493px;
width:350px;
background-image:url(../images/textbox.png);
background-repeat:repeat;
margin:0;
padding:0;
color:#FFFFFF;
}

#upper
{
position:absolute;
width:320px;
margin:15px;
top:0;
}

#lower
{
position:absolute;
width:320px;
margin:15px;
bottom:0;
}

#credit
{
text-align:right;
margin-left:auto;
margin-right:auto;
position:relative;
width:800px;
font-size:80%;
color:#F53100;
}

#footer
{
position:relative;
padding:500px 0 0 0;	
}

a:link
{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}

a:visited
{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}

a:hover
{
color:#000000;
text-decoration:underline;
font-weight:bold;
}

a.orange:link
{
color:#F53100;
text-decoration:underline;
font-weight:normal;
}

a.orange:visited
{
color:#F53100;
text-decoration:underline;
font-weight:normal;
}

a.orange:hover
{
color:#FFFFFF;
text-decoration:underline;
font-weight:normal;
}

.tiny
{
font-size:80%;	
}

.title
{
font-size:130%;	
font-weight:bold;	
}

.headline
{
font-size:110%;	
font-weight:bold;	
}

.enquiry_input
{
width:300px;
margin-bottom:10px;
color:#751700;
}





