/*START General styles*/
body {
  font-family:Avant Garde,Century Gothic,sans-serif;
}
/*END General styles*/

/*START Container styles*/
.main_container {
  background:#000000 url(http://kaneff.assets.mrx.ca/kaneff/images/home_bg.jpg) no-repeat scroll center top;
  top:136px;
  position:relative;
  min-height:682px;
}
.main_container .kaneff_container {
  color:#ffffff;
  top:-136px;
}
.main_container .kaneff_container .bottom_container {
  top:270px;
  position:relative;
}
/*END Container styles*/

/*START Club Nav*/
.main_container .kaneff_container .bottom_container .kaneff_club_nav {
  background:transparent url(http://kaneff.assets.mrx.ca/kaneff/images/club_nav_bg.png) no-repeat scroll center bottom;
  width:100%;
  height:130px;
  /*padding-bottom:3px;*/
}
.main_container .kaneff_container .bottom_container .kaneff_club_nav .club_tab {
  float:left;
  width:165px;
  height:129px;
}
.main_container .kaneff_container .bottom_container .kaneff_club_nav .club_tab .club_tab_header {
  font-size:1.1em;
  font-weight:bold;
}
.main_container .kaneff_container .bottom_container .kaneff_club_nav .club_tab img {
  padding-bottom:5px;
}
.main_container .kaneff_container .bottom_container .kaneff_club_nav .club_tab a {
  color:#ffffff;
}
.main_container .kaneff_container .bottom_container .kaneff_club_nav .club_tab:hover {
  background:transparent url(http://kaneff.assets.mrx.ca/kaneff/images/club_nav_hover_bg.png) no-repeat scroll center bottom;
  width:165px;
  height:129px;
}
/*END Club Nav*/

/*START Bottom ads*/
.main_container .kaneff_container .bottom_container .bottom_ads_container {
  float:left;
  width:100%;
}
.main_container .kaneff_container .bottom_container .bottom_ads_container .left_ad {
  float:left;
  width:728px;
  height:90px;
}
.main_container .kaneff_container .bottom_container .bottom_ads_container .right_ad {
  float:left;
  width:255px;
  height:90px;
  margin-left:7px;
}
/*END Bottom ads*/

/*START MISC*/
.main_container .kaneff_container .bottom_container .bottom_divider {
  width:100%;
  height:4px;
  bottom:1px;
  position:relative;
}
/*END MISC*/