@charset "utf-8";
/* CSS Document */


<style type="text/css"> 
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7F7F7F;
	background-color: #FFF;
	background-image: url(../front_page/images/bg/blue__header.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#navbar {
	width: 765px;
	padding-left: 0px;
	margin-left: -8px;
	margin-top: 50px;
}
.underline {
	font-family: Calibri, Verdana;
	font-size: 15px;
	color: #51A9FF;
	text-decoration: underline;
	font-weight: bolder;
}

#warranty20 {
	margin-left: 20px;
}

#jumpmenuediv {
	width: 190px;
	margin-top: 0px;
	padding-bottom: 40px;
}
#jumpMenu2 {
	width: 155px;
}
#jumpMenu {
	width: 155px;
}



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7F7F7F;
	background-color: #FFF;
	background-image: url(../../front_page/images/bg/banner_edges.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	font-family: Calibri, Verdana;
} 
.h1selected {
	font-family: Calibri, Verdana;
	font-size: 18px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo {
	margin-left: 0px;
	margin-top: 30px;
}
.subheadertext {
	font-family: Calibri, Verdana;
	font-size: 24px;
	color: #51AAFE;
	margin-bottom: 20px;
	margin-top: 0px;
	top: 0px;
	padding-top: 40px;
	overflow: auto;
	text-align: left;
	font-style: normal;
}
#header {
	background-color: #FFF;
	background-image: url(../../front_page/images/bg/banner.png);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 0px;
	font-family: Calibri, Verdana;
	text-align: justify;
} 
.directorytextcolor {
	font-family: Calibri, Verdana;
	font-size: 14px;
	color: #52A9FF;
	margin-left: 0px;
}

.backone {
	margin-left: 0px;
}

a.backone{
	display:block;
	width:75px;
	height:30px;


    background: url (back_one.jpg) no-repeat center center;			background-image: url(../../mis_images/back_one.jpg);
	background-repeat: no-repeat;
}
 
a:hover.backone{
    background: url (back_one_over.jpg) no-repeat center center ;
	background-image: url(../../mis_images/back_one_over.jpg);
	background-repeat: no-repeat;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar2 {
	margin-left: 0px;
	margin-top: 5px;
	clear: both;
	float: left;
	width: 200px;
}
#manuals {
	clear: both;
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 0px;
}



.bluetext1 {
	font-family: Calibri, Verdana;
	font-size: 15px;
	color: #51A9FF;
}
.bullettextitalic {
	font-family: Calibri, Verdana;
	font-size: 14px;
	color: #7F7F7F;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
}

.bullettext {
	font-family: Calibri, Verdana;
	font-size: 14px;
	color: #7F7F7F;
	text-align: justify;
}
 #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-top-color: #000;
} 

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.leftimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright {
	font-family: Calibri, Verdana;
	font-size: 11px;
	color: #000;
	text-align: right;
}

.mainfont {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: #7F7F7F;
}

#bottomsnippet {
	font-family: Calibri, Verdana;
	font-size: 12px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]


 TemplateBeginEditable name="head" 
 TemplateEndEditable 






<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>

<body class="twoColFixLtHdr">

<div id="container">
  <div id="header">
    <h1>&nbsp;</h1>
<p>&nbsp;</p>
    <div id="navbar">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="../index.html">Home</a>
          <ul>
            <li><a href="#">About Us</a></li>
            <li><a href="#">Contact Us</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Medi Spa</a>
          <ul>
            <li><a href="#">Body Sculpting</a></li>
            <li><a href="../silhouettone/pages/beds/a_directory_dayspa_bed.html">Medi Spa Beds</a></li>
            <li><a href="#">Wooden Beds</a></li>
            <li><a href="#">Bed Accessories</a></li>
            <li><a href="#">IPL's (Lasers)</a></li>
            <li><a href="#">Consumables</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Day Spa</a>
          <ul>
            <li><a href="#">Acc. Equipment</a></li>
            <li><a href="#">Aesth Equipment</a></li>
            <li><a href="#">Body Sculpting</a></li>
            <li><a href="../silhouettone/pages/beds/a_directory_dayspa_bed.html">Day Spa Beds</a></li>
            <li><a href="#">Wooden Beds</a></li>
            <li><a href="#">Paraffin</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Wellness Spa</a>
          <ul>
            <li><a href="#">Creams &amp; Oils</a></li>
            <li><a href="#">Hot stones kits</a></li>
            <li><a href="#">Massage Tables</a></li>
            <li><a href="#">Warming Bowls</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Skincare</a>
          <ul>
            <li><a href="#">Circadia</a></li>
            <li><a href="#">Riversol</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Education</a>
          <ul>
            <li><a href="#">CosMedic Laser</a></li>
            <li><a href="#">Micro dermabrasion</a></li>
            <li><a href="#">IPL's</a></li>
            <li><a href="#">Acid Peels</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Price List</a>
          <ul>
            <li><a href="#">Price List</a></li>
            <li><a href="#">Terms</a></li>
            <li><a href="#">Shipping</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <p>
       end #header 
  </p></div>
<div id="sidebar1">
    <p>&nbsp;</p>
    <p>&nbsp;</p>
     end #sidebar1 
  </div>
<div id="mainContent">
    <h1 class="subheadertext">Salon &amp; Day Spa Equipment &amp; Consultants</h1>
    <h1 class="subheadertext">&nbsp;</h1>
  </div>
  
   This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats <br class="clearfloat" />
  <div id="footer">
    <div style="text-align: center; border-top: 2px solid #51a9ff; margin-top: 1em;">
      <div id="bottomsnippet">
        <p><a href="#">Contact</a>• <a href="#">Terms</a> •<a href="#">Site Map</a> • <a href="#">Price List</a> • <a href="#">1-800-945-8482</a></p>
      </div>
    </div>
<p class="copyright">&copy;Copyright 2002-J'Vita CosMedic Group</p>
   end #footer </div>
 end #container </div>
<script type="text/javascript">

var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//
</script>
</body>
</html>
#maincontent2 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

