<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Salon BELLAMY</title>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/init.js"></script>
<!--[if lte IE 7]>
<script type="text/javascript" src="js/IEinit.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!--[if IE 6]>
<script src="js/DD_belatedPNG.js"></script>
<script> DD_belatedPNG.fix('#wrapper2,#hh_img'); </script>
<![endif]-->
</head>
<body class="homepage">
<div id="wrapper1"><div id="wrapper2"><div id="wrapper3">
<div id="site">
<div id="header">
<a id="logo" href="#">Salon BELLAMY</a>
<form method="get" action="#">
<p><input type="text" value="" name="search" /></p>
</form>
<a id="cart" href="#">View Cart</a>
</div>
<div id="main">
<div id="homepage_header">
<img id="hh_img" src="images/images/header.png" alt="" />
<a id="hh_link" href="#"></a>
<div id="hh_text">Some kind of text can go in this area about feature, or <a href="#">links</a> could go here!!</div>
</div>
<div id="main_menu">
<ul>
<li><a href="#">ABOUT LINK</a></li>
<li><a href="#">PRODUCTS</a></li>
<li><a href="#">ANOTHER LINK</a></li>
<li><a href="#">ANOTHER LINK</a></li>
<li><a href="#">ANOTHER LINK</a></li>
<li><a href="#">CONTACT US</a></li>
</ul>
</div>
<div id="sidebar">
<h3 class="bestsellers">BEST SELLERS</h3>
<ul>
<li><a href="#">Lorem ipsum dolor si</a></li>
<li><a href="#">Nulla ultricies eros sit</a></li>
<li><a href="#">Ut eget tortor eget</a></li>
<li><a href="#">Sed et lacus in qua</a></li>
<li><a href="#">Curabitur vehicula</a></li>
<li><a href="#">Praesent viverra elei</a></li>
<li><a href="#">Quisque condimen</a></li>
<li><a href="#">Nulla at purus in risu</a></li>
</ul>
<h3 class="browsebyproduct">BROWSE BY PRODUCT</h3>
<ul>
<li><a href="#">Lorem ipsum dolor si</a></li>
<li><a href="#">Nulla ultricies eros sit</a></li>
<li><a href="#">Ut eget tortor eget</a></li>
<li><a href="#">Sed et lacus in qua</a></li>
<li><a href="#">Curabitur vehicula</a></li>
<li><a href="#">Praesent viverra elei</a></li>
<li><a href="#">Quisque condimen</a></li>
<li><a href="#">Nulla at purus in risu</a></li>
</ul>
</div>
<div id="contents">
<div class="clr">
<div class="product">
<a href="#">
<img src="images/images/product.png" alt="" />
<span class="name">Name of Product</span>
<span class="discount50"></span>
</a>
<span class="description">Description of product in this area. More about</span>
<a class="tocart" href="#">to cart</a>
</div>
<div class="product">
<a href="#">
<img src="images/images/product.png" alt="" />
<span class="name">Name of Product</span>
</a>
<span class="description">Description of product in this area. More about</span>
<a class="tocart" href="#">to cart</a>
</div>
<div class="product">
<a href="#">
<img src="images/images/product.png" alt="" />
<span class="name">Name of Product</span>
</a>
<span class="description">Description of product in this area. More about</span>
<a class="tocart" href="#">to cart</a>
</div>
</div>
<div class="clr">
<div class="product">
<a href="#">
<img src="images/images/product.png" alt="" />
<span class="name">Name of Product</span>
</a>
<span class="description">Description of product in this area. More about</span>
<a class="tocart" href="#">to cart</a>
</div>
<div class="product">
<a href="#">
<img src="images/images/product.png" alt="" />
<span class="name">Name of Product</span>
<span class="discount50"></span>
</a>
<span class="description">Description of product in this area. More about</span>
<a class="tocart" href="#">to cart</a>
</div>
<div class="product">
<a href="#">
<img src="images/images/product.png" alt="" />
<span class="name">Name of Product</span>
</a>
<span class="description">Description of product in this area. More about</span>
<a class="tocart" href="#">to cart</a>
</div>
</div>
</div>
<div class="clr"></div>
</div>
</div>
</div></div></div>
</body>
</html>