#main {margin:0 auto; width:980px; text-align:left;}
/* #main { *margin-top: -20px;} */ /* IE ONLY HACK: CB EDIT */
#header, #content, #footer, .container {width:100%; overflow:hidden;} /* EDIT BY CB */

.col-1, .col-2, .col-3, .list-col-1, .list-col-2 { float:left;}

.col-1{width:575px; margin-right:10px}
.col-2{width:330px}
.col-2 .inner {padding:2px 0 14px 0}

/*======= index.html =======*/
#page1 .col-1{width:575px; margin-right:10px}
#page1 .col-2{width:330px}
/*=========================*/

/*======= index-2.html =======*/
#page3 .list-col-1{width:235px; margin-right:40px}
#page3 .list-col-2{width:235px}
/*=========================*/

body { color: #333;}

/* SIDE TAB CODE */

a#rewards_tab {
  position: fixed;
  top: 200px;
  right: 0;
  margin: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-99999px;
  overflow:hidden;
  z-index: 40;
  margin-left: -7px;
  background-image: url(/images/rewards_tab.png);
}

a#rewards_tab:hover {
    margin-left: -4px;
}

a#order_tab {
  top: 325px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(/images/order_tab.png);
}

a#order_tab:hover {
    margin-left: -4px;
}

a.side_tab_right {
  right: 0 !important;
  left: auto !important;
  margin-right: -7px !important;
  margin-left: auto !important;
}
a.side_tab_right:hover {
    margin-right: -4px !important;
    margin-left: auto !important;
}
a.side_tab_bottom {
  top: auto!important;
  bottom: 0 !important;
  left: 20% !important;
  height: 38px !important;
  width: 102px !important;
  background-position: 0 -102px !important;
  margin-bottom: -7px !important;
  margin-left: auto !important;
}
a.side_tab_bottom:hover {
    margin-bottom: -4px !important;
    margin-left: auto !important;
}

#cart_full { margin-top: 45px; width: 260px; } /* EDIT CB */
.logo { position: relative; margin: 1px 0 0 28px; width: 251px; height: 140px; *margin-top: -39px; } /*EDIT BY CB*/
.order {position:relative; float: right; margin: 28px 37px 0 0; clear: both; *margin-top: -75px;} /* EDIT BY CB */
.menu {position:relative; margin:0px 0 0 38px;} /* EDIT CB */
.menu img {margin-right:2px}
.slogan {position:relative; margin:40px 0 0 75px; display: inline;} /* EDIT CB */
#nav { position: relative; float: right;color: #fff; padding: 0 2px 2px 2px; font-weight: bold;} /* EDIT BY CB */

