body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #272727;
}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	overflow: auto;
}

h1 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px 25px;
}

h2 {
  font-weight: bold;
  font-size: 14px;
}

strong {
  font-weight: bold;
  color: #ac0000;
}
/******************************************************************** header */
#masthead {
	position: relative;
	background: url('../images/header.jpg') no-repeat center center;	
	height: 168px;
	margin: 0 auto;
}

#header-nav {
  width: 1000px;
  margin: 0 auto;
}

#header-nav a img {border: none;}

#store, #home, #contact {
  position: absolute;
  display: block;
  height: 35px;
  text-indent: -999em;
  overflow: hidden;
  top: 25px;
  z-index: 999;
}

#store {
  width: 215px;
  margin-left: 20px;
}

#home {
  width: 90px;
  margin-left: 760px;
}

#contact {
  width: 90px;
  margin-left: 865px;
}

/******************************************************************** main-nav */
#main-nav {
  position: relative;
	width: 964px;
	margin: 0 auto;
	top: 90px;
}

#main-nav li {
  display: inline;
  width: 237px;
  height: 42px;
}

/******************************************************************** main-content */
#main-content {
  position: relative;
  background: url('../images/content.jpg') repeat-y center center; 
}

#home-flash {
  width: 872px;
  margin: 0 auto;
}

#copy {
	position: relative;
  width: 1000px;
	margin: 0 auto;
	padding-bottom: 25px;
	font-size: 12px;
	overflow: auto;
}

#copy p, #copy ul {margin-bottom: 10px; padding: 0 50px;}
#copy p.testimonials {margin-top: 20px;}
#copy ul {margin-left: 25px;}

#copy a:link, #copy a:visited {color: #000000; text-decoration: none;}
#copy a:hover {color: #000000; text-decoration: underline;}

/******************************************************************** product blocks */
#featured-product {
  float: none;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 25px;
}

#product-listing {
  width: 845px;
  margin: 0 auto;
  min-height:;
}

.product {
  width: 255px;
  float: left;
  margin: 20px 10px;
}

#featured-product h2, .product h2 {
  font-weight: bold;
  font-size: 14px;
  color: #ac0000;
  border-bottom: 2px solid #ac0000;
  padding-bottom: 10px;
}

h2 span.headline {color: #333;}

#featured-product img, .product img {
  margin: 10px 0;
}

.details {
  border-top: 1px solid #ac0000;
  border-bottom: 1px solid #ac0000;
  padding: 10px 0;
  font-size: 11px;
  line-height: 2em;
}

table.sizing {
  border:#ac0000 solid 1px;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

table.sizing td {
  border: 1px solid #ac0000;
  text-align: center;
  width: 54px;
}

table.sizing td.key {background: #fff;}

table.sizing th {
  color: #fff; 
  font-weight: bold;
  background: #ac0000;
}
/******************************************************************** footer */
#footer {
	position: relative;
	margin: 0 auto;
	height: 250px;
	background: url('../images/footer.jpg') no-repeat top center;
	
}

#footer ul {
  width: 590px;
  margin: 0 auto;
  font-size: 10px;
  padding-top: 25px;
}

#footer ul li.first {background: none;}

#footer ul li {
  display: inline;
  padding: 10px 10px 0 15px;
  background: url('../images/pipe.jpg') no-repeat 0px 12px; 
}

#footer a:link, #footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}