html, body, ol, ul, li, dl, dt, dd {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}



body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
	background: white; /* this BG tiles the area outside the columns */
	color: #000; 
  font-family: "Trebuchet MS", arial, georgia, verdana, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
	background-image: url(http://www.compostworms.co.uk/images/5.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {max-width: 100%;} 

/* prevents oversize images from breaking layout in browsers that support max-width */

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 95%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/

* html #expander {height: 0;} 

/* #expander must have "height: 0" in IEwin bug fixing */
/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 

#wrapper1 {
  position: relative;
	background: none; /* this BG tiles the left column */
  font-size: .9em; /* set global font-size here */ 
  border: none;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
	background: none; /* this BG tiles the right column */
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
  background: White; /* this BG tiles the center column */
  border-left: 1px solid #BF6000; /*** Critical left divider dimension value ***/
  border-right: 1px solid #BF6000; /*** Critical right divider dimension value ***/
  margin-left: 160px;    /*** Critical left col width value ***/
  margin-right: 200px;    /*** Critical right col width value ***/
  border-top: 1px solid #BF6000; /*** Critical left divider dimension value ***/
  border-bottom: 1px solid #BF6000; /*** Critical right divider dimension value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.imgcenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 160px;    /*** Critical left col width value ***/
  margin-left: -162px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical right col width value ***/
  margin-right: -202px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.container-left {color: #550000;
}

.container-right {color: #550000;}

/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: #CC9900;
  padding: 5px 0;
  background: none;
} /* "jello" BG is made to be in fixed position here */

/*\*/

* html .header {background-position: 10px 3px;}

/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373;} 

.header h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.footer {
  width: 100%;
  font-size: 0.8em;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {margin: 10px 0 0 20px; color: #B35900;}

.footer hr {
  color: #8C4600;
	margin: 0;
	background: #8C4600;
	height: 1px;
}

/************** Spacing Controls for various column contents ***************/

.textpadder {padding: 8px;}

/************** Generic Rules *************/

a {vertical-align: bottom; color: #8C4600;}

a:hover {text-decoration: none; color: #8C4600;}

p  {margin: .8em 0;}

h1 {margin: 15px 0 2px 0px;}

h2 {
  font-size: 1.2em; 
  text-align: left; 
  padding: 5px 0 5px 5px; 
  margin: 0; 
  border: none;
  color: #500;
  background: none;
}

h3 {
	margin: 1em 0 .3em;
}

.centerbox h2, .centerbox h3, .centerbox h4 {
	color: #8C4600;
	margin: 10px 0 0 0;
}

.centerbox h2 {
	font-size: 190%;
}

.centerbox h3 {
	font-size: 170%;
}

.centerbox h4 {
	font-size: 150%;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}

/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

/* \*/

* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}

/* Holly hack */

/*** Variance fixes for IEwin ***/

/*\*/

* html .outer p {margin-right: -6px;}

/* */

/**************** Utility Rules *******************/

/*\*/ /*/

.sidenav a:hover {position: relative;}

/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

/**** Menu *****/

#navcontainer { width: auto;}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer li {
	padding-bottom: 0.2em;
}

#navcontainer a, #navcontainer a:link, .navlist a:visited {
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	padding: 3px;
	width: 150px;
	background-color: #8C4600;
	border: 1px solid #663300;
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #FCF5BE;
	color: #663300;
}

#navcontainer a.current, #navcontainer a.current:link, #navcontainer a.current:visited, a.current:hover {
	background-color: #550000;
	color: #FCF5BE;
}

.hidden {
	display: none;
}

/* == Image Borders == */

.centre img, .leftimg img, .rightimg img, .img img {
	border: 1px solid #565D10;
	margin: 2px;
	padding: 3px;
	display: block;
	}

.leftimg img {
	float: left;
}

.rightimg img {
	float: right;
}

.centre img {
	text-align: center;
}

/* == Order Form Rules ==*/

td.qty input {
  width: 2em;
}

td.lbl input {
  width: 4em;
}

tr.odd {
	background: #FCF6BA;
}

table {
	font-size: 90%;
}

.exclam, #step2, #step1, .warning {
	border: 2px dotted #7B3308;
	color: #7B3308;
	padding-left: 40px;
}

.exclam {
	background: url(https://sslrelay.com/wonderwormsuk.com/cw/images/28.gif) no-repeat top left;
}

.warning{
	background: url(https://sslrelay.com/wonderwormsuk.com/cw/images/29.gif) no-repeat top left;
}

.cur {
	background: #E7E7E7;
}

.gtot {
	font-weight: bold;
}

textarea#orderdetails {
	color: #7B3308;
	font-weight: bold;
	background: #FCE7A0;
	font-family: "Lucida Console";
}

.errormain {
	color: #7B3308;
	font-weight: bold;
}

.frmerror {
	border-bottom: 2px solid #F7A300;
	font-weight: bold;
}

li.secure a {
	background: url(http://www.compostworms.co.uk/images/30.gif) ;
	background-position: right;
	background-repeat: no-repeat;
}

div.centerbox ul {
	display: block;
}

div.centerbox ul li {
	text-align: left;
	list-style: square;
	margin-left: 1em;
	padding-left: 1em;
}

form input.btn {
	background: #FCE7A0;
	color: #7B3308;
	font-family: "Trebuchet MS", Rockwell, Georgia, "Times New Roman", serif;
	font-weight: bold;
}

div.container-right {
	margin-top: 5em;
	background: url(http://www.wormbait.co.uk/images/5.gif);
}

div.container-right, div.container-left div.textpadder {
	font-size: 85%; 
}

/*== DVD Promo ==*/

.dvdpromo {
	border: none;
	clear: both;
	height: 300px;
	width: 200px;
}

.dvdpromo a img {
	height: 300px;
	width: 200px;
	border: none;
	display: block;
}

.centerbox .callout {
	color: #8C4600;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 140%;
	line-height: 140%;
	padding: 10px;
	text-align: justify;
}

.centerbox .callsmall {
	color: #8C4600;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 110%;
	line-height: 110%;
	padding: 10px;
	text-align: justify;
}


