/*:: Imports
-------------------------------------------- */
	@import url(framework.css);
	@import url(page.css);
	
/*:: header
-------------------------------------------- */
	h1{height:39px; width:183px; background:url(../images/logo.gif) no-repeat top left; /* float:left; margin:29px 0 0 0; */ }

/*:: hero
-------------------------------------------- */
	#hero { clear:both; height:190px; background:url(../images/heroBg.gif) no-repeat top left; margin:0 0 0 14px; padding:20px 0 0 10px}
	#hero h2{color:#fff; font-size:24px; margin-bottom:13px; font-weight:normal;}
	#hero li{list-style:none; float:left; width:154px; height:146px; position:relative;}
	#hero li h3{font-size:14px; font-weight:normal;}
	#hero li h3 a{color:#fff; display:block; text-decoration:none; height:146px; width:154px;}
	#hero li h3 a:hover{color:#000;}
	#hero li h3 a span{position:absolute; left:0; bottom:0; background:url(../images/whiteArrow.gif) no-repeat 0 2px; padding-left:11px;}
	
	#prod1 a, #prod2 a, #prod3 a, #prod4 a, #prod5 a{background-repeat:no-repeat; background-position:top left;}
	#prod1 a{background-image:url(../images/prod1.jpg);}
	#prod2 a{background-image:url(../images/prod2.jpg);}
	#prod3 a{background-image:url(../images/prod3.jpg);}
	#prod4 a{background-image:url(../images/prod4.jpg);}
	#prod5 a{background-image:url(../images/prod5.jpg);}
	
/*:: content
-------------------------------------------- */	
	#content { padding:8px 14px 0; background:url(../images/content-home.jpg) top center no-repeat; height:215px; }
	#content #siteLinks{float:left; /* width:576px; */ list-style:none; padding-top:10px;}
	#content #siteLinks ul{ /* float:none; width:auto; */ padding:0 0 0 10px; }
	#content #siteLinks li{ /* height:100px; */ width:215px; float:left; margin-bottom:5px;}
	#content #siteLinks ul li{height:auto; margin-bottom:0; list-style:none;}
	#content #siteLinks img{ /* float:left; margin-right:10px; */ width:200px; }
	#content #siteLinks h4{font-size:18px; padding:5px 0 0 5px;}
	#content #siteLinks ul li a{font-size:12px; color:#000; text-decoration:none; background:url(../images/orangeArrow.gif) no-repeat left center; padding-left:11px;}
	#content #siteLinks ul li a:hover{text-decoration:underline;}