/*******************************************************************************

  CSS on Sails Framework
  Title: Site Name
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: May 2010

*******************************************************************************/

// $(document).ready(function() {

// });

// DD_belatedPNG fix for IE6
var PNG_fix_selectors = [
    '#lead div', '#lead', '#image_shade', '#lead_under', '#lead_under .button'
];
 
if (typeof DD_belatedPNG !== 'undefined') {
    DD_belatedPNG.fix(PNG_fix_selectors.join(','));
}
