/* START Links */
A:link,
A:visited,
A:active { 
  color: #663300; 
  text-decoration: underline;
  font-weight: normal; 
}

A:hover { 
  color: #000000; 
  text-decoration: none;
  font-weight: normal; 
}

.tag a:link,.tag a:visited,. tag a:active {
  font-size: 10px;
  color: #B4AA96;
}

.tag a:hover {
  font-size: 10px;
  color: #663300;
}

.headerText a:link, .headerText a:visited, .headerText a:active { 
  color: #993300;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.headerText a:hover {
  color: #663300;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.footer a:link,
.footer a:visited,
.footer a:active { 
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}

.footer a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

.smallText a:link,
.smallText a:visited,
.smallText a:active { 
  color: #993300;
  font-size: 9px;
  text-decoration: underline;
}

.smallText a:hover {
  color: #663300;
  font-size: 9px;
  text-decoration: none;
}
/* END Links */



/* START Body */
body {
   background-image: url(images/background.jpg);
   background-repeat: repeat;
   background-position: top center;
   color: #333333;
   font-size: 12px;
   line-height: 16px;
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
}
/* END Body */


/* START Miscellaneous */
.verticalDivider {
  border-right: 1px solid #DDDDDD;
}

.heading1 {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.heading2 {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  border-bottom: 2px solid #663300;
  padding-left: 2px;
}

.headerText { 
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.price {
  color: #CC0000; 
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.message {
  color: #CC0000;
  font-size: 10px;
  }

.pagetitle {
  font-size: 20px;
  line-height: 20px;
  color: #663300;
}

.text {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

.smallText {
  font-size: 11px;
  line-height: 15px;
  color: #333333;
}
  
.smallerText {
  font-size: 8px;
  line-height: 11px;
  color: #000000;
}

.form {
  background: #E6DCC8;
  color: #333333;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.textHeaders {
  font-size: 12px;
  height: 16px;
  background: #B4AA96;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}

.textInfo {
  font-size: 12px;
  height: 16px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

.hr {
  border: 0;
  color: #DDDDDD;
  background-color: #DDDDDD;
  height: 1px;
  width: 100%;
}

.footer {
  font-size: 10px;
  color: #663300;
}

.tag {
  font-size: 10px;
  color: #B4AA96;
}

.moduleRow {	
	font-size: 10px;
	line-height: 16px;
	background: #FFFFFF;
	color: #666666;
}
	
.moduleRowOver {	
	font-size: 10px;
	line-height: 16px;
	background: #EEEEEE;
	color: #0066CC;
	cursor: pointer;
}
  
/* END Miscellaneous */

div.image_box {
	padding:3px;
	float:right;
	width:150px;
}
div.image {
	padding-top:5px;
	padding-top:5px;
	width:150px;
}

.sitemap {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:1px;
	padding-bottom:1px;
	margin-left:1em;
}

.sitemap li{
	padding:0;
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
}

