html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* get rid of that flicker on the hover states of navigation*/
/* http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
*	{ padding: 0; margin: 0; }
body	{
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #eee;
	color: 4a4a4a;
	}
a:link { color: #036; }
a:visited { color: #066; }

a:hover, a:active	{
	color: #036;
	}	
p	{ font-size: 70%; }
/*	layout	*/
#main_container	{
	width: 800px;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	text-align: left;
	background: white;
	}
#container_a	{
	float: left;
	width: 160px;
	/*background: #eee;*/
	margin-left: 10px;
	}
#container_b	{
	float: right;
	width: 605px;
	padding-right: 10px;
	}
#body_container	{
	float: right;
	}
#main	{
	float: left;
	width: 395px;
	}
#main_container.shop #side_bar	{
	display: none;
	}
#side_bar	{
	float: right;
	width: 190px;
	}
/*	container_a, ca_panel = container_a panel, which is the far left full length column	*/
div.ca_panel#logo	{
	margin-bottom: 10px;
	}
/*	stockist search	*/
form#stockist 	{
	background: url(../global/stockist_search_bg_base.gif) no-repeat bottom left;
	}
form#stockist fieldset 	{
	border: none;
	background: url(../global/stockist_search_bg.gif) no-repeat top left;
	}
form#stockist ol	{
	list-style: none;
	padding: 10px;
	color: #4a4a4a;
	}
form#stockist label	{
	font-size: 70%;
	}
form#stockist label span	{
	font-weight: bold;
	font-size: 120%;
	}
form#stockist input#postcode	{
	font-size: 80%;
	color: #999;
	width: 70%;
	}
form#stockist input#postcode_submit	{
	vertical-align: middle;
	}
/*	article navigation	*/
div.ca_panel#article_nav h2	{
	color: #fff;
	background: url(../global/stockist_search_bg.gif) no-repeat top left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 1px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 120%;
	border-bottom: 1px solid #fff;
	}
/*nav_articles*/
ul#nav_articles	{
	list-style-type: none;
	
	}
ul#nav_articles li { 
	margin: 0 0 1px 0; 
	}
ul#nav_articles a	{
	display: block;
	padding: 5px 10px;
	font-size: 80%;
	font-weight: bold;
	width: 140px;
	color: #fff;
	background: #fff url(../global/left_nav_bg.gif) no-repeat bottom right;
	text-decoration: none;
	}
ul#nav_articles a:hover	{
	color: #fff;
	background: #fff url(../global/left_nav_bg-on.gif) no-repeat bottom right;/*limegreen*/
	text-decoration: none;
	}
ul#nav_articles ul li { 
	margin: 0 0 1px 0; 
	}
ul#nav_articles ul a	{
	display: block;
	padding: 5px 5px 5px 10px;
	width: 145px;
	
	color: #fff;
	background-color: #c1d62f;/*limegreen*/
	text-decoration: none;
	}
ul#nav_articles ul a:hover	{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
/*nav_extra*/
ul#nav_extra	{
	list-style-type: none;
	
	}
ul#nav_extra li { 
	margin: 0 0 1px 0; 
	background: #fff url(../global/left_nav_bg-on.gif) no-repeat bottom right;
	}
ul#nav_extra a	{
	display: block;
	padding: 5px 10px;
	width: 140px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background: #fff url(../global/left_nav_bg.gif) no-repeat bottom right;
	text-decoration: none;
	}
ul#nav_extra a:hover	{
	color: #fff;
	background: #fff url(../global/left_nav_bg-on.gif) no-repeat bottom right;/*limegreen*/
	text-decoration: none;
	}
ul#nav_extra ul li { 
	margin: 0 0 1px 0; 
	}
ul#nav_extra ul a	{
	display: block;
	padding: 5px 5px 5px 10px;
	width: 145px;
	font-size: 80%;
	color: #fff;
	background-color: #c1d62f;/*limegreen*/
	text-decoration: none;
	}
ul#nav_extra ul a:hover	{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
p.back_issues	{
	padding: 5px 10px;
	}	
div.ca_panel#previous_articles h2	{
	color: #c0d52e;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 120%;
	border-bottom: 6px solid #c0d52e;
	}
div.ca_panel#previous_articles h3	{
	font-weight: bold;
	}
div.ca_panel#previous_articles h3 a	{
	color: #696969;
	padding-right: 10px;
	font-size: 90%;
	line-height: .7em;
	
	}
div.ca_panel#previous_articles h3 a span	{
	padding-right: 10px;
	margin-top: 6px;
	font-size: 60%;
	text-decoration: none;	
	display: block;
	color: #c0d52e;
	margin-bottom: 3px;
	}
div.ca_panel#previous_articles p	{
	color: #696969;
	padding-right: 10px;
	padding-bottom: 6px;
	border-bottom: 3px solid #ebf4bf;
	}
div.ca_panel#previous_articles p img	{
	border: none;
	float: left;
	margin-right: 5px;
	}

/*	header, #strap, #main_nav	*/
div#strap	{
	background-color: #5e8dcb;
	margin-bottom: 5px;
	}
div#strap h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 10px 0;
	}
#main_nav ul	{
	float: left;
	list-style: none;
	background-color: #47aa42;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#main_nav li	{
	float: left;
	background: #fff url(../global/tab_on.gif) no-repeat top left;
	}
#main_nav li a	{
	float: left;
	display: block;
	width: 89px;
	height: 30px;
	font-size: 70%;
	background: #fff url(../global/tab.gif) no-repeat top left;
	border-bottom: 1px solid white;
	margin-right: 1px;
	text-decoration: none;
	color: white;
	padding: 5px;
	}
#main_nav li a:hover	{
	background: #fff url(../global/tab_on.gif) no-repeat top left;
	border-bottom: 1px solid #47aa42;
	}
#main_nav li.selected a	{
	background: #fff url(../global/tab_on.gif) no-repeat top left;
	border-bottom: 1px solid #47aa42;
	}

	
/*	main, m_panel (#extra_fwbw, #welcome, #start_well)	*/

p.breadcrumbs	{
	padding: 0 0 10px 0;
	color: #47aa42;
	}
div#extra_fwbw	{
	background: url(../global/extra.jpg) no-repeat top left;
	height: 150px;
	clear: both;
	padding: 35px 10px 5px 5px;
	/*margin-bottom: 20px;*/
	}
#extra_fwbw h2	{
	/*margin-top: 40px;*/
	font-size: 100%;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#extra_fwbw p a strong	{
	text-decoration: none;
	}
#extra_fwbw a:hover	{
	text-decoration: none;
	padding: 0 0 3px 0;
	}
#extra_fwbw img	{
	float: right;
	}	
div#welcome.m_panel, div#start_well, div#presswelcome.m_panel	{
	border-bottom: 20px solid #fff;
	display: block;
	float: left;
	}
div#welcome h2, div#start_well h2, div#presswelcome h2	{
	color: #c0d52e;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 180%;
	border-bottom: 6px solid #c0d52e;
	clear: both;
	}
p.welcome_txt, p.presswelcome_txt	{
	float: right;
	width: 315px;
	}
.green_highlight	{
	color: #c0d52e;
	}
p.welcom_txt img, p.presswelcome_txt img	{
	float: left;
	}
p.start_txt	{
	padding-bottom: 20px;
	}
div.start_well_article	{
	width: 180px;
	float: left;
	padding-right: 17px;
	}
div.press_home 	{
	width: 180px;
	float: left;
	padding-right: 17px;
	}
div.start_well_article h3, div.press_home h3 a	{
	font-weight: bold;
	color: #696969;
	font-size: 90%;
	margin-bottom: 4px;
	}
div.start_well_article p a, div.press_home p a	{
	font-weight: bold;
	color: #c0d52e;
	}
div.start_well_article p a:hover, div.press_home p a:hover	{
	text-decoration: none
	}
div.start_well_article a img, div.press_home a img	{
	border: 4px solid #c1d62f;
	margin-right: 5px;
	}
div.start_well_article p a img	{
	float: left;
	}
/*	main_article	*/
div#main_article h2	{
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #c1d62f;/*limegreen*/
	border-bottom: 1px solid #fff;
	}
div#main_article h2 span	{
	font-size: 50%;
	font-weight: normal;
	}
div#main_article h3	{
	padding: 10px 0;
	font-size: 100%;
	color: #c1d62f;/*limegreen*/
	}
div#main_article h4	{
	padding: 6px 0;
	color: #993300;
	font-size: bold;
	font-size: 90%;
	}
div#main_article h4 a	{
	padding: 6px 0;
	color: #c1d62f;/*limegreen*/
	font-size: bold;
	font-size: 100%;
	}
div#main_article h4 a span	{
	padding: 6px 0;
	color: #c1d62f;/*limegreen*/
	font-size: bold;
	font-size: 80%;
	text-decoration: none;
	}
div#main_article h4 a:hover	{
	text-decoration: none;
	}
div#main_article p	{
	padding: 4px 0;
	}
div#main_article ul	{
	margin-left: 30px;
	font-size: 70%;
	}
	/*form - Press Info pg*/
div#main_article fieldset	{
	border: none;
	}
div#main_article ol	{
	list-style: none;
	}
div#main_article label	{
	font-weight: bold;
	font-size: 80%;
	width: 100px;
	float:left;
	display: inline-block;
	}
div#main_article input#login_submit	{
	vertical-align: bottom;
	padding-left: 10px;
	}
	/*form - Previous Article pg*/
div#main_article input#previous_article_submit	{
	vertical-align: bottom;
	padding-left: 10px;
	}
div#main_article p span.sub_title	{
	font-size: 120%;
	color: #c1d62f;/*limegreen*/
	font-weight: bold;
	display: block;
	margin-top: 10px;
	}
#main_article p span.quote	{
	margin: 10px 0;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 0;
	font-size: 160%;
	border-top: 4px solid #c1d62f;/*limegreen*/
	border-bottom: 4px solid #c1d62f;/*limegreen*/
	}
ul#next_page	{
	list-style: none;
	margin: 10px 0;
	}
ul#next_page li	{
	float: left;
	}
ul#next_page li a	{
	float: left;
	border: 1px solid #c1d62f;/*limegreen*/
	padding: 3px 6px;
	font-size: 80%;
	margin-right: 4px;
	}
ul#next_page li a:hover	{
	text-decoration: none;
	background-color: #eee;
	color: #999;
	}
ul#next_page li#selected a	{
	text-decoration: none;
	background-color: #eee;
	color: #999;
	}
/*	content.asp	*/
span.pg_title	{
	font-size: 160%;
	margin: 20px 0 0 0;
	font-weight: bold;
	display: block;
	color: #c1d62f;/*limegreen*/
	}
span.title	{
	font-size: 120%;
	font-weight: bold;
	color: #c1d62f;/*limegreen*/
	}
/*	faqs.asp	*/
a.faq_links, a.faq_links:active, a.faq_links:visited	{
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #5E8DCB;
	line-height: 1.6em;
	padding-right: 10px;
	}
a.faq_links:hover	{
	/*text-decoration: underline;*/
	background-color: #5E8DCB;
	color: #fff;
	}
/*h3.faq_title a, h3.faq_title a:active, h3.faq_title a:visited	{
	font-size: 140%;
	font-weight: bold;
	color: #5e8dcb;
	text-decoration: none;
	border-bottom: 3px solid #5e8dcb;
	margin-bottom: 0;
	padding-bottom: 0;
	}*/
h3.faq_title a, h3.faq_title a:active, h3.faq_title a:visited	{
	font-size: 120%;
	font-weight: bold;
	background-color: #5e8dcb;
	color: #fff;
	text-decoration: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

span.dr_answer	{
	color: #666;/*limegreen*/
	font-weight: bold;
	}
span.answer	{
	color: #666;
	}
/*	subscribe.asp	*/
h2.subscribe_info	{
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #c1d62f;/*limegreen*/
	border-bottom: 1px solid #fff;
	}
/*	contact.asp	*/
span.alert, p.alert	{
	color: red;
	}
form.contact_us fieldset	{
	border: none;
	}
form.contact_us label	{
	
	width: 100px;
	display: inline-block;
	}
form.contact_us ol	{
	list-style: none;
	}
form.contact_us li label	{
	font-size: 70%;
	}
form.contact_us li input#customer, form.contact_us li input#telephone, form.contact_us li input#emailad	{
	width: 200px;
	}
form.contact_us li textarea#address, form.contact_us li textarea#details	{	
	width: 200px;
	}
/*	side_bar	*/
div#forms	{
	margin-bottom: 10px;
	}
#forms fieldset	{
	border: none;
	}
#forms ol	{
	list-style: none;
	}
#forms form li	{
	padding: 5px 10px;
	}
#forms li label	{
	font-size: 120%;
	font-weight: bold;
	}
#forms li	{
	font-size: 70%;
	}	
#forms form#search	{
	background: url(../global/search_bg.jpg) no-repeat top left;
	border-bottom: 1px solid #999;
	margin-bottom: 1px;
	}	
#forms form#press_search	{
	padding: 10px 0;
	background: url(../global/press_search_bg.jpg) no-repeat top left;
	height: 50px;
	/*border-bottom: 1px solid #999;
	margin-bottom: 1px;*/
	}	
#forms form#newsletter	{
	background: url(../global/newsletter_bg.jpg) no-repeat bottom left;
	}	
#forms form#newsletter input#name, #forms form#newsletter input#email, #forms form#search input#search_box, form#press_search input#search_box	{
	width: 120px;
	color: #999;
	}	
#forms form#newsletter input#newsletter_submit, #forms form#search input#search_submit, form#press_search input#search_submit	{
	vertical-align: bottom;
	padding-left: 10px;
	}
/*	main_article links	*/
div.sb_panel_main_article	{
	clear: both;
	background: url(../global/main_article_bg.gif) no-repeat bottom left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	width: 190px;
	}
div.sb_panel_main_article h3	{
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #c1d62f;/*limegreen*/
	
	border-bottom: 1px solid white;
	}	
div.sb_panel_main_article a img	{
	margin: 0 5px 5px 5px;
	border: 4px solid  #c1d62f;
	}
div.sb_panel_main_article p	{
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	
div.sb_panel_offer	{
	
	margin-bottom: 10px;
	}	
div.sb_panel_offer div.offer1	{
	background: url(../global/promoImg1.jpg) no-repeat top left;
	}
div.sb_panel_offer div.offer2	{
	background: url(../global/promoImg2.jpg) no-repeat top left;
	}
div.sb_panel_offer h3	{
	color: #c1d62f;/*limegreen*/
	font-size: 90%;
	margin-left: 60px;
	}
div.sb_panel_offer p 	{
	padding-left: 60px;
	margin-bottom: 10px;
	}
/*	min_article adverts	*/	
#main_article_adverts	{
	background-color: #e8f0b6;
	border-bottom: 10px solid #c1d62f;/*limegreen*/
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
	}
#main_article_adverts h3 a	{
	font-size: 100%;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	background-color: #c1d62f;/*limegreen*/
	}
#main_article_adverts p	{
	padding: 5px 10px;
	}
#main_article_adverts ul	{
	padding: 5px 10px 5px 23px;
	font-size: 70%;
	}
/* presscheck.asp */
td.orderfrom	{
	padding: 4px;
	font-weight: bold;
	font-size: 80%;
	}
td.orderfill	{
	padding: 4px;
	font-size: 70%;
	}
div.logged	{
	font-size: 80%;
	font-weight: bold;
	}
.subject	{
	font-size: 70%;
	}
/*pressregister.asp	*/
.errorcode	{
	font-size: 1em;
	color: red;
	padding-top: 10px;
	}
div#footer	{
	background-color: #c0d52e;
	clear: both;
	height: 20px;
	padding: .5em 1em;
	border-top: 30px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}

div#footer ul	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
div#footer ul#f_site_tools	{
	font-size: 70%;
	width: 50%;
	float: left;
	}
div#footer ul#msit	{
	font-size: 70%;
	width: 50%;
	float: right;
	text-align: right;
	}
div#footer li	{
	display: inline;
	margin-right: 1em;
	}
/* mini cart styles added 7/2/8 */
table.min_tbl	{
	
	}
div.ca_panel#mini_basket a	{
	text-decoration: none;
	}
.mini_titles p	{
	font-weight: bold;
	padding-left: 3px;
	}
.mini_desc p, mini_price	{
	padding-left: 3px;
	}
.mini_hr hr	{
	height: 1px;
	color: #c0d52e;
	border: 0;
	background-color: #c0d52e;
	margin: 3px 0;
	}
a.mini_price h3	{
	font-size: 80%;
	text-decoration: underline;
	}
a:hover.mini_price h3	{
	text-decoration: underline;
	}
div.ca_panel#mini_basket table td	{
	margin: 0 3px;
	color: #4a4a4a;
	}
/*	PRESS INFORMATION page navigation & info
	____________________	*/
#press_tools	{
	background: #eee url(../global/press_tools_bg.jpg) no-repeat bottom right;
	padding-bottom: 2px;
	}
#press_tools ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	}
#press_tools li	{
	margin: 0 2px 0 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
	}
#press_tools li a	{
	display: block;
	padding: 5px 5px 5px 1em;
	color: #47aa42;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	border-left: 7px solid #47aa42;
	}
#press_tools li a:hover	{
	border-left: 7px solid #4e8cc7;

	color: #4e8cc7;
	}
#press_contact_details	{
	background: #eee url(../global/press_contact_bg.jpg) no-repeat bottom right;
	padding: 10px;
	margin-bottom: 10px;
	}
#press_contact_details h3	{
	font-size: 100%;
	color: #47aa42;
	}
#press_contact_details p a	{
	color: #4e8cc7;
	}
#press_contact_details p.phone_no	{
	font-size: 110%;
	font-weight: bold;
	color: #4e8cc7;
	}
h2.pagetitle#forcecolor	{
	background-color: #c1d62f;/*limegreen*/
	color: #fff;
	padding: 5px;
	
	font-size: 130%
	}
/* added 20jul09 */
span.light-blue	{
	color: #1e9ab4;
	}