#page_container {
    width: 810px;
    margin: 6px auto;
}

.main_col_container {
    border: solid 1px #999999;
    background-color: #ffffff;
}

.header_container {
    height: 65px;
    width: 100%;
    background: #9cbd08 url('/images/site/header_bg_with_white.gif') repeat-x scroll bottom center;
}

.header_container_left {
    height: 65px;
    width: 265px;
    float: left;
    text-align: left;
    background: #9cbd08 url('/images/site/header_left_bg.gif') no-repeat scroll bottom right;
}

.header_container_left .omlet_logo {
    margin: 7px auto 0 9px;
    border-width: 0;
}

.header_container_left .omlet_head_plain {
    font-family: arial;
    font-size: 2em;
    padding: 10px 0 0 20px;
}

.header_container_left .omlet_head_plain a {
    color: #ffffff;
    font-weight: bold;
}

.header_container_right {
    height: 65px;
    margin-left: 270px;
    text-align: right;
    background: url('/images/site/header_right_bg.gif') no-repeat scroll bottom right;
}

.header_container_right_top {
    overflow: hidden;
    text-align: right;
    height: 32px;
}

.header_container_right_bottom {
    height: 18px;
    text-align: right;
    clear: right;
    padding: 2px 35px 3px 1px;
}

.header_container_right_bottom a {
    color: #ffffff;
    font-size: .6em;
}

/* Footer ------------------------------------------------------------------ */

.footer_container {
    height: 40px;
    width: 100%;
    background: #9cbd08 url('/images/site/footer_bg_with_white.gif') repeat-x scroll bottom center;
}

.footer_container_left {
    height: 39px;
    width: 260px;
    float: left;
    text-align: center;
    background: #9cbd08 url('/images/site/footer_left_bg.gif') no-repeat scroll top right;
    padding-top: 1px;
}

.footer_container_left p {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    font-family: arial;
    margin: 10px 10px 0 0;
}

.footer_container_right {
    height: 39px;
    margin-left: 265px;
    background: url('/images/site/footer_right_bg.gif') no-repeat scroll bottom right;
    padding-top: 1px;
}

.footer_container_right .sub_text {
    color: #ffffff;
    font-size: .6em;
    margin-top: 15px;
    margin-right: 40px;
    text-align: center;
}

.footer_container_right .sub_text a {
    color: #ffffff;
}

/* Menu ------------------------------------------------------------------ */

.top_menu {
    float: left;
    text-align: left;
    list-style-type: none;
    padding-top: 7px;
    width: 525px;
    height: 22px;
    width: 93%;
}

.top_menu li {
    float: left;
    margin: 0 2px;
    height: 22px;
    padding-left: 8px;    
    background-image: url('/images/site/omlet_head_button_bg.gif');
    background-position: left center;
}

.top_menu li.on {
    background-image: url('/images/site/omlet_head_button_on_bg.gif');
}

.top_menu li a {
    float: left;
    display: block;
    height: 20px;
    padding-top: 2px;
    padding-right: 8px;
    background-image: url('/images/site/omlet_head_button_bg.gif');
    background-position: right center;
    color: #ffffff;
    text-decoration: none;
    font-size: .8em;
    font-weight: bold;
}

.top_menu li.on a {
    background-image: url('/images/site/omlet_head_button_on_bg.gif');
    color: #6b8408;
}

/* ------------------------------------------------------------------------- */

.basket_cont {
    float: left;
    padding-top: 7px;
    width: 35px;
    background-image: none;
    text-align: center;
}

.left_col_cont {
    float: left;
    width: 29%;
}

.right_col_cont {
    width: 68%;
    margin-left: 31%;
    min-height: 400px;
}

html>/**/body .right_col_cont {
    width: 68%;
    margin-left: 31%;
    padding-right: 1%;
}

.sub_footer_top {
    width: 98%;
    height: 18px;
    margin: 0 auto;
    text-align: center;
}

.footertext {
    font-size: .65em;
    color: #555555;
}

.footertext a {
    color: #555555;
}

.sub_footer_bottom {
    width: 98%;
    height: 16px;
    margin: 0 auto;
    margin-top: -18px;
    text-align: right;
}

.sub_footer_bottom_copyright {
    float: left;
    margin-top: 2px;
}

.barbara_cont_outer {
    text-align: left;
}

.barbara {
    position: absolute;
    border-width: 0;
}

/* ------------------------------------------------------------------------- */

.om_menu {
    width: 230px; 
    margin-top: 10px;
    font-family: arial;
    background-image: url('/images/site/left_menu_bg.gif');
    background-position: center center;
    background-position: -42px;
}

.om_menu .om_menu_left {
    width: 105px; 
    float: left;
    text-align: right;
}

.om_menu ul li {
    color: #6b8408;
    font-size: .7em;
    margin-right: 3px;
}
    
.om_menu ul li.off a {
    color: #9cbd08;
}

.om_menu .om_menu_left ul {
    list-style-type: none; 
    margin: 0; 
}

.om_menu .om_menu_left ul li {
    color: #6b8408;
}

.om_menu .om_menu_right {
    margin-left: 105px; 
    text-align: left;
}

.om_menu .om_menu_right ul {
    list-style-type: none; 
    margin: 0 0 0 2px;
}
       
.om_menu .om_menu_right ul li {
    color: #6b8408;
    margin-left: 8px;
}

.om_menu a {
    text-decoration: none;
    font-weight: bold;
}