body
{
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  background-color:#000000;
  margin: 0px;
  background-image:url(images/bg2.jpg);
  background-repeat:repeat-x;
}


#header {
	width: 990px;
	margin:0 auto;
	padding:0;
	z-index:10;
	height:87px;
}

#header img	{
	margin:0;
	padding:0;
	padding-bottom:1px;
	border:none;
}

.rightimage	{
	position:relative;
	left: 100px;
}

#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-color:#303030;
	width: 990px;
	height: 650px;
	color:#FFFFFF;
}

#FabricThumbs
{
	width: 585px;
	height: 450px; /* was 569 */
	background-color:#303030;
	overflow: auto;
}

#FabricDisplay
{
	position: fixed;
	visibility: hidden;  /* visible or hidden */
	left: 270px;
	top: 91px;
	width:640px;
	height: 420px;
	background-color: #3f3f3f;
	border:4px solid #000000;
}

* 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: #3f3f3f;
}

#discontinued
{
	background-color: transparent;
	overflow: none;
	height: 18px;
	width: 150px;
}
#patterns
{
	background-color: transparent;
	overflow: auto;
	height: 160px;
	width: 150px;
}


.text_11
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000000;
}

.text_11b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color:#FFFFFF;
}

.text_13
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  color:#FFFFFF;
}

.text_13b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

.text_15
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#FFFFFF;
}

.text_15b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color:#FFFFFF;
}

.text_16
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#FFFFFF;
}

.text_16b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color:#FFFFFF;
}

.ivorytext_11
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#FFFFFF;
}

.ivorytext_11b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color:#FFFFFF;
}

.ivorytext_12
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
}

.ivorytext_12b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color:#FFFFFF;
}

.whitetext_10
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#FFFFFF;
}

.whitetext_10b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color:#FFFFFF;
}

.whitetext_11
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

.whitetext_11b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
}

.whitetext_11i
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  margin-left:60px;
  margin-right:60px;
}

.whitetext_12
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.whitetext_12b
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#mini_button
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  border-top-color: #3f3f3f;
  border-left-color: #3f3f3f;
  border-bottom-color: #303030;
  border-right-color: #303030;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
	width: 30px;
}

#tan_button
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  border-top-color: #3f3f3f;
  border-left-color: #3f3f3f;
  border-bottom-color: #303030;
  border-right-color: #303030;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
	width: 56px;
}

