/*-- Homepage Styles -----------------------------------*/
div#wrapper { margin: auto; width: 100%; height: 800px; background: url('images/homepage/bgimg.jpg') center 114px no-repeat; }

div#logo { position: relative; z-index: 2; }

/*-- Main content Styles -------------------------------*/
div#main_homepage { margin: -15px 0 0 15px; }

div#homepage_flash { width: 950px; height: 300px; }

div.box { margin: 15px 0 0 0; width: 231px; height: 182px; float: left; }
	div.box a.left { width: 231px; height: 182px; background: url('images/homepage/left_box.jpg') no-repeat; display: block; }	
	div.box a.middle { width: 231px; height: 182px; background: url('images/homepage/middle_box.jpg') no-repeat; display: block; }
	div.box a.right { width: 231px; height: 182px; background: url('images/homepage/right_box.jpg') no-repeat; display: block; }
	div.box a span { display: none; }
	
div#energy_tips { margin: 72px 0 0 15px; width: 185px; height: 100px; float: left; }

div.tip_btn { margin: 0 0 0 10px; float: left; position: relative; width: 195px; height: 25px; }
div.tip_btn a { float: left; width: 195px; height: 25px; display: block; }
div.tip_btn a span { display: none; }
/*-- Footer --------------------------------------------*/
div#footer { margin: 25px 0 0 0; background: url('images/homepage/footer_bg.jpg') center top no-repeat; }
