* { padding: 0; margin: 0; }

body {
  background-color: #9a9898;
  text-align: center;
  font-family: Tahoma, Arial;
}

hr {
  margin: 10px 0 10px 0;
}

#sidebar em {
  font-style: italic;
}

a {
  color: #666;
}

a:hover {
  color: #006434;
}

.alert {
  border: solid 1px #999;
  background-color: #ddd;
  padding: 5px;
}

#main {
  width: 724px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
}

#header {
  position: relative;
  width: 100%; height: 97px;
}

#header a { 
  text-decoration: none;
  position: absolute;
}

#header a span { visibility: hidden; }

#header h1 a {
  height: 100%; width: 72%;
}

#header h2 {
  display: none;
}

#header p a.email {
  right: 22px; top: 63px; 
  height: 20px; width: 152px;
}

#navbar {
  width: 100%; height: 26px;
  background-image: url('/images/navbar.png');
}

#navbar ul {
  padding-top: 1px;
}

#navbar ul li {
  display: inline;
  list-style-type: none;
  margin-top: 10px;
  padding: 0 0 0 30px;
}

#navbar ul li a {
  color: white;
  text-decoration: none; text-transform: uppercase;
  font-family: Georgia, 'Times New Roman'; font-size: 12px;
  letter-spacing: 0.04em;
}

#navbar ul li a:hover {
  color: #c4c1c1;
}

#wrapper {
  width: 100%;
  background-color: white;
  background-image: url('/images/content.jpg');
  background-repeat: repeat-x;
  font-size: 12px;
}

.content {
  width: 505px;
  *width: 490px;
  padding: 14px 14px 0 14px;
}

.content p {
  margin-top: 1em; margin-bottom: 1em;
  line-height: 1.1em;
}

.content h2, #sidebar h2 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -1.3px;
  *letter-spacing: -2.0px;
  word-spacing: 2.0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  color: #006434;
  margin-bottom: 8px;
  text-align: center;
}

.content h4 {
  margin-top: -6px; margin-bottom: 7px;
  font-size: 11px;
  font-weight: normal;
}

#home { height: 438px; }

#home h2 {
  text-align: left;
}

.cat_cols {
  width: 80%;
  margin: 0 auto;
}

.cat_cols ul {
  width: 50%; float: left;
  font-size: 16px; text-align: center; font-weight: bold;
  list-style: none;
}

.content .featured {
  width: 477px; height: 171px;
  padding: 14px; margin-top: 5px;
  position: absolute;
}

.content .featured h2 {
  text-align: left;
}

.content .featured a {
  text-decoration: none;
}

.content .featured div {
  float: right;
  width: 240px;
}

.content .featured div p {
  position: absolute;
  width: 240px;
  top: 135px;
  font-size: 11px;
  height: 124px;
  margin: 0;
  clear: both;
}

.content .featured div p#more {
  top: 177px;
  height: 13px;
  text-align: right;
}

.content .featured div p#more a {
  text-decoration: underline;
}

.content .featured div div {
}

.content .featured img {
  border: 2px solid #c4c1c1;
}

.content .featured img.big {
  width: 220px;
}

.content .featured img.small {
  width: 100px;
  margin-right: 10px;
}

/*----------------*/
/*--Contact-Page--*/
/*----------------*/

#contact-info {
  width: 250px;
  text-align: center;
  font-size: 14px; 
}

#contact {
  width: 400px;
  padding-right: 0;
}

#contact-info p {
  margin-bottom: 11px;
}

#contact label {
  float: left; width: 70px;
  text-align: right;
  padding-right: 5px;
}

#contact input, #contact textarea, #contact select {
  width: 280px;
  padding: 2px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

#contact input:focus, #contact textarea:focus, #contact select:focus {
	border: 1px solid #900;
}

#contact input.submit {
  width: 100px; margin-left: 75px;
  font-size: 12px; font-weight: bold;
}

#contact input#comments {
  display: none;
}

/*-----------------*/
/*-Category-Pages--*/
/*-----------------*/

#category {
  width: 695px;
}

#listings {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

#listings a img {
  border: 0;
}

#listings .image {
  width: 100px;
}

#listings thead th, #specs thead th {
  background-color: #006635;
  color: white;
  height: 26px;
  font-weight: normal;
  background-image: url('/images/navbar.png');
  padding-left: 6px;
}

#listings .odd, #specs .odd {
  background-color: #eee;
}

#listings td, #specs td {
  padding: 8px 6px 6px 6px;
}

#listing {
  width: 695px;
}

#listing h2 {
  margin-bottom: 0px;
}

#listing h3 {
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 8px;
}

#specs thead th {
  text-align: center;
  width: auto;
}

#specs {
  width: 290px;
  font-size: 12px;
}

#specs th {
  width: 90px;
  padding-left: 6px;
}

#specs .contact {
  font-size: 14px;
  text-align: center;
}

.content .disclaimer {
  margin: 10px 0;
  font-size: 10px;
  clear: both;
}

#images {
  float: left;
  width: 400px;
}

#images a {
  text-decoration: none;
}

#images #full {
  position: relative;
}

#images img {
  border: 0;
  width: 388px;
  margin-bottom: 6px;
}

#images #thumbs img {
  top: 300px;
  border: 0;
  width: 92px;
  padding-right: 3px;
}

/*----------------*/
/*-----Sidebar----*/
/*----------------*/

#sidebar {
  float: right;
  padding: 14px;
}

#sidebar .box {
  width: 150px;
  padding: 10px;
  margin-bottom: 15px;
}

#sidebar .box ul {
  list-style-type: none;
}

#sidebar .box ul li {
  padding-bottom: 5px;
  font-family: Tahoma; font-size: 13px;
}

#sidebar .box ul li a {
  color: #4c4c4c;
}

#sidebar #featured li {
  text-align: center;
  padding-bottom: 5px;
  font-size: 11px;
}

#sidebar #featured img {
  display: block;
  margin: 0 auto;
  border: 2px solid #c4c1c1;
}

#footer {
  width: 716px; height: 16px;
  padding: 2px 0 0 8px;
  background-color: #2f2f2f; color: #c4c1c1;
  font-size: 10px;
  font-family: Tahoma, Arial;
}

.black {
  color: black;
}

.clear {
  clear: both;
}

.box {
  border: 2px solid #c4c1c1;
  background-color: #e5e5e5;
  padding: 10px;
}

#print {
  float: right;
  background-image: url('/images/printer.png');
  background-repeat: no-repeat;
  padding: 0px 0px 1px 20px;
}

#horizontal-ads {
	width: 468px;
	margin: 0 auto;
	padding-bottom: 10px;