/*
copyright nerdcore learning products 2008
developer rszeto
built for nerdcorelearning.com
nerdcorephiles need not apply?
*/
/* ------------- nerdcore site styles */

body {
  background: #000 url(store_constants/nrdcr01bkgd_rsc.jpg) repeat-x;
  color: #366;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

#frame {
  background-color: #fff;
  min-height: 1448px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 1008px;
}

/* ------------- nerdcore font styles */

h1 {
  color: #366;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 16px 0 0;
  text-align: left;
}

h2 {
  color: #366;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 16px 0 0;
  text-align: left;
}

a:link, a:visited, a:hover, a:active {
  color: #099;
  text-decoration: none;
}

/* ------------- shtf iehack styles */
/* ------------- these didn't work on the toparea and the footer in ie */

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.push {
  clear: both;
  height: 72px;
}

/* ------------- contentheader navlinks-top styles */
/* ------------- version 2 will have more than one page */

.navlinks-top {
  font: 12px arial, verdana, helvetica, sans-serif;
  margin: 36px 0 0 726px;
  position: absolute;
  float: right;
}

.navlinks-top li {
  /*border-right: 1px solid #fff;*/
  display: inline;
  
  letter-spacing: .1em;
}

.navlinks-top li.firsta {
  color: #099;
  padding-right: 12px;
}

.navlinks-top li.firsti {
  color: #fff;
  
}

.navlinks-top li.lasta {
  border-right: 0;
  color: #fff;
  
}

.navlinks-top li.lasti {
  color: #fff;
  
  border-right: 0;
}

.navlinks-top a {
  color: #fff;
  text-decoration: none;
}

.navlinks-top a: visited {
  color: #fff;
}

.navlinks-top a:hover {
  color: #099;
}

.navlinks li.mainhack {
  border-right: 0;
  text-decoration: none;
}

/* ------------- contentheader navlinks-state styles */

.navlinks-top li.firsta {
  color: #fff;
  padding-left: 13px;
}

.navlinks-top li.lasta {
  border-right: 0;
  color: #fff;
/*    padding-left: 1px;*/
}

.navlinks-top li.statea {
  border-right: 0;
  color: #099;
/*  padding-left: 16px;*/
}


/* ------------- contentheader styles */

#ndcr_head {
  background: #9cc;
  height: 80px;
  margin: 0 24px 6px;
  text-align: left;
  width: 960px;
}

#ndcr_logo {
  background: url(store_constants/ncl003_nclid_rsa.gif) no-repeat;
  border: 0 none;
  height: 41px;
  margin: 16px 0 0 24px;
  padding: 0;
  position: absolute;
  width: 198px;
}

.ndcr_head_corn {
  background: url(store_constants/head_corn.gif) no-repeat;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 64px;
  width: 16px;
}

/* ------------- footer styles */

#ndcr_foot {
  background: #9cc;
  bottom: 0;
  clear: both;
  height: 72px;
  margin: 0 24px;
  position: absolute;
  width: 960px;
}

.ndcr_foot_corn {
  background: url(store_constants/foot_corn.gif) no-repeat;
  display: block;
  height: 16px;
  left: 0;
  top: 0;
  position: absolute;
  width: 16px;
}

.ndcr_foot_text {
  color: #fff;
  margin: 24px 0 0 24px;
}

.ndcr_foot_logo {
  height: 38px;
  background: url(store_constants/nrdcr_id_brain.gif) no-repeat;
  display: block;
  position: absolute;
  right: 24px;
  top: 4px;
  width: 69px;
}

