﻿ 
    body {
    text-align:center;
    background:#bdcbb7 url(assets/images/site_bg2.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:small;
    font-family:verdana, arial, sans-serif;
    }
     
    div.container {
    width:980px;
    margin-left:auto;
    margin-right:auto;
   border:1px solid #b6b409; 
    }
    
     
     body {
     font-size:small;
     }
     
     table#banner {
     width:100%;
     background:#fff url(assets/images/banner_gradient.gif) repeat-x top left;
     }
     
     table#banner td {
     padding:0;
     }
     
     table#banner td#logo {
     padding-left:10px;
     padding-top:60px;
     vertical-align:top; 
     text-align: left;
     }
     
     table#brands td {
     padding:0;
     }
     
     table.content 
     {
        width:100%;
        background:#fff;
     }
     
     table.content td 
     {
       width:50%;
       vertical-align:top;
       padding:10px;
       text-align:left;
       line-height:16px;
       
     }
     
     
     #nav {
     float:left;
     width:934px;
     margin:0;
     padding:10px 0 0 46px;
     list-style:none;
     background:url(assets/images/topnav_bg.gif) repeat-x bottom left;    
     }
     
     #nav li {
     float:left;
     margin:0 5px 0 0;
     padding:0;
     font-family: verdana, sans-serif;
     font-size:90%;
     font-weight:bold;
     text-transform:uppercase;
    
     }
 
     #nav a {
     float:left;
     display:block;
     margin:0;
     padding:4px 18px;
     color:#fff;
     text-decoration:none;
     border:1px solid #156b12;
     background:#eee083 url(assets/images/bg_off.gif) repeat-x top left;
     z-index:1;
        } 
     
     #nav a:hover, body#home #t-home a, body#about #t-about a, body#contact #t-contact a {
     color:#074106;
     padding-bottom:5px;
     border-color:#727377;
     border-bottom:0;
     background:#fff url(assets/images/bg_on.gif) repeat-x top left;
    
     }   
     
     .bold {
     font-weight:bold;
     }
     .italic {
     font-style:italic;
     } 
     
     H1 
     {
        font-size:130%;
        /*width:420px;*/
        color:#fff;
        margin-top:0;
        border:1px solid #ccc;
        padding:10px;
        background:#666668 url(assets/images/grid_square.gif) left top;
        line-height:1.3em;
     }
   
   H2 
     {
        font-size:120%;
        
     }
     
     h3 
     {
        font-size:110%;
        color:#a8011f;
        font-weight:bold;
        margin-top:15px;
        margin-bottom:4px;
        font-style:italic;
     }
   
