/* CSS Document */

body	{
	color: #444;
	margin: 0;
	padding: 0;
	background: #FFF url(/images/background.gif) repeat-y;
	font: 85%/130% arial, helvetica, sans-serif;
	}
#header	{
	/*(bit dark) background: #5C4976;*/
	background: #927CAF;
	}
#header h1	{
	margin: 0;
	padding: 0;
	width: 614px;
	height: 142px;
	background: url(/images/header_aromalyne.jpg) no-repeat;
	}
#header h1 em
{
	/*hides text*/
	position: absolute;
	left: -1000px;
	width: 900px;
}
#topnav	{
/*I had to add margin & padding constraints or there was a horrible gap! 
And place an extra div round ul for topnav*/
	margin: 0;
	padding: 0;
/*****************************************************/
	float: left;
	width: 100%; 
	background: #5C4976 url(/images/navstrip.jpg) repeat-y;
	border-top: 1px solid #9AA2C8;
	border-bottom: 1px solid #9AA2C8;
	border-left: 1px solid #9AA2C8;
	}
#topnav ul	{
	width: 614px;
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
	/*background: url(/images/nav-line.gif) repeat-y 0 0; doesn't work*/
	
	}
#topnav li { 
/*inline notworking! - why? - something in #topnav li upset it 
?what - answer is float left*/
	display: inline; 	
	}
#topnav li a
{
	display: block;
	float: left;
	padding: 7px;
	text-align: center;
	background: url(/images/nav-line.gif) repeat-y 0 0;
	font-weight: bold;
	width: auto;
	/*color: #0E1D6D;
	text-decoration: none;*/
}

#topnav a:link, #topnav a:visited, #topnav a:active	{
	color: #0E1D6D;
	text-decoration: none;
	}
#topnav a:hover	{
	color: #FFF;
	text-decoration: none;
	}
#topnav a#here	{
	text-decoration: underline;
	}
/*********************secondary navigation for Therapies and Training*************/
#bottnav	{
	clear: both;
	height: 54px;
	background: #EFEdF1 url(/images/navstrip2.jpg) repeat-y;
	border-bottom: 1px solid #9AA2C8;
	}
#bottnav ul		{
	width: 550px;
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
	/*background: url(/images/nav-line.gif) repeat-y 0 0;*/
}
#bottnav li	{
		display: inline;
}
#bottnav li a
{
	display: block;
	float: left;
	padding: 7px;
	text-align: center;
	background: url(/images/nav-line.gif) repeat-y 0 0;
	font: 80%/125% arial, helvetica, sans-serif;
}
#bottnav a:link, #bottnav a:visited, #bottnav a:active	{
	color: #0E1D6D;
	text-decoration: none;
	}
#bottnav a:hover	{
	color: #5C4976;
	text-decoration: none;
	}
#bottnav a#there	{
	text-decoration: underline;
	}
/***************************product navigation******************************/	
	#prodnav	{
	clear: both;
	height: 28px;
	background: #EFEdF1 url(/images/navstrip3.jpg) repeat-y;
	border-bottom: 1px solid #9AA2C8;
	}
#prodnav ul		{
	width: 550px;
	margin: 0 0 0 100px;
	padding: 0;
	list-style-type: none;
	/*background: url(/images/nav-line.gif) repeat-y 0 0;*/
}
#prodnav li	{
		display: inline;
}
#prodnav li a
{
	display: block;
	float: left;
	padding: 7px;
	text-align: center;
	background: url(/images/nav-line.gif) repeat-y 0 0;
	font: 85%/125% arial, helvetica, sans-serif;
}
#prodnav a:link, #prodnav a:visited, #prodnav a:active	{
	color: #0E1D6D;
	text-decoration: none;
	}
#prodnav a:hover	{
	color: #5C4976;
	text-decoration: none;
	}
#prodnav a#there	{
	text-decoration: underline;
	}
/************************************************/

/*****************secondary products nav ********************************/
	#prod2nav	{
	clear: both;
	height: 28px;
	background: #EFEdF1 url(/images/navstrip3.jpg) repeat-y;
	border-bottom: 1px solid #9AA2C8;
	}
#prod2nav ul		{
	width: 550px;
	margin: 0 0 0 150px;
	padding: 0;
	list-style-type: none;
	/*background: url(/images/nav-line.gif) repeat-y 0 0;*/
}
#prod2nav li	{
		display: inline;
}
#prod2nav li a
{
	display: block;
	float: left;
	padding: 7px;
	text-align: center;
	background: url(/images/nav-line.gif) repeat-y 0 0;
	font: 85%/125% arial, helvetica, sans-serif;
}
#prod2nav a:link, #prod2nav a:visited, #prod2nav a:active	{
	color: #5C4976;	
	/*color: #0E1D6D;*/
	text-decoration: none;
	}
#prod2nav a:hover	{
	color: #0E1D6D;
	text-decoration: none;
	}
#prod2nav a#there	{
	text-decoration: underline;
	}

/*************************************************/

#content {
	clear: both;
	float: left;
	width: 560px;
	display: inline;/* places logos in line with content*/
	margin: 20px 50px 20px 20px;
	}
#content h2
{
	color: #5C4976;
	font-size: 140%;
	line-height: normal;
}
#content h3	{
	color: #5C4976;
	font-size: 120%;
}
#content p { 
	margin: 0 0 1.5em 0;
	 }
	 /*********************inline links*******************/
#content a:link, #content a:visited, #content a:active
{
	color: #47A22D;
	text-decoration: none;
}
#content a:hover { 
	text-decoration: underline;
	}
	/***************************************/
#special h2	{
		margin-top: -4px;
}
.special-img	{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	/**************form for Paypal Buy Button in Gifts and Home page****************/
#special form	{
	display: inline;
}

#special div	{
	margin-top: -15px;
	margin-bottom: 10px;
}
.offer	{
	margin-left: 25px;
	padding: 0 0 0 0;	
}
	/**************form for Paypal Buy Button in Ess Oils Prods page****************/

.tblform{
	/*display: inline;*/
	height: 30px;
}
.buybut	{
	margin-left: 15px;
}

/*****************Buy Now Button styling front page****************/
#special a:link, #special a:visited, #special a:active	{
	color: #333;
	border-top: #B1A4C8 1px solid;
	border-right: #B1A4C8 1px solid;
	border-bottom: #6A78A6 1px solid;
	border-left: #6A78A6 1px solid;
	background: #EEE3F3;
	padding: 0px 2px 2px 2px;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

#special a:hover	{
	border-top: #6A78A6 1px solid;
	border-right: #6A78A6 1px solid;
	border-bottom: #B1A4C8 1px solid;
	border-left: #B1A4C8 1px solid;
	background: #FFF;
	text-decoration: none;
}
/******************************/
#courses	{
	clear: both;
	margin-top: 30px;
	}
#courses .work	{
	float: left;
	padding-left: 80px;
	margin-bottom: -10px;
	}
.work p	{
	padding: 5px 5px 5px 5px;
	border: 1px #006 solid;
}
	
#courses .clear	{	
	clear: both;
}

#banners	{
	float: left;
	width: 168px;
	padding: 20px 0 0 0;
	}		
#banners img, #banners div	{
	margin-bottom: 20px;
	display: block;
	border: 0;
	}		
#banners div	{
	font-size: 90%;
	font-weight: bold;
	}
/*#banners a:link	{
	color: #0E1D6D;
	}*/
	
#contact a:link, #contact a:visited, #contact a:active	{
	color: #0E1D6D;
	text-decoration: none;
	}
#contact a:hover	{
	color: #FFF;
	text-decoration: none;
	}
	
#footer	{
	clear: both;
	float: left;
	width: 100%;
	height: 80px;
	background: #927CAF url(/images/footer.gif) repeat-y;
	border-top: 1px solid #9AA2C8;
	border-bottom: 1px solid #9AA2C8;
	}
#footer p	{
	display: inline;
	margin-left: 50px;
	line-height: 6.0em;
	color: #FFF;
	background-color: #5C4976;
	}
#footer a:link, #footer a:visited, #footer a:active

{
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover { 
	text-decoration: none;
}
.validate	{	
	font-weight: bold;
	background-color: #E9DF67;
}