/*  
    titles.css - the CSS3 compliant code for making title images that are
        both accessible (can be read by everyone) and search-engine friendly.
/*
        

/* "Services" */
#services, #services span {
 background-image: url('../images/titles/services.gif');
 width: 158px; height: 101px;
 background-repeat: no-repeat;
}
#services span { margin-bottom: -75px; }

#products, #products span {
 background-image: url('../images/titles/products.gif');
 width: 175px; height: 101px;
 background-repeat: no-repeat;
}
#products span { margin-bottom: -75px; }

#aboutus, #aboutus span {
 background-image: url('../images/titles/aboutus.gif');
 width: 221px; height: 101px;
 background-repeat: no-repeat;
}
#aboutus span { margin-bottom: -75px; }

#contactus, #contactus span {
 background-image: url('../images/titles/contactus.gif');
 width: 248px; height: 101px;
 background-repeat: no-repeat;
}
#contactus span { margin-bottom: -75px; }

#newsmedia, #newsmedia span {
 background-image: url('../images/titles/newsmedia.gif');
 width: 337px; height: 101px;
 background-repeat: no-repeat;
}
#newsmedia span { margin-bottom: -75px; }

#newsletter, #newsletter span {
 background-image: url('../images/titles/newsletter.gif');
 width: 209px; height: 101px;
 background-repeat: no-repeat;
}
#newsletter span { margin-bottom: -75px; }


/* non-repeated code */
h1 span {
 display: block;
 position: relative;
 z-index: 1;
}

/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */