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

   Leigh Smith <leigh@ozmusiccode.com>
*/

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

div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

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

/* for visited links */
A:visited {
    color: rgb(0, 0, 0);
}

/* when link is clicked */
A:active {
    color: rgb(255, 0, 102);
}

/* Heading division describes the colour of the panel */
div.heading {
    color: rgb(171, 202, 0);
    background: rgb(83, 145, 0); 
    margin-top: 0px;
    padding-top: 0px;
}

/* H1 describes the punning tag line */
div.heading h1 {
    color: rgb(171, 202, 0);
    padding-top: 20px; 
    margin-left: 20%;
    margin-top: 0px;
    font-family: BaseNine, "Times New Roman", serif;
    font-size: 400%;
    text-transform: lowercase;
}

/* Description is the division displaying the product blurb */
div.description {
    border: none;
    background: rgb(0, 101, 136);
    color: rgb(255, 255, 255);
    margin-top: auto;
    margin-bottom: 0;
    font-family: Helvetica, sans-serif; 
    font-size: 80%;
    padding-top: 1em;
    padding-left: 20%;
    padding-right: 2em;
    padding-bottom: 50%;
    min-height: 600px;
}

div.description img {
    border: none;
}

div.description h1 strong {
    text-transform: uppercase;
    font-weight: bold; 
}

/* H2 describes the title of the entire message. */
/*     text-transform: uppercase; */
div.description h2 { 
    font-weight: bold;
}

/* H3 separates U.S distributors from international. 
 * H4 describes countries, H5 describes each dealer name.
 */
div.description h5 {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* when mouse is over link */
div.description A:hover {
    color: rgb(0, 96, 255);
    background: rgb(8, 49, 143);
} 

/* for unvisited links */
div.description A:link {
    text-decoration: none;
    color: rgb(167, 221, 0); 
}

div.description p {
    background: rgb(0, 101, 136);
    font-family: Helvetica, sans-serif;
}

div.description strong {
    color: rgb(255, 255, 255);
}

div.description tt {
    font-size: 120%;
}

div.logo {
    float: right;
    margin-right: 0;
    margin-bottom: auto;
}

div.logo img {
    padding-top:  20px;
    padding-right: 25px;
}

/* Menus */

div.menuitem A:active {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

div.menutitem A:hover {
    text-decoration: underline;
    color: rgb(128, 128, 128);
}

/* for unvisited links */
div.menuitem A:link { 
    text-decoration: none;
    color: rgb(255, 255, 255);
}

/* for visited links */
div.menuitem A:visited {
    text-decoration: none;
    color: rgb(128, 128, 128);
}

div.menuitem img {
    border: none;
    padding-right: 8px;
}

/* Each menu title is constrained to sit under it's image */
p.menutitle {
    background: rgb(0, 0, 0);
    font-size: 80%;
}

/* The descriptions under each menu title */
/* setting font-size: to x-small is more consistent across browsers
than a percentage. */
p.menudescription {
    color: rgb(83, 145, 0);
    background: rgb(0, 0, 0);
    font-family: "TradeGothic Light", Helvetica, sans-serif;
    font-size: x-small;
}

/* Menu items describe each item on the menu */
div.menuitem div.menuhighlight {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 50%;
    align: center;
    padding-left: 20px;
    margin-left: 0px;
}

div.menuhighlight {
    color: rgb(171, 202, 0);
}

div.menuhighlight p.menudescription {
    color: rgb(171, 202, 0);
}

div.menu {
    margin: 0px 0px 0px 0px;
    width: 12%;
    background: rgb(0, 0, 0);
    float: left;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 4px;
    vertical-align: top;
}

div NewsArchive {
    margin: 0px 0px 0px 1em;
    padding: 0px;
    width: 150px;
    text-align: right;
    background: rgb(0, 101, 136);
    color: rgb(255, 255, 255);
}

img.buynow {
    float: right;
}
