/*
   HTML 4.0 CSS declaration for Oz Music Code LLC. web pages.
   Copyright Oz Music Code LLC. (c) 2003-4, All Rights Reserved.

   Leigh Smith <leigh@ozmusiccode.com>
*/

body {
    color: rgb(171, 202, 0);
    background: rgb(0, 0, 0); 
    font-family: Verdana, "Times New Roman", sans-serif; 
}

em {
    font-style: italic;
    font-weight: bold; 
}

strong {
    text-transform: uppercase;
    font-weight: bold; 
}

A {
    border: none;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

A:link {
    text-decoration: none;
    color: rgb(255, 0, 0);
}

/* for visited links */
A:visited { 
    color: rgb(0, 0, 255);
    text-decoration: none;
}

/* when link is clicked */
A:active {
    color: rgb(0, 255, 0);
    text-decoration: none;
}

div.tagline {
    background: rgb(0, 101, 136);
    width: 70%;
    float: left;
    height: 500px;
}

div.tagline h1 {
    font-family: BaseNine, "Times New Roman", sans-serif; 
    font-size: 400%;
    margin-top: 10%;
    margin-left: 5%;
}

img.title {
    margin-left: 5%;
    margin-top: 3%;
}

div.productlist {
    padding-top: 130px;  /* matches the vertical height of the title image */
    align: right;
    background: rgb(0, 101, 136);
    color: rgb(0, 101, 136);
    height: 500px;
}

div.productlist A:active {
    text-decoration: none;
    color: rgb(0, 101, 136);
}

div.productlist A:hover {
    text-decoration: underline;
    color: rgb(0, 101, 136);
}

/* for unvisited links */
div.productlist A:link { 
    text-decoration: none;
    color: rgb(0, 101, 136);
}

/* for visited links */
div.productlist A:visited {
    text-decoration: none;
    color: rgb(0, 101, 136);
}

img.logo {
    padding-top: 10px;
    padding-bottom: 20px;
}


