/* ADAPTIVE IMAGE CSS - Wormsdirect Core */
/* Actinic customisation applied by additional CSS _wd_actinic.css */
/* No hacks here - IE < 7 bug patches applied with in page IE conditionals */
/* all classes must be prefixed with 'wd_' */
/**************** body defaults ******************/
html, table {
	font-size:100%; /*fix IE resize bug*/
}
body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 62.5%; /*default to equiv 1em = 10px NB safari = 8.75px? */
	color: #333333;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
}
a {
	color: #333333;
}
p {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
li {
	margin: 0;
	padding: 0;
}
div {
	overflow:hidden;
}
h1 {
	color:#196BAE;
	font-size:1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding:0;
}
h2 {
	color:#66B821;
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding:0;
}
h3 {
	color:#DC9E1F;
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding:0;
}
h4, h5, h6 {
	font-size:1em;
}
input, select, th, td {
	font-size:1em;
}
li li, li p, td p, blockquote p {
	font-size:1em;
}
.wd_txt_small {
	font-size: 0.9em;
}
.wd_txt_green {
	color: #66B821;
}
.wd_txt_blue {
	color: #196BAE;
}
.wd_txt_brown {
	color: #DADEB5;
}
/******** no script warning ********/
#jswarn, #jswarn a {
	background-color: #FF3300;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	padding: 0.2em 0 0.4em 0;
	text-align: center;
	z-index: -1;
}
/**************** layout & layout div level formatting ******************/
#page {
	font-size: 1.1em;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:auto;
	right:auto;
}
#page #head {
	width:100%;
}
#page #head #head_top {
	width:100%;
	height:69px;
	position:relative;
	top: 0px;
	left: 0px;
	background-image:url("_wd_head_bg.gif");
	background-repeat: repeat-x;
	border-bottom: 7px solid #66B821;
}
#page #head #head_top #headlogo {
	position: absolute;
	top: 19px;
	left: 10px;
	height: 41px;
	width: 286px;
	background-repeat: no-repeat;
}
#page #head #head_top #headstrap {
	position: absolute;
	width: 630px;
	left: 317px;
	top: 40px;
	height: 25px;
	color: #196BAE;
	font-weight: bold;
	text-align: right;
}
#page #head #headbar {
	width: 100%;
	background-image: url("_wd_head_nav_bg.gif");
	background-repeat: repeat-x;
	height: 31px;
	position: relative;
}
#page #head #headbar #headnav {
	color: #F4F6E1;
	position: absolute;
	left: 10px;
	top: 7px;
}
#page #head #headbar #headnav ul {
	text-transform: uppercase;
	list-style-type: none;
}
#page #head #headbar #headnav li {
	display: inline;
	border-left: 1px dotted #66B821;
	padding: 0 8px 0 8px;
}
#page #head #headbar #headnav a {
	color: #F4F6E1;
	text-decoration:none;
	display: inline;
	border-left:none;
}
#page #head #headbar #headnav a:hover {
	text-decoration:underline;
}
#page #head #headbar #headcart {
	position: absolute;
	top: 7px;
	height: 15px;
	right: 10px;
	text-align: right;
	color: #F4F6E1;
}
#page #head #headbar #headcart ul {
	list-style-type: none;
	font-size: 0.9em;
}
#page #head #headbar #headcart li {
	display: inline;
	border-right: 1px dotted #66B821;
	padding: 0 6px 0 8px;
}
#page #head #headbar #headcart a img {
	vertical-align:middle;
}
#page #head #headbar #headcart a {
	color: #F4F6E1;
	text-decoration:none;
	display: inline-block;
}
#page #head #headbar #headcart a:hover {
	text-decoration:underline;
}
#page #main_t {
	background-image: url("_wd_main_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F4F6E1;
	height: 15px;
}
#page #main {
	width:100%;
	background-image: url("_wd_main_fauxcol.gif");
	background-repeat: repeat-y;
}
#page #main #main_l {
	width:191px;
	float:left;
}
#page #main #main_l #panel_lt {
	padding: 0 10px 0 10px;
}
#page #main #main_l #panel_lt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page #main #main_l #prodnav {
	margin-bottom: 4em;
}
#page #main #main_l #prodnav ul {
	font-size: 1.2em;
	border-bottom: 1px dotted #666666;
	background-color: #F4F6E1;
}
#page #main #main_l #prodnav ul li {
	background-color: #DADEB5;
}
#page #main #main_l #prodnav ul a:hover {
	font-weight: bold;
}
#page #main #main_l #prodnav ul li a {
	color: #333333;
	text-decoration:none;
	font-weight: normal;
	display:block;
	padding: 0.4em 0 0.5em 10px;
}
#page #main #main_l #prodnav li {
	border-top: dotted #666666 1px;
	line-height: 120%;
}
#page #main #main_l #prodnav ul li.wd_lst_cat {
	background-color: #66B821;
}
#page #main #main_l #prodnav ul li.wd_lst_subcat {
	font-size: 0.9em;
	background-color: #EEF2CE;
	border-bottom: none;
}
#page #main #main_l #prodnav ul li a.wd_lnk_cat {
	font-weight: bold;
}
#page #main #main_l #prodnav ul li a.wd_lnk_subcat {
	padding-left: 20px;
}
#page #main #main_l #panel_lb {
	text-align: center;
	padding: 0 10px 0 10px;
	margin:1em 0;
	line-height: 1.2em;
}
#page #main #main_l #panel_lb img {
	margin: 0.5em auto;
	display: block;
}
#page #main #main_r {
	width:764px;
	float:right;
}	
#page #main #main_r #content {
	min-height: 500px;
	padding: 0 20px 20px 20px;
}
#page #main #main_r #content a {
	color:#196BAE;
	text-decoration:underline;
}
#page #main #main_r #content a:hover {
	text-decoration:underline;
}
/******************************* home *********************************/
#page #main #main_r #content #home_welcome {
	width:100%;
	margin: 1em 0;
	border-bottom:1px solid #DADEB5;
}
#page #main #main_r #content #home_welcome h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0;
	padding:0 0 0.25em 0;
	float:left;
}
#page #main #main_r #content #home_cat_wrap {
	margin: 1em 30px;
	width:100%;
}
#page #main #main_r #content #home_cat_wrap div.wd_home_cat {
	display: inline;
	float: left;
	height: 161px;
	width: 309px;
	margin: 1em 10px 0.5em 10px;
}


#page #main #main_r #content p, #page #main #main_r #content ul {
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	/*background-color: #FFFFFF;*/
	line-height:140%;
	padding-left:1px;
}
#page #main #main_r #content ul li a {
	color:#196BAE;
}
#page #main #main_r #content .wd_prod_name { /*###remove?###*/
	font-size: 1.1em;
	font-weight: bold;
}
#page #main_b {
	background-image: url("_wd_main_bot.gif");
	background-repeat: no-repeat;
	height: 10px;
}
#page #foot {
	width:100%;
	clear: both;
	color: #3A7A04;
	background-color: #F4F6E1;
	border-bottom: 4px solid #3A7A04;
	font-size: 0.9em;
}
#page #foot ul {
	list-style-type: none;
	display: inline;
}
#page #foot li {
	display: inline;
}
#page #foot p {
	color:#3A7A04;
	display: inline;
}
#page #foot #foot_r {
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	width: 764px;
	float: right;
}
#page #foot #foot_r a {
	text-decoration:underline;
	color: #3A7A04;
}
/******************************** forms ********************************/
form {
	margin: 0;
	width: 100%;
}
form textarea {
	font-size: 1em;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
form .wd_textinput {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
form .wd_buttonstd {
	font-size: 1em;
	color: #333333;
}
form .wd_buttonsub {
	font-size: 1em;
	color:#B02459;
	font-weight: bold;
}
form legend {
	color: #333333;
}
form.wd_alignlabels label {
	width: 5em;
	display: block;
	float: left;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 0.25em;
}
/******************************* other ******************************/

/************** adaptive image **************/
#ailink {
	z-index: 99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-top: 0.25em;
	color: #DADEB5;
}
#ailink img {
	vertical-align: text-bottom;
	margin: 0 0.25em;
}
#ailink a {
	text-decoration: underline;
	color: #DADEB5;
}
