<?xml version="1.0" encoding="utf-8"?>
<Template>
	<MainArea class="DisplayArea">
		<Header class="Header">
			<Logo class="site-logo"/>
			<StoreName class="site-name"/>
			<CustomerLogin  id="TopRightLoginBox"/>
		</Header>
		<NavigationBar class="Invisable"/>
		<SplashPage id="background"/>
		<MiddleColumn class="content">
			<StoreContent id="StoreContent" maxColumns="1">
				<ProductDisplay class="productBox">
					<Image class="productImage"/>
					<ContainerStart class="ProductInfo"/>
						<Name class="productName"/>
						<Button class="submit-button" function ="storeFront.addProductToCart" args="productId">
							Add to Cart
						</Button>
						<Price class="productPrice"/>
						<ProductAttributes class="productAttributes"/>
					<ContainerEnd/>
						<Text class="ProductText"><![CDATA[<br/><center><b>Roll on Image to ENLARGE<br/>Click Image for PRODUCT DETAIL </b></center>]]></Text>
					<barSeperator class="threeLinkBar">
						<Item class="LinkItem">
							<Label class="LinkLabel">Item 1</Label>
							<Link type="url"/>
						</Item>
						<Item class="LinkItem">
							<Label class="LinkLabel">Item 2</Label>
							<Link type="url"/>
						</Item>
						<Item class="LinkItem">
							<Label class="LinkLabel">Item 3</Label>
							<Link type="url"/>
						</Item>
					</barSeperator>
				</ProductDisplay>
			</StoreContent>
		</MiddleColumn>
	</MainArea>
</Template>


