﻿/* Containers for page payout
--------------------------------------------------*/

html
{
height: 100%;
}

body
{
height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width:	960px;
 	margin:	0 auto;
 	text-align:left;
}
#printwrapper {
	position: relative;
	min-height: 100%;
	width:	600px;
 	margin:	0 auto;
 	text-align:left;
}

* html #wrapper
{
height: 100%;
}


#header {
	width: 950px;
	height: 95px;
}

   /* =links formatting for main menu 
 -----------------------------------------------------*/

#menubar {
	position: absolute;
	left: 30px;
	width: 900px;
	height: 30px;
	background-image:url('../Images/menubar.jpg');
	overflow: visible;
}

#menucontainer {
	position: absolute;
	top: 7px;
	left: 125px;
}

#mainmenu {
	font-size: 14px;
	font-family: Verdana, Arial, san-serif;
	width: 100%;
	float: left;
	margin: 0;
}

#mainmenu a {
	text-align: center;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 1px;
}

/* menu at rest */

#mainmenu a, #mainmenu a:visited  {
	color: #ffffff;
	text-decoration: none;
	background-color: #2F6246;
}

/* menu at mouseover */
#mainmenu a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #2F6246;
}

#mainmenu ul {
	list-style: none;
	margin-right: 6px;
	padding: 0;
	float: left;
	width: 125px; /* width of all menu boxes */
}

#mainmenu li {
	position: relative;
}

#mainmenu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 0;
	margin: 0 0 0 0;
}

#mainmenu ul ul ul {
	top: 0;
	left: 100%;
}

div#mainmenu li:hover {
	cursor: pointer;
	z-index: 100;
}

div#mainmenu li:hover ul ul,
div#mainmenu li li:hover ul ul,
div#mainmenu li li li:hover ul ul,
div#mainmenu li li li li:hover ul ul {
	display: none;
}

div#mainmenu li:hover ul,
div#mainmenu li li:hover ul,
div#mainmenu li li li:hover ul,
div#mainmenu li li li li:hover ul {
	display:block;
}

/* End of main menu formatting */

#leftcol {
	position: absolute;
	top: 125px;
	width: 240px;
	visibility: visible;
	z-index: 0;
}

#heading {
	position: absolute;
	left: 240px;
	top: 130px;
	width: 720px;
	height: 50px;
	z-index: 0;
}

#rightcol {
	position: absolute;
	top: 230px;
	left: 690px;
	width: 240px;
	height: 400px;
	vertical-align: baseline;
	text-align: right;
	z-index: 0;
}

#rightcolhome {
	position: absolute;
	top: 150px;
	left: 680px;
	width: 270px;
	height: 400px;
	vertical-align: baseline;
	text-align: right;
	z-index: 0;
}

#rightcolshop {
	position: absolute;
	top: 125px;
	left: 760px;
	width: 200px;
	height: 400px;
	vertical-align: baseline;
	text-align: right;
	z-index: 0;
}

#mainbody {
	border: 0;
	position: absolute;
	top: 150px;
	left: 240px;
	width: 470px;
	z-index: 0;
}

#mainbodyhome {
	border: 0;
	position: absolute;
	top: 130px;
	left: 240px;
	width: 470px;
	z-index: 0;
}


#mainbodyright {
	border: 0;
	position: absolute;
	top: 165px;
	left: 240px;
	width: 700px;
	padding-bottom: 9em;
	z-index: 0;
}

#mainbodywide {
	position: absolute;
	top: 175px;
	left: 250px;
	width: 650px;
	height: 400px;
	z-index: 0;
}

#mainbodyshop {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 700px;
	height: 400px;
	z-index: 0;
}

#buynowbutton {
	position: absolute;
	top: 500px;
	height: 150px;
	width: 150px;	
	text-align: center;
	vertical-align: top;
}

#footer {
	position: relative;
	left: -125px;
	width: 700px;
	text-align: center;
	font: Arial, san-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

#footershop {
	position: relative;
	left: 125px;
	width: 700px;
	text-align: center;
	font: Arial, san-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

#copyright {
	position: relative;
	width: 700px;
	left: -125px;
	text-align: center;
	color: #999999;
	font-size: 11px;
}

#copyrightshop {
	position: relative;
	width: 700px;
	left: 125px;
	text-align: center;
	color: #999999;
	font-size: 11px;
}


#creamlabel {
	position: fixed;
	top: 140px;
	left: 550px;
}

#shampoolabel {
	position: fixed;
	top: 140px;
	left: 350px;
}
 
   
   /* =links formatting for footer menu 
 -----------------------------------------------------*/
 
 a:link.footermenu {
   color: #999999;
   font-family: Arial, sans-serif;
   font-size:11px; text-decoration:none;
   font-weight: normal;
   }
   
 a:visited.footermenu {
   color: #999999;
   font-family: Arial, sans-serif;
   font-size:11px; text-decoration: none;
   font-weight: normal;
   }
 
 a:hover.footermenu {
   color: #999999;
   font-family: Arial, sans-serif;
   font-size:11px;
   text-decoration: underline;
   font-weight: bold;
   }
  
 a:active.footermenu {
   color: #999999;
   font-family: Arial, sans-serif;
   font-size:11px;
   text-decoration: underline;
   font-weight: bold;
   }
   
    /* =links formatting for sub menu 
 -----------------------------------------------------*/
 
 a:link.submenulive {
   color: #FFFFFF;
   font-family: Arial, sans-serif;
   font-size:12px; text-decoration:none;
   font-weight: bold;
   }
   
 a:visited.submenulive {
   color: #FFFFFF;
   font-family: Arial, sans-serif;
   font-size:12px; text-decoration: none;
   font-weight: bold;
   }
 
 a:hover.submenulive {
   color: #FFFFFF;
   font-family: Arial, sans-serif;
   font-size:12px;
   text-decoration: underline;
   font-weight: bold;
   }
  
 a:active.submenulive {
   color: #FFFFFF;
   font-family: Arial, sans-serif;
   font-size:12px;
   text-decoration: underline;
   font-weight: bold;
   }

#submenu {
	color: #FFFFFF;
}

#login {
	width: 200px;
	border: 2px purple solid;
	font: 11px;
	text-align: center;
}
  
h1 {
   font-family: Arial, Sans-Serif; 
   font-size: 28px;
   font-style: italic;
   color: #2F6246;
   line-height: 130%;
}

h1.photo {
   font-family: Arial, Sans-Serif; 
   font-size: 24px;
   font-style: italic;
   color: #2F6246;
   line-height: 130%;
}

   
h2 
   {
       font-family: Arial, Sans-Serif;
       font-size: 14px;
       font-style: italic;
       color: #2F6246;
   }
   
body 
   {
       font-family: Arial, Sans-Serif;
       font-size: 14px;
       line-height: 130%;
       text-align: justify;
       color: #990099;
   }
   
body.shop
   {
       font-family: Arial, Sans-Serif;
       font-size: 12px;
       line-height: 130%;
       text-align: justify;
       color: #990099;
   }

body.shopadmin
   {
       font-family: Arial, Sans-Serif;
       font-size: 12px;
       line-height: 130%;
       text-align: justify;
       color: #000000;
   }     
   

.herbals {
    color: #2F6246;
    font-style: italic;
    font-weight: bold;
}

.herbalslarge {
    color: #2F6246;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

.purplelarge {
	font-size: 14px;
	color: #990099;
	line-height: 150%;
	text-align: justify;
}


.purplemedium {
	font-size: 14px;
	color: #990099;
	line-height: 130%;
}

.boxcenter 
{
    background-color: #2F6246;
    color: #FFFFFF;
    text-align: center;
}

.boxcenterlink
{
    background-color: #2F6246;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px #FFFFFF ridge;
}


.center 
{
    text-align: center;
}

.justify 
{
    text-align: justify;
}


.noborder {
	border: 0;
}

p.cart
   {
       font-family: Arial, Sans-Serif;
       font-size: 11px;
       line-height: 130%;
       text-align: justify;
       color: #990099;
   } 
   
h2.cart
{
       font-family: Arial, Sans-Serif;
       font-size: 12px;
       font-style: italic;
       color: #2F6246;
}

p.login
   {
       font-family: Arial, Sans-Serif;
       font-size: 11px;
       line-height: 130%;
       text-align: justify;
       color: #990099;
   } 
   
h2.login
{
       font-family: Arial, Sans-Serif;
       font-size: 12px;
       font-style: italic;
       color: #2F6246;
       text-align: left;
}  

  

.margin10 {
	margin: 10px;
}

#centella {
	position: absolute;
	left: 157px; 
	top: 233px; 
	height: 74px;
}

#marigold {
	position: absolute;
	left: 157px; 
	top: 360px; 
	height: 74px;
}

#teatree {
	position: absolute;
	left: 157px; 
	top: 540px; 
	height: 74px;
}

#lavender {
	position: absolute;
	left: 157px; 
	top: 620px; 
	height: 74px;
}

#eucalyptus {
	position: absolute;
	left: 157px; 
	top: 700px; 
	height: 74px;
}

#ie6submenu {
	color: #FFFFFF;
}

#submenu {
	color: #FFFFFF;
}

#submenulive {
	color: #FFFFFF;
}

#pamperheader {
	position: absolute;
	top: 145px;
	left: 420px;
	width: 270px;
	color: #2F6246;
	font-weight: bold;
	font-size: 16px;
}

#pamper {
	position: absolute;
	top: 160px;
	left: 420px;
	width: 270px;
	color: #990099;
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
}

#freedelivery {
	position: absolute;
	top: 385px;
	left: 420px;
	width: 270px;
	color: #2F6246;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#specialoffer {
	float: right;
	position: absolute;
	left: 420px;
	border: 2px solid purple; 
	width: 280px;
	text-align: center;
}
