/* 
    Document   : Section_Landing_Page
    Created on : Feb 17, 2010, 8:45:22 AM
    Author     : pvaessen
    Description:
        Purpose of the stylesheet follows.
*/

table.Body_Table
{
	border-collapse: collapse;
	margin: 10px 20px 10px 20px;
	padding: 0px 0px 0px 0px;
}

table.Body_Table th, table.Body_Table td
{
  font-family: Arial, sans-serif;
  color: #3a3a3a;
  font-size: 11px;
}

td
{
    border-right: 1px solid #e2e0c2;
    border-bottom: 1px solid #e2e0c2;
    border-left: 1px solid #e2e0c2;
    padding: 3px 5px 3px 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, Tahoma, Geneva, sans-serif;
}

.grad
{
    background: #e2e0c2;
}

.aBlk
{
    color: #000000;
    text-decoration: none;
}

#navbar
{
background: url('/furniture/design2010/images/bg_gradient_left_mainnav.png') repeat-y right top #B5121B;
border-top: 1px solid #B5121B;
border-bottom: 185px solid #B5121B;
}

#leftbar
{
    /*background:url('/furniture/design2010/images/bg_gradient_left_mainnav.png') repeat-y right top;*/
    background-color: #B5121B;
    height: 185px;
}

.Body_Copy
{
  display: block;
  float: left;
  width: 498px;
  background-color: #FFFFFF;
  margin: 0px;
  padding-bottom: 15px;
}

.Body_Copy h1
{
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #8c050b;
  padding-top: 15px;
  margin: 0px 20px 16px 20px;
  font-weight: normal;
}

.Body_Copy h2
{
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #3A3A3A;
  padding: 0px;
  margin: 0px 20px 20px 20px;
  font-weight: normal;
}

.Body_Copy h3
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #3A3A3A;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0px 10px 20px;
}

.Body_Copy p
{
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-left: 20px;
  color: #3A3A3A;
  margin: 0px 20px 10px 20px;
  padding-right: 20px;
  line-height: 14px;
  margin-top: 0px;
}

.Body_Copy a {
  text-decoration: underline;
  color: #8b050a;
}

.Body_Copy ul, .Body_Copy table ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 5px 20px 20px 60px;
}

.Body_Copy ul li, .Body_Copy table ul li
{
	background: url("/furniture/design2010/images/Landing_Page/Yellow_List_Bullet.gif") top left no-repeat;
	padding-left: 15px;
	margin-bottom: 1px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
}


