*
{
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}

body
{
    background: url('/images/layout/lcbe-bg-body.jpg') repeat-x top center;    
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-size: 94%;
}

#flashcontent
{
    display: block;
    margin-left: 20px;    
}

div,
ul,
ol
{ 
    overflow: hidden;    
}

h2, 
h3, 
p
{
    line-height: 1.7em;
    padding: 10px;
}

h2
{
    color: #396;    
}

p
{
    text-align: justify;    
}

a:link,
a:visited
{
    color: #393;  
}

a:hover
{
    color: #063;    
}


div.container
{   
    margin: 0 10px;
}

h1#header
{
    float: right;
    margin: 20px 10px 0 0;
    overflow: hidden;  
}

h1#header a
{
    background: url('/images/layout/lcbe-header.png') no-repeat;
    display: block;
    height: 220px;
    text-indent: -10000px;
    width: 670px;
}

ul#contact
{
    background: #317d5a;
    float: left;
    list-style: none;
    padding: 20px;
    margin: 20px 0 0 10px;
}

ul#contact li#uk,
ul#contact li#roi,
ul#contact li#skype a
{
    display: block;
    height: 40px;
    text-indent: -10000px;
    width: 250px;    
}

ul#contact li#uk
{
    background: url('/images/layout/lcbe-contact-uk.png');
}

ul#contact li#roi        
{
    background: url('/images/layout/lcbe-contact-roi.png');
}

ul#contact li#skype
{
    padding-top: 20px;    
}

ul#contact li#skype a:link,
ul#contact li#skype a:visited
{
    background: url('/images/layout/lcbe-btn-skype.png') no-repeat 0px -40px;
}

ul#contact li#skype a:hover
{
    background: url('/images/layout/lcbe-btn-skype.png') no-repeat 0px 0px;
}        

div#wrapper
{
    background: url('/images/layout/lcbe-bg-wrapper.jpg') no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    width: 1000px;
    min-height: 380px;
}

div#navigation
{   
    float: left;
    width: 300px;
}

div#navigation ul
{
    list-style: none;            
    padding-left: 10px;
}

div#navigation li
{
    display: inline;
    font-weight: bold;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
    background: #396 url('/images/layout/lcbe-bg-nav-li.png') repeat-x left center;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    text-decoration: none;
}

div#navigation ul li a#active:link,
div#navigation ul li a#active:visited
{
    background: #2e3d3e url('/images/layout/lcbe-bg-nav-li-active.png') repeat-x left center;   
}

div#navigation ul li a:hover
{
    color: #cf9;
}

div#content
{
    float: left;
    width: 680px; 
}

div#content h2,
div#content h3,
div#content p
{
    padding: 10px 20px;    
}

div#content h3
{
    color: #396;
}

div#content ul,
div#content ol
{
    padding: 0 30px 10px 30px;
    list-style-position: inside;
}

div#content strong
{
    color: #396;
}

div#email
{
    margin: 0px 20px 0 20px; 
}

div#email h2
{
    padding-left: 0;    
}

div#email div
{
    /* background: #317d5a; */
    overflow: hidden;
    background: url('/images/layout/lcbe-bg-body.jpg') no-repeat top left;
}

div#email .leftColumn
{
    color: #fff;
    width: 300px;
    float: left;    
}

div#email .leftColumn p
{
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 1.5em;
}

.quote
{
    background: url('/images/layout/lcbe-left-quote.png') no-repeat 10px 0px;
    text-indent: 35px;
}

div#email .rightColumn
{
    /* background: #396; */
    background: #317d5a;
    color: #fff;
    width: 660px;
    float: left;
}

#email table
{
    width: 100%;
    padding: 10px 0;
    text-align: left;
}

table, td, th
{
    border: none;
    border-collapse: collapse;
}

#email th, 
#email td
{
    padding-left: 10px;
    vertical-align: top;
}

#email th
{
    color: #cf9;    
    text-align: right;
}

#email input,
#email select,
#email textarea
{
    border-left: 1px solid #063;
    border-right: 1px solid #063;
    border-top: 1px solid #030;
    border-bottom: 1px solid #cf9;
    font-size: 1em;
    margin: 1px 0;
    padding: 2px 0;

    width: 97%;
}

#email input#send
{
    background: url('/images/layout/lcbe-btn-send-message.png');
    border: none;
    color: none;
    height: 40px;
    text-indent: 10000px;
    width: 150px;
    float: right;
    margin: 10px 10px 10px 0;
}

ul.error_list li
{
    background: #300; 
    color: #f00;
    margin-right: 10px;
    padding: 4px;
}

#footer
{
    color: #999;
    font-size: 0.8em;
    text-align: center;
}
