/* Business Furniture CSS */
/* basic elements */
body {
	background: #ffffff url(../images/bg.jpg) repeat-x fixed;
	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: #ee3a42;
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.125em;/* 16x1.125=18px */
	margin: 0;
}
h4 {
	color: #ee3a42;
	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: #ee3a42;
	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;
}

/* links */
a:link, a:visited{
	color: #ee3a42;
	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:#999999;
	text-decoration: none;
	line-height: 24px;
}
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: #ee3a42;
	text-decoration: none;
}
a.redchair:hover, a.redchair:active{
	color: #ee3a42;
	text-decoration: underline;
}

/* tables */
td.divider {
	background: url(../images/divider.gif) center repeat-y;
}
td.graybox	{
	background: #e5e5e5;
	padding: 6px;
}
#wrapper {
	background: url(../images/border.png) repeat-y;
}