/* 
  SafeSheild Security by AH Web Development
  (C) Copyright 2009
*/

/* Main site template */
  body {
    background:url('../images/back_strip.jpg') repeat-x #0f499d;
    font-family:arial,helvetica,sans-serif;
    font-size:9pt;
  }

  #overall {
    width: 970px;
    margin:auto;
    float:none;
    background-color:#ffffff;
  }
    
    #header {
      width:942px;
      margin:14px;
    }
    
    #menu {
      width:970px;
      height:32px;
      background:url('../images/menu_back2.jpg') no-repeat;
    }
    
      #menu p { text-align:center;margin-top:10px; }
      #menu p span { margin: 0 10px 0 10px; }    
      #menu a { float:left; }
  
    #main {
      width:100%;
      margin-top:15px;
    }
     
      h1 { font-size:16pt; }
      h2 { font-size:13pt; } 
      #left h2,#right h2 { margin:0 0 0 35px; }
      
      /* IE6 hack */
      *html #left h2,#right h2 { margin:0 0 0 20px; }
      
      #left { width:25%; }

        ul {
          height:145px;
          width:180px;
          margin:5px 0 0 35px;
          padding-left:20px;
        }   
          
          /* IE6 hack */
          *html ul { margin:5px 0 0 20px; }      
        
        #left ul {
          background:url('../images/padchain.jpg') no-repeat bottom right;
        }
        
        .dog { margin-left:15px; }
        .dog2 { margin-right:10px; }
        #quote { margin-left:15px; }
        #guard { margin-left:50px; }
        #pservices { margin:5px 0 0 35px; }
      
      #content {
        width:40%;
        margin-left:5%;
        padding:10px 0 0 0;
      }
        
        #content p { line-height:18px; }
        
        /* IE6 hack */
        *html #content { margin-left:2%; }
        
        #content h2 { margin:0px; }
      
      #right {
        float:right;
        width:25%;
      }  
      
        #right ul { margin:5px 0 10px 45px; height:auto; }
  
    #bot_strip {
      margin-top:20px;
      height:12px;
      width:100%;
      background:url('../images/bot_strip.jpg') repeat-x;
    }
    
    #footer {
      margin:10px;
      width:100%;
    }
  
  .clear { 
    clear:both; 
    float:none; 
  }