/* Colours
Lime Background: #ADD029
Pale Green Background : #F5F9EF
Green Titles and Links : #669900
Navy : #003366
Pink: #FFB3B5
Olive: #999900
*/

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
	/* behavior: url('catalog/javascript/png/iepngfix.htc');	
	background: #F5F9EF url('../image/essential_oil.jpg') top repeat-x;*/
	background: #008000 /* forest green */ 
}

body, td, th, input, textarea, select, a {
	font-size: 11px;
	color: #000000;
}
 
b, strong, th {
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #669900;
}

.olive {
  color: #999900;
}

.small-red {
  font-size: 10px;
  color: #FF0000; /* red */
}

.small-green {
  font-size: 10px;
  color: #669900;
}

.small {
  font-size: 10px;
}

.small a {
  text-decoration: none;
  color: #669900;
  font-size: 10px;
}

.small a:hover {
	text-decoration: underline;
}

a img {
	/* border: 1px solid #EEEEEE; */
	border: none;
}

/* layout */
#container {
	width: 982px;
	position: relative;
	margin: 0 auto 10px auto;
}

#header {
	height: 85px;
	clear: both;
}

#header .a {
	background: url('../image/logo.gif') no-repeat;
	cursor: pointer;
	width: 240px;
	height: 75px;
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
}

#header .b {
	position: relative;
	top: 59px;
	/* margin-left: 383px; */
	margin-left: 400px;
	float: left;
	font-weight: bold;
}

#header .b a {
	/*background: url('../image/tab.jpg');
	behavior: url('catalog/javascript/png/iepngfix.htc');*/
	width: 100px;
	height: 18px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
	/* display: none; */
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#left-column {
	width: 190px;
	margin: 10px 5px 15px 0px; 
	float: left;
	/* padding-left: 5px; */
	padding-left: 0px;
}

#content {
	margin: 2px 0px 15px 0px; 
	float: left;
	padding: 0px 7px 7px 7px;
	border: 1px solid #eee;
	width: 580px;
	background-color: #fff;
}

#right-column {
	width: 175px;
	margin: 10px 0px 15px 0px; 
	float: right;
	padding-right: 5px;
}

#category-bottom {
	margin: 7px 0px 7px 0px; 
	float: left;
	padding: 7px 0px 7px 0px;
	border: 1px solid #eee;
	width: 577px;
	background-color: #F5F9EF;
}

#footer { 
	clear: both;  
	border-top: 1px solid #FFFFFF;
	padding-top: 3px;
	margin-bottom: 1px;
	height: 30px;
	color: #D0E1D7;
}

#footer a { 
	color: #D0E1D7;
}

#footer .a {
	float: left;
	margin-top: 2px;
	padding: 5px 5px 0px 5px;
}

#footer .b {
	/*float: right;*/
	text-align: right;
	margin-top: 2px;
	padding: 5px 5px 5px 5px;
	
}

#footer .b a {
	color: #336699;
}

#footer .c {
	text-align: center;
	margin-bottom: 5px;
}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

/*h1 { 
	display: none;
}*/
/** end layout **/

h1
{ 	
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}

.heading-navy {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 2px;
	clear: both;
	width: 98%;
	height: 18px;
	text-align: center;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	padding-bottom: 2px;
	clear: both;
	margin-top: 12px;
	margin-bottom: 5px;
	width: 98%;
	height: 18px;
}

.heading a {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* color: #669900; */
	color: #ADD029;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	/*margin-bottom: 10px;*/
	width: 100%;
	height: 18px;
	text-decoration: none;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: red;
	font-size: 10px;  
	padding: 3px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid red;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	padding-top: 5px;
	width: 99%;
}

.breadcrumb a {
	/*color: #006699;
	color: #30559C; */
	color: #003366;
}

#bar {
	background-color: #ADD029; 
	border-top: 1px solid #669900; 
	border-bottom: 1px solid #669900;
	padding: 3px 5px 0 5px;
	/* height: 24px; */
	/* width: 586px; */
	/* margin-left: 195px; */
	height: 39px;
	/* width: 700px; */
	width: auto;
	/* margin-left: 139px ; */
	text-align: center;
}

.bar a {
	text-decoration: none;
	color: #003366;
	/*font-weight: bold;*/
	font-size: 14px;
	
}

.products {
	float: left;
	width: 124px;
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 165px;
	border: 1px solid #eee;
	padding: 0.5em;
	margin: 0.35em;
}

.products-mini {
	float: left;
	width: 175px;
	text-align: center;
	height: 45px;
	border: 1px solid #eee;
	padding: 0.3em;
	margin: 0.3em;
	background: #FFF;
}

.category-desc {
	font-size: 10pt;
}

.category-desc a {
	font-size: 10pt;
	color: #669900;
}

.categories {
	float: left;
	width: 125px;
	height: 175px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #eee;
	padding: 0.5em;
	margin: 0.3em;
}

.categories a {
	text-decoration: none;
	color: #669900;
	font-weight: bold;
}

.categories a:hover {
	text-decoration: underline;
	color: none;
}

.images {
	float: left;
	width: 125px;
	height: 125px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #eee;
	padding: 0.5em;
	margin: 0.3em;
}

.images a {
	font-size: 10px;
	color: #669900;
	text-transform: uppercase;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;
	clear: both;
}

.buttons input {
	height: 25px;
	margin: 3px;
	padding: 4px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #D0E1D7;
}

.box .heading {
	color: #ADD029;
}
.boxadvert {
	/* margin-top: 10px;
	padding-top: 10px; 
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 170px;*/
	text-align: center;
	color: #D0E1D7;
}

.boxadvert a {
	color: #D0E1D7;
}

/* box search */
.search {
	float: right;
}

.search div {
	display: inline;
}

.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
	padding-top: 10px;
}

.box .cart .c {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}

.box .cart .d {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #D0E1D7;
}

.box .category a {
	/*background: url('../image/bullet_1.gif') no-repeat 0px 5px;*/
	padding: 0px 0px 0px 8px;
	display: block;
	text-decoration: none;
	margin-top: 4px;
	/* color: #003366; */
	color: #D0E1D7;
	
}

/* box information */
.box .information a {
	/*background: url('../image/bullet_2.gif') no-repeat 10px 5px;*/
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	color: #D0E1D7;
}

/* box best seller */
.bestheading {
	font-size: 14px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ADD029;
	padding-bottom: 2px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
	width: 98%;
	height: 18px;
}

.box .best {
	text-align: left;
	height: 45px;
	padding-left: 2px;
	
}

.box .best a {
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	color: #D0E1D7;
}

.box .best img {
	padding-right: 3px;
	margin-right: 3px;
}
/* end box best seller */

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.gif') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

.success_table {
	border: 1px solid #eee;
	width: 98%;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}

.announcements {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/* color: #006666; */
	color: #003366;
	padding: 5px 10px 5px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 96%;
}

/* pagination */
.pagination {
	font-weight: bold;
	text-decoration: underline;
}

.categories-related {
	float: left;
	width: 175px;
	height: 45px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #eee;
	padding: 0.3em;
	margin: 0.3em;
	background: #fff;
}

.categories-related a {
	text-decoration: none;
	color: #669900;
	font-weight: bold;
}

.categories-related a:hover {
	text-decoration: underline;
	color: #003366;
}

div .homepage {
	margin: 10px 0px 10px 0px;
	border: 1px solid #EEEEEE;
	padding: 10px 10px 0px 10px;
	clear: both;
	min-height: 140px;
}
