* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeeeee;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;	
    font-size: 100%;
	line-height: 1em; /* 16x1.125=18px */
    color: #6b8408;
}

#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('/siteimages/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('/siteimages/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('/siteimages/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_left {
    height: 18px;
    text-align: left;
    float: left;
    width: 75%;
}

.header_container_right_bottom_right {
    height: 18px;
    text-align: right;
    float: right;
    width: 25%;
}

.header_container_right_bottom a {
    color: #ffffff;
    font-size: 0.6em;
    text-decoration: none;
}

.header_container_right_bottom a:hover {
	text-decoration: underline;
}

.header_container_right_bottom a.selected_section {
	font-weight: bold;
}

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

.footer_container {
    height: 40px;
    width: 100%;
    background: #9cbd08 url('/siteimages/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('/siteimages/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('/siteimages/footer_right_bg.gif') no-repeat scroll bottom right;
    padding-top: 1px;
}

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

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

.top_menu {
    list-style-type: none;
    padding-top: 7px;
    width: 525px;
    float: right;
}

.top_menu li {
    float: left;
    margin: 0 2px;
}

.top_menu .basket_button {
    margin-left: 20px;
}

.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: #999999;
}

.footertext a {
    color: #999999;
}

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

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

.barbara_cont_outer {
    text-align: left;
}

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

.clearer {
    clear: both;
}

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

.om_menu {
    width: 225px; 
    margin-top: 10px;
    font-family: arial;
}

.om_menu .om_menu_left {
    width: 100px; 
    float: left;
    text-align: right;
    border-right: solid 1px #6b8408;
}

.om_menu_wiki {
	width: 225px;
    float: left;
	text-align: right;
}

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

.om_menu .om_menu_left ul {
    list-style-type: none; 
    margin: 0 8px 0 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;
}

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

