body {
  background-color: #afaeaa;
  font: 10px Verdana;
  color: #666;
  margin: 0px;
  }

#left-bg {
  background-image: url("img/container-bg-left.jpg");
  background-repeat: repeat-y;
  width: 11px;
  }
#right-bg {
  background-image: url("img/container-bg-right.jpg");
  background-repeat: repeat-y;
  width: 8px;
  }

#container { 
  width: 800px;
  background: #fff;
  }
#header { 
  background-image: url("img/header.jpg");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  height: 99px;
  width: 798px;
  }
  .utilities { text-align: right; font: 10px; line-height: 14px; font-weight: bold;}
  .utilities a:link { color: #fff; text-transform: uppercase; text-decoration: none;}
  .utilities a:visited { color: #fff; text-transform: uppercase; text-decoration: none;}
  .utilities a:active { color: #fff; text-transform: uppercase; text-decoration: none;}
  .utilities a:hover { color: #fff; text-transform: uppercase; text-decoration: underline;}

#top-nav { width: 100%; height: 34px; padding: 0px;}
	#top-nav-left { 
	  width: 2px;
	  background-image: url("img/top-nav-left.jpg");
	  background-repeat: no-repeat;
	  }
	#top-nav-center {
	  background-image: url("img/top-nav-bg.jpg");
	  background-repeat: repeat-x;
	  }
	#top-nav-right {
	  width: 5px;
	  background-image: url("img/top-nav-right.jpg");
	  background-repeat: no-repeat;
	  }
	.top-nav-cell { text-align: center; font: 12px;}
	.top-nav-cell a:link { color: #efefef; text-decoration: none; font-weight: bold;}
	.top-nav-cell a:visited { color: #efefef; text-decoration: none; font-weight: bold;}
	.top-nav-cell a:active { color: #fff; text-decoration: none; font-weight: bold;}
	.top-nav-cell a:hover { color: #fff; text-decoration: none; font-weight: bold;}
	.spacer { width: 10px;}

#left-nav {
  width: 170px;
  background: #efefef;
  font: 10px verdana;
  height: 100%
  }
  #left-nav ul { margin-top: 0px;}

#right-cell {
  height: 50%;
  width: 620px;
  }
#right-cell h1 { 
  width: 100%;
  background: #3e3e3d;
  padding: 4px;
  color: #fff;
  font-size: 12px;
  margin: 0px;

  }
  #intro-text { 
	background-image: url("img/fade.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 10px;
	font-family: verdana;
	width: 430px;
	}
  #intro-text2 { 
	font-size: 10px;
	font-family: verdana;
	width: 1200px;
	}
	
	
  #intro-text h1 { 
    background-color: #fff; 
	width: 200px; 
	color: #666; 
	font: 13px Tahoma; 
	font-style: italic; 
	font-weight: bold; 
	margin: 0px; 
	padding: 0px;
	margin-bottom: 5px;
	}
  .intro { width: 240px;}
.desc-text {
  padding: 10px;
  font: 11px verdana;
  }
.desc-text form { margin-bottom: 0px;}
.product-desc { 
  display: block;
  width: 100%;
  background-color: #99959c;
  color: #fff;
  font: 10px Verdana;
  padding: 3px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  }
  .product-desc a:link { color: #fff; text-decoration: none;}
  .product-desc a:visited { color: #fff; text-decoration: none;}
  .product-desc a:active { color: #fff; text-decoration: underline;}
  .product-desc a:hover { color: #fff; text-decoration: underline;}
# page-desc-text form { margin-bottom: 0px;}
.page-product-desc { 
  display: block;
  width: 100%;
  background-color: #0;
  color: #888888;
  font: 14px Tahoma;
  padding: 6px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  }
#catalog {
  border: 1px solid #97817e;
  }
#featured { 
  width: 100%;
  border: 1px solid #97817e;
  margin-top: -5px;
  }
  .featured-desc { 
    background-color: #97817e;
	color: #fff;
	padding: 2px;
	font-size: 10px;
	}
  .featured-gfx { padding-top: 10px;}
  .featured-gfx, .featured-desc { text-align: center;}
  .featured-desc a:link { color: #fff; text-decoration: none;}
  .featured-desc a:visited { color: #fff; text-decoration: none;}
  .featured-desc a:active { color: #fff; text-decoration: none;}
  .featured-desc a:hover { color: #fff; text-decoration: none;}

#bottom-nav { width: 100%; height: 34px; padding: 0px;}
	#bottom-nav-left { 
	  width: 2px;
	  background-image: url("img/bottom-nav-left.jpg");
	  background-repeat: no-repeat;
	  }
	#bottom-nav-center {
	  background-image: url("img/bottom-nav-bg.jpg");
	  background-repeat: repeat-x;
	  font: 12px verdana;
	  color: #fff;
	  }
	#bottom-nav-right {
	  width: 5px;
	  background-image: url("img/bottom-nav-right.jpg");
	  background-repeat: no-repeat;
	  }
	#bottom-nav a:link { color: #efefef; text-decoration: none; font-weight: bold;}
	#bottom-nav a:visited { color: #efefef; text-decoration: none; font-weight: bold;}
	#bottom-nav a:active { color: #fff; text-decoration: none; font-weight: bold;}
	#bottom-nav a:hover { color: #fff; text-decoration: none; font-weight: bold;}

#red-line { 
  height: 5px; 
  background: #3e3e3d; 
  width: 790px;
  }
#striped-line { 
  height: 10px;
  background-image: url("img/orange-stripe.jpg");
  background-repeat: repeat-x;
  width: 792px;
  display: block;
  }

.copyrights { 
  margin: 2px;
  font: 10px verdana;
  color: #666;
  }
  .copyrights a:link { color: #666;}
  .copyrights a:visited { color: #666;}
  .copyrights a:active { color: #666;}
  .copyrights a:hover { color: #666;}

	