<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<xsl:template match="Horticulture_Heaven">
		<html>
			<head>
				<title>Horticulture Heaven | Welcome!</title>
				<link href="d1.css" rel="stylesheet" type="text/css"/>
			</head>
			<body>
			<div align="center">
				<table class="main" cellpadding="5" cellspacing="0" width="750px">
					<tr>
						<td colspan="2" align="center">
							<img src="header.gif" alt="Header Image"/>
						</td>
					</tr>
					<tr>
						<td valign="top">
							<table class="navigation">
								<tr>
									<td valign="top" align="center">
										<table cellpadding="0" cellspacing="0" style="width: 115px;">
											<tr>
												<td class="nav_title">Navigation</td>
											</tr>
											<tr>
												<td class="nav_mid"> :: <a href="daffodils.html" title="Daffodils">Daffodils</a> ::</td>
											</tr>
											<tr>
												<td class="nav_mid"> :: <a href="daylilies.html" title="Daylilies">Daylilies</a> ::</td>
											</tr>
											<tr>
												<td class="nav_mid"> :: <a href="roses.html" title="Roses">Roses</a> ::</td>
											</tr>
											<tr>
												<td class="nav_mid"> :: <a href="tulips.html" title="Tulips">Tulips</a> :: </td>
											</tr>
										</table>
									</td>
								</tr>
								<tr>
									<td valign="top" align="center">
										<table cellpadding="0" cellspacing="0" style="width: 115px;">
											<tr>
												<td class="nav_title">Address</td>
											</tr>
											<tr>
												<td class="nav_mid" style="font-size:10px;">
													<xsl:value-of select="locations/address"/>, <xsl:value-of select="locations/city"/>, <xsl:value-of select="locations/state"/> <xsl:value-of select="locations/zip"/>
												</td>
											</tr>
										</table>
									</td>
								</tr>
								<tr>
									<td valign="top" align="center">
										<table cellpadding="0" cellspacing="0" style="width: 115px;">
											<tr>
												<td class="nav_title">Contact Info</td>
											</tr>
											<tr>
												<td class="nav_mid" style="font-size:10px;">
												Ph: <xsl:value-of select="locations/contact/phone"/>
													<br/>
												Fax: <xsl:value-of select="locations/contact/fax"/>
												</td>
											</tr>
										</table>
									</td>
								</tr>
								<tr>
									<td>
										<table cellpadding="0" cellspacing="0" style="width: 115px;">
											<tr>
												<td class="nav_title">Hours</td>
											</tr>
											<tr>
												<td class="nav_mid" style="font-size:10px; text-align: left; padding: 3px;">
													<xsl:for-each select="locations/hours">
														<font style="font-weight: bold;">
															<xsl:value-of select="@day"/>
														</font>
														<br/>
														<span style="position: relative; left: 8px;">
															<xsl:value-of select="./start"/> - <xsl:value-of select="./end"/>
														</span>
														<br/>
													</xsl:for-each>
												</td>
											</tr>
										</table>
									</td>
								</tr>
							</table>
						</td>
						<td valign="top">
							<p class="mainbody">
							Welcome to our brand new homepage! This is the place where you will be able to see our newest inventory
							of flower stock and what we can offer you as the consumer. This site is just getting started, so please be patient as
							there will be updates that will be occuring over time to make this site even better for you, our valued customer.
						</p>
							<p class="mainbody">
							On the navigation bar you can find our current stock of flowers. Please click a link of the flower that you are 
							interested in. It will lead you to a new page with more information about the flowers of that type. 
						</p>
							<p class="mainbody">
							Don't want to buy online? Visit us in our Seattle Store! Our address is:<br/>
								<xsl:value-of select="locations/address"/>, <xsl:value-of select="locations/city"/>, <xsl:value-of select="locations/state"/> <xsl:value-of select="locations/zip"/>
							</p>
							<br/>
							<div align="center">
								<table class="flowers" style="border-bottom: 1px solid #000000;" cellpadding="0" cellspacing="0" border="0">
									<tr>
										<td style="border-right: 1px solid #000000; text-align: center; width: 100px; font-size: 14px; font-weight: bold;">Daffodils</td>
										<td style="border-right: 1px solid #000000; text-align: center; width: 100px; font-size: 14px; font-weight: bold;">Daylilies</td>
										<td style="border-right: 1px solid #000000; text-align: center; width: 100px; font-size: 14px; font-weight: bold;">Roses</td>
										<td style="text-align: center; width: 100px; font-size: 14px; font-weight: bold;">Tulips</td>
									</tr>
									<tr>
										<td>
											<a href="./daffodils.html" name="Link to Daffodils Page">
												<img src="daffodils.gif" alt="Link Image" border="0"/>
											</a>
										</td>
										<td>
											<a href="./daylilies.html" name="Link to Daylilies Page">
												<img src="daylilies.gif" alt="Link Image" border="0"/>
											</a>
										</td>
										<td>
											<a href="./roses.html" name="Link to Roses Page">
												<img src="roses.gif" alt="Link Image" border="0"/>
											</a>
										</td>
										<td>
											<a href="./tulips.html" name="Link to Tulips Page">
												<img src="tulips.gif" alt="Link Image" border="0"/>
											</a>
										</td>
									</tr>
								</table>
								<br/>
								<p style="font-size: 10px;">Click a flower image to go to that page.</p>
							</div>
						</td>
					</tr>
					<tr>
						<td colspan="2" align="center">
							<table class="footer" cellpadding="0" cellspacing="0">
								<tr>
									<td>The content on this site is the property of HH and it's owners.<br/>
									Any use of this content without the consent of the owners and HH is in violation of Copyright laws.<br/>
									Copyright 2003 Horticulture Heaven</td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
			</div>
			</body>
		</html>
	</xsl:template>
</xsl:stylesheet>