    /*----------------------------------------
    Main stylesheet for: Aus Lock and Safe Company
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Green (h1): #8fc201
    Blue (h2): #465a8e
    Grey (text): #666  
    ----------------------------------------*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;                
    margin: 0;
    outline: 0;     
    padding: 0;
}
    
html
{
    background-color: #fff;
}

body 
{              
    background: url(../images/main_bk.gif) top center repeat-y;   
    color: #666;     
    font: 0.8em/1.4em  Verdana, Helvetica, sans-serif;
    width: 960px !important;
    margin: 0 auto;       
}

   body#safesContent
   {
      background-image: none;       
      width: auto !important;
   }

   .fullWidth
   {
      background-image: none;
   }

/* Layout ----------------------------------------  */  
    #wrapper
    {     
 
    }

    #header
    {
        background: #fff url(../images/header_main.jpg) top center no-repeat;
        width: 960px;
        margin: 0 auto;
        height: 180px;         
    }
    
        #commercial #header
        {
            background: #fff url(../images/header_commercial.jpg) top center no-repeat;              
        }
        
        #residential #header
        {
            background: #fff url(../images/header_residential.jpg) top center no-repeat;              
        } 
        
        #safes #header
        {
            background: #fff url(../images/header_safes.jpg) top center no-repeat;              
        } 
        
        #automotive #header
        {
            background: #fff url(../images/header_automotive.jpg) top center no-repeat;              
        }    
        
        #products #header
        {
            background: #fff url(../images/header_products.jpg) top center no-repeat;              
        }  
        
        #clients #header
        {
            background: #fff url(../images/header_clients.jpg) top center no-repeat;              
        }              
        
        #careers #header
        {
            background: #fff url(../images/header_careers.jpg) top center no-repeat;              
        } 
        
        #contact #header
        {
            background: #fff url(../images/header_contact.jpg) top center no-repeat;              
        }                                         
    
    #logo
    {
        float: left;
    }
    
    #nav
    {
        clear: both;
        margin: 0;
        padding: 0;
            padding-left: 20px;
        height: 30px;                     
    }  
    
        #nav a
        {
            background: url(../images/nav_home.gif) top left no-repeat;     
            border: 0 none;
            display: block;
            height: 30px;
            width: 75px;
            float: left;                       
        }
        
        a#nav_commercial
        {
            background: url(../images/nav_commercial.gif) top left no-repeat;
            width: 182px;        
        }
        
        a#nav_residential
        {
            background: url(../images/nav_residential.gif) top left no-repeat;
            width: 103px;        
        }  
        
        a#nav_safes
        {
            background: url(../images/nav_safes.gif) top left no-repeat;
            width: 71px;        
        }  
        
        a#nav_automotive
        {
            background: url(../images/nav_automotive.gif) top left no-repeat;
            width: 105px;        
        }
        
        a#nav_products
        {
            background: url(../images/nav_products.gif) top left no-repeat;
            width: 91px;        
        }    
        
        a#nav_clients
        {
            background: url(../images/nav_clients.gif) top left no-repeat;
            width: 104px;        
        }                                      
        
        a#nav_careers
        {
            background: url(../images/nav_careers.gif) top left no-repeat;
            width: 84px;        
        } 
        
        a#nav_contact
        {
            background: url(../images/nav_contact.gif) top left no-repeat;
            width: 105px;        
        }        
                
        #nav a:hover
        {          
            background-position: 0 -30px; 
        }
        
        #home a#nav_home, #commercial #nav_commercial, #residential #nav_residential, #safes #nav_safes, #automotive #nav_automotive, #products #nav_products, #clients #nav_clients, #careers #nav_careers, #contact #nav_contact
        {
            background-position: 0 -60px;
        }          

        
        a#btn_corporate, a#btn_safes, a#btn_residential, a#btn_automotive
        {
            background: url(../images/btn_corporate.jpg) top left no-repeat;
            border: 0 none; 
            border-right: 4px solid #fff;                    
            display: block;
            float: left;
            height: 117px;
            width: 157px;        
        }
        
            a#btn_safes
            {
                background: url(../images/btn_safes.jpg) top left no-repeat; 
            }
            
            a#btn_residential
            {
                background: url(../images/btn_residential.jpg) top left no-repeat; 
            } 
            
            a#btn_automotive
            {
                background: url(../images/btn_automotive.jpg) top left no-repeat;
                border-right: 0 none; 
            }                       
        
        a#btn_corporate:hover, a#btn_safes:hover, a#btn_residential:hover, a#btn_automotive:hover
        {
            background-position: bottom;          
        }        

    #main
    {
 
    }

    #content
    {
        float: left;
        padding: 40px 20px 20px 20px;
        width: 660px;
    }

      .fullWidth #content
      {
         width: 920px !important;
      }
      
      iframe
      {
         width: 100%;
         height: 900px;
      }
      
         iframe.cmi
         {
         margin: 0 auto;             
            width: 838px;
         }
    
    #sidebar
    {
        /* background: url(../images/sidebar_bk.gif) 10px 30px no-repeat;                */
        float: right;
        padding: 40px 20px 20px 20px;           
        width: 220px;
    }
    
         #safes #sidebar
         {
            background-image: none;
            padding: 40px 0 20px 10px;  
            width: 250px;                       
         }
    
        #sidebar p
        {
            color: #465a8e;          
        }
        
        #sidebar.plain
        {
           background-image: none;
        }
    
    #gallery 
    {          
        height: 494px;
        position: absolute;
        top: 220px;
        left: 582px;
    }

        #gallery img 
        {
            border: 3px solid #fff;
            position:absolute;
            top:0;
            left:0;
            z-index:8;
        }

        #gallery img.active 
        {
            z-index:10;
        }

        #gallery img.last-active 
        {
            z-index:9;
        }
    
    #footer
    {
        background: #fff url(../images/footer_bk.gif) top center no-repeat; 
        clear: both;
        color: #889baf;
        font-size: 0.8em;
        padding: 10px 0; 
        position: relative;         
        text-align: center;
        width: 100%;
    }
    
        #footer a
        {
            border-bottom: 1px dotted;
            color: #889baf;                       
        }
    
        #footer a:hover
        {
            color: #415b77;         
        }
        
        #footer .highlight
        {
            color: #bad3ee;
            font-weight: normal;
        }  
    
        #footer #menu a
        {
            background: none;
            border: 0;
            color: #666;
            text-decoration: none;
        }
        
        #footer #menu a:hover
        {
            border-bottom: 1px dotted;  
        }        
        
        #footer #menu .highlight
        {
            color: #b2b2b2;
            font-weight: normal;
            padding: 0 0.1em;
        }
    
        .highlight
        {            
            color: #8289db;
            font-weight: bold;
        }
        
        #MLlogo
        {
            position: absolute;
               top: 10px;
               right: 40px;
        }           
         
.left
{
    float: left;
    margin-right: 6px;
}

.topspace
{
    padding-top: 6px;
}

.bottomspace
{
    margin-bottom: 3em;
}

.right
{
    float: right;
    margin-left: 6px;
}

.border
{
    border: 3px solid #fff;
}

.textRight
{
    text-align: right;
}

.textCenter
{
    text-align: center;
}

.clear
{
    clear: both;
}

h1, h2, h3, h4
{
    color: #8fc201;
    font-size: 1.5em;     
    line-height: 1.5em;
    padding-bottom: .2em; 
}

    h2
    {
        font-size: 1.3em;         
    }    
    
    #sidebar h2
    {
        color: #465a8e;      
    }

p
{
    line-height: 1.5em; 
    padding-bottom: 0.8em;     
}    
    p.intro
    {
        font-weight: bold;
    }
    
    p.last
    {
        padding-bottom: 40px;
    } 
    
    #gallery p
    {
        color: #1f2245;
        width: 360px;
    }


a
{
    border-bottom: 1px dotted;
    color: #373c74; 
    outline: none;     
    text-decoration: none;
}

    a:hover
    {
        color: #434a9e;
    }
    
    .noBorder 
    {
        border: 0 none !important;
    }
  
 
 ul
 {
    list-style-type: none;
    padding-bottom: 0.8em;
    padding-left: 0.6em; 
 } 
 
    li
    {
        background: url(../images/bullet.gif) top left no-repeat;
        color: #465a8e;
        padding-bottom: .6em;
        padding-left: 15px;           
    } 
    
blockquote
{
        background: url(../images/testimonal_bk_bird.gif) top left no-repeat; 
        padding-left: 56px;
        padding-top: 20px;
}

blockquote.alternate
{

        padding-left: 56px;
        padding-top: 20px;
}

    blockquote p.last
    {
        color: #373c74;
        font-style: italic;          
        margin-bottom: 1em;
    }
    
table
{

}

   .full
   {
      margin-bottom: 20px;
      width: 100%;
   }
   
   .full td
   {
      text-align: center;
      width: 25%;
   }
    
td
{
    vertical-align: top;
    padding-bottom: .5em;
}

    td.label
    {
        font-weight: bold;
        text-align: right;
        padding-right: 6px;
    }

div.divider
{
        background: url(../images/divider.gif) center left repeat-x;
        clear: both; 
        height: 1px;   
        padding-bottom: 20px;        
        width: 100%;   
}

.logoPad
{
   margin-right: 35px;
}

iframe
{
   border: 0 none; 
}

ol
{
   padding-left: 20px;
}

ol li
{
   background-image: none;
   color: #666;
}

div.productsIntro
{
    float: left;
    width: 660px;
}

ul.highlight li
{
    background: url(../images/bullet_info.gif) top left no-repeat;
    padding-bottom: 14px;
    padding-left: 18px;           
} 

ul.highlight a
{
    color: #2a43a8;
    font-weight: bold;        
}

    ul.highlight a:hover
    {
        color: #4060e4;
    }
    
img.aBaseline    
{
   vertical-align: text-bottom;
}

ul.blockList
{
    background: white;
    height: 62px;
    list-style: none;
    margin: 0 0 0 -5px;
    padding: 0;
}

.blockList li
{
    background-image: none;
    float: left;
    margin: 0;
    padding: 0 0 10px 5px;
}

.blockList li:first-child
{
    padding-left: 0;
}

.blockList a
{
    border: 0 none;
    margin: 0;
    padding: 0;
}

.blockList p
{
    font-size: 11px;
    text-align: center;  
}

ul.blockList p a
{
    border-bottom: 1px dotted;
}

ul.blockList p a:hover
{
    border-bottom: 1px solid;
}


p.ieclear /* ie7 fix on home page*/
{
    *height: 110px;
}

