/* Color definitions:
 
   #F03528; (240/53/40)   - Red
   #77776E; (119/119/110) - Typography Gray
   #A0A198; (160/161/152) - Light Typography Gray
   #D8D5CB; (216/213/203) - Dark Background Gray (like in the bottom bar with (c) info)
   #F2F2EE; (60/2/95)     - Background Gray
   #F9F9F7; (249/249/247) - Light Background Gray (like in the lighter content boxes on the account page)
   #90C73e; (144/199/62)  - Green (RoHS logo)

   Useful to remember:
   margin/padding: top right bottom left;
*/

body {
  margin: 0;
  padding: 0;
  font-family: Sans, Arial, Helvetica, "Geneva", "MS Sans Serif", sans-serif;
  font-size: 13px;
  text-align: center; /* IE hack */
  background-color: #77776e;
  color: #666655;
}

.center { text-align: center; }
.right { text-align: right; }
.justified { text-align: justify; }

#main {
  width: 980px;
  text-align: left;
  margin: 0 auto 0 auto;
  background-color: #d8d5cb;
  padding: 0px 10px 0px 10px;
  background-image: url("images/background_gradient.png");
  background-repeat: repeat-x;
  background-position: top left;
}

/* The following stuff determines column layout within #main */

/*.span-1, .span-3 { */
.span-1,.span-2,.span-3,.span-4,.span-5 {
  float: left;
  border-top: 4px solid #d8d5cb;
  margin: 0% 5px 0% 5px;
}

.span-1 { width: 20%; }
.span-2 { width: 38%; }
.span-3 { width: 60%; }
.span-4 { width: 78%; }
.span-5 { width: 95%; }

/* Columns within columns - HACK! */
.span-3 .span-1, .span-3 .span-2, .span-3 .span-3 { border: none; }
.span-3 .span-1 { width: 32.5%; }
.span-3 .span-2 { width: 65.5%; }
.span-3 .span-3 { width: 100%; }

.expanded { width: auto; }
.flushleft  { margin-left: 0; }
.flushright { margin-right: 0; float: right; }
.nopadding { padding: 0px; }
.nomargin { margin: 0px; }

.contact {
  text-align: left;
  margin: 5% 10% 0% 10%;
  width: 60%;
}

/* We need this to get some browsers to expand #main
   to include floated divs. */
div.spacer {
  width: 1px;
  height: 1px;
  clear: both !important;
}

#header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

#header_logo {
  width: 220px;
  height: 60px;
  position: relative;
  left: 380px;
}

#footer {
  width: 1000px;
  height: 32px;
  padding-top: 18px;
  margin: 4px auto 1em auto;
  text-align: center;
  vertical-align: middle;
  color: #77776E;
  font-weight: bold;
  background-color: #D8D5CB;
  background-image: url("images/footer_icon.png");
  background-repeat: no-repeat;
  background-position: center left;
}

/* Baseline link formatting. */
a,a:visited {
  text-decoration: none;
  color: #F03528;
}
a:hover {
  text-decoration: underline;
}
a.button:link,a.button:active,a.button:hover,a.button:visited {
  text-decoration: none;
}
.highlight a,.highlight a:visited {
  color: #F03528;
}

form { margin: 0px; }

p, ul { margin-top: 0; }
img, a img { border: none; }

input#tellafriend {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  padding: .5em;
  margin-right: .5em;
  width: 80%;
  color: #73746C;
  font-size: .80em;
  text-decoration: none;   
  vertical-align: middle;
  font-weight: bold;
}

.banner {
  background-color: #f03528;
  color: white;
  padding: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .92em;
  margin-top: 4px;
  vertical-align: middle;
}

.banner a,.banner a:visited,.banner a:active,.banner h2,.banner p {
  color: #FFFFFF;
  display: inline;
  font-weight: bold;
}

.banner h2 { margin-right: .5em; }

/* IE box model fix class - take 2 aspirin and apply to problem areas */
* html .visualIEFloatFix { height: 0.01%; }

h1,h2,h3 {
  color: black;
  font-weight: bold;
  margin: 0 auto 0 auto;
}

h1 { 
  font-size: 1.50em; 
  margin-top: 4px;
  margin-bottom: 4px;
}
h2 {
  font-size: 1.33em;
  margin-bottom: 2px;
}
h3 {
  font-size: 1.16em;
}

hr {
  border: none;
  background-color: #D8D5CB;
/*  color: #D8D5CB; */
  color: #77776E;
  width: 100%;
  height: 1px;
  margin: 10px 0px;
}

.section {
  font-size: 1.05em;
  font-style: italic;
  color: black;
}

.container {
  background-color: #f2f2ee;
  padding: 0 0 0 0;
  margin: 4px 0 10px 0;
}
.clickable {
  cursor: pointer;
}
.container .title {
  padding-top: .75em;
}
.container .bottom {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: .75em;
  margin-bottom: 4px;
  margin: auto 0 auto 0;
}
.container .content {
  padding-top: .25em;
  display: block;
}
.container .title, .container .content {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: .25em;
  margin-bottom: 4px;
  margin: auto 0 auto 0;
}

table.captioned {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

table.captioned tr td {
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: .90em;
  font-style: italic;
  text-align: center;
}

#products a { color: #77776E; }
#menu a { color: #77776E; }
#grayedout a { color: #CCCCCC; } 

#product_description .title,
#product_description .content {
  background-color: #F9F9F7;
}

#product_description .content {
  line-height: 180%;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

ul.product_menu {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.08em;
  font-weight: bold;
}

ul.product_menu li {
  padding-left: 6px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 4px;
  vertical-align: middle;
}

ul.product_menu li a:hover {
  background-color: white;
  text-decoration:none;
}

.inputRequirement { font-family: Sans, Arial, Helvetica, Verdana, sans-serif; font-size: 10px; color: #ff0000; }

