* {
	margin:0;
	padding:0;
}

p 
{
    padding: 2px 0 2px 0;
}

ol, ul {
	padding-left:35px;
}

html {
	height:100%;
}

body {
	height:100%;
    font-family :Arial, Helvetica, sans-serif;
	text-align:center;
}

h1 {
	font-size:16pt;
	font-weight:bold;
}

h2 {
	font-size:15pt;
	font-weight:bold;
}

TD {
	padding:2px;
	font-size:12pt;
}

img {
	border:0;
}

.box_container {
	width:650px;
	padding-left:1em;
}


.intro {
	font-weight:normal;
	/*margin-bottom:-10px;*/
	width:95%;
	margin-left:1em;
	padding-top:10px;
}

.copyright {
	font-size:7pt;
	font-weight:normal;
}

.footnote {
	font-size:7pt;
	font-weight:normal;
	font-style :italic;
}

.pagetitle {
	font-size:12pt;
	font-weight:bold;
}

.sectionhead {
	background-color :#00A4E4;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
}

.resultbg, .namevaluename {
	background-color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}

.resultname, .namevaluebg, .tabularbg, .tabularname {
	background-color:#00A4E4;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
}

.resultvalue, .namevaluevalue, .tabularvalue {
	background-color:#FFFFFF;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

.currentoffers {
	background-color:#000;
	font-size:.95em;
	font-weight:bold;
	color:#ffffff;
}


.current, form#personalData label {
	font-weight:bold;
}

.current a:active, a:link, a:visited {
	color:#0068B4;
}

.current a:hover {
	text-decoration:none;
}


.introhead {
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#0068B4;
}

.colheader {
	vertical-align:top;
	text-align:center;
	background-color:white;
	font-weight:bold;
	color:black;
	border-bottom:solid 1px black;
}


.results {
	margin:0;
	padding:5px 10px;
	background:#f7f7f7;
	border:1px solid #eee;
}

.results p {
	padding:5px;
}

.results table {
	padding-left:100px;
}

.results  td {
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	text-transform:capitalize;
}

.results h1 {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

.sectiontitle {
	text-align:left;
	padding-left:10px;
}

.headertitle {
	background:black;
	color:White;
	text-align:center;
	font:bold 14pt;
}


form hr, #tips hr {
	border:solid 2px #eee;
}

.oddrow {
background-color:#EEEEEE;
border-bottom:1px solid #999999;
color:#333333;
}

.evenrow {
background-color:#D6D2D3;
border-bottom:1px solid #999999;
color:#333333;
}

.oddrow td{ padding-left:10px;border-bottom:1px solid #999999;}
.evenrow td{ padding-left:10px;border-bottom:1px solid #999999;}

.topPad {
    margin-top:40px;
    }

.topPad b {
   padding-left:5px;
}   
    
 .bottomPad  {
    padding-bottom:20px;
 }   

a {
	color:#981793;
}

    
.sr {
	position:absolute;
	left:-9999em;
	top:0;
	width:1px;
	height:1px;
	overflow:hidden;
}

#header {
	height:163px;
	margin:0;
	border-bottom:solid 1px #d4d6d7;
    background:#fff url(../gfx/header_bg.png) no-repeat left top;
}

#header h1 {
	float:right;
	padding-right:20px;
	padding-top:65px;
	color: gray;/*#0068b4;*/
	font-size:30px;
	text-shadow: 1px 1px 1px #D4D6D7;
}

#header h1 span {
    background-color:#ffffff;
    border-radius: 5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid 1px gray;
    padding:3px 10px;
}

.infoText 
{
    font-size:10pt;
    background:#000;
    color:#fff;
    border-radius: 5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px 10px 5px 10px;
    margin-bottom:10px;
    line-height:1.25em;

}

.infoText a:link, .infoText a:active,
.infoText a:visited 
{
    color: #DBDBDB;
    outline:none;
    font-weight:bold;
}

.infoText a:hover    
{
    text-decoration:none;
    color:#D4D6D7;
}

.smallText 
{
    font-size:8pt;
}

/* --- Main Nav Styles ----*/
#nav {
  float:left;
  font-size: 16px;
  margin:0;
  font-weight: bold;
  text-transform:uppercase;
  padding:25px 0 10px 10px;
  width:100%;
}

#nav li {
  list-style: none;
  margin: 0;
  margin-left:2px;
  display: inline;
}

#nav li a {
  color: #fff;
  text-decoration: none;
  float: left;
  outline:0;
  border-radius: 3px;
  -khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
 padding: 5px 7px 3px 7px;
 margin-left: 10px;
}

#nav li a:link, #nav li a:visited { 
  background-color:#0068B4;
}

#nav li a:hover, #nav #current a:hover {
  background-color: #45B2FE;
}

#nav #current a {
  background-color: #45B2FE;
}

/* --- End Main Nav ---- */

#container {
    background:#F4F5F6;
	text-align:left;
	margin:0 auto;
	position:relative;
	min-height:100%;
	height:auto !important;
	width:900px;
	border-left:solid 1px #d4d6d7;
	border-right:solid 1px #d4d6d7;
}

#wrapper {
	padding:5px 0 20px 0;
	background:#F4F5F6;
}

#wrapper:after {
	clear:both;
	display:block;
	font:1px/0px serif;
	content:".";
	height:0;
	visibility:hidden;
}

#content p {
	line-height:1.4;
}

#navigation {
	float:left;
	width:200px;
}

#extra {
	background:#FF8539;
	float:left;
	clear:left;
	width:200px;
}

#footer p {
	margin:0;
	padding-left:15px;
	padding-top:5px;
	font-size:90%;
}

#content {
	float:right;
	width:690px;
	padding-left:10;
	margin-bottom:20px;
	padding-bottom:20px;

	min-height:100%;
	height:auto !important;
}

#content h3 {
	padding:5px;
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
}

#footer {
	clear:both;
	width:100%;
	position:absolute;
	bottom:0 !important;
	height:24px;
	background:#7A8DC7;
	color:#fff;
}

.tips ol {
	list-style:none;
}

.intro ol {
	margin-bottom:-1em;
	list-style:none;
}

.buttons  {
    margin:0;
}

.buttons a {
	/*color:#fff;
	background:#0068B4;
	border-radius:3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	padding:5px;*/
	padding-left:20px;
	display:block;
	/*font:12px trebuchet, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:left;*/
	padding-bottom:20px;
}

.buttons a:hover {
}

#funds {
  border: solid 3px #36AE13;/*#BBDC91;*/
  border-radius:5px;
  -khtml-border-radius:5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-left:20px;
  width:192px;
  
}

#funds ul { padding:0;}

#funds li 
{
    list-style-type:none;
    color:#36AE13;/*#BBDC91;*/
    font-weight: bold;
    font-size:  14pt;
    margin:0;
    padding: 5px 0 10px 0;
    text-align:center;
    text-shadow: 1px 1px 1px #fff;
}

#funds p 
{
    background:#36AE13;/*#BBDC91;*/
    color:#fff;
    font-size:16pt;
    margin:3px 0 3px 0;
    text-shadow: 1px 1px 1px #36AE13;
}

#funds h3 {
    background:#BBDC91;
    color:#fff;
    text-align:center;
}
    

.marginForm em, .registrationForm em {
	font-weight:bold;
	font-style:normal;
	color:#f00;
}

.marginForm fieldset, .registrationForm fieldset {
	display:block;
	margin:0 0 1em 0;
	border:none;
	border-top: 1px solid #A8A8A8;
	background: #fff; /*url(../gfx/rzform-fieldset.gif) left bottom repeat-x;*/
	padding:0 1em 10px 1em;
}

.marginForm fieldset legend {
        font-size:16px;
        color:black;
}
        
.marginForm fieldset.radio, .registrationForm fieldset.radio {
	margin:0 0 0 -1em;
	border:0 solid #FFFFFF;
}

.marginForm fieldset.radio input, .registrationForm fieldset.radio input {
	position:static;
	clear:both;
	float:left;
}

.marginForm fieldset.radio label, .registrationForm fieldset.radio label {
	position:relative;
	top:-1.25em;
	display:inline;
	width:auto;
	margin:0 0 0 8em;
	font-weight:bold;
}

.marginForm fieldset.radio legend, .registrationForm fieldset.radio legend {
	float:left;
	font-weight:bold;
}

.marginForm input {
	position:relative;
	top:-1.4em;
	left:18em;
	display:block;
}

.marginForm input.submit, .registrationForm input.submit {
	clear:both;
	top:0;
}

.marginForm label, .registrationForm label {
	clear:both;
	float:left;
	display:block;
	width:16em;
	margin-top:-1em;
	font-weight:bold;
	font-size:10pt;
}

.marginForm label.first, .registrationForm label.first {
	margin-top:1em;
}

.marginForm label.checkBox 
{  
 padding-left:25px;
 width:95%;
    }
    
.marginForm label.checkBox input 
{
   left:-20px;
   top:1em;
   
   }   
   
.marginForm select  {
	position:relative;
	top:-1.4em;
	left:18em;
	display:block;
	max-width:230px;
}

label.error {
    font-size:7pt;
    margin-top:-35px;
    margin-left:105px;
    position:relative;
    z-index:5;
    background:Red;
    outline:0;
    border-radius: 3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding: 1px 2px 2px 2px;
    color:White;
    width:100px;

/*
    margin-left:370px;
    position:relative;
    width:auto;
    z-index:5;
    margin:0;
    float:none;
    clear:none;
*/
}

input.error 
{
    color:Black;
}

.Next {
  font-size:12px;
}

.Next a, .Next a:visited
 {
  color:#0068B4;
  padding: 2px 6px; 
  border: solid 2px #ddd; 
  background: #fff;
  text-decoration: none;
  display:inline;
}

.Next a:hover {
  background: #0068B4; 
  border-color: #036; 
  text-decoration: none;
  color:#fff;
}

.formButtons 
{
    float:right;
    margin-top:10px;
}

#Terms label.error  
{
    float: none; 
    font-style: italic; 
    color: red;
    position: absolute; 
    top: 80px; 
    left: 90px;
    font-size: 12px; }
    
#RebateMail label.error  
{
    left: 90px;
    top:30px;
 }
 
 #CustInfo
 {
    display:inline;
    margin-bottom:15px;
    padding-bottom:30px;
    margin: 0 auto;
    clear:both;
 }
 
 .products 
 {
    background:#f7f7f7;
    width:100%;
    border:solid 1px black;
    padding:2px;
    margin-bottom:10px;
    
    /*
    padding:3px;
    
*/
 }
 
 dl 
 {
    
    padding: 0.5em; 
    } 
    
dt 
{
    float: left; 
    clear: left; 
    width: 150px; 
    text-align: right; 
    font-weight: bold; 
    color: #0068B4; } 
    
/*dt:after { content: ":"; } */

dd 
{
    margin: 0 0 0 160px; 
    padding: 0 0 1px 0; 
    }
    
#Button1 
{
    margin-top:135px;
}    

#Button2 
{
    margin-top:110px;
} 

.newsticker {
	list-style-type: none;
	color:#fff;
	border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: 1px solid #36AE13;
	background: #36AE13;
	padding: 3px;
	margin: 0;
	font-size:20pt;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-shadow: 1px 1px 1px #36AE13;

}

#about 
{
    font-size:10pt;
}

#about h3 
{
    background: #BBDC91;
    border-radius:3px;
    -khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:15px 0 5px 0;
	color:#fff;
	padding-left: 10px;
}

#homeButtons 
{
    float:right;
    margin-right:10px;
}

#homeButtons a {  display:block;
                  padding-bottom:20px;}

#productMatrix 
{
    margin-bottom:10px;
}

.home 
{
    padding-left:1em;
}

.error { color:Red;}

#ProductSelect {
	font-weight:normal;
	/*margin-bottom:-10px;*/
	width:80%;
	margin-left:1em;
	padding-top:10px;
}

.autoList 
{
   font-size:9pt;
   position: relative;
   background:#fff;
   list-style-type:none;
   z-index:5;
}

.mailform { padding:10px 0; }

.RebateAmount  
{
    text-align:left;
    font-size:14pt;
    font-weight:bold;
    padding-bottom:25px;
}

.disclaimer 
{
    margin-top:-10px;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
    padding-bottom:30px;
}

.checktext 
{
    z-index:0;
}

.checkError 
{
    position:absolute;
    top:517px;
    left:230px;
}

.popup td {
font-size: 11pt;
}

.barCode 
{
    margin: auto;
    background:#FFF; 
    width:380px;
}

.clear                      { clear: both; }

    .productCat {
         height:140px;
         position:relative;
         width:455px;
         background-color:#F9F9F9;
         border:1px solid #E8E8E8;
         margin:10px;
        }
      
     .productCat p  {
         padding:5px 0 5px 10px;
     }
       
     .productCat .right  {
         float:right;
        }   
        
     .productCat .links {
         /*display:block;*/
         padding-left:0;
     }
     
     .productCat .links a {
         
         color: #fff;
         text-decoration: none;
         /*float: left;*/
         outline:0;
         border-radius: 3px;
            -khtml-border-radius:3px;
            -moz-border-radius:3px;
            -webkit-border-radius:3px;
        padding: 5px;
        margin-left: 5px;
     }

     .productCat .outside a 
     {
         font-size:9pt;
         display:block;
     }
     .productCat .links a:link, .productCat .links a:visited { 
         background-color:#0068B4;
        }

     .productCat .links a:hover {
        background-color: #7A8DC7;
        }
        
     .productCat p.outside { margin-top:3px;}
        
#HI_Table        
{
    width:100%;
    border-collapse:collapse;
}

#HI_Table td.item 
{
    border: 1px solid #000;
    width:50%;
    padding:10px;
    text-align:center;
}

td.HI_description 
{ 
    padding:0px;
    text-align:center;
    color:#FFF;
    background:#000;
    height:10px;
    font-size:10pt;
    }
    

.searchResults 
{
  padding:5px 0 5px 15px;
}

.statusMessage 
{
    font-size: 110%;
    font-weight: bold;
}    

.approved 
{
    color:#BBDC91;}
    
#ctl00_PageContent_CalendarExtender1_popupDiv { background-color:#fff;border: solid 1 #000;}

.CI_calendar td
{ 
    font-size:8pt;
    padding:0;
    
}