/*home specific*/

#left_home { float:left; width:545px;}
#right_home { float:right; width:364px;}

#home_h1 {
	width:364px; height:24px; margin-bottom:10px; background:url(../assets/images/page/h1_biodiesel.jpg) top left no-repeat;
}

#right_home ul li{
	font-weight:bold;
	font-size:1.2em;
	color:#737373;
}

#slideshow_hold { float:left; margin: 0 0 5px 0; position:relative; display:inline; width:545px; height:253px; z-index:0; overflow:hidden;}

div.tl, div.tr, div.bl, div.br { position:absolute; width:10px; height:10px; z-index:100;} 
div.tl{ top:0px; left:0px; background:url(../assets/images/page/tl.png) no-repeat }
div.tr{ top:0px; right:0px; background:url(../assets/images/page/tr.png) no-repeat }
div.bl{ bottom:0px; left:0px;  background:url(../assets/images/page/bl.png) no-repeat}
div.br{ bottom:0px; right:0px;  background:url(../assets/images/page/br.png) no-repeat}


#home_panel { 
	margin:0; 
	padding:0;
	width:545px;
	height:96px;
	position:relative;
	float:left;
	display:inline;
	list-style:none;
}

#home_panel li{
	margin:0 0 0 0;
	display:inline;
	list-style: none;
	clear:none;
	float:left;
	width:266px;
	height:96px;
	background:url(../assets/images/page/panel_why.jpg) top left no-repeat;
		}

#home_panel li span{ display:none;}

#home_panel li a:link, #home_panel li a:visited, #home_panel li a:active {
	float:left; 
	display:inline;
	margin:0; 
	padding:0; 
	height:96px;
	width:266px;
	background:url(../assets/images/page/panel_why.jpg) top left no-repeat ;
}

#home_panel li a:hover {	background:url(../assets/images/page/panel_why_over.jpg) top left no-repeat;  }


#home_panel li.rhs, #home_panel li.rhs a:link, #home_panel li.rhs a:visited, #home_panel li.rhs a:active { 
		background:url(../assets/images/page/panel_contact.jpg) top left no-repeat; float:right;
}
#home_panel li.rhs a:hover {	background:url(../assets/images/page/panel_contact_over.jpg) top left no-repeat;  }


