/***Golden Arrow Cleaners by L-J Lacey at subtleasafish.com PRINT STYLESHEET ***/
/* last updated 5 August 2005 */

                              /*** Structure ***/

body {
    font: 100% verdana, arial, helvetica, sans-serif;
    } 
    
/* set all elements to 0 - padding, border and margin */
* {
    padding: 0;
    margin: 0;
    border: 0;
    }    

#wrapper {    
    background: #fff;
    color: #000;    
    padding: 10px;
    }
    
#header {
    border-bottom: 2px solid #a28465;
    margin-bottom: 20px;
    }
    
p {
    line-height: 1.5em; 
    margin: 5px 30px;
    font-size: .85em;
    color: #563300;    
    }

#content {
    border-bottom: 2px solid #a28465;
    padding-bottom: 20px;}
    
    
#footer {
    display: none;
    }  

/* skip navigation */
.hide {
    display: none; 
    }
          
/* div:nav - main navigation */  
#mainnav {
    display: none;
    }

/* the sub-headings on every page */
h1, h2, h3 {                          
    font-weight: bold; 
    margin-top: 10px;
    }
    
h1 {
    font-size: 140%;
    color: #563300;
    padding-top: 10px;
    }    
    
h2 {
    font-size: 110%;
    color: #a28465;
    padding: 20px 0 0 25px;
    }  
    
/* the h1 on index page, hidden from normal view, but there for accessibility and search engines */
#h1home {
    height: 0; 
    overflow: hidden;
    }       
    
                              /*** Lists ***/
          
ul.list {
    list-style-type: square;
    line-height: 1.5em;
    padding: 10px 0 20px 55px;
    color: #563300;
    }        

                              /*** Links ***/
                              
/* links within #content */
#content a {
    color: #563300;
    font-weight: bold;
    }                              

#map {
    display: none;
    }
    
                              /*** Images ***/

img {
    border: 0;
    } 
    
/*elements in the #header*/
#logo {
    display: none;
    }  
    
/* imgs in #content */
#pegs {
    display: none;
    }    
#hangers {
    display: none;
    } 
    
#rug {
    display: none;
    } 
    
#zip, #shoe, #leather {
    display: none;
    }                          

                              /*** Misc ***/


.golden {
    font-weight: bold;
    }          

.firstletter {
    font-size: 1.5em;
    }
    
/* opening times on customer information */  
tr {
    line-height: 1.5em; 
    margin: 5px 30px;
    font-size: .85em;
    color: #563300;  
    }   
    
.time {
    padding: 0 0 1px 50px;
    }
    
.day {
    padding: 0 0 5px 30px;
    }           
    
.first {
    padding-top: 10px;
    }        
  