﻿
#footer
{
    background-image:url(../gfx/bottomCurve.jpg);
    background-repeat:no-repeat;
    height:35px;
    padding:12px 29px 5px 29px;
}


#footer ul
{
    list-style:none;
    margin:0;
	padding:0;
	width:auto;
}

#footer li
{
    float:left;
    margin:0;
	padding:0;
}

#footer a 
{
 margin-top:5px;
 display:block;
 float:left;
 height:6px; 
}


/* footer links */

    #footerTerms{
		background:url(../gfx/footer_terms.gif);
		background-repeat:no-repeat;
		width:84px;
	}
	
	#footerTerms:hover {
		background:url(../gfx/footer_terms_f2.gif);
		background-repeat:no-repeat;
	}
	
	#footerPrivacy{
		background:url(../gfx/footer_privacy.gif);
		background-repeat:no-repeat;
		width:85px;
	}
	
	#footerPrivacy:hover {
		background:url(../gfx/footer_privacy_f2.gif);
		background-repeat:no-repeat;
	}
	
	#footerLightedge{
		background:url(../gfx/footer_lightedge.gif);
		background-repeat:no-repeat;
		width:152px;
	}
	
	#footerLightedge:hover {
		background:url(../gfx/footer_lightedge_f2.gif);
		background-repeat:no-repeat;
	}
/* End footer links */