<?xml version="1.0" encoding="iso-8859-1" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:include href="../../library/xslt/global.xslt" />
	<xsl:template match="data">
	
		<div id="containerInner">	
			<!-- call the header template-->
			<xsl:call-template name="header">
				<xsl:with-param name="navtypeid" select="pageinfo/@navtypeid"/>
			</xsl:call-template>
			
				<div class="containerInner" style="position:relative; top:-7px; background-color:#FFF;">
				
					
					<xsl:call-template name="leftNavigation">
					
					</xsl:call-template>
					
					<div id="contentcontainer">
					
						
						<div id="contentone" >
							<div style="float:left; background:url(/images/construction/vert-seperator.gif) right repeat-y; width:515px;">
								<div id="contentone-a-third">
								
									<div class="pageHeader" ><xsl:value-of select="navparent[position() = 2]/pagetitle"/></div>
									<div class="pageSubHeader" style="margin:10px 0 10px 0; " ><xsl:value-of select="navparent[position() = last()]/pagetitle"/> (T:0161 443 0000)
									</div>
									<div class="bodyTextDiv-third">
										
										<xsl:call-template name="contactusform">
											<xsl:with-param name="topcolour" select="'Red'"/>
											<xsl:with-param name="typeid" select="3"/>
										</xsl:call-template>
										
									</div>
								</div>
							
								
							
							</div>
							
							<div class="rightSide275">
								<div class="spacer10px"><img src="/images/global/keyrecruitment.png" width="10" height="36" alt="" /></div>
								
								<div class="rightSide265">

                  <xsl:call-template name="quicklinkcontactdetails"/>

                  <div class="rightSide265">
                    <img src="/images/global/keyrecruitment.png" width="265" height="10" alt="" />
                  </div>


                  <xsl:call-template name="quicklinkfindkey"/>

                  <div class="rightSide265">
                    <img src="/images/global/keyrecruitment.png" width="265" height="10" alt="" />
                  </div>

                  <xsl:call-template name="quicklinkkeyaddress"/>




                </div>



              </div>
		
							
							<xsl:call-template name="logos-stripe"/>
						
						</div>
						
		
					
						
					</div>
				</div>
				
				<div class="clear"></div>
				
				<xsl:call-template name="footer" />
				
				
	
			</div>			
		
		
		
			
	</xsl:template>
</xsl:stylesheet>  
