body
{
  font-family: Arial;
  color: #003565;
  background-color: #D8CF7E;
  margin: 0px;
}

#boards
{
	background-color: transparent;
	overflow: auto;
	height: 130px;
	width: 950px;
}

#BoardThumbs
{
	background-color: transparent;
	overflow: auto;
	height: 400px;
	width: 950px;
}

#colors
{
	background-color: transparent;
	overflow: auto;
	height: 160px;
	width: 150px;
}

#display
{
	background-image: url("http://www.lafvb.com/images/fabricbg.jpg");
	width: 990px;
	height: 650px;
}

#FabricThumbs
{
	width: 585px;
	height: 450px; /* was 569 */
	background-image: url("http://www.lafvb.com/images/fabricthumbbg.jpg");
	overflow: auto;
}

#FabricDisplay
{
	position: fixed;
	visibility: hidden;  /* visible or hidden */
	left: 270px;
	top: 91px;
	width:640px;
	height: 420px;
	background-color: transparent;
	background-image: url("http://www.lafvb.com/images/fab_bg.jpg");
}

* html #FabricDisplay  /* This is the "*html hack" for #FabricDisplay (above) to get MSIE to properly interpret the CSS positioning */
{
	position: fixed;
	visibility: hidden;  /* visible or hidden */
	left: 0;
	top: 0;
	margin-left: 270px;
	margin-top: -559px;
	width:640px;
	height: 420px;
	background-color: transparent;
	background-image: url("http://www.lafvb.com/images/fab_bg.jpg");
}

#discontinued
{
	background-color: transparent;
	overflow: auto;
	height: 18px;
	width: 150px;
}
#patterns
{
	background-color: transparent;
	overflow: auto;
	height: 160px;
	width: 150px;
}


.text_11
{
  font-family: Arial;
  font-size: 11px;
  color: #003565;
}

.text_11b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #003565;
}

.text_13
{
  font-family: Arial;
  font-size: 13px;
  color: #003565;
}

.text_13b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  color: #003565;
}

.text_15
{
  font-family: Arial;
  font-size: 15px;
  color: #003565;
}

.text_15b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #003565;
}

.text_16
{
  font-family: Arial;
  font-size: 16px;
  color: #003565;
}

.text_16b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #003565;
}

.ivorytext_11
{
  font-family: Arial;
  font-size: 11px;
  color: #594A42;
}

.ivorytext_11b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #594A42;
}

.ivorytext_12
{
  font-family: Arial;
  font-size: 12px;
  color: #594A42;
}

.ivorytext_12b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #594A42;
}

.whitetext_10
{
  font-family: Arial;
  font-size: 10px;
  color: #FFFFFF;
}

.whitetext_10b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
}

.whitetext_11
{
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
}

.whitetext_11b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
}

.whitetext_12
{
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
}

.whitetext_12b
{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#mini_button
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #E6D9AC;
  border-top-color: #E6D9AC;
  border-left-color: #E6D9AC;
  border-bottom-color: #E6D9AC;
  border-right-color: #E6D9AC;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
	width: 30px;
}

#tan_button
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #E6D9AC;
  border-top-color: #E6D9AC;
  border-left-color: #E6D9AC;
  border-bottom-color: #E6D9AC;
  border-right-color: #E6D9AC;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
	width: 56px;
}
