body {
    background-color: #000000;
    color: #808080;
    font-size: 60%;
    font-family: Monaco, Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-left: 40px;
    margin-top: 0px;
}

a:link    { color: #808080; text-decoration: none; }   
a:active  { color: #808080; text-decoration: underline; }
a:visited { color: #808080; text-decoration: none; }
a:hover   { color: #808080; text-decoration: underline; }

.selected a:link    { color: #FFFFFF; text-decoration: none; }   
.selected a:active  { color: #FFFFFF; text-decoration: underline; }
.selected a:visited { color: #FFFFFF; text-decoration: none; }
.selected a:hover   { color: #FFFFFF; text-decoration: underline; }

img {
    border: none;
}

#header {
    width: 800px;
    position: absolute;
    top: 0;
    z-index: 2;
}

#main-content {
    position: relative;
    margin-top: 100px;
    padding-left: 180px;
    /*text-align: justify;*/
}

.navbar {
    float: left;
    clear: right;
    width: 160px;
    height: 80px;
    margin-right: 20px;
    padding-top: 15px;
}

.selected {
    color: #FFFFFF;
}

/*********SLIDESHOW BLOCK *****************/
#screen3{
    position:relative;
    width:1100px;
    z-index: 0;
}
#screen3 #buttons2{
    position:absolute;
    top: 510px;
    z-index: 2;
}

#slideshow2{
    overflow:hidden;
    width: 1060px;
    height: 624px;
    position:relative;
    z-index: 0;
}

#slideshow2 ul{
    width:300900px;
    position:relative;
    margin-top: 0px;
}

#slideshow2 li{
    float:left;
    padding-left: 160px;
    position:relative;
    list-style:none;
}

.image-window {
    width: 1060px;
    height: 624px;
    position: relative;
    background-position:top left;
    background-repeat:no-repeat;
}

.fred {
    float:right;
    width:225px;
    clear:both;
    padding-top:15px;
}

.ethel {
    float:right;
    width:225px;
    clear:both;
}

.product-info {
    position: absolute; 
    bottom: 120px; 
    left:380px; 
    width:225px;
}

.content {
    padding-top: 250px;
    padding-left: 75px;
    position: absolute;
}

#about-image {
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 0;
    display: inline;
}

#about-text {
    top: 80px;
    left: 360px;
    width: 220px;
    position: absolute;
    z-index: 1;
    display: inline;
}

.retailers-content, .wholesale-content, .events-content {
    padding-top: 80px;
    padding-left: 180px;
    position: absolute;
}

#retailers-left, #events-left, #wholesale {
    position: absolute;
    white-space: nowrap;
}

#retailers-right {
    position: absolute;
    left: 360px;
    white-space: nowrap;
}

#events-right {
  position: absolute;
  left: 540px;
  white-space: nowrap;
}

.fade {    
    background-repeat: repeat-y;
    width: 160px;
    height: 624px;
    position: fixed;
    z-index: 4;
}

.fade-left {
    background-image: url("../images/fade_left.gif");
    background-position: top left;
    float: left;
    left: 0;
}

.fade-right {
    background-image: url("../images/fade_right.gif");
    background-position: top right;
    float: right;
    left: 740px;
    top: 0px;
    width: 360px;
}

.paypal_button {
    border: none;
    background: none;
    cursor: pointer;
    color: #808080;
}
