body#main_body
{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color:#ffd300;
   
}

/*-- global container ------------------------------------------------------*/

#container
{
   
    padding: 0;
    
    text-align: left;
    background-color:#ffd300;
    overflow: hidden;
   
}

#insetlettering
{
    width: 440px;
    margin-left: 30px;
}
    



/*-- top navigation IDs------------------------------------------------------*/


#main_nav_container
{
    background: repeat-y;
    margin: 0px 0px 0px 0x;
    padding: 0px 0px 0px 100px;
    /*above moves quick links left and right;*/
    overflow: hidden;
    width: 580px;
    /*height: 27px;*/
    voice-family: "\"}\"";
    voice-family: inherit;
    /*position: absolute;*/
    z-index: 1;
    /* rev2 position: relative;*/ /* top: 80px;*/
}

#main_nav_list
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#main_nav_list a
{
    overflow: hidden;
    margin: 0;
    padding: 0px 30px 0px 10px;
    /*above spreads and narrows quick links*/
    display: block;
    float: left;
    width: 100px;
    line-height: 30px;
    text-align: center;
    color: #F1EBEF;
    font-size: 18px;
    font-family: Copperplate Gothic Light, New Roman;
    height: 45px;
    voice-family: "\"}\"";
    voice-family: inherit;
}




/*--- top navigation classes ------------------------------------------------*/

a.product:hover
{
    font-style: normal;
    text-decoration: none;
    color: #F8F876;
    background-color: Black;
    font-weight: bold;
    font-variant: normal;
}
a.product
{
    border: medium solid #000000;
    padding:2px 2px 2px 2px;
    background-color:#F8F876;
    font-style: normal;
    text-decoration: none;
    color: black;
    
    font-weight: bold;
    font-variant: normal;
}
a.main_nav_item:hover
{
    font-family: 'times New Roman' , Times, serif;
    font-style: normal;
    font-size: 36px;
    text-decoration: none;
    color: black;
    background-position: left top;
    background: no-repeat;
    background-image: url('images/button.jpg');
    float: left;
    width: 155px;
    height: 69px;
    font-weight: bold;
    font-variant: normal;
    margin-left:7px;
}


a.main_nav_active_item
{
    font-family: 'times New Roman' , Times, serif;
    font-style: normal;
    font-size: 36px;
    text-decoration: none;
    color: black;
    background-position: left top;
    background: no-repeat;
    background-image: url('images/button.jpg');
    float: left;
    margin-left:5px;
    width: 155px;
    height: 69px;
    font-weight: bold;
    font-variant: normal;
    margin-left:7px;
}
a.main_nav_item
{
    font-family: 'times New Roman' , Times, serif;
    font-style: normal;
    font-size: 36px;
    text-decoration: none;
    color: black;
    background-position: left top;
    background: no-repeat;
    background-image: url('images/button1.jpg');
    float: left;
    width: 155px;
    height: 69px;
    font-weight: bold;
    font-variant: normal;
    margin-left: 7px;
}