/* features-overview.css */

#content #leftcol {
   float: left;
   width: 287px;
   height: 385px;
   background: transparent url(/images/features/this-is-nv.jpg) no-repeat 0px 23px;
}

#content #rightcol {
   float: left;
   position: relative;
   width: 627px;
   height: 358px;
   padding: 0 0 20px 0;
}

#content #rightcol h3.upper {
   font: bold 10px Arial, sans-serif;
   color: #666;
   display: block;
   width: 500px;
   margin: 15px 0 0 25px;
}

#content #rightcol #features-buckets {
   width: 630px;
   height: 341px;
   position: absolute;
   top: 40px;
   left: 24px;
}

#content #rightcol #features-buckets li {
   float: left;
   width: 183px;
   height: 157px;
   margin: 0 27px 27px 0;
}

#content #rightcol #features-buckets li a.img {
   width: 183px;
   height: 139px;
   display: block;
}

#content #rightcol #features-buckets li a.link {
   width: 178px;
   height: 16px;
   padding: 2px 0 0 5px;
   display: block;
   background: transparent url(/images/features/bucket-link.jpg) no-repeat top left;
   text-indent:-5000px;
   overflow:hidden;
   font: bold 11px Arial, sans-serif;
   font-weight:bold;
   color: #fff;
   text-transform: uppercase;
}
