﻿body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:0px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body 
{
 background-color: Black; 
 font-family: Arial;
}
#content
{
  width: 900px;
  margin: 10px auto 0 auto;
  border: 1px solid silver;
  padding: 0;
  background-color: White;
}
#main
{
  padding: 30px;
}
h2
{
 font-weight: bold;
 font-size: 1.1em;
     font-family: Arial,sans-serif;

    margin-bottom: .5em;
}
h3
{
   font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: .5em;
}
p
{
  margin-top: 10px; 
}
#products
{
 font-size: .9em;
 color: #242423; 
 margin-top: 20px;
 table-layout: fixed; clear: both; border: 1px solid #aaaaaa;width: 95%;
 
}
#products td, #products th
{
  padding: 10px;
}
#products th
{
  
}
#header
{
 background-image: url('../images/header.jpg');
 background-repeat: no-repeat;
 height: 406px;
 width: 900px; 
}
#footer
{
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  text-align: center;
 font-size: .8em;
 color: #242423;
 background-color: #242423;
 color: White;
 margin-bottom: 0px;
}

#nav
{
  
  color: Silver;background-color: #242423;
  padding: 0px;
  float: left;
  height: 30px;
  margin: 0;
  width: 900px;
  border-top: 1px solid silver;
  font-size: 15px;
}
#nav ul
{
  float: left;
  margin-left: 10px;

}
#nav ul li
{
 float: left; 
 margin-top: 4px;
 margin-left: 25px; margin-right: 25px;
}
#nav ul li a
{
 color: White; 
 color: #ddd;
 text-decoration: none;
}
#nav ul li a:hover
{
 text-decoration: underline;
 color: White; 
}
/*font-weight: bold; color: White; text-decoration: underline;*/
#nav ul li a.NavSelected 
{
  font-weight: bold; color: White; text-decoration: underline;
}
#links li
{
 margin: 10px; 
}
.RegularPrice { margin-left: 20px; font-size: .9em; color: #666; font-style: italic;  }