@import url('styles.css');

.home
{
    vertical-align:middle;
}
h2 {
font-weight:lighter;
}


#mainContent { 
	margin: 0 0 0 270px; /* larger for homepage  */
	width:635px;
	z-index:20;
}

#rightCol h2 sup {
font-size:8px;
} 


#promo {
float:left;
padding: 10px 0;
}

#leftCol, #rightCol {
padding-top:20px;
float:left;
}

#leftCol h2, #rightCol h2{
float: left;
width:145px;
margin:0;
padding:10px 0 5px 5px ;
}

#leftCol p {
width:145px;
float:left;
padding-left: 6px;
padding-bottom:0;
margin-bottom:0;
margin-top:3px;
}


#leftCol img.prodFeature {
float:left;
padding:0 5px 30px 0;

}

#rightCol img.prodFeature {
float:left;
padding:0 0 0 10px;

}


#rightCol p {
width:150px;
float:left;
padding-left: 5px;
}



 #homepageDec09 {
  width: 629px;
  height: 410px;
 float:left;
  }

  #btnFree, #btnVote { position: absolute;
	display: block;
  }

  #btnFree { width: 156px;
  height: 44px;
  left: 147px;
  bottom: 10px;
  background: url(/images/homepage_dec09_freeBTN.gif) left top no-repeat;
  }

  #btnFree:hover { background: url(/images/homepage_dec09_freeBTN_hv.gif) left top no-repeat; }

  #btnVote { width: 122px;
  height: 28px;
  right: 170px;
  bottom: 26px;
  background: url(/images/homepage_dec09_voteBTN.gif) left top no-repeat;
  }

  #btnVote:hover { background: url(/images/homepage_dec09_voteBTN_hv.gif) left top no-repeat; }

