﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
	<xsl:output method="xml" indent="yes"/>

	<xsl:template match="/">
		<xsl:variable name="TemplateURL" select="AjaxRequest/TemplateURL"></xsl:variable>

		<div style="padding-top:10px;">
			<table class="tableMaster" cellpadding="0" cellspacing="0">
				<tr>
					<td width="25%">
						<div class="FooterContentHeader BottomBorder">
							LifeSpace
						</div>
						<div class="FooterContentText BottomBorder">
							HOME
						</div>
						<div class="FooterContentText BottomBorder">
							HOW IT WORKS
						</div>
						<div class="FooterContentText BottomBorder">
							GOAL PLANS
						</div>
						<div class="FooterContentText BottomBorder">
							LIFESPACE BUSINESS
						</div>
						<div class="FooterContentText BottomBorder">
							ARE YOU A COACH?
						</div>
						<div class="FooterContentText BottomBorder">
							CONTACT
						</div>
						<div class="FooterContentText paddingTop10" style="width:120px;">
							HELP &amp; SUPPORT
						</div>
					</td>
					<td width="25%">
						<div class="FooterContentHeader BottomBorder">
							The tour
						</div>
						<div class="FooterContentText BottomBorder">
							START A GOAL
						</div>
						<div class="FooterContentText BottomBorder">
							TRACK YOUR PROGRESS
						</div>
						<div class="FooterContentText BottomBorder">
							GET CONNECTED
						</div>
						<div class="FooterContentText paddingTop10" style="width:120px;">
							GET YOURS
						</div>						
					</td>
					<td width="25%">
						<div class="FooterContentHeader" style="padding-top:10px;padding-bottom:10px;width:200px;border-bottom:1px solid #BCBEC0;">
							Follow us
						</div>
						<div class="onMouseOver" style="margin-top:20px;margin-bottom:10px;">
							<img class="verticallyMiddle marginRight10" src="{$TemplateURL}Web/Images/Ver_2_0/icon_facebook.png"
                            alt=""></img>
							<span class="verticallyMiddle FollowUsText">
								on Facebook
							</span>
						</div>
						<div class="onMouseOver" style="margin-top:10px;margin-bottom:10px;">
							<img class="verticallyMiddle marginRight10" src="{$TemplateURL}Web/Images/Ver_2_0/icon_twitter.png"
                            alt=""></img>
							<span class="verticallyMiddle FollowUsText">
								on Twitter
							</span>
						</div>						
					</td>
					<td>
						<table cellpadding="6">
							<tr>
								<td class="JoinLSMessage textCenter">
									Join LifeSpace –It's Free
								</td>
							</tr>
							<tr>
								<td class="textCenter getStarted verticallyMiddle" onclick="DisplaySignUpPopUp('login');">
									<span>
										Get Started!
									</span>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</div>
	</xsl:template>
</xsl:stylesheet>