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

a:hover { 
  color: #FFFFFF; 
  text-decoration: none;
  font-weight: normal; 
}


.headerText a:link, 
.headerText a:active, 
.headerText a:visited { 
  color: #D0C0A1;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
  line-height: 14px;
}

.headerText a:hover {
  color: #D0C0A1;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  line-height: 14px;
}

.footer a:link,
.footer a:visited,
.footer a:active { 
  color: #281E0A;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
}

.footer a:hover {
  color: #817661;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}

.menulink a:link, 
.menulink a:active, 
.menulink a:visited {
  font-size: 14px;
  font-weight: normal;
  color: #D0C0A1;
  text-decoration: underline;
  line-height: 20px;
}

.menulink a:hover {
  font-size: 14px;
  font-weight: normal;
  color: #281E0A;
  text-decoration: none;
  line-height: 20px;
}

.menulinksub a:link, 
.menulinksub a:active, 
.menulinksub a:visited {
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline;
  line-height: 15px;
}

.menulinksub a:hover {
  font-size: 11px;
  font-weight: normal;
  color: #D0C0A1;
  text-decoration: none;
  line-height: 15px;
}

.smallText a:link,
.smallText a:visited,
.smallText a:active { 
  color: #281E0A;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  border: 1px solid #281E0A;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background: #FFFFFF;
}

.smallText a:hover {
  color: #D0C0A1;
  font-size: 11px;
  line-heigh: 16px;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background: #281E0A;
}
/* END Links */



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


/* START Miscellaneous */
.menulink {
  border-right: 1px solid #8E836D;
  }

.title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #D0C0A1;
}

.heading {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  background: #EEEEEE;
  border-bottom: 2px solid #CCCCCC;
  padding-left: 2px;
}

.headerText { 
  color: #D0C0A1;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  line-height: 13px;
}

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

.error {
    color: #CC0000;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	background-color: #D0C0A1;
	border: thin dotted;
}


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

.text {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.smallText {
  font-size: 11px;
  line-height: 16px;
  color: #281E0A;
}
  
.smallerText {
  font-size: 10px;
  line-height: 12px;
  color: #281E0A;
}

.form {
  background: #FFFFFF;
  color: #281E0A;
  font-size: 11px;
  padding: 1px;
}

.textDetails {	
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;	  	
	color: #281E0A;
	border-bottom: 1px solid #8E836D;
	height: 20px;
}
	
.textHeaders {	
    background: #817661;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
    }

.textInfo {
  font-size: 14px;
  line-height: 20px;
  color: #281E0A;
}

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

.footer {
  font-size: 11px;
  color: #281E0A;
}

.moduleRow {	
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background: #FFFFFF;
	}
	
.moduleRowOver {	
	font-size: 11px;
	line-height: 16px;
	background: #EEEEEE;
	color: #0066CC;
}
  
/* END Miscellaneous */

.page_images_right {
	display: block;
	float: right;
	padding-left: 0px;
	margin: 5px;
	border: none;
	border-style: none;
} 
