/* Default CSS */

html { 
  background-color:#F3F3F3;
  overflow-y:scroll;
}

body {  
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  letter-spacing:1px;
  line-height:normal;
  color:#2E2E2E;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  background-color:#FFFFFF;
  box-shadow: 0px 0 10px 0px #D8D8D8, 0px 0 10px 0px #D8D8D8;
  -moz-box-shadow: 0px 0 10px 0px #D8D8D8, 0px 0 10px 0px #D8D8D8;
  -webkit-box-shadow: 0px 0 10px -3px #D8D8D8, 0px 0 10px -3px #D8D8D8;
}

nav { 
  border-top:1px solid #E6E6E6;
  border-bottom:1px solid #E6E6E6;
}

nav > table { 
  margin-left:auto;
  margin-right:auto;
}

.secondMenu { 
  border-top:none;
  border-bottom:1px solid #E6E6E6;
}

#headerImage { 
  width:250px;
  height:auto;
  display:block;
  padding-top:20px;
  margin-left:auto;
  padding-bottom:20px;
  margin-right:auto;
}

.cartImage { 
  display:inline-block;
  float:right;
  height:60px;
  width:auto;
  margin-top:-112px;
  margin-right:30px;
}

.cartQty { 
  display:inline-block;
  float:right;
  height:60px;
  width:auto;
  letter-spacing:0px;
  margin-top:-90px;
  margin-right:75px;
}

.menuTable { 
  padding: 20px 20px 20px 20px;
  text-align:center;
}

.menuText { 
  color:#2E2E2E;
  letter-spacing:2px;
  text-decoration:none;
  font-size:12px;
}

.menuText:hover { 
  color:#6E6E6E;
}

.current { 
  color:#585858;
  letter-spacing:2px;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
}

footer { 
  margin-top:40px;
  clear:both;
}

.footerText { 
  padding: 20px 0px 20px 0px;
  font-size:10px;
  text-align:center;
  color:#2E2E2E;
  letter-spacing:1px;
  text-decoration:none;
}

#socialMedia { 
  text-align:center;
  padding-bottom:20px;
}

h2 { 
  text-align:center;
  font-size:30px;
  letter-spacing:2px;
  color:#585858;
  padding:40px 0px 30px 0px;
}

h3 { 
  text-align:center;
  font-size:20px;
  letter-spacing:2px;
  color:#585858;
  padding:20px 0px 20px 0px;
}

h4 { 
  text-align:center;
  font-size:14px;
  letter-spacing:1px;
  color:#585858;
  padding-bottom:20px;
  margin-top:-10px;
  font-weight:bold;
}

.productListing { 
  width:280px;
  margin:40px 18px 0px 18px;
  display:inline-block;
}

.productListing > h3 { 
  letter-spacing:0px;
  font-size:20px;
  line-height:0px;
  margin-top:5px;
}

.productListing > h4 { 
  letter-spacing:0px;
  font-size:15px;
  margin-top:5px;
  line-height:0px;
  text-align:center;
  font-weight:100;
  color:#585858;
}

h3 > a {
  color:#585858; 
  text-decoration:none;
}

h3 > a:hover { 
  color:#6E6E6E;
  text-decoration:underline;
}

#productListingDiv { 
  border-collapse:collapse;
  width:960px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
