@charset "utf-8";
/*BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, TEXTAREA, DIV, SMALL, PRE, A, BLOCKQUOTE, LABEL {
    font-family: Verdana, Sans-serif, Arial, Helvetica, Tahoma; font-size: 12px;
}


body {
    background: #FFFFFF; border-width: 0px; margin: 0px; border-spacing: 0px; padding: 0px;
}


img {margin: 0px; padding: 0px; vertical-align:top; border-width:0px;}


h1 {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	font-stretch: expanded;
	margin-bottom: 20px;
	margin-top: 20px;
	vertical-align: middle;
	padding:0px;
	padding-left: 3px;
	border-bottom: 1px #709D19 solid;
	display: block;
	color: #709D19;
}


h2 {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	font-stretch: expanded;
	margin-bottom: 10px;
	margin-top: 25px;
	vertical-align: middle;
	padding:0px;
	border-bottom: 1px #709D19 solid;
	display: block;
	color: #709D19;
}
h5 {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #709D19;
	text-align:center
}
h3, h4 {
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3 a {
    color:#E55211; text-decoration: none; font-size: 14px; font-weight: 900; margin: 0px; margin-bottom: 10px; margin-top: 20px;
}
*/

body {
	font: 100% 4D402D;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0 0px 0 0px;
	background-image: url(images/HeaderLogo.gif);
	background-repeat: no-repeat;
	height: 100px;
}
.headerbox {
	float: right; /* since this element is floated, a width must be given */
	width: 574px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 106px;
	background-image: url(images/Headergradient.png);
}

#header h1 {
	margin: 0; 
	padding: 0; 
}
h1 {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom: 20px;
	margin-top: 0px;
	vertical-align: middle;
	padding:0px;
	padding-left: 3px;
	display: block;
	color: #456;
}
h2 {
	text-decoration: none;
	font-family:  "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 25px;
	padding:0px;
	display: block;
	color: #456;
	font-style: italic;
	border-bottom: 1px #456 solid;
}
h3 {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #709D19;
	text-align:center;
}
h4, h5 {
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 a {
	color:#993333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#mainContent {
	margin: 0;
	padding: 15px;
	background: #fff;
}

#mainInfo table {
	margin: 0px;
	padding:0px;
}

#mainInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight: normal;
}
#mainInfo td {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainInfo a {
}



#mainInfo h1 {
	color: #0D161D;
	margin: 0px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:24px;
	font-weight: normal;
}
#mainInfo  h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 40px;
}

#mainInfo ul {
	text-align: left;
	list-style-type: disc;
	font-size: 14px;
}

#shoppingbox   {
	width: 930px;
	padding: 0px;
	background-color: #898360;
	border: 1px outset #666666;
	float: left;
}
.customerbox   {
	padding: 10px;
	display: inline;
	float: right;
	width: 235px;
	height: 278px;
	margin-bottom: 0px;
	position: relative;
	background-image: url(images/LeftBannerAd2.png);
}



#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img{
	border:none;
}

a:active {text-decoration:none; }
a {
	color:#990000;
	text-decoration: underline;
	font-weight: 400;
}
a:hover {
	text-decoration:none;
	color:#3F5E01;
}
.clear  {
	clear: both;
}
.product {
	float: left;
	width: 420px;
	margin: 20px;
	margin-bottom: 40px;
	padding: 5px;
	height: 18em;
}
.product a {
	color: #669D19;
}
.product img {
   float: left;
   padding-right:10px;
}
.product   h2 {
	color: #003300;
	text-indent: 5px;
	font-size: 1.25em;
	font-style:italic;
	margin:10px;
	border-bottom: none;
	text-align:center
}


/*Old code from previous website*/

/*big links on success_stories/index.html*/
a.big_link {
	font-size: 10pt; font-weight: 800;
	margin-bottom: 10px; margin-top: 15px; display:block;
}

strong {color: #E55211}
strong b {font-size: 9pt}

table {border-width:0px; border-collapse: collapse; padding:0px; margin:0px; border-spacing:0px; empty-cells: show;}
td {border-width:0px; padding:0px; vertical-align:top; }
table.spaced td {padding:2px;}

table.brd .head {background-color: #eeeeee; font-weight: bold;}
table.brd thead {background-color: #eeeeee; font-weight: bold;}
table.brd td {padding:3px; border-top: 1px #dddddd solid;}

/********************************************************/
/* menu found on customer_menu.html				*/
/********************************************************/

.pagemenu {
    display:block; margin:10px; margin-right: 0px; color:#E55211; font-size: 14px; font-weight: 800;
    border-left: 1px solid #E55211;
}

.pagemenu a {
    font-size: 14px; font-weight:inherit; padding-left:6px; padding-right:6px; margin:0px;
    border-right: 1px solid #E55211;
}
.pagemenu a:hover {background-color:#efefef}

/********************************************************/
/* Left menu styles (needed for manage portion of site)				*/
/********************************************************/

td.left {
	width: 170px; padding: 0px; margin: 0px;  
	vertical-align: top;
	color: #555555; text-align: left; font-size: 12pt;
	background: url('images/bk_left.gif');
	border: 1px solid #4FAD07
}

td.left h2 {
	padding:2px; padding-left: 8px; font-size: 12pt;
	font-family: Verdana, Arial, sans-serif; color: black; letter-spacing: 0px;
	margin:0px; border: 0px;
	display: block; width: 90%; height: 25px;
	background: url('images/bk_left_title.gif') no-repeat -80px 0px; color: white; 
}
td.left div {margin: 8px; padding-right: 20px; text-align: left; margin-bottom: 6px; margin-top: 4px;}
td.left div div {margin: 0px; padding-right: 0px; text-align: left; margin-bottom: 0px; margin-top: 0px;}

td.left a {font-size: 12px; font-weight: bold; display:block; margin-bottom: 16px; margin-right: 10px; text-align: right}
td.left div div a {margin-bottom: 10px; text-align: left;}

td.left a.menu_line {
	text-align: left; margin: 3px; width: 120px;
}


td.menu {background: none; background-color:#eeeeee;}

td.menu a {
	padding:2px;
	font-size: 12px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, Arial, Sans-serif, Verdana;
	color: #2F3842;
	letter-spacing: 0px;
	display:block;
	padding-right:10px;
	padding-left:10px;
	white-space: nowrap;
}

td.menu a:hover {color: white; background-color: black; }

/********************************************************/
/* basic tags from previous css code			*/
/********************************************************/
form {margin:0px; border:none; padding:0px;}

/*unsure if I need this code, it pulls off the generic webbutton and makes grey small plain button (replaced by button_1).*/
textarea, select, option {
	color:#444444; background-color: #eeeeee;
	margin:0px; font-size: 14px;
	padding: 2px; padding-top:0px; padding-bottom:0px;
	border: #000000 1px solid;
	vertical-align: top;
	margin-right:10px;
}

/*button used for manage area*/
.button {border:1px outset #FFFFFF; background-color:#DDDDDD; color:#000000; padding:0px; padding-left:5px; padding-right:5px; min-width:60px; font-weight: 800;}

.radio {border: none;}

select {border-width: 0px;}
option {border-width: 0px;}
.radio {background-color: #ffffff; border-width: 0px; vertical-align: middle;}
/*.flat {border-width: 0px; background-color: #ffffff; }

input.small {
    color:#444444; border: 1px solid #000000;
    margin: 0px; padding: 0px;
    font-size: 9px;
}

table.maincontent {
   width: 95%;
   border:none; border-top: 1px #999999 dotted; padding: 0px; margin:0px;
   border-bottom: 1px #999999 dotted; padding: 0px; margin:0px;
}

.leftcolumn {
    width: 160px; vertical-align: top;
    padding: 0px; padding-right: 0px;
    padding-left: 10px;
    border: none;
    border-right: 1px #999999 dotted;
}

.maincolumn {
    padding-left:10px; vertical-align: top; padding-bottom: 100px;
    border:none;
}*/


.error {color: red; font-weight: 800;}

/*found once in customerarea.html*/
.code {
    display: block; background-color: #efefef;
    padding: 3px; border: 1px solid #dddddd;
    font-family: Courier-New, Courier; font-size: 8pt;
}
ul.check {list-style: url('images/check.gif') inside; }
ul.check li {
	font-size:14px;
	vertical-align:top;
	margin-top:5px;
}
ul.check a {
	font-size:16px;
	font-weight: bold;
	vertical-align:top;
	margin-top:10px;
	font-style: italic;
	text-decoration: none;
}

/*ul.plumeria {list-style: url('images/check.gif') inside; }
ul.plumeria li {font-size:12px; vertical-align:top; margin-top:10px;}
ul.plumeria a {font-size:12px; font-weight: bold; vertical-align:top; margin-top:10px;}
*/
ul.dot {
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
}
ul.dot li {
	font-size:14px;
	vertical-align:baseline;
	margin-top:10px;
}
ul.dot a {font-size:14px; font-weight: bold; vertical-align:top; margin-top:10px;}

/********************************************************/
/* old header css					*/
/********************************************************/
/*table.topheader {border-bottom: 1px solid #367C00;}
.topheader td {background: url('images/bk_header.gif');}

td.headbuttons {background: white; width: 150px; text-align: right; padding: 0px; padding-left: 20px; padding-top: 3px;}
td.headbuttons table {background: white; width: 100%; border: 0px;}
td.headbuttons table td {background: white; white-space: nowrap; padding: 0px; margin: 0px; border: 0px;}
td.headbuttons table td.left {width: 21px; text-align: right;}
td.headbuttons table td.button {background: url('images/head_button_bk.gif') repeat-x;}
td.headbuttons table td.left2 {width: 21px; text-align: right;}
td.headbuttons table td.button2 {background: url('images/head_button_bk2.gif') repeat-x;}
td.headbuttons table td a {
	display: block;
	font-size: 8pt; color: #367C00; font-weight: 800; display: block;
	margin: 0px; margin-top: 3px; padding-right: 10px;
	width: 120px;
}
td.headbuttons table td a:hover {color: #E55211;}


.topmenu {text-align: center; width: 800px; max-width: 800px;}
.topmenu tr {background: url('images/bk_header_menu.gif') repeat-x;}

.topmenu td {width: 16%; white-space: nowrap;}

.topmenu td.separ {width: 13px;}
.topmenu td.term_separ {width: 7px;}

.topmenu a {
	font-size: 8pt; color: #367C00; font-weight: 800; display: block;
	margin-top: 2px; width: 100%;
	
}
.topmenu a:hover {color: #E55211;}


table.contentholder {
	border: 1px solid #4FAD07;
	margin: 10px; 
}

td.maincont {
    background-color: #ffffff;
    padding: 0px; margin: 0px; padding-bottom: 100px; padding-left:40px; padding-right: 40px;
    border: none; padding-top:15px;
    vertical-align: top;
    height: 100%; width:100%;
    background: url('images/bkleft.gif') repeat-y 6px -8px;
}*/


table.prodboxes {border: 0px;}
table.prodboxes td {border: 0px; padding: 15px; }

table.prodboxes td div {border: 1px solid #dddddd; padding: 10px; padding-bottom: 20px; display: block;}

.button_buy {
	width: 93px;
	height: 28px;
	vertical-align: top;
	color: black;
	border: 0px solid white;
	font-weight: 800;
	font-size: 9pt;
	vertical-align: middle;
	padding-bottom: 3px;
	font-family: Verdana, Arial;
	background-color: white;
	background-image: url(images/Orange%20Buy%20Button.png);
	background-repeat: no-repeat;
	background-position: center;
}
.button_1 {
	background: white url('images/Button1.jpg') no-repeat;
	width: 135px; height: 25px;
	color: white; border: 0px solid white; font-weight: 800;
	font-size: 9pt; vertical-align: top;
	padding-bottom: 3px;
	font-family: Verdana, Arial;
}
.LearnButton {
	background: white url('images/LearnButton.jpg') no-repeat;
	width: 100px; height: 30px;
	color: black; border: 0px solid white; font-weight: 800;
	font-size: 9pt; vertical-align: top;
	padding-bottom: 5px;
	font-family: Verdana, Arial;
}

/* inline | block | list-item | run-in | inline-block | table | inline-table | table-row-group | table-header-group */
/* | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit */

span.button_1 {width: 130px; height: 19px; display: inline; padding: 0px; margin: 0px; border:none;}
a.button_1:hover {color: green;}

/*buttons for customer area and checkout, both 2and3 are just longer versions of button_1*/ 
.button_2 {
	background: white url('images/Button2.jpg') no-repeat;
	width: 200px; height: 25px;
	color: white; border: 0px; font-weight: 800;
	font-size: 9pt; vertical-align: top;
	padding-bottom: 3px;
	font-family: Verdana, Arial;
}

.button_3 {
	background: white url('images/Button3.jpg') no-repeat;
	width: 250px; height: 25px;
	color: white; border: 0px; font-weight: 800;
	font-size: 8pt; vertical-align: top;
	white-space: nowrap;
	padding-bottom: 3px;
	font-family: Verdana, Arial;
}


.button_1_cart {
	background: white url('images/Button1.jpg') no-repeat;
	width: 135px; height: 25px;
	color: white; border: 0px solid white; font-weight: 800;
	font-size: 8pt; vertical-align: top;
	white-space: nowrap;
	padding-bottom: 3px;
	font-family: Verdana, Arial;
	/*padding-left: 20px;*/
}
div.paging {
	padding: 0px; margin: 0px; margin-top: -10px; white-space: nowrap; margin-bottom: 15px; 
	border: 0px; 
}
div.paging a {color: #709D19;}

/********************************************************/
/* Shopping cart box 					*/
/********************************************************/

.cart_box {
	float: left;
	border: 1px solid #dddddd;
	display: block;
	width: 580px;
	min-height: 200px;
	margin: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px;
	padding-bottom: 20px;
	background: white
}

.outer_box {
	border-left: 10px solid white;
	border-bottom: 10px solid white;
	float: right;
	display: block;
	width: 600px;
	background: white
}

/********************************************************/
/* Table styles 					*/
/********************************************************/


table.list_1 {width: 80%}
table.list_1 thead {
	background-color: #eeeeee; font-weight: 800;
	border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
}
table.list_1 .head {
	background-color: #eeeeee; font-weight: 800;
	border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
}

table.list_1 td {padding: 3px; border-bottom: 1px solid #dddddd;}

table.list_2 td {padding: 3px; border-bottom: 1px solid #dddddd;}

table.list_3 td {padding: 3px; padding-left: 0px; border: 0px;}


/********************************************************/
/* Language selector flags				*/
/********************************************************/

td.lang_selector {
	text-align: right; padding-right: 15px; padding-top: 5px; 
	white-space: nowrap;
}

td.lang_selector img {width: 18px; height: 11px; border: 2px solid #EFEFEF;}


#featureBox {
	border: 1px #2F3842;
}
#featureBox h1 {
	color: #000000;
	line-height: normal;
	text-align: center;
	margin: 0px;
}
#FooterMenu {
	font-style: italic;
	text-align: center;
}

.translate td {
	background-position: center center;
}
.translate h3 {
	margin: 0px;
}
.customerbox h2 {
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
	margin-top: 0px;
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
}
.FeatureHighlight h2 {
	margin: 0px;
	font-size: 21px;
	border: none;
}
#mainInfo a {
	font-weight: bold;
	color: #066F09;
	text-decoration: none;
}
#mainInfo h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 800;
}
.signupframe {
	border: 1px solid #000000;
	background: #ffffff;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.QuestionList h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
}
	
.QuestionList td {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

