@charset "utf-8";
/* CSS Document */

body { margin-top:20px; background:#333; }

div#header { background:#fff; }
#homemain { background:#000 }
#homecontent { background:#000; }
div#content { background:url(../images/interior-content-bg.jpg) no-repeat bottom right #fff; padding-top:20px; }
div#shopcontent { background: #fff; padding-top:20px; }
div#sidebar { padding-right:0; background:#fff; position:relative; min-height:540px;  }
div#tallsidebar { padding-right:0; background:#fff; position:relative; min-height:540px; border-right: thin solid #734730;  } 
#homemain #sidebar { border:none; height:630px; }
#sidebar ul li, #tallsidebar ul li { list-style:none; }
#ad1 { position:absolute; bottom:10px; }
#tallrtcol { border-left: thin solid #734730; }

h1 { font-size: 1.5rem; }
h1.toppad { margin-top:20px; font-size: 1.5rem; }

hr.brown { border:#734730 solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;}
  
#ad-home { margin: 120px 0 40px 0 }
#ad { margin:40px 0 }

img.brands { margin:20px 0; }

div#footer { background:#000;  }
#footer p { color:#fff; font-size:80%; line-height:1; padding-top:20px; padding-bottom:5px; letter-spacing:1px; }
#footer p a { color:#fff; text-decoration:none }
#footer p a:hover { color:#fff; text-decoration:underline; }


