/* -- Main Feature -- */

#main-feature {
 background: #EFF3F7 url(../images/site/feature-back.png) bottom repeat-x;
 margin-top: -24px;
}

#main-feature .feature-contents {
 background: url(../images/site/feature-sun.png) bottom right no-repeat;
 height: 240px;
 padding: 15px 50px 65px 50px;
 position: relative;
}

/* this hack is required for IE6 */
/* Hides from IE-mac \*/
* html #main-feature { height: 1%;}
/* End hide from IE-mac */

#main-feature h2 { margin: 0; padding: 0; }

#main-feature p {
 margin: 5px 290px 10px 0;
 color: #515F78;
 font: 130% sans-serif;
 line-height: 150%;
}

#main-feature .product-image { float: right; }