/* Colours Used
#669900 Olive Green for headings
*/

html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
	background: #F5F9EF url('../image/essential_oil.jpg') top repeat-x;
}

body, input, textarea, select, a {
	font-size: 12px;
	color: #000000;
}

td, th {
	font-size: 12pt;
	color: #000000;
	font-face: Trebuchet MS;
}

a {
	text-decoration: none;
}

a img {
	/* border: 1px solid #EEEEEE; */
	border: none;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

a:hover {
	color: #add029;
	text-decoration: underline;
}
 
b, strong, th {
	color: #000000;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}

/* layout */
h1 { 
	display: none;
}

h2
{ 	
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #669900;
}

#container {
	width: 779px;
	position: relative;
	left: 50%;
	margin-left: -389px;
}

#header {
	height: 85px;
	clear: both;
}

#header .a {
	background: url('../image/logo.gif') no-repeat;
	cursor: pointer;
	width: 270px;
	height: 75px;
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header .b {
	position: relative;
	top: 60px;
	float: right;
	font-weight: bold;
}

#header .b a {
	background: url('../image/tab.png');
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 130px;
	margin: 10px 15px 15px 0px; 
	float: left;
}

#content {
	background: #fff;
	margin: 10px 0 10px 0px; 
	float: right;
	padding: 15px;
	border-left: 1px solid #EEEEEE;
	width: 600px;
}

#footer {
	clear: both;
	border-top: 1px solid #add029;
	padding-top: 3px;
	margin-bottom: 1px;
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .c {
	text-align: center;
}

#footer .b a {
	color: #336699;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	width: 98%;
	height: 18px;
}

.heading a {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #EEEEEE;
	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;
}

.breadcrumb {
	color: #999999;
	margin: 10px 10px 0px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

#bar {
	background-color: #ADD029; 
	border-top: 1px solid #669900; 
	border-bottom: 1px solid #669900;
	padding: 3px 10px 2px 10px;
	height: 24px;
}

.images {
	float: left;
	width: 130px; 
	text-align: center;
	font-size: 10px; 
	height: 155px;
	padding: 0.3em 0.4em 0.3em 0.4em;
	margin: 0.5em;
	background: #fff
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.buttons {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;

	clear: both;
}

.buttons input {
	height: 20px;
	margin: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}
.box {
	padding-bottom: 5px;
	margin-bottom: 50px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_1.png') no-repeat 0px 4px;
	padding: 0px 0px 0px 10px;
	display: block;
	text-decoration: none;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.gif') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
	width: 70%;
}

/* 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: 10px 10px 10px 0px;
	padding: 8px;
	
}
