body {
  margin: 0px;
  background: #02053a url('./images/headerbg.jpg') repeat-x; 
  font-family: verdana,arial,helvetica,sans-serif;
}

h2 {
    font-size: 22px;
    padding: 0 0 0px 0;
    font-family: arial, "lucida console", sans-serif
}

.pageHeader {
  margin: 0px 0px 0px 0px;
  font-size: 20px;  
  border-bottom: 1px dashed #dcdcdc;
}

.pagedescription {
  margin: 0px 0 0 0;
  font-size: 12px;
  clear: both;  
}

hr (line 327) {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #999999;
  height: 1px;
  color: #ffffff;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}

  li {
    font-size: 28px;
    margin: 0 0 0 0;
  }
  
  p {
  }
  
  .product-heading {
    font-size: 19px;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #dcdcdc;
  }

  .product-price {
    font-size: 16px;
    padding: 0 0 5px 0;
    border-bottom: 0px dashed #dcdcdc;
    font-weight: bold;
  }

  .product-price b{
    color: #cc0000;
  }

  .product-details {
    font-size: 14px;
    padding: 0 0 5px 0;
    border-bottom: 0px dashed #dcdcdc;
  }
  
  .address {
      margin: 35px 0 0 0;
      font-size: 30px;  
  }
  
  .pnumbers {
      text-align: center;
      font-size: 24px;  
  }
  
  
  
  #container {    
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 800px;
    background: #02053a url('') no-repeat;  
    border-left: 0px outset blue ;
    border-right: 0px outset blue ;
    overflow: hidden;
  }
    
  #header {
    height: 195px;
    width: 800px;
    background: #02053a url('./images/headerbg.jpg') repeat-x; 
  }
  
  #menu {
    padding: 0px 0px 0px 0px;
    height: 30px;
    width: 800px;
    background: #cc0000 url(./images/menubg.jpg) repeat-x; 
    border-bottom: 0px outset #333333 ;
  }
  
  #menu a {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 0px 25px 0px 25px;
    margin: 0 0 0 0;
    text-decoration: none;
    font-family: "Avant Garde", "Century Gothic", sans-serif;
    border-right: 1px outset #333333;
  }
  
  
  #menu a:hover {
    background: #990000;
  } 
  
.selectbig {
	padding:0.15em;
  width:280;
	border:1px solid #ddd;
	background:#fafafa;
	margin: 25px 0 25px 0;
	font:bold 20px arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

.categories {
    color: blue;
    font-size: 18px;
    padding: 0px 25px 0px 25px;
    text-decoration: none;
    font-family: "Avant Garde", "Century Gothic", sans-serif;
} 
  
#content {
    padding: 10px 5px 0px 5px;
    text-align: left;
    width: 800px;
    background: #ffffff url('') no-repeat;  
}
  
#box {
    padding: 25px 25px 25px 25px;
}
  
#footer {
    padding: 10px 5px 0px 5px;
    width: 800px;
    background: #ffffff url('') no-repeat;  
}