#nav-wrap {
    height: 72px;
    background: #fff;
}

#nav {
    width: 960px;
    height: 72px;
    margin: auto;
    position: relative;
}

#nav h1 {
    margin: 0;
}

#nav h1 a {
    display: block;
    width: 208px;
    height: 72px;
    padding: 0;
    margin: 0 0 0 12px;
    text-decoration: none;
    background: url(/images/logo.png) left center no-repeat;
    float: left;
    display: inline; /* IE6 */
}

#nav h1 a span {
    display: none;
}

#nav ul {
    padding: 0;
    margin: 8px;
    display: block;
    float: right;
    display: inline; /* IE6 */
} 

#nav ul li {
    list-style: none;
    float: left;
    display: block;
    padding: 0;	
    margin: 0;
}

#nav ul li a {
    display: block;
    width: 108px;
    height: 25px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 4px;
    text-decoration: none;
    color: #000;
}

#nav ul li#nav-cart a {
    width: 132px;
    background: url(/images/cart.png) top left no-repeat;
    text-align: left;
}

#nav ul li#nav-cart a span {
    padding-lefT: 24px;
}

#nav ul li a:hover {
    text-decoration: underline;
}

#join-on-facebook {
    position: absolute;
    top: 34px;
    right: 16px;
    width: 92px;
    height: 32px;
    background: url(/images/fb.png) top center no-repeat;
}

#join-on-facebook a {
    display: block;
    width: 76px;
    height: 24px;
}

#join-on-facebook a span {
    display: none;
}


a.fb,
#footer a.fb {
    background: #eee;
    border: 1px solid #ccc;
    padding: 6px;
    font-family: tahoma;
    font-size: 9pt;
    color: #369;
    font-weight: bold;
    text-decoration: none;
    -moz-box-shadow: 0 0 4px #ddd;
    -webkit-box-shadow: 0 0 4px #ddd;
    box-shadow: 0 0 4px #ddd;
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.00, #ddd));  
    background: -moz-linear-gradient(top, #ddd, #eee);
}

a:hover.fb,
#footer a.fb:hover {
    border: 1px solid #369;
}    

#locate-nav {
    position: absolute;
    top: 36px;
    right: 128px;
}

#locate-nav input[type=text] { 
    width: 64px;
    text-align: right;
}

#locate-nav input[type=submit] { 
}


#locate-nav .placeholder { 
    color: #808080;
}


