/* Esencia Holistic Therapies Style Sheet */

@import url("rounded.css");

* { padding: 0; margin: 0; } /* clear overall margins (ie6 etc)  */

body {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #666666;
	 font-size: 12px;
	 text-align: center; /* For ie body and wrapper need text align to centre the whole layout */
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

a img{
	border:none;
 }

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 80em;
	min-width: 60em;
	text-align: left; /* For ie body and wrapper need text align to centre the whole layout */
}

#iewrapper {
	width: expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 970? "970px" : "auto"); /*another ie hack using javascript */
}


#header {
	margin: 0;
	padding: 0px;
	height: 72px;
	text-align:center;
	z-index: 10;
}

#header_left {
	margin: 0;
	margin-right: -3px; /*to fix the ie 3pixel shift bug */
	padding: 0;
	width: 555px;
	float: left;
	height: 72px;	
	z-index: 11;
}

#header_right {
	margin: 0;
	padding: 0;
	height: 72px;	
	background-image: url('/images/template/header_right.jpg');
	background-position: right;
	background-repeat: no-repeat;
	z-index: 12;
}

/* Below is the horizontal nav */
#nav_bar {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #ddf2bf;
	color: #000000;
	text-align: center;
	z-index: 2;
}

#nav_wrap {
	margin:0 auto;
	width:755px;
	text-align:center;
	background-color: #ddf2bf;
	color: #000000;
	z-index: 2;
}

#nav, #nav ul {
	padding: 10px 0 10px 0px;
	margin: 0 auto;
	list-style: none;
	background-color: #ddf2bf;
	line-height: 75%;
	text-align: center;	
	z-index: 2;
	}
	
#nav a {
	display: block;
	padding-bottom: 3px;
	width: 10em;
	font-weight:700;
	font-style: italic;
}
	
#nav li {
	padding-left: 0;
	float:left;
	width: 10em;
	position: relative;
	}

#nav li ul {
	position: absolute;
	display: none;
	background-color: #eeeeee;
	top: 0.75em;
	line-height: 1.5;
	text-align:left;
	left: -5px;
	}
	
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* light green rounded bottom corners */
.lgbottom-left {
	width: inherit;
	margin-right: -9px; /* clip right corner */
	margin-left: 0;
	background-image: url('/images/template/corners_lightgreen_1280x18.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
}

.lgbottom-right {
	width: 99%; /*altered from 99% for ie */
	_width: 100%; /*oh dear another ie hack - sorry!!! */
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('/images/template/corners_lightgreen_1280x18.gif'); 
	background-position: 100% -9px; /* under half, right side */
	height: 9px; 
	font-size: 2px; 
}

/* See navbox for more css styling over the navigation */
/* end of navigation */

#shop_nav {
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#shop_nav a:hover{
	color: #009900;
	text-decoration: none;
}

#breadcrumb {
	 margin: 0;
	 float: left;
	 text-align: left;
}

#cart_nav {
	 margin: 0;
	 float: right;
	 text-align: right;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
	 clear: left;
	 margin: 0px;
	 padding: 4px;
	 display: inline; /* IE Hack */
	 width: 14%;
	 float: left;
	 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 


#centrecolumn { /* Parent Wrapper for inside boxes */
	 margin-left: 15px;
	 display: inline; /* IE Hack */
	 padding: 2px;
	 width: 64%;
	 float: left;
	 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 


#rightcolumn {
	 margin: 0px;
	 padding: 2px;
	 display: inline; /* IE Hack */
	 width: 13%;
	 float: right;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#centrecolumn img {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 10px 5px 5px 5px;
}

/* infobox css styles */

#box_header{
	float: left;
	width: 100%;
}

#box_arrow{
	margin: 0;
	padding: 0;
	margin-top: -11px;
	float: right;
}

#box_content{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /* for ie */
	background: #f8f8f9;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#logobox {
	margin: 0 auto;
	padding: 0;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 10px;
}


#navbox{
	margin: 0;
	padding: 0;
	background-color: #ddf2bf;
}

/* end of infobox's css styling */

#footer {
	 background-color: #e5e5e5;
	 margin: 10px 0px 0px 0px;
	 display: inline; /* IE Hack */
	 padding: 0;
	 float: left;
	 font-size: 75%;
	 width: 98.7%;
}

#footer a:link, a:hover{
	color: #000000;
}

/* green rounded bottom corners */

.greenbottom-left {
margin-right: 9px; /* clip right corner */
background-image: url('/images/template/footer1280x18.gif');
background-position: 0 -9px; /* show under half of the image */
height: 9px;
font-size: 2px;
}

.greenbottom-right {
margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('/images/template/footer1280x18.gif'); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}

/* end of css */

