td.top_nav {
  background: url('/images/header_bg.png') top left repeat-x;
  padding: 0px;
}

td.tag_line {
  background: url('/images/tagline_bg.png') top left repeat-x;
  padding: 0px;
}

td.top_nav img, td.tag_line img {
  margin: 0px;
}

td#home_hero {
  vertical-align: middle;
  /*background: #252525 url('/images/home_header_hero.png') top right no-repeat;*/
  height: 295px;
}

td.hero1 {
  vertical-align: middle;
  height: 295px;
  background: #252525 url('/images/home_header_hero1.png') top right no-repeat !important;
}

td.hero2 {
  vertical-align: middle;
  height: 295px;
  background: #252525 url('/images/home_header_hero2.png') top right no-repeat !important;
}

td.hero3 {
  vertical-align: middle;
  height: 295px;
  background: #252525 url('/images/home_header_hero3.png') top right no-repeat !important;
}

td.hero4 {
  vertical-align: middle;
  height: 295px;
  background: #252525 url('/images/home_header_hero4.png') top right no-repeat !important;
}

td#top_hero {
  vertical-align: middle;
  background: #252525 url('/images/header_hero.png') top right no-repeat;
  height: 170px;
}

td.hero_bg {
  background: #252525;
}

span.contact_info {
  float: right;
  color: white;
  font-size: 14px;
  margin-top: 4px;
}

span.contact_info a {
  color: white;
  font-weight: bold;
}

span.contact_info a:active, span.contact_info a:hover {
  color: white;
  font-weight: bold;
}

span.contact_info a:link, span.contact_info a:visited {
  color: white;
  font-weight: bold;
}

div#hero_blurb {
  color: white;
  font-size: 12px;
  width: 400px;
}
div#hero_blurb a { color:#fff; text-decoration:underline; }

div.spacer {
  clear: both;
  height: 20px;
}

div.hero_button {
  background: url('/images/num_off.png') top left no-repeat;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 10px 10px 10px;
  display: inline;
  margin: 0px 0px 0px 0px;
}

div.hero_button:hover, div.hero_button_active {
  background: url('/images/num_on.png') top left no-repeat;
  color: black;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  font-weight: bold;
  padding: 6px 10px 10px 10px;
  display: inline;
  margin: 0px 0px 0px 0px
}

div.blue_button {
  background: url('/images/button_blue.png') top left no-repeat;
  width: 150px;
  height: 37px;
  color: white;
  cursor: pointer;
}

div.blue_button a:link, div.blue_button a:visited {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  width: 150px;
  height: 38px;
  color: white;
  font-size: 18px;
}

div.blue_button a:hover, div.blue_button a:active {
  text-decoration: none;
  color:#fff;
}

td.footer_links {
  background: url('/images/footer_bg.png') top left repeat-x;
  text-align: left;
  vertical-align: middle;
  color: white;
}

td.footer_links a:hover, td.footer_links a:active {
  color: white;
  font-size: 16px;
  font-weight: normal;
}

td.footer_links a:link, td.footer_links a:visited {
  color: white;
  font-size: 16px;
  font-weight: normal;
}

span#social_links {
  float: right;
}

td.footer_links span#social_links img {
  display: inline;
  margin: 0px 5px 0px 0px;
}

td.bottom_area {
  background: url('/images/bottom_bg.png') top left repeat-x;
  padding-top: 0px;
  font-size: 16px;
  color: white;
}

td.bottom_area a {
  font-size: 16px;
  color: #00a4cf;
}

img.nasft_logo {
  float: right;
}

td.bottom_area a:hover {
  color: white;
  text-decoration: none;
}

td.bottom_area span.5th_info {
  line-height: 22px;
}

span.bold {
  font-weight: bold;
}

td#right_nav {
  vertical-align: top;
  text-align: center;
}

td#right_nav div#right_nav_blurb {
  text-align: left;
  color: black;
  background: #f2f2f2;
  padding: 10px 20px 10px 20px;
}

td#right_nav div#right_nav_blurb2 {
  text-align: left;
  color: black;
  background: #f2f2f2;
  padding: 10px 20px 10px 20px;
}

td#right_nav hr.right_nav_hr {
  border: 1px solid #e6e6e6;
}

img.float_left {
  float: left;
}

span.larger {
  font-size: 14px;
}

.top_nav a.top_nav_link {
  color: black;
  display: block;
  padding-top: 7px;
  font-size: 14px;
  font-weight: normal;
  height: 23px;
  background: #f2f2f2;
}

.top_nav a.top_nav_link:hover {
  text-decoration: none;
}

div#left_nav {
  background: #f2f2f2;
  width: 181px;
  padding: 10px 0px 20px 20px
}

div#left_nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div#left_nav ul li {
  padding: 0px;
  margin: 5px 0px 10px 0px;
}

div#left_nav ul li a, div#left_nav ul li a {
  font-weight: normal;
  color: black;
  text-decoration: none;
}

div#mail_signup {
  background: url('/images/newsletter_signup.png') top left no-repeat;
  color: white;
  cursor: pointer;
  padding: 29px 0px 0px 72px;
  width: 129px;
  height: 78px;
}

span.small {
  font-size: 10px;
}

span.reallybig {
  font-size: 22px;
  line-height: 17px;
}

span.kindabig {
  font-size: 16px;
}

td#main_body {
  padding: 10px 40px 30px 40px;
  width: 488px;
  color: #000;
}

td#main_body p { font-size:13px; }
td#main_body li { font-size:13px; margin-bottom:5px; }

td#main_body a {
  color: #227091;
  text-decoration: none;
  font-size:13px;
}

td#main_body a:hover {
  text-decoration: underline;
  font-size:13px;
}

#list-page { height:auto; }
#list-page .list-item { padding-bottom:15px; }
#list-page .image { float:left; padding:0 10px 10px 0px; width:150px; }
#list-page .content { float:left; height:auto; width:285px; margin-bottom:25px; }
#list-page .content .subtitle { margin:4px 0 15px; text-transform:uppercase; font-size:12px; color:6e6e6e; }


/* CORE */

html {
	}

BODY {
	FONT-SIZE: 12px; MARGIN: 0px; padding: 0px; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}


p, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}

th, td {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #474848
	}

h1, h1#hero_headline {
  color: white;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  letter-spacing: 1pt;
  margin: 0px 0px 10px 0px;
}

h3, .text1bold {
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000 font-weight: bold; margin; 0px; padding: 0px; display: inline; }
#list-page h2 { color:#227091; font-size:16px; }

h4 {
  margin: 0px;
  font-size: 25px;
  color: #00a4cf;
}

h5 {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.85em;
	letter-spacing: 1pt;
	padding: 0px;
	font-weight: bold;
	}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 1.25em;
	letter-spacing: 3pt;
	padding: 0px;
	font-weight: bold;
	}

img {
	display: block;
	border:0;
	}

img.inline {
	display: inline;
	border:0;
	}

#top_nav {
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 2pt;
	padding: 4px 4px 4px 4px;
	}

#breadcrumb {
        margin-bottom: 10px;
	font-size: 12px;
	font-weight: light;
	padding: 0px;
        color:  #990000;
}

#area_top {
	}

#area_middle_left {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 1pt;
	line-height: 1.5;
	}

#area_middle_right {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 8px 8px 8px 8px;
	}

#area_middle_right p {
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height: 1.5;
	padding: 0px 8px 0px 8px;
	}

.category_button {
	text-align: left;
	}

.category_button_on {
	text-align: left;
	}

.sitesearch_btn {
	display:inline; display:inline-block;
	width:25px;
	margin:0.2em; padding:1px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#cdf;
	color:#333;
	border:1px solid grey;
	vertical-align:middle;
        horizontal-align:right;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.addtocart_btn {
	display:inline; display:inline-block;
	width:100px;
	margin:0.2em; padding:1px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#cdf;
	color:#333;
	border:1px solid black;
	vertical-align:middle;
        horizontal-align:right;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.addtocart_btn[class] {
	width:auto;
	min-width:50px;
	}
.addtocart_btn strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}
.addtocart_btn:hover { background:black; color:white }
.addtocart_btn:hover strong { background:#ccc; color:black; }

.btnstyle1 { background:#000088; color:white }

.btnstyle2 { background:#06c; color:white }


#product_panel .buy_button {
	padding: 8px 8px 8px 8px;
	text-align: right;
	}

#product_panel .price, .units {
	padding: 0px 8px 0px 8px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1pt;
	}

#prev_next {
	text-align: right;
	padding: 0px 8px 0px 8px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1pt;
	}


#product_panel {
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#product_thumbnail {
	padding: 8px 8px 8px 8px;
	border-right: 1px dotted #000000;
	}
	
	
.strike {
          text-decoration: line-through 
	}




.productprice {
         	font-size: 1em;
		font-weight: bolder;
		color: red;
		background: transparent;

              }

.prodshipweight {
         	  font-size: 0.75em;
		  font-weight: bolder;
		  color: red;
		  background: transparent;

		}

.normaltext {
         	font-size: 0.75em;
		font-weight: bolder;
		color: #000;
		background: transparent;

	     }
.formtext {
         	font-size: 0.75em;
		font-weight: bolder;
		color: black;
		background: #ffffff;

	     }

.smalltext {
                font-size: 0.75em;
		font-weight: bolder;
		color: black;
		background: transparent;


	}  
.xsmalltext {
                font-size: 0.75em;
		font-weight: bolder;
		color: black;
		background: transparent;

	}


.catsolutions1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #474848}

.text1 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000}
/*.text1bold { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000 ; font-weight: bold}*/

.text3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006666}

.habitlinks { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-align: center}

.text2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.textsm { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.text1boldred { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #663333; font-weight: bold }

#checkoutPanel {
	padding: 16px 16px 16px 16px;
	}

#checkoutPanel td{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	}

#checkoutPanelWarning {
	color: #ff0000;
	background-color: #e2eaee;
	}

#cartHelpText{
	font-size: 0.75em;
	}

#footer_text {
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 65%;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height: 1.5;
	}

a:link,a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
A.navbar {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #474848;
}
A.navbar:hover {
	COLOR: #990000;
}
.header {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #474848 ; font-weight: bold}
A.body {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #474848; text-decoration: none;
}
A.body:hover {
	COLOR: #990000;
}
A.bodysm {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #990000 ; font-weight: bold;
}
A.bodysm:hover {
	COLOR: #e9e8e9;
}

a:hover,a:active {
	color: #2e2e8c;
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
	}

A.menu_links:link,A.menu_links:visited {
        color: #ffffff;
        font_size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: underline;
}

A.mainarea_links:link,A.mainarea_links:visited {
        color: #78gt85;
        font_size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
}



A.gateway_links:link,A.gateway_links:hover,A.gateway_links:active,A.gateway_links:visited {
        color: #cccccc;
        font_size: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.hd_phone {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #143049;
}
.hd_slogan {
        FONT-SIZE: 18px; 
        COLOR:  white; 
        font-family:Times New Roman, serif;
        letter-spacing: 1pt;
        margin:0px;
        font-style: italic;
}

  /* remove the list style */
  #nav {
    margin: 0; 
    padding: 0;
    list-style:none;
  }  

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
      position:relative;
      display:block;
      float:left;
      z-index:500;
      margin:0 0 0 5px;
    }

    /* this is the parent menu */
    #nav li a {
      display:block; 
      padding:8px 5px 0 5px; 
      font-weight: normal;  
      height:23px; 
      text-decoration:none;
      background: black;
      color:#fff;
      text-align:left;
    }

    #nav li a:hover {
      text-decoration: none;
      color: #00a4cf;
    }

    /* you can make a different style for default selected value */
    #nav a.selected {
      background: transparent;
      color:#f00;
    }

    /* submenu, it's hidden by default */
    #nav ul {
      position:absolute; 
      left:0;
      top: 40;
      display:none; 
      margin:0 0 0 -1px; 
      padding:0; 
      list-style:none;
    }

    #nav ul li {
      width:189px;
      float:left;
      border-top:0;
    }

    #nav ul li .dd_img {
      margin-top: 10px;
      background: transparent;
      border: 0px;
      padding: 0;
    }
    
    /* display block will make the link fill the whole area of LI */
    #nav ul a {
      display:block;
      height:15px;
      padding: 4px 0px 4px 10px;
      color: #fff;
    }
    
    #nav ul a:hover {
      text-decoration: none;
      color: #00a4cf;
    }
 
    /* fix ie6 small issue */
    *html #nav ul {
      margin:0 0 0 -2px;
    }
    *html #nav li.main_item {
      width: 100px;
    }

body:after {
  content: url('/images/home_header_hero1.png') url('/images/home_header_hero2.png') url('/images/home_header_hero3.png') url('/images/home_header_hero4.png');
  display: none;
}

ol#sitemap { padding: 0 0 0 10px; }
ol#sitemap ol { list-style-type:lower-alpha; padding:0 0 0 20px; }
ol#sitemap ol ol { list-style-type:lower-roman; padding:0 0 0 20px; }
