div.main
{
        width: 800px;
        float: center;
        padding: 1ex;
}
a,
a.visited
{
        color: #369;
}
div.left-main
{
        width: 48%;
        float: left;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #fff;
}
div.right-main
{
        width: 48%;
        float: right;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
        background-color: #fff;
}
div.checkout
{
        margin-top: 5px;
        position: relative;
        width: 100%;
        height: 180px;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
        background-color: #9ff;
}
td
{
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
}
td.final-checkout
{
        margin-top: 5px;
        width: 100%;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
        background-color: #9ff;
}
td.checkout
{
        margin: 5px 5px;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
        background-color: #9ff;
}
div.footer
{
        margin-top: 40px;
        width: 800px;
        height: 20px;
        background-color: #0ff;
        float: center;
        padding: 1em;
        font-size: 9;
        font-family: "Lucida Grande", Verdana, sans-serif;
}
div.small-gray
{
        font-size: 9;
        font-family: "Lucida Grande", Verdana, sans-serif;
        color: gray;
}
#small-gray a,
#small-gray a.visited
{
        color: gray;
}
div.disclaim
{
        width: 800px;
        font-size: 9;
        font-family: "Lucida Grande", Verdana, sans-serif;
        color: #ccc;
}
div.logo
{
        width: 206px;
        height: 46px;
        margin: 0 auto;
        background: transparent url(/images/cellfoodcenter_logo.gif) 0 0 no-repeat;
}
div.logo a
{
        width: 206px;
        height: 46px;
        margin: 0 auto;
}

div.intro-content
{
        float: center;
        width: 800px;
        height: 180px;
        margin: 0 auto;
        background: transparent url(/images/cellfood_header.jpg) 0 0 no-repeat;
}

div.header-bank
{
        clear: both;
        background: #fff url(/images/header_bank.gif) 0 0 repeat-x;
        margin: 0 auto;
        width: 100%;
}
div.header-nav
{
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-size: 13;
        text-align: center;
        clear: both;
        height: 30px;
        background: #fff url(/images/header_nav.gif) 0 0 repeat-x;
        margin: 0 auto;
        width: 100%;
}
div.header-nav ul
{
        list-style-type: none;
        display: block;
        width: 800px; 
        text-align: left;
        margin: 0 auto;
}
div.header-nav ul li
{
        float: left;
        display: inline;
        margin-right: 25px;
        line-height: 1.8em;
}

div.header-nav ul li a, div.header-nav ul li a:visited
{
        color: white;
        font-weight: bold;
        text-decoration: none;
        padding: 3px 5px;
}

div.header-nav ul li a:hover
{
        text-decoration: none;
        color: yellow;
        background-color: #336699;
        border-top: 1px solid #699;
}

div.header-nav ul li a:active
{
        text-decoration: none;
        color: white;
        background-color: #5F8F8E;
        border-top: 1px solid #345959;
        position: relative;
        top: 1px;
        border-bottom: 1px solid #699;
}

div.main-line
{
        border-top: 1px solid #369;
        width: 60%;
        padding: 3px 0;
}

div.main-font-a
{
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-weight: bold;
        font-size: 20;
        color: #399606;
        margin: 0 0;
}

div.main-font-b
{
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-weight: bold;
        font-size: 20;
        color: #369;
        margin: 0 0;
}

div.main-font-c
{
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-weight: bold;
        font-size: 15;
        color: red;
        margin: 0 0;
}

div.checkout-mark
{
        location: relative;
        margin-top: 10px;
        float: center;
        font-size: 9;
        font-family: "Lucida Grande", Verdana, sans-serif;
}

div.promotion 
{
        float: center;
        margin: 5 auto;
        location: relative;
        width: 800px;
        background-color: #39c;
        color: yellow;
        text-align: center;
        padding: .5em;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
}

div.promotion a,
div.promotion a.visited
{
       color: #fff;
}

div.content a
{
        margin: 0 0;
        location: relative;
        width: 140px;
        background-color: #39c;
        color: yellow;
        padding: 3;
        font-size: 12;
        font-family: "Lucida Grande", Verdana, sans-serif;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
}


img#hometag { margin: 40px 0 10px; }


