<?php
	include_once("initialize.php");
	include("top.php");
?>

									<!-- main content -->
									<table border="0" cellspacing="0" cellpadding="5" width="100%">
										<tr>
											<td class="pageTitleText" nowrap="true" valign="top">
												Contact
											</td>
										</tr>
										<tr>
											<td class="mainContent" colspan="3" width="100%">

												<table border="0" cellspacing="0" cellpadding="0" width="100%">
													<tr>
														<td>

															<h2 class="subHeadingText">Headquarters</h2>
															<div class="indentedText">
																Xenolutions, LLC<br>
																Attn: Eric Renouf<br>
																286 Central Street<br>
																East Hampstead, NH 03104<br>
															</div>
															<br>

															<h2 class="subHeadingText">Support</h2>
															<div class="indentedText">
																<a href="mailto:support@xenolutions.com">support@xenolutions.com</a>
															</div>
															<br>

															<h2 class="subHeadingText">General questions</h2>
															<div class="indentedText">
																<a href="mailto:info@xenolutions.com">info@xenolutions.com</a>
															</div>
															<br>

															<h2 class="subHeadingText">Sales</h2>
															<div class="indentedText">
																<a href="mailto:sales@xenolutions.com">sales@xenolutions.com</a>
															</div>

															<br><br>
														</td>
														<td align="right" rowspan="2" valign="top" width="210">
															<table border="0" cellspacing="0" cellpadding="0" width="100%">
																<tr>
																	<td><img src="images/grayBoxTop.gif"></td>
																</tr>
																<tr>
																	<td background="images/grayBoxBackground.gif" style="padding-left: 5px; padding-right: 5px;">
																		<h2 class="subHeadingText">Purchase WarBird</h2>
																		<ul>
																			<li><a href="purchase.php">Register your copy of WarBird</a></li>
																		</ul>
																	</td>
																</tr>
																<tr>
																	<td><img src="images/grayBoxBottom.gif"></td>
																</tr>
															</table>

															<br>

															<table border="0" cellspacing="0" cellpadding="0" width="100%">
																<tr>
																	<td><img src="images/grayBoxTop.gif"></td>
																</tr>
																<tr>
																	<td background="images/grayBoxBackground.gif" style="padding-left: 5px; padding-right: 5px;">
																		<h2 class="subHeadingText">Support</h2>
																		<ul>
																			<li><a href="support.php">Get support for WarBird</a></li>
																		</ul>
																	</td>
																</tr>
																<tr>
																	<td><img src="images/grayBoxBottom.gif"></td>
																</tr>
															</table>

															<br>

															<table border="0" cellspacing="0" cellpadding="0" width="100%">
																<tr>
																	<td><img src="images/grayBoxTop.gif"></td>
																</tr>
																<tr>
																	<td background="images/grayBoxBackground.gif" style="padding-left: 5px; padding-right: 5px;">
																		<h2 class="subHeadingText">Contact</h2>
																		<ul>
																			<li><a href="contact.php">Contact Xenolutions</a></li>
																		</ul>
																	</td>
																</tr>
																<tr>
																	<td><img src="images/grayBoxBottom.gif"></td>
																</tr>
															</table>
														</td>
													</tr>
												</table>

											</td>
										</tr>
									</table>


<?php include("bottom.php"); ?>