body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 760px;
}

img {
    border: none;
}

#container {
/*    width: 980px;*/
    width: 760px;
    margin: 0 auto;
}

#logo {
    display: block;
    float: left;
    width: 243px;
    margin: 20px;
    padding: 35px 1px 0 0;
    background: url('http://www.ready2loseweight.com/images/redesign/logo.gif') left top no-repeat;
    text-align: right;
    text-decoration: none;
    font: italic 11px Arial, Helvetica, sans-serif;
    color: #0169EF;
}

#login {
    float: right;
    padding: 30px 20px 0 0;
}

#region_switcher {
    float: right;
    padding: 37px 40px 0 0;
}

#region_switcher select {
    height: 20px;
    font-size: 14px;
    line-height: 16px;
}

#menu {
    clear: both;
    height: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #0169EF;
    list-style-type: none;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_menu.gif') bottom left repeat-x;
}

#menu li {
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_menu_cell.gif') bottom left repeat-x;
}

#menu li a {
    display: block;
    height: 28px;
    margin: 2px 1px 0 0;
    padding: 0 7px;
    border-right: 1px solid #0169EF;
/*    font: 14px/26px Tahoma, sans-serif;*/
    font: bold 12px/26px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #AAE5FE;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_menu.gif') bottom left repeat-x;
}

* html #menu li a {
    width: 1%;
    white-space: nowrap;
}

#menu li:last-child a {
    border-right: none;
    margin-right: 0;
}

#menu li.active a,
#menu li a:hover {
    height: 29px;
    margin: 0 1px 0 0;
    padding: 0 7px 0 6px;
    border: 1px solid #F86102;
    border-bottom: 1px solid #0169EF;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_menu_active.gif') bottom left repeat-x;    
    line-height: 28px;
    color: #FCFCFD;
}

#loginForm {
    margin-top: 10px;
}

#loginForm input {
    width: 100%;
}

ul.errors {
    list-style-type: none;
    margin: 10px;
    border: 1px solid #c00;
    padding: 10px;
    background: #fff0f0;
    color: #c00;
}

#page_content {
    clear: both;
}

#page_content .block,
#page_content .untitled_block {
    float: left;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_block_br.gif') bottom right no-repeat;    
    line-height: 125%;
    font: 12px Tahoma, sans-serif;
    color: #64686A;
}

#page_content .block .decor_1 {
    background: url('http://www.ready2loseweight.com/images/redesign/bg_block_tl.gif') top left no-repeat;    
}

#page_content .untitled_block .decor_1 {
    background: url('http://www.ready2loseweight.com/images/redesign/bg_untitled_block_tl.gif') top left no-repeat;    
}

#page_content .block .decor_2 {
    padding: 7px 11px 0 0;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_block_tr.gif') top right no-repeat;    
}

#page_content .untitled_block .decor_2 {
    padding: 7px 11px 0 0;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_untitled_block_tr.gif') top right no-repeat;    
}

#page_content .block .decor_3,
#page_content .untitled_block .decor_3 {
    padding: 0 0 11px 11px;
    background: url('http://www.ready2loseweight.com/images/redesign/bg_block_bl.gif') bottom left no-repeat;    
    overflow: hidden;
}

#page_content .untitled_block .decor_3 {
    padding-top: 11px;
}

#page_content .block h1,
#page_content .block h2 {
    overflow: hidden;
    height: 49px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
/*    font: bold 16px/40px Tahoma, sans-serif;*/
    font: bold 13px/40px Arial, Helvetica, sans-serif;
    color: #fff;
}

#page_content .block h2 {
    line-height: 20px;
}

#page_content .block img {
    border: 1px solid #07BCFD;
}

/* YUI popup styles */
body .yui-panel {
    border-color: #0169EF;
}

body .yui-panel .hd {
    background: url('http://www.ready2loseweight.com/images/redesign/bg_yui_header.gif') top left repeat-x;
    padding: 7px;
    border-bottom-color: #0169EF;
}

body .yui-panel .container-close {
    background: url('http://www.ready2loseweight.com/images/redesign/btn_yui_close.gif') no-repeat;
    width: 19px;
    height: 19px;
    top: 4px;
}

/* FIXES & MISC */
.cleared:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .cleared {height: 1%;}
/* End hide from IE-mac */
