/* Business Furniture Express CSS */
/* basic elements */
body {
	background: #ec1d24 url(../images/bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em; /* 16x1=16px */
}
p	{
	font-size:0.75em; /* 16x0.75=12px */
	font-weight: normal;
	color: #777777;
}
li	{
	font-size:0.75em; /* 16x0.75=12px */
	font-weight: normal;
	color: #777777;
}
h5 {
	color: #ec1d24;
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.125em;/* 16x1.125=18px */
	margin: 0;
}
h4 {
	color: #ec1d24;
	font-size: 1em; /* 16x1=16px */
	line-height: 1.125em;/* 16x1.125=18px */
	margin: 0;
}
span.footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em; /* 16x0.625=10px */
	color: #777777;
}
span.bfcred	{
	color: #ec1d24;
	font-weight: bold;
}
span.boxes	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:0.75em; /* 16x0.75=12px */
	line-height: 1.125em;/* 16x1.125=18px */
	color: #666666;
}
span.boxes2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:0.625em; /* 16x0.625=10px */
	line-height: 1.375em;/* 16x1.375=22px */
	color: #666666;
}
hr	{
	color: #ec1d24;
	height: 1px;
}

/* links */
	a:link, a:visited{ 
	color: #ec1d24; 
	text-decoration: underline; 
}
	a:hover, a:active{ 
	background: #FFF0EE; 
	text-decoration: underline; 
}
a.footer:link, a.footer:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em; /* 16x0.625=10px */
	color:#999999;
	text-decoration: underline;
}
a.footer:hover, a.footer:active{
	color:#000000;
	text-decoration: underline;
}
a.whg:link, a.whg:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em; /* 16x0.625=10px */
	color:#777777;
	text-decoration: none;
	line-height: 1.125em;/* 16x1.125=18px */
}
a.whg:hover, a.whg:active{
	color: #666666;
	text-decoration: underline;
}
a.redchair:link, a.redchair:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em; /* 16x0.75=12px */
	color: #ec1d24;
	text-decoration: none;
}
a.redchair:hover, a.redchair:active{
	color: #ec1d24;
	text-decoration: underline;
}
a.nav:link, a.nav:visited {padding: 0 4px 0 4px;
   background: #000000; 
   color: #ffffff;
	font-size: 1.125em;/* 16x1.125=18px */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;}
a.nav:hover, a.nav:active {color: #ec1d24; background-color: #ffffff;}


/* tables */
td.divider {
	background: url(../images/divider.gif) center repeat-y;
}
td.headerfill {
	background: url(../images/header_fill.jpg) repeat-x;
}
td.graybox	{
	background: #e5e5e5;
	padding: 6px;
}
#wrapper {
	background: url(../images/border.png) repeat-y;
}