@charset "utf-8";

/* ********* Set Defaults to Zero ******* */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
xtable{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
/* !!!!!!!!!! YOU MUST RESTYE THE ABOVE AS NEEDED !!!!!!!!!!!!!  */

h1 { font-size:200%; margin-bottom:6px;}
h2 { font-size:150%; margin-bottom:6px;}
h3 { font-size:135%; margin-bottom:6px;}
h4 { font-size:120%; margin-bottom:6px;}

p { margin:5px 0 10px 0; line-height:140%;}

/* default nav styles */
a:link {color: #0033CC;	text-decoration: underline;}
a:visited {color: #0033CC; text-decoration: underline;}
a:hover {color: #B71A37; text-decoration: underline;}
a:active, a:focus {color: #0033CC; text-decoration: underline;}

.cfdebug {text-align:left;}

thead{background-color:#A32634; color:#FFFFFF; font-weight:bold;}
.thead2{background-color:#A1A1A1; color:#000000; font-weight:bold;}
.trans_popup_table{	font-size: .8em ;font-family:Verdana, Arial, Helvetica, sans-serif;}
.trans_popup_table tr td{	font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.listRowAlt { background-color: #FFFFFF; }
.listRowAlt { background-color: #F0F0F0; }
table td{ font-size:11px;}
table td input{ font-size:11px;}
table td select{ font-size:11px;}


/* eligiable_products
-------------------------------------------------------------------------------------- */
#eligiable_products{ background-color:#FFFFFF; height:400px; text-align:center}
.tbl_eligiable_products{ background-color:#FFFFFF;}







/* MAIN STRUCTURE
-------------------------------------------------------------------------------------- */
body  {
	font-size: .8em ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #525252;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	xborder: 1px solid #000000;		
	text-align: left; /* this overrides the text-align: center on the body element. */

}
/* used for 2 column layout */
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4EBE6;
	background-image:url(../graphics/container-bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
 /* used for 3 column layout */
#container-3col { 
	width: 800px; 
	background: #F4EBE6;
	background-image:url(../graphics/container-bg_3col.gif);
	margin: 0 auto; 
	text-align: left;

}

#top { height:36px; background-color:#000000; background-image:url(../graphics/top_bg.jpg);}
#top-nav { color:#989898; padding:9px 0 0 10px; font-size:11px;}
/* Top nav styles */
#top-nav a:link {color: #989898;	text-decoration: none;}
#top-nav a:visited {color: #989898; text-decoration: none;}
#top-nav a:hover {color: #CCC; text-decoration: none;}
#top-nav a:active, a:focus {color: #989898; text-decoration: none;}

#header { height:150px; background-color:#FFFFFF; text-align:center; border-bottom:7px solid #A32634;}
/*#header table { height:100%; width:230px; padding:0; xborder:1px solid black; float:left;}*/
/*#header table td { vertical-align:middle;}*/
/*#banner { float:right; width:570px; height:150px; background-image:url(../graphics/topbanner-01.jpg);}*/

#banner-table { width:800px; height:150px;}
#banner-table th{ width:230px; height:150px; text-align:center;}
#banner-table td{ width:570px; height:150px; margin:0; padding:0; }


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7FA1D1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
/* used for 2 column layout */
#mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/* used for 3 column layout */
#mainContent-3col { 
	margin: 0 140px 0 180px;
	padding: 20px;

} 

#right-col { float:right; width:140px; background-color:#FBF6E3; margin:0; padding-top:7px; }

#footer {  border-top:7px solid #A32634; height:40px; background-color:#525252; text-align:center; color:#FFFFFF; padding-top:10px; font-size:11px; } 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CSS Document for Navigation Menu */

/* Login CONTAINER 
-----------------------------------------------------------*/
.logindiv { margin:0 10px 10px 10px; width:284px; }

/***********************************/

/* NAV CONTAINER 
-----------------------------------------------------------*/
.xsnazzy p.top  { margin:0; padding:0; font-size:100%; height:12px; }
.xsnazzy p.bottom  { margin:0; padding:0; font-size:100%; height:12px; }

.inside {  border-bottom:4px solid #000; border-top:4px solid #000;}

.xsnazzy { background: transparent; width:160px; margin-top:26px; margin-left:auto; margin-right:auto; }

.xtop, .xbottom { display:block; background:transparent; font-size:1px; }

.xb1, .xb2, .xb3, .xb4 { display:block; overflow:hidden; }

.xb1, .xb2, .xb3 { height:1px; }

.xb2, .xb3, .xb4 { background:#A32634; border-left:1px solid #7FA1D1; border-right:1px solid #7FA1D1;  }

.xb1 { margin:0 5px; background:#7FA1D1; }

.xb2 { margin:0 3px;border-width:0 2px; }

.xb3 { margin:0 2px; }

.xb4 { height:2px; margin:0 1px; }

.xboxcontent { display:block; border:0 solid #7FA1D1; border-width:0 1px; height:auto; background-color:#FFFFFF; }

* html .xboxcontent { height:1px; }

.color_a { background:#A32634; color:#fff; }

.color_b { background:#d4d8bd; color:#000; }

.color_c { background:#758279; color:#fff; }

.color_d { background:#b2ab9b; color:#000; }

/* Nav styles */

/*- Menu 1--------------------------- */
	
#menu1 {
	width: 158px;
	margin: 0;
	padding:0;	
}
#menu1 ul li{ 
	list-style:none;
	margin:0;
	padding:0;
}

/* Nav 0 - Login ------------------------------------------------ */	
#menu1 li.nav0 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav0 a:link, #menu1 li.nav0 a:visited {
	display: block;
	background:  url(../graphics/nav_log.gif);
	padding: 0;
}
	
#menu1 li.nav0 a:hover {
	background:  url(../graphics/nav_log.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav0-on a:link, #menu1 li.nav0-on a:visited{
	background:  url(../graphics/nav_log.gif) 0 -24px;
	padding: 0;
}

/* Nav 1 - Home --------------------------------------------------------- */	
#menu1 li.nav1 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav1 a:link, #menu1 li.nav1 a:visited {
	display: block;
	background:  url(../graphics/nav_hom.gif);
	padding: 0;
}
	
#menu1 li.nav1 a:hover {
	background:  url(../graphics/nav_hom.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav1-on a:link, #menu1 li.nav1-on a:visited{
	background:  url(../graphics/nav_hom.gif) 0 -24px;
	padding: 0;
}

/* Nav 2 - Program Overview -------------------------------------------- */	
#menu1 li.nav2 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav2 a:link, #menu1 li.nav2 a:visited {
	display: block;
	background:  url(../graphics/nav_ovr.gif);
	padding: 0;
}
	
#menu1 li.nav2 a:hover {
	background:  url(../graphics/nav_ovr.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav2-on a:link, #menu1 li.nav2-on a:visited{
	background:  url(../graphics/nav_ovr.gif) 0 -24px;
	padding: 0;
}

/* Nav 3 - Submit Invoices ------------------------------------------- */	
#menu1 li.nav3 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav3 a:link, #menu1 li.nav3 a:visited {
	display: block;
	background:  url(../graphics/nav_inv.gif);
	padding: 0;
}
	
#menu1 li.nav3 a:hover {
	background:  url(../graphics/nav_inv.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav3-on a:link, #menu1 li.nav3-on a:visited{
	background:  url(../graphics/nav_inv.gif) 0 -24px;
	padding: 0;
}

/* Nav 4 - Order Merchandise ----------------------------------------- */	
#menu1 li.nav4 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav4 a:link, #menu1 li.nav4 a:visited {
	display: block;
	background:  url(../graphics/nav_odr.gif);
	padding: 0;
}
	
#menu1 li.nav4 a:hover {
	background:  url(../graphics/nav_odr.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav4-on a:link, #menu1 li.nav4-on a:visited{
	background:  url(../graphics/nav_odr.gif) 0 -24px;
	padding: 0;
}

/* Nav 5 - Account Status --------------------------------------------- */	
#menu1 li.nav5 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav5 a:link, #menu1 li.nav5 a:visited {
	display: block;
	background:  url(../graphics/nav_acs.gif);
	padding: 0;
}
	
#menu1 li.nav5 a:hover {
	background:  url(../graphics/nav_acs.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav5-on a:link, #menu1 li.nav5-on a:visited{
	background:  url(../graphics/nav_acs.gif) 0 -24px;
	padding: 0;
}

/* Nav 6 - Contact Us --------------------------------------- */	
#menu1 li.nav6 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav6 a:link, #menu1 li.nav6 a:visited {
	display: block;
	background:  url(../graphics/nav_cnt.gif);
	padding: 0;
}
	
#menu1 li.nav6 a:hover {
	background:  url(../graphics/nav_cnt.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav6-on a:link, #menu1 li.nav6-on a:visited{
	background:  url(../graphics/nav_cnt.gif) 0 -24px;
	padding: 0;
}

/* Nav 7 - Register ----------------------------------- */	
#menu1 li.nav7 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav7 a:link, #menu1 li.nav7 a:visited {
	display: block;
	background:  url(../graphics/nav_reg.gif);
	padding: 0;
}
	
#menu1 li.nav7 a:hover {
	background:  url(../graphics/nav_reg.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav7-on a:link, #menu1 li.nav7-on a:visited{
	background:  url(../graphics/nav_reg.gif) 0 -24px;
	padding: 0;
}

/* Nav 8 - SMART Admin ----------------------------------------- */	
#menu1 li.nav8 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav8 a:link, #menu1 li.nav8 a:visited {
	display: block;
	background:  url(../graphics/nav_admn.gif);
	padding: 0;
}
	
#menu1 li.nav8 a:hover {
	background:  url(../graphics/nav_admn.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav8-on a:link, #menu1 li.nav8-on a:visited{
	background:  url(../graphics/nav_admn.gif) 0 -24px;
	padding: 0;
}

/* Nav 9 - FAQ -------------------------------------------- */	
#menu1 li.nav9 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav9 a:link, #menu1 li.nav9 a:visited {
	display: block;
	background:  url(../graphics/nav_faq.gif);
	padding: 0;
}
	
#menu1 li.nav9 a:hover {
	background:  url(../graphics/nav_faq.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav9-on a:link, #menu1 li.nav9-on a:visited{
	background:  url(../graphics/nav_faq.gif) 0 -24px;
	padding: 0;
}

/* Nav 10 - Eligible Products -------------------------------------------- */	
#menu1 li.nav10 a {
  	height: 25px;
	text-decoration: none;
}	
	
#menu1 li.nav10 a:link, #menu1 li.nav10 a:visited {
	display: block;
	background:  url(../graphics/nav_prd.gif);
	padding: 0;
}
	
#menu1 li.nav10 a:hover {
	background:  url(../graphics/nav_prd.gif) 0 -24px;
	padding: 0;
}

#menu1 li.nav10-on a:link, #menu1 li.nav10-on a:visited{
	background:  url(../graphics/nav_prd.gif) 0 -24px;
	padding: 0;
}

/* register form */
.noticeTxt{color:#A32634; text-transform:uppercase; font-size:10px; font-weight:bold; vertical-align:middle}
.required{color:#A32634; vertical-align:middle}
.frmInput{font-size:11px;padding 1px;}
.font11{font-size:11px;}

.termsandconditions{ background-color:#FFFFFF; text-align:left;}

/* FAQ styles */
.q { color:#B0B0B0; font-size:150%; padding-right:6px;}
.a { color:#8C8C8C; font-size:150%; padding-right:6px;}

.mfr-logo-box {text-align:center; margin-bottom:30px; border:1px solid #8F9095; background-color:#FFFFFF;}
.mfr-logo-box table td{ width:156px; height:120px; vertical-align:middle; text-align:center; }

.label{ font-weight:bold;}