/* SWITCH SITE CSS*/

body {
  background: #2f1616;
}
#site_banner {
  background: #3F1D1D;
}
#site_menu {
  height: 35px;
  margin-top: -36px;
  background: url(../TemplateImages/switch_menu_bg.png) top right no-repeat;
}
#site_menu li a:hover, #site_menu li a.selected {
  color: #fb6400;
}
#site_content div.cell {
  float: left;
  width: 170px;
  padding: 0 20px;
  min-height: 250px;
  height: auto !important;
  height: 250px;
  background: url(../TemplateImages/features_cell_border.jpg) top right repeat-y;
}
#site_content_left {
  float: left;
  width: 200px;
}
#site_content div.switchcell {
  float: left;
  width: 300px;
  padding: 0 0 0 20px;
  min-height: 250px;
  height: auto !important;
  height: 250px;
}
#site_content div.switchsingle_cell {
  float: left;
  width: 620px;
  padding: 0 0 0 20px;
  min-height: 250px;
  height: auto !important;
  height: 250px;
}