/* ELEMENTS */
b	{ font-weight: bold; }
u	{ text-decoration: underline; }
i	{ font-style: italic; }

body { }
h2 { font-size: 14px; font-weight: bold; color: #86522B; padding: 2px 2px 2px 0px; border-bottom: 1px solid #C5C3C4; margin-top: 0; }
td { font: 12px arial, verdana, sans-serif; color: #828081; } 
p { margin-top: 0; }
dt { margin-top: 5px; }

span { color: #86522b; }
p { color: #86522b; }
ul { color:#86522b; }
ol { color:#86522b; }
td b { color:#86522b; }
td strong { color:#86522b; }

/* LINKS */
a:link { color: #800000; text-decoration: none;  }
a:visited { color: #800000; text-decoration: none;  }
a:hover { color: #8BAADF; text-decoration: underline; }

/* Nav links */
.nav { }
a.nav:link { color: #FFFFFF; text-decoration: none;  }
a.nav:visited { color: #FFFFFF; text-decoration: none;  }
a.nav:hover { color: #8BAADF; text-decoration: underline; }


span.hdr {color: #86522B; text-decoration: none; font: 11px arial;}


/* FOOTER */
.footer { color: #848283; font-size: 11px; }
a.footer:link { color: #848283; text-decoration: none; }
a.footer:visited  { color: #848283; text-decoration: none; }
a.footer:hover { color: #AEB9B3; text-decoration: none; }
.footerOn { color: #AEB9B3; }
	
	
	
/* CLASSES */
.textSmall { color: #86522B; font-size: 12px; }
.textLarge { color: #86522B; font-size: 15px; }
.copyright { color: #C4BCA7; font-size: 10px; }
.error { color: #FF0000; font-size: 10px; }
.textWhite { font-size: 14px; font-weight: bold; color: #fff; }
.textBlue { font-size: 13px; font-weight: bold; color: #8BAADF; }
/*.textField { background-color: #C6CCC0; color: #fff; font-weight: bold; font-size: 11px; border: 1px solid #fff; padding: 1px; }*/
.textField { background-color: #fff; color: #60737B; font-weight: normal; font-size: 11px; border: 1px solid #C5C3C4; padding: 1px; }
.center { text-align: center; } 
.justify { text-align: justify; }
div.hometext { font-size: 13px; }

.imgRight
{
	float: right;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.imgsRight
{
	float: right;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	margin-left: 0px;
	margin-right: 5px;
}
.imgsLeft
{
	float: left;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	margin-bottom: 5px;
	margin-right: 0px;
}
.imgLeft
{
	float: left;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
TD strong
{
	clear: both;
}

.Products
{
	clear: none;
	vertical-align: top;
	position: static;
    width: 600px;
}