/* HopeAmp.com :: CSS / XHTML by Henry B. Kammer :: THE EAST RIVER COMPANY */

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

body
{
    background: url( 'images/background.jpg' ) repeat-x #ffffff;
    font-family: Arial;
}
body.store
{
    background: url( 'images/background.jpg' ) repeat-x #ffffff;
}

#header
{
    width: 740px;
    height: 73px;
    margin: 0px auto;
    background: url( 'images/nav_back.gif' ) #ddd;
}
.store #header
{
    width: 995px;
    height: 73px;
    margin: 0px auto;
    background: url( 'images/nav_back_store.gif' ) #ddd;
}

#header #logo {
    position: relative;
    left:19px;
    top: 10px;
    float: left;
    width: 253px;
    height: 54px;
    clear: none;
    background: url( 'images/logo.gif') no-repeat;
}

#header #logo a {
    display: block;
    width: 100%;
    height: 100%;
}


#wrap
{
    margin: 0px auto;
    width: 840px;
    height: 735px;
    background: url( 'images/wrap.jpg' ) repeat-x #ffffff;
    text-align: center;
}
.store #wrap
{
    /***background: url( 'images/store_wrap.gif' ) no-repeat top;*/
    background: url( 'images/wrap_store.jpg' ) repeat-x #ffffff;
    width: 1099px;
}

#nav
{
    position: relative;
    top: 45px;
    width: 408px;
    height: 30px;
    float: right;
    padding-bottom: 15px;
}

#nav ul
{
    float: left;
}

#nav ul li
{
    list-style: none;
    float: left;
}
#nav ul li a
{
    float: left;
    display: block;
    width: 136px;
    height: 28px;
}

/*
#nav ul li a.home
{
    background: url( 'images/home.gif' ) no-repeat #ffffff;
}*/



#nav ul li a.about
{
    background: url( 'images/about.gif' ) no-repeat #ffffff;
}
#nav ul li a.store
{
    background: url( 'images/store.gif' ) no-repeat #ffffff;
}
#nav ul li a.amplify
{
    background: url( 'images/amplify.gif' ) no-repeat #ffffff;
}

#nav ul li a:hover, #nav ul li a#current
{
    background-position: 0px -28px;
}

#content
{
    padding-top: 17px;
}

#content_store
{
    padding-top: 25px;
}
