﻿/* broadband.css */
/* high end stylesheed for leaf website */
/* uses png background and advanced css */

/* body {
  background-image: url(../images/bg_page_1.jpg); } */

body {
  background-color: #9C9471;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-image: url(../images/bg_page_myleaf.gif);
  background-attachment: scroll;
}

#contentupper {
  background: url(../images/bg_content.png) repeat;
  }
   
#contentendinner {
  background: url(../images/bg_content.png) repeat;
}

/* tab navigation styles */

#navigation .activetab {
  background: url(../images/bg_tab_active_lh.png) no-repeat bottom left; }
#navigation .activetab .tabright {
  background: url(../images/bg_tab_active_rh.png) no-repeat bottom right; }
#navigation .activetab .tabinner {
  background: url(../images/bg_tab_active.png) repeat-x bottom; }
  
#navigation .inactivetab {
  background: url(../images/bg_tab_inactive_lh.png) no-repeat bottom left; }
#navigation .inactivetab .tabright {
  background: url(../images/bg_tab_inactive_rh.png) no-repeat bottom right; }
#navigation .inactivetab .tabinner {
  background: url(../images/bg_tab_inactive.png) repeat-x bottom; }

#navigation .firsttab {
  background-image: url(../images/bg_tab_inactive_first_lh.png); }
#navigation .nexttab .tabright {
  background-image: url(../images/bg_tab_inactive_next_rh.png); }
#navigation .prevtab {
  background-image: url(../images/bg_tab_inactive_prev_lh.png); }
#navigation .lasttab .tabright {
  background-image: url(../images/bg_tab_inactive_last_rh.png); }