BODY {
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	font: 12px Verdana;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   border: 2px solid #96CD00;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 890px; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color:#ffffff;
   }
/*Linking*/
a.morelinks:visited,a.morelinks:active,a.morelinks:link,a.morelinks:hover{
	color: #719002;
	font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}
a {
	text-decoration: none;
	color: #719002;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
/*Header Table*/
table.header {
	width: 100%;
	border: 0px;
	height: 210px;
	background-repeat: repeat-x;
}
td.headertopleft {
	background-image: url(../images/heading.jpg);
	width: 890px;
	height: 210px;
	background-repeat: no-repeat;
	text-align:center;
}

/*Footer Table */


/*Footer Navigation*/
table.footerNavigation{
	width: 100%  !important;
	font-weight: bold;
	color: #000000;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
}
td.footerspacing{background-color:#ffffff;}
a.footerNavigation:visited,a.footerNavigation:active,a.footerNavigation:link {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	margin-top:2px;
}
a.footerNavigation:hover  {
	color: #663333;
	text-decoration: underline;
}
td.pagefooter {width: 100%  !important;
	border: 0px;
	height: 17px;
	}
/*Header E-Zpage Links*/
td.headerexpagesnav {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
	color: #000000;
 	font-weight : bold;
 	text-align : center;
	padding-bottom: 0.5em;
}
a.headerexpagesnav:visited,a.headerexpagesnav:active,a.headerexpagesnav:link {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.headerexpagesnav:hover  {
	color: #96CD00;
	text-decoration: none;
}

table.bannertable {
	width:470px;
}
/*Footer E-Zpage Links*/
td.footerexpagesnav {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
	color: #000000;
 	font-weight : bold;
 	text-align : center;
	padding: 0.5em;
}
a.footerexpagesnav:visited,a.footerexpagesnav:active,a.footerexpagesnav:link {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.footerexpagesnav:hover  {
	color: #96CD00;
	text-decoration: none;
}

/*Beginning of Copyright Information*/

td.legalCopyright {color:black; padding-left:5px;}
.legalCopyright {color:black; padding-left:5px;}
.legalCopyright a {color:black; padding-left:5px;}
.legalCopyright :hover {color:black; padding-left:5px;}

/*E-zpages Table of Contents Colors*/
/*Beginning of Expages TOC */
td.navEZPagesTOC {
	width:150px;
	border:2px solid #96CD00;
}
#navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
}
#navEZPagesTOC ul li a:hover {
	color: #96CD00;
	text-decoration: none;
}

/*Adjust for Center of Table Width*/
.maintable {
	padding: 0px;
	position: relative;
	width: 98%  !important;
	border: 0px solid #000000;
}

/*Left Column Information*/
td.columnLeft{
	background-color:#ffffff;
	border:solid 3px #96CD00;
	width:195px;
	font-size:12px;
}
#navColumnOneWrapper {
	margin: auto;
	padding-top:5px;
} 
table.leftbox{
	width:190px;
}
.leftbox {
 	font-family: Verdana;
 	font-size: 10px;
	background: transparent;
 	border: 0px solid #7e4444;
 	margin-bottom: 15px;
 	
}
td.leftboxfooter {
	
}
td.leftboxheading {
}
.leftboxheading {
	color: #96CD00;
	font-size: 18px;
	text-align: left;
	/*background-color:#990000;*/
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
	line-height: 1.4em;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #96CD00;
	border-left-color: #96CD00;
}
.leftboxcontent {
  	padding: 4px;
	text-align: left;
 }

/*Right Column Styles*/
td.columnRight{
	background-color: #996633;
	width:150px;
	border-top: 0px solid #303a52;
}
#navColumnTwoWrapper {
	margin: auto;
}
table.rightbox{
	width:140px;
}
.rightbox {
	font-family: Verdana;
 	font-size: 10px;
	background: transparent;
 	border: 0px solid #7e4444;
 	margin-bottom: 15px;
}
td.rightboxfooter {
	
}
TD.rightboxheading {
 	background:#99CC66;
}
.rightboxheading {
	font-size: 12px;
	font-weight: bold;
	color: black;
	height: 1px;
	text-align: center;
	font-family: Verdana;
	font-variant : small-caps;
}
.rightboxcontent {
  	padding: 4px;
	background-image: url(../images/centertable.jpg);
	text-align: left;
 }

/*Single Box Styles*/
table.singlebox{
	width:165px;
}
.singlebox {
  		font-family: Verdana;
 	font-size: 10px;
	background: transparent;
 	border: 0px solid #7e4444;
 	margin-bottom: 15px;
}
td.singleboxfooter {
	
}
TD.singleboxheading {
  	background:#a17284;
}
.singleboxheading {
	font-size: 12px;
	font-weight: bold;
	color: black;
	height: 1px;
	text-align: center;
	font-family: Verdana;
	font-variant : small-caps;
}
.singleboxcontent {
  	padding: 4px;
	background-image: url(../images/centertable.jpg);
	text-align: left;
 }

/*BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby*/
.betterCategories, .betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers {
	
	text-decoration:none;
	margin-bottom:3px;
}
.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
	border-top: 3px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	display: block;
	background-color: #96CD00;
	/*border-top: 2px solid #ffffff;*/
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight:bold;
	text-decoration:none;
}
.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active {
	border-top: 3px solid #96CD00;
	border-bottom: 1px solid #96CD00;
	border-left: 1px solid #96CD00;
	border-right: 1px solid #96CD00;
	background-color: #cfcfcf;
	color: black;
	font-weight:bold;
	text-decoration:none;
}

/*Center Column Information*/
td.centermain {
	padding: 5px 5px 0px 5px;
	border-top: 3px solid #96CD00;
	border-bottom: 3px solid #96CD00;
	border-left: 3px solid #96CD00;
	border-right: 3px solid #96CD00;
}
#navBreadCrumb a {
	padding-left:3px;
	font-weight: bold;
	font-size:12px;
	padding-bottom:5px;
}
#navBreadCrumb  {
	padding-left:3px;
	font-weight: bold;
	font-size:12px;
	padding-bottom:5px;
}
/*Category Heading in center of page*/
#indexCategoriesHeading{
 	color:#96CD00;
	font-style: italic;
	padding-left:25px;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 10px;
}
/*Category Name in Product Listing*/
#productListHeading{
 	color:#96CD00;
	font-style: italic;
	padding-left:25px;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 10px;
}
/*Sub-Category Links on Category Page*/
a.categoryList:link, a.categoryList:active,a.categoryList:visited {
	font-size: 1.5em;
	color: #96CD00;
	font-weight:bold;
}
/*Product Listing Heading on Category Listing Page*/
h2.centerBoxHeading, .productListing-heading {
	margin: 0em;
	font-size: 1em;
	color: #000000;
	border-bottom: 1px solid #9a9a9a;
	background-color: #96CD00;
	padding-bottom: 3px;
	padding-top: 1px;
}
/*Product Listing Heading on Category Listing Page - Links*/
.productListing-heading a {
	margin: 0em;
	font-size: 1em;
	color: #000000;
	border-bottom: 1px solid #9a9a9a;
	background-color: #96CD00;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 1px;
}
/*end of center of page styles*/

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #c0c0c0;
}
/* This is the CSS needed for the Order Step Edition 2 contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 100%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active {
	background-color: #96CD00; /* Determines the active color of the completed part of the line */
	width: 4%;
	padding: 0px;
	margin: 0px;
}

td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}

td.progressbar_active_shadow {
    background-color: #2452ac;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #85a903;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-bottom: 5px; /* Determines the distance between the text and the line */
}

td.order_steps_text_completed {
    text-align: center;
    vertical-align: top;
    color: #dbf676;        /* Determines the non-active color of the text steps that have been completed*/
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td#active_step_text {       /* These are the styles for the active text */
    color: #99cc00;
    font-weight: 700;
    font-size: 1.1em;
}
#indexDefaultMainContent img {
	padding: 5px;
}
/* End Order Steps contribution CSS */