    /* colors, backgrounds, borders, link indication */
     
body {
    background: #fff url(../i/bodybg3.gif) top left repeat;
	color: #000;
    }

#container {
    background: transparent url(../i/containerbg.gif) top left repeat-y;
    }
    
#header {
    background: transparent url(../i/headerbg2.gif) bottom left no-repeat;
    }    
    
#footer {
    background: transparent url(../i/footerbg.gif) top left repeat-x;
    }  
    
#contact div {
    background: transparent url(../i/contact2.gif) top left repeat-x;    
    }    
    
#departments, #bargains {
    background: #FFC;
    }  

dd {
    color: #C00;
    }

a {
    color: #C00;
    text-decoration: none;
    }

a:link:hover, a:visited:hover {
	text-decoration: underline;
    }

a:link img, a:visited img { 
    border-style: none; 
    } 
    
#footer a, #footer * {
    color: #fff;
    }    
    
#departments li a {
    text-decoration: underline;    
    }      
    
#footer li, #footer li a {
    color: #fff;
    }    
    
img, a.imgLink {
    border: 0px solid white;
    color: white;
    }
 
img {
    border-width: 0;
    }  

table#prods div {
    border: 1px solid #CCC;    
    }  
                      
abbr, acronym, .help {
    border-bottom: 1px dotted #333;
    cursor: help;
    }

.debug {
    border: 1px solid red;
    }     
    
    /* font and text properties, exclusive of link indication, alignment, text-indent */

body {
    font-family: arial, verdana, serif;
    font-size: 11px;
    }  

h1,h2,h3,h4,h5,h6,pre,code,ol,ul,li { /* grouped selectors for NN4 */ 
    font-size:11px; 
    }   
    
h4, dd span {
    font-weight: bold;
    font-size: 14px;
    } 
    
dd {
    font-weight: bold;
    font-size: 12px;    
    }       
    
ul,ol,li {
    font-weight: normal;
    }
    
#footer {
    color: #fff;
    } 
    
p {
    font-size: 12px;
    }

#footer p {
    font-size: 11px;
    }     
    
td#additionalLinks a, #additionalLinks span {
    color: #C00;
    font-weight: bold;
    } 
    
#departments li {
    color: #C00;
    }          
      
        
    /* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
    
.block {
    display: block;
    }
    
.inline {
    display: inline;
    }    
    
.access {
    display: none;
    }  

dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,div,form,body,html,p,blockquote,fieldset,input,table,td { 
    margin:0; 
    padding:0;
    }  
        
ul,ol,li {
    margin-top: 0;
    margin-bottom: 0;
    } 
    
table, td {
    vertical-align: top;
    text-align: left;
    }

p {
    margin-bottom: 4px;
    }

body {
    text-align:left;
    }
    
#container  {
    width: 794px;
    text-align:left;
	}

#wrapper {
    padding-left: 15px;
    }
          
#header {
    width: 756px;
    margin: 15px 0 10px 0;
    }    
    
#logo {
    width: 574px;
    padding-bottom: 35px;
    }
    
#cards {
    width: 182px;
    }            

#sidebar {
    width: 155px;
    }
    
#maincontent {
    width: 601px;    
    }  
    
#introtext {
    padding: 4px 0 13px 0; 
    }      
    
#departments {
    width: 601px;
    margin: 0 0 11px 0;
    padding-bottom: 5px;
    }
    
#departments ul {
    margin: 0px;
    list-style-position: inside;
    list-style-type: disc;    
    } 
    
#departments li a {
    line-height: 28px;
    font-size: 18px;    
    }        
  
ul.left {
    float: left;
    width: 313px; 
    }
  
ul.right {
    float: right;
    width: 288px; 
    margin: 0px;
    }

#additionalLinks ul {
    margin:0;
    padding: 0;
    width: 147px; 
    float: left;
    }       
  
td#additionalLinks {
    padding: 10px;
    }
 
table#prods {
    margin-top: 8px;
    }

table#prods div { 
    padding-bottom: 13px;
    width: 144px; /* has a border so do bmh */     
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 142px;
    }
    
html>body #prods div {
    width:142px;
    }      
    
table#prods dl {
    margin: 0 0 0 3px;  
    } 
    
table#prods td {
    padding: 0 6px 6px 0;
    }    
    
#bargains {
    width: 143px;
    margin: 5px 0 5px 0;
    padding-bottom: 40px;
    } 
    
#bargains ul {
    margin-top: 6px; 
    margin-bottom: 0;
    margin-left: 20px; 
    list-style-type: square;
    }

#bargains ul li { 
    margin-bottom: 5px;  
    }  
    
#bargains a { 
    text-decoration: underline; 
    color: #000;
    }    
    
#bargains strong { 
    color: #C00; 
    font-weight: bold; 
    text-decoration: underline; 
    }        
    
#contact {
    margin-bottom: 10px;
    }
    
.marg {
    margin-bottom: 5px;
    }    

#contact div {
    width: 143px;
    height: 40px;
    }        
    
#footer {
    clear: both;
    width: 781px;
    margin: 89px 0 0 0;
    }   
    
#footer div {
    padding: 30px 0 0 213px;
    } 
    
#footer p {
    margin-top: 4px;
    }            
