#container { 
    width: 984px; 
    height: 100%;
    margin: 0 auto;
    text-align: left; /* because... right border in triptych... */
    background: white;
    border-left: 10px solid white;    
    position: relative;
    }
    
#banner { 
    width: 960px;
    height: 223px;
    border-right: 14px solid #7ba12d;
    border-bottom: 1px solid #bababa;
    }

#banner img { float: left; }

#banner-page { 
    width: 917px;
    height: 79px;
    background: url(../img/banner-page.jpg);
    border-bottom: 1px solid #bababa;
    padding: 55px 0 0 57px;
    }

#content {
    width: 974px;
    height: 100%;
    }

#footer { 
    width: 946px;
    padding: 3px 14px 0 14px;
    border-top: 1px solid #bababa;
    border-bottom: 5px solid white;
    text-align: center;
    }
#footer p span { 
    display: inline-block;
    padding: 0 12px;
    color: #999;
    }
    
#location {
    width: 79px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 877px;
    z-index: 3;
    }
    
#minibar { /* wtb & mi */
    width: 226px;
    height: 319px;
    }
       
#news-bar {
    width: 974px;
    height: 33px;
    border-top: 1px solid #aaa;
    }

#news-bar div.left { 
    width: 176px;
    height: 32px;
    border-right: 1px solid #5b5b5b;
    border-bottom: 1px solid #5b5b5b;
    float: left;
    }

#news-bar div.right {
    width: 797px;
    height: 32px;
    background: url(../img/bg-news-bar.png) repeat-x;
    border-bottom: 1px solid #aaa;
    float: left;
    }
    
#topnav {
    width: 945px;
    height: 76px;
    background: url(../img/bg-topnav.png) repeat-y;
    text-align: left;
    padding-left: 29px;
    }
#topnav img, #topnav ul { float: left; }
#topnav ul { 
    list-style: none; 
    margin-top: 23px;
    margin-left: -29px;
    }
#topnav li { 
    height: 22px;
    display: block;
    border-right: 1px solid #888;
    margin: none;
    padding: 8px 30px 0 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em;
    float: left; 
    color: black;
    }
#topnav li a {
    color: #888;
    }  
#topnav li.last { border: none; }
#topnav ul li a:hover { color: black; }
    
#triptych {
    width: 978px;
    height: 378px;
    background: url(../img/bg-triptych-n3.png) no-repeat;
    }

div.clear { width: 100%; clear: both; }
div.interstitial {
    width: 974px;
    height: 13px;
    clear: both;
    }
    
/* inner sections follow */
#content div.left, #content div.right { 
    float: left; 
    text-align: left;
    }
#content div.left { 
    width: 385px;
    margin-left: 54px; 
    }
#content div.left h1 { margin: 20px 0; }
#content div.left p { max-width: 310px; }

#content div.right #sidebar {
    width: 210px;
    height: 363px;
    padding: 18px 0 0 18px;
    position: absolute;
    right: 15px;
    top: 25px;
    background: url(../img/bg-home-sidebar.png);
    }   
#content div.right #sidebar h3 {
    font-size: 1.125em;
    font-weight: bold;
    color: #8b3;
    margin: 0;
    padding: 0;
    }
#content div.right #sidebar li, #content div.right #sidebar p {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 0.75em;
    font-weight: normal;
    color: #666;
    margin: 0;
    }
    
#content div.right #sidebar-new {
    width: 228px;
    height: 445px;
    padding: 18px 0 0 18px;
    position: absolute;
    left: 385px;
    top: 5px;
    z-index: 2;
    }   
    
#content div.right #sidebar-new #learn { position: absolute; z-index: 3; width: 100px; height: 15px; right: 8px; bottom: 22px; }
#content div.right #sidebar-new #learn a, #content div.ffpo #learn a { font-family: arial, sans-serif; font-size: 0.814em; color: #8b3; text-decoration: none; }
#content div.right #sidebar-new #learn a:hover, #content div.ffpo #learn a:hover { color: black; }
#content div.ffpo #learn { position: absolute; z-index: 3; width: 100px; height: 15px; right: 8px; top: 347px; }

#content div.right #sidebar-new p.v2 { width: 228px; padding: 0; text-align: center; font-size: 70%; margin: 0 0 10px 0; }
img#fposb {
    position: absolute;
    display: block;
    left: 405px;
    top: 26px;
    border-top: 23px solid white;
    }
    
/* 15 feb */
#content div.right #sidebar-new #wtb {
    position: absolute;
    width: 150px; /* reset to 120px with logo placement */
    top: 180px; /* reset to 170 " " " */
    padding-left: 15px;    
    z-index: 4;
    }
    
#content div.right #sidebar-new #ns {
    position: absolute;
    width: 190px;
    top: 350px;
    padding-left: 15px;    
    z-index: 4;
    }
    
div.ffpo #wtb {
    position: absolute;
    width: 150px; /* reset to 120px with logo placement */
    top: 95px; /* reset to 170 " " " */
    padding-left: 10px;    
    z-index: 4;
    }
    
div.ffpo #ns {
    position: absolute;
    width: 205px;
    top: 272px;
    padding-left: 5px;    
    z-index: 4;
    }
    
/* # # # */

#content.home div.left { width: 285px; margin-left: 35px; border-right: 10px solid white; }
#content.home div.left p { padding-right: 10px; }
#content.home div.right { 
    width: 533px;
    _height: 482px; /* old IE */
    min-height: 482px;
    position: relative; /* see #sidebar */
    } 
#content.home div.right #dr800 {
    width: 362px;
    height: 442px;
    position: absolute;
    left: 0;
    top: 25px;
    }
#content.home div.right #sidebar {
    float: right;
    }

#content.home img.noshow { display: none; } 

/* #content div.right #sidebar ol { margin: 0; } */
#howto { margin: 0; padding: 40px 0 0 18px; padding-top: 20px; }
#howto li { 
    font-family: Arial, sans-serif !important;
    color: white !important; 
    line-height: 1.3em !important;
    padding: 0 8px 0 0; 
    width: 182px;
    }
#content div.right #sidebar p { 
    padding: 18px 18px 0 0; 
    margin: 0;
    display: block; /* IE */
    height: 107px;
    }
#content div.right #sidebar p a { color: #8b3; }

#triptych div { 
    width: 306px;
    margin: 16px 0 0 14px;
    float: left; 
    text-align: left;
    /* border-top: 9px solid #8b3; */
    }
#triptych div.b { 
    width: 974px; 
    height: 25px;
    }
#triptych div img { /* border-top: 9px solid #8b3; */ }

/* features pg */
#content.features { 
    /* height: 676px; */
    position: relative; 
    }
#change div.left { 
    margin-top: 30px;
    margin-left: 28px;
    float: left;
    width: 576px;
    
    text-align: center;
    }
#change { height: 490px; }
#change div.bin {
    width: 960px;
    height: 490px;
    }
/*
#change div.right p { max-width: 454px; }
*/
#change div.right { 
    width: 330px;
    margin-top: 40px;
    margin-left: 15px;
    float: left;
    text-align: left;
    }
    
#features-banner { 
    width: 975px;
    height: 134px;
    }
    
#features-bar {
    width: 974px;
    height: 251px;
    border-bottom: 15px solid white; }

#features-bar img {
    float: left;
    border-color: white;
    border-width: 0 0 15px 0;
    border-style: solid;
    }
#features-bar img.initial { border-color: #8b3; }
#features-bar img:hover { cursor: pointer; }
#features-bar img { float: left; }
#features-bar img.nav { margin-right: -14px; }
#features {
    width: 465px;
    height: 414px;
    position: absolute;
    right: 15px;
    top: 25px;
    }
/* features info change */
/* #ff2, #ff3, #ff4, #ff5, #ff6 { display: none; } */
#change h2, #change p { margin: 0; line-height: 1.25em; }
#change h2 { border-bottom: 10px solid white; }
/* end features changes */
    
/* * overview * */
#content.overview div.left {
    width: 525px;
    margin: 20px 0 0 50px;
    }
    
#content.overview div.right { 
    width: 339px; 
    float: right; 
    margin: 93px 35px 0 0; 
    text-align: right;
    }
#content.overview div.right img.upper { border-right: 21px solid white; border-bottom: 147px solid white; }

#content.myirex, #content.wtb { width: 944px; padding: 20px 0 0 30px; }
#content.terms { width: 894px; padding: 20px 50px 0 30px; }


/* 404 */
#content.fnf { height: 400px; }

/* SPECS PAGE */
#content.specs { 
    width: 922px;
    height: 1206px;
    background: url(../img/bg-specs.jpg) left top no-repeat;
    padding-left: 50px;
    text-align: left;
    border: 1px solid #bababa;
    overflow: hidden; /* RBF */
    }
#content.specs div.banner { 
    height: 82px;
    width: 974px;
    padding-top: 53px;
    }

#content.specs div.diptych {
    width: 946px;
    height: 358px;
    border-bottom: 15px solid white;
    margin-left: -35px;
    }
#content.specs div.diptych img { float: left; }

#content.specs div.specs { padding-top: 27px; }
#content.specs div.specs p { 
    width: 510px; 
    margin: 0;
    }
#content.specs div.topspec { width: 510px; }
#content.specs div.topspec p {
    width: 50%;
    display: block;
    float: left;
    }

#specs-upper, #specs-lower { width: 882px; }    
#specs-upper {
    height: 512px;
    margin-top: 30px;
    border-bottom: 38px solid white;
    }
#specs-lower {
    height: 486px;
    }
#specs-upper img, #specs-lower img { float: left; }
#specs-upper img.r { margin-top: 280px; }
#specs-upper img.l { border-right: 14px solid white; }
    
/* --- */
    


div.press { 
    padding-top: 15px; 
    padding-left: 25px; 
    position: relative;
    }
div.press p { width: 505px; }
#press-420 { 
    width: 420px;
    height: 500px;
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    text-align: center;
    }
    
ol#myirex { margin: 0; padding: 40px 0 0 18px; padding-top: 20px; }
ol#myirex li { 
    font-size: 0.875em;
    }
    

