@import "common.css";

#top{
  background-image:url("../img/btn/menu/Top_h.gif");
}

/*** left menu start ***/
#submenu{
  float:left;
}

#campaignB{
  position:relative;
  width:170px;
  height:100px;
  background-color:white;
  margin-left:10px;
}

#campaignB h2{
  display:none;
}

#campaignB img{
  margin-top:0px;
  width:170px;
  height:90px;
  border-style:none;
}

#subBanner img{
  display:block;
  margin-left:10px;
  border-style:none;
}
/*** left menu end ***/

/*** main start ***/
.topImage{
  position:relative;
  width:566px;
  height:340px;
  padding-right:10px;
  background-color:#ffffff;
  float:right;
  
}

/* IE 7 */
*:first-child+html .topImage{
  padding-right:0px;
  margin-right:3px;
}

/* IE6 */
* html .topImage{
  margin-right:3px;
}

#news{
  width:548px;
  background-color:#ffffcc;
  border-right:1px gray solid;
  border-bottom:1px gray solid;
  margin:10px;
  padding-bottom:10px;
  padding-right:10px;
  float:right;
  text-align:left;
  -moz-border-radius:10px;
  
}

/* IE 7 */
*:first-child+html #news{
  padding-bottom:5px;
  font-family:Helvetica,sans-serif;
}

#news h2{
  position:relative;
  width:158px;
  height:30px;
  text-indent:-9999px;
  background-image:url("../img/whatsnew.gif");
}

#news ul{
  margin-left:30px;
  margin-right:10px;
  list-style:disc;
  text-align:left;
  color:#058e52;
}

#news li{
  margin-top:5px;
}

#mobileBanner img{
  margin-top:10px;
  margin-right:10px;
  float:right;
}

/* IE6 */
* html #mobileBanner img{
  margin-right:5px;
}
/*** main end ***/

