/*
    DOM
*/

body, html
{
    font-family: Arial, Verdana, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    background: #DDD;
}

h1, h2, h3, h4, h5, p
{
    margin: 0;
    padding: 0;
}

ul
{
    font-size: 12px;
}

/* 
    General Classes
*/

.clear
{
    clear: both;
}

/* 
    Page Layout
*/

#page
{
    width: 775px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

/* Header */
/*#header
{
    height: 60px;
    background: #DDD;
}

#header #next_success_logo
{
    display: block;
    margin: 10px 0 0 0;
    float: right;
}*/

/* Main Menu */
#menu
{
    width: 100%;
    margin: 10px 0 0 0;
    background: #FFF;
}

#menu a
{
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background: #939;
}

#menu a:hover
{
    text-decoration: none;
    color: #505;
    background: #D5E;
}

#menu p
{
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #636;
    background: #FFF;
}

#menu .item
{  
    border-top: solid 1px #505;
    border-bottom: solid 1px #505;
    border-right: solid 1px #505;
}

#menu .first
{  
    border: solid 1px #505;
}

#menu .selected
{  
    border-top: solid 1px #505;
    border-right: solid 1px #505;
}

#menu .first_selected
{  
    border-top: solid 1px #505;
    border-left: solid 1px #505;
    border-right: solid 1px #505;
}

/* Top Banner */
#main_banner
{
    height: 185px;
    text-align: right;
    background: url(images/banner.jpg) no-repeat;
    border-left: solid 1px #A6A;
    border-right: solid 1px #A6A;
    padding: 15px 15px 0 0;
}

#main_banner h1
{
    font-size: 20px;
    line-height: 20px;
    color: #636;
    margin: 15px 0;
}

#main_banner .desc
{
    font-size: 14px;
    line-height: 14px;
    color: #414;
    margin: 15px 0 5px 0;
}

#main_banner .link
{
    font-size: 12px;
    line-height: 12px;
    color: #636;
}

#main_banner .link a
{
    font-weight: bold;
    color: #66C;
}

#banner_bar
{
    background: #969;
    height: 3px;
    margin: 1px 0 0 0;
    font-size: 0px;
    line-height: 0px;
}

/* Page Content */
#content
{
    padding: 10px 0;
    background: #FFF;
    border-right: solid 1px #A6A;
    border-left: solid 1px #A6A;
}

/* Page Content: Left Navigation Boxes */
#content #left_nav
{
    width: 240px;
    float: left;
}

#content #left_nav .header
{
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    background: #939;
    border: solid 1px #707;
    margin: 0 0 10px 0;
}

#content #left_nav .thumb
{
    width: 70px;
    height: 70px;
    background: #FFF;
    border: solid 2px #DBD;
    margin: 0 3px 0 0;
    float: left;
}

#content #left_nav .thumb:hover
{
    border: solid 2px #FFF;
}

#content #left_nav .last_thumb
{
    width: 70px;
    height: 70px;
    background: #FFF;
    border: solid 2px #DBD;
    float: left;
}

#content #left_nav .last_thumb:hover
{
    border: solid 2px #FFF;
}

/* Page Content: Left Navigation: New Products */
#content #left_nav #new_box
{
    background: #CAC;
    border-top: solid 1px #A6A;
    border-bottom: solid 1px #A6A;
    border-right: solid 1px #A6A;
    padding: 5px;
    margin: 10px 0 0 0;
}

#content #left_nav #new_box #large_thumb
{
    width: 215px;
    height: 215px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #333;
    background: url(images/cup_warmer_215.jpg) #FFF;
    border: solid 3px #FDF;
    margin: 5px auto 0 auto;
    padding: 5px 5px 0 0;
}

/* Page Content: Left Navigation: Top Products */
#content #left_nav #top_box
{
    background: #CAC;
    border-top: solid 1px #A6A;
    border-bottom: solid 1px #A6A;
    border-right: solid 1px #A6A;
    margin: 10px 0 0 0;
    padding: 5px;
}

#content #left_nav #top_box .space
{
    height: 3px;
    clear: both;
}


/* Page Content: Dynamic Content */
#content #main
{
    width: 495px;
    padding: 0 15px 0 0;
    float: right;
}

#content #main .header
{
    font-size: 20px;
    text-decoration: underline;
    color: #636;
    margin: 6px 0 5px 0;
}

#content #main p
{
    font-size: 12px;
}

/* Page Content: Dynamic Content: Page Selection Box */
#content .page_box
{
    width: 120px;
    background: #CAC;
    border: solid 1px #A8A;
    margin: 0 auto 10px auto;
}

#content .page_box p
{
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#content .page_box .first
{
    text-decoration: none;
    color: #636;
}

#content .page_box .item
{
    text-decoration: none;
    color: #636;
    margin: 0 0 0 7px;
}

#content .page_box a:hover
{
    color: #FFF;
}

/* Page Content: Dynamic Content: Products Section */
#content #products {}

#content #products .item
{
    border-bottom: solid 1px #FCF;
    padding: 10px 0;
}

#content #products .last
{
    padding: 10px 0;
}

#content #products .image
{
    width: 125px;
    display: block;
    border: solid 1px #CCC;
    margin: 0 15px 0 0;
    float: left;
}

#content #products .text
{
    width: 320px;
    float: left;
}

#content #products .text h4
{
    font-size: 14px;
    color: #999;
    margin: 0 0 5px 0;
}

#content #products .text .link
{
    font-size: 12px;
    font-weight: bold;
    color: #666; 
    margin: 10px 0 0 0;
}

#content #products .text .link a
{
    color: #848;  
}

#content #products .text .link a:hover
{
    color: #D5E;  
}

/* Footer */
#footer_bar
{
    background: #969;
    height: 3px;
    margin: 0 0 1px 0;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

#footer
{
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    background: #939;
    border-left: solid 1px #505;
    border-right: solid 1px #505;
    border-bottom: solid 1px #505;
}

#footer a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    padding: 0 0 0 20px;
}

#footer a:hover
{
    text-decoration: underline;
}
