body {
   margin: 0;
   padding: 0;
   font-size: 75%; /* about 10px if browser size is set at default (16px) */
   font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
   color: #CCC;
   line-height: 150%;
}
   a {
      color: #FFF;
      text-decoration: none;
   }
   a:hover { text-decoration: underline; }
   a:visited { color: #FFF; }
   a img { border: 0; }
    
form {
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   background-color: transparent;
}
   h2, h3, h4, h5, h6 {
      margin-bottom: 0.3em;
      padding-bottom: 0.2em;
      color: #0098Fd;
      text-transform: uppercase;
      letter-spacing: 0.1em;
   }
      h2 { font-size: 1.4em; }
#beta {
    position: absolute;
    top: 127px;
    left: 50%;
    margin-left: 386px;
    z-index: 100;
}
#colors {
    position: absolute;
    top: 107px;
    left: 50%;
    margin-left: -360px;
}
#colors a {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border: 1px solid #333;
    float: left;
    cursor: pointer;
}
#colors a:hover {
	text-decoration:none;
	border: 1px solid #FFF;
}
.searchBox {
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: 230px;
        height: 30px;
        width: 250px;
        background: transparent url(/images/search_bg.png) top left no-repeat;
}
.searchBoxOver {
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: 230px;
        height: 30px;
        width: 250px;
        background: transparent url(/images/search_bg_selected.png) top left no-repeat;
}
.searchBoxOver #searchBoxWrapper  #textBox {
        font-weight: normal;
}
    #searchBoxWrapper {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #searchBox #searchBoxWrapper #textBox {
        font-size: .9em;
        position: absolute;
        background-color: transparent;
        top: 9px;
        left: 0px;
        border: 0px;
        width: 160px;
        padding: 0px 0px 0px 35px;
        color: #AAA;
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0px;
        
    }
    #searchBox #searchBoxWrapper #submit {
        position: absolute;
        top: 0px;
        left: 210px;
    }
#wrapper {
    width: 944px;
    margin: 0px auto;
    min-height: 500px;
}
    
    #header {
        width: 944px;
        height: 130px;
        z-index: 99;
    }
        #header h1 a {
            position: relative;
            display: block;
            background: url("/images/logo.png") 0 0 no-repeat;
            text-indent: -10000px;
            width: 327px;
            height: 75px;
            text-decoration: none;
            overflow: hidden;
            top: 20px;
            left: 0px;
            z-index: 99;
        }
        #header #menu {
            position: relative;
            top : 10px;
            left : 630px;
            list-style: none;
            width: 350px;
            font-family: Geneva, Verdana, sans-serif; 
            margin: 0px;
            padding: 0px;
            z-index: 99;
        }
            #header #menu li {
                margin: 0px;
                padding: 0px;
                display: inline;
                text-transform: uppercase;
                letter-spacing: .1em;
            }
            #header #menu a {
                color: #FFF;
                font-size: 1.2em;
                text-decoration:none;
                padding-right: 34px;
                display: block;
                padding-left: 11px;
                float:left;
                height: 37px;
                background: transparent url('/images/menu_bg.png') top left no-repeat;
                font-weight: lighter;
            }
            #header #menu a:hover {
                color: #0098Fd;
                text-decoration:none;
            }
            #header #menu a:hover small {
                color:#FFF;
            }
            #header #menu li.selected a {
                color: #0098Fd;
                text-decoration:none;
                background: transparent url('/images/menu_bg_hover.png') top left no-repeat;
            }
    #promo {
        position: relative;
        left: 0px;
        z-index: 1;
    }
    #content { 
        position: relative;
        height: 230px;
    }
    #content  ul {
        width: 420px;
        list-style-type:none;
        padding: 10px;
        margin: -10px 0 0 0;
    }
    #content ul li {
        width:120px;
        margin:5px 0 0 0;
        padding:0 10px 0 0;
        line-height: 1.5em;
        float:left;
    }
        #content #leftCol {
            position: absolute;
            top: 30px;
            left: 20px;
            padding-right: 20px;
            width: 420px;
            min-height: 180px;
            border-right: 1px solid #333;
        }
            
         #content #rightCol {
            position: absolute;
            top: 30px;
            left: 500px;
            padding-right: 20px;
            width: 400px;
        }
    #ftr {
        margin-top: 20px;
        border-top: 1px solid #333;
        padding-top: 10px;
        padding-bottom: 100px;
        padding-left: 10px;
        clear: both;
        font-size: .75em;
        color: #666;
        letter-spacing: 1px;
    }   
    #ftr a {
        color: #666;
    }
#login {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 310px;
    font-size: .8em;
    color:#555;
}
