﻿/* General */

/*Reset Common Tags*/

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Courier;
    font-size:14px;
    background:URL(../../images/bg.gif);
    background-repeat:repeat-x;
    background-color:#343233;
    color:#fff;
}

a
{
    text-decoration:none;
    color:#fff;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    margin:20px 0px 20px 0px;
}

table.emailform
{
    margin-bottom:20px;
}

/*text-colour classes*/

.text-green
{
    color:#cbdb2a;
}

.text-white
{
    color:#fff;
}

.text-grey
{
    color:#bcbdc0;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:900px;
    margin-left:50px;
    height:auto;
}

#layout
{
    width:900px;
    clear:both;
}

		/*---------------------header---------------------*/
		
#header
{
    width:590px;
    height:26px;
    padding:160px 0px 0px 310px;
    background:URL(../../images/coalface_logo.jpg) 0 0; 
    background-repeat:no-repeat;
    border-bottom:1px solid #cbdb2a;
}

        /*----------------------nav-----------------------*/

ul.nav
{
    list-style-type:none;
}

ul.nav li
{
    display:inline;
    width:auto;
    font-size:18px;
    margin-right:10px;
    color:#fff;
    font-weight:bold;
}

ul.nav li a:hover,
ul.nav li a:active,
ul.nav li a.current
{
    color:#bcbdc0;
    text-decoration:none !important;
}

#subnav-wrapper
{
    width:590px;
    height:35px;
    line-height:35px;
    padding-left:310px;
}

ul.subnav 
{
    list-style-type:none;
}

ul.subnav li
{
    float:left;
    display:inline;
    width:auto;
    font-size:18px;
    color:#fff;
    font-weight:bold;
    margin:0px;
}

ul.subnav a:hover,
ul subnav a:active,
ul.subnav a.current
{
    color:#bcbdc0;
    text-decoration:none !important;
}

        /*---------------------content--------------------*/
        
#content
{
    width:500px;
    padding-left:310px;
    padding-bottom:50px;
}

#content-top
{
    width:570px;
    padding:0px 20px 0px 310px;
    border-top:1px solid #fff;
    border-bottom:1px solid #bcbdc0;
    font-size:29px;
}

#content-map
{
    width:900px;
    border-top:1px solid #fff;
    border-bottom:1px solid #bcbdc0;
}

#content-form
{
    width:500px;
    padding:0px 90px 0px 310px;
    margin-bottom:35px;
    border-top:1px solid #fff;
    border-bottom:1px solid #bcbdc0;
}

.textbox
{
    background-color:#000;
    border:1px solid #000;
    width:200px;
    margin:5px 0px 5px 10px;
    color:#fff !important;
}

.enquiry
{
    vertical-align:top;
    padding-top:5px;
}

.submit_btn
{
    font-weight:bold;
    text-align:right;
    text-decoration:underline;
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:900px;
    border-top:1px solid #636466;
    padding:20px 0px 20px 0px;
    color:#bcbdc0;
    line-height:18px;
    word-spacing:3px;
}

#footer a:hover
{
    text-decoration:underline;
}

#me-and-alan 
{
    margin-top:20px;
}

#me-and-alan a
{
    color:#bcbdc0;
}

