html
{
    margin: 0;
    padding: 0;
    background: #141414 url(../images/bk_page.jpg) top left repeat-x;         
}

body
{

    margin: 0 auto;    
    padding: 0;
    font-family: Lucida Sans Unicode, sans-serif;      
    font-size: 76%;
    font-weight: 500;
    line-height: 160%;
    color: #111;
    width: 960px;
    background: #fff; 
}

/* Layout */
#header
{
    height: 70px;
    background: url(../images/bk_header.gif) top left repeat-x;
}

#mainpic
{
    position: absolute;
    top: 0;
}

/* Nav */
#navcontainer
{
    list-style: none;  
    float: right;    
    height: 33px;       
}

#navcontainer ul 
{
    float: right;
    display: inline;      
    list-style-type: none;
    list-style-image: none;
    margin-right: 5px;       
}

#navcontainer li
{ 
    float: left;
    display: inline;
    margin: 25px 15px 0 0;       
} 

#navcontainer li a
{ 
    background: #8D8D8D url(../images/nav_button.jpg) top left no-repeat;
    overflow: hidden;
    text-decoration: none;
    color: #F5CECC;
    font-size: 12px;
    font-weight: bold;
    text-align: center; 
    float: left;
    width: 101px;
    border: 0;
    outline: none;
    line-height: 33px;
    display: inline;
    font-family: Verdana, Arial, sans-serif;     
}

#navcontainer a:hover 
{
    background-position: 0 -33px;
    color: #fff;
}

#home a.home, #information a.information, #vendors a.vendors, #contact a.contact
{
    background-position: 0 -33px;
    color: #fff;
}

#redstripe
{
    height: 140px;  
    background: #FF260D url(../images/bk_redstripe.jpg) bottom left no-repeat; 
}

#form
{
    margin-left: 710px;
    display: block; 
}

#redstripe h3, #redstripe h4
{
    color: #F2CCC8;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#redstripe h4
{
    color: #F7F7F7;
    font-size: 11px;
    line-height: 11px;    
}

#redstripe table
{
    display: inline;
    float: right;
    margin-top: 20px;
    margin-right: 20px;    
}

#redstripe table td.left
{
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
}

#redstripe input
{
    background-color: #fff;
    font-size: 10px;
    width: 130px;
    margin: 2px 0;  
}

#container
{
    margin: 0;   
}

#content
{
    width: 450px;
    margin: 20px 0 0 490px;  
}

#vendors #content
{
    height: 700px;
}

#LHS, #LHS2, #LHS3
{
    display: block;
    float: left;
    display: inline;
    margin: 320px 0 40px 0;
    padding: 0;
}

#LHS2
{
    margin-top: 80px;
    width: 470px;
} 


#LHS3
{
    width: 250px;
    margin: 180px 0 20px 20px;
}

#LHS3 h2, #LHS3 h3
{
    color: #666;
} 

#LHS2 h1, #LHS2 h2, #LHS2 h3, #LHS2 p
{
    padding-left: 20px;
}                  

#footer
{
    clear: both;
    background: #000 url(../images/bk_footer.jpg) top center repeat-x;
    height: 70px;
    width: 960px;
}

#footer a
{
    color: #666;
    outline: none;    
}


#footer a:hover
{
    color: #ccc; 
}

#footer p
{
    text-align: center;
    color: #ccc;
    font-size: 80%;
    padding: 1.5em;        
}

img.right
{
    float: right;
    display: inline; 
    padding: 0 0 3px 3px;
}
   
/* Type and styling */
a
{
    color: #666;
    outline: none;     
}

a:hover
{
    color: #000;
}

a.dashed
{
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dashed #666;     
}

a.dashed:hover
{
    border-color: red;
}

#footer a.footer
{
    color: #ccc;
}

p
{
    padding: 0;
    margin: 0 0 20px 0;
    margin-top: 0.75em;
    font-size: 1.2em;
    line-height: 1.4em;     
    font-family: Lucida Sans Unicode, sans-serif;  
}

h1, h2, h3, legend
{
    color: #FC3722;
    font-size: 1.5em;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    padding: 0;
        
}

h3, legend
{
    font-size: 1.2em;
}

img
{
    border: 0;
}

.darkgrey
{
    color: #999;
}

.login 
{
    display: block; 
    width: 53px !important; 
    height: 20px; 
    background-image: url(../images/btn_login.jpg);
    text-decoration: none; 
    padding:0;
    border: 0;
    cursor: pointer;
} 

.login:hover 
{
    background-position: 0 -20px; 
} 

ul.plain
{
    list-style-image: none;
    list-style-type: none;
    font-weight: bold;
    color: #666;
    font-size: 1.2em; 
    line-height: 1.6em;
}

.charcoal
{
    color: #343434;
}

table.contact
{
    width: 100%;
    border-top: 3px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    margin: 10px 0 20px 0;
    background-color: #FAFAFA;     
}

table.contact td
{
    padding: 5px;  
}

table.contact label
{
    font-weight: bold;
    color: #333333;  
}

td
{
    vertical-align: top;
    font-size: 1em;
    line-height: 1.5em;    
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.middle
{
    margin: 0 auto;
}

.italic
{
    font-style: italic;   
}

.normal
{
    font-style: normal;
}

.courier
{
    font-family: courier, sans-serif;
}

.georgia
{
    font-family: georgia, serif;
}

.times
{
    font-family: Times New Roman, serif;
}

.trebuchet
{
    font-family: trebuchet, sans-serif;
}

.larger
{
    font-size: 120%;
}

.bold
{
    font-weight: bold;
}

#contactForm input, #contactForm textarea   
{
    padding: 2px;
    width: 200px;
    overflow: auto;                 
}

input:focus, textarea:focus   
{
    background-color: #F2F2F2;
}

.compulsory
{
    color: #FC3722;
    font-weight: bold;
}

.validation-advice 
{
    padding: 5px;
    color: #FC3722;
    background-color: #F2F2F2;
    font-weight: bold;
    width: 200px;    
    font-size: 0.9em;
}

