body {
    font-family: arial,Tahoma,arial;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

/* Default Font Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 16px 0px 8px 0px;
}
h1 {
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #444444;
    margin: 0px;
    padding: 5px 10px 5px 6px;
    background-color: #f7f7f7;
}
h2 {
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #444444;
}
p, li, td {
    font-size: 13px;
}
p {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}
a, a:active, a:visited {
    color: #16486d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.med, .small {
  font-family: tahoma, arial, sans-serif;
}
.med {
  font-size: 13px;
}
.small {
  font-size: 11px;
}

/* Layout Styles */
.body-outer {
    padding: 5px;
    margin: 0px;

}
.body-content {
    margin: 0px;
    padding: 0px 5px 0px 10px;
}
.body-footer {
  font-size: 10px;
  color: #aaaaaa;
  padding: 0px 0px 4px 8px;
}
hr {
  color:#999999;
  height:1px;
  clear:both;
}

/* Home Page styles */
.hpImageBox {
    background-color: #fefefe;
    background-image: url(/images/hp_doublerocker.jpg);
    width: 600px;
    height: 460px;
    display: block;
    margin: 0px;
    padding: 0px;
}
.hpImageBox img {
	display: none;
	position: absolute;

}

/* Top Menu Styles */
a.tmenu, a.tmenu:active, a.tmenu:visited {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #777777;
}
a.tmenu:hover {
    color: #000000;
    text-decoration: none;
}

/* Left Menu Styles */
a.lmenu1, a.lmenu1:active, a.lmenu1:visited {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a.lmenu2, a.lmenu2:active, a.lmenu2:visited {
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  padding: 2px 2px 2px 6px;
}
a.lmenu2:hover {
/*  background-color: #f4f2ea; */
    background-color: #ffffff;
    text-decoration: none;
}
.lmenu1-box {
  padding: 4px 2px 4px 5px;
  margin: 0px;
/*  background-color: #f4f2ea; */
  background-color: #efefef;
  border-bottom: solid 1px #dedede;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  cursor: default;
}
.lmenu2-box {
  padding: 0px 0px 5px 0px;
  margin: 0px;
/*  background-color: #fbfaf7; */
  background-color: #f9f9f9;
}

/* Furniture Catalog */

a.gridLink, a.gridLink:active, a.gridLink:visited, a.gridLink:hover {
    font-family: arial, microsoft sans serif, tahoma, verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: black;
    text-decoration: none;
}

/* DTB Styles */
.bg_grid { 
    background-image: url(images/bg_grid.gif);
    border: solid 1px #444444;
}
.cube {
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 1px;
    display: inline;
}
.dtb-curve-body
{
    margin: 0px;
    padding: 16px 0px 2px 0px;
    text-align: center;
}
.dtb-config-body
{
    margin: 0px;
    padding: 0px 0px 16px 0px;
    text-align: center;
}
iframe {
    border: none;
}
.medText {
    font-size: 13px;
}
.smText {
    font-size: 11px;
}
a.dtbLinks, a.dtbLinks:active, a.dtbLinks:visited {
    font-family: arial, microsoft sans serif, tahoma, verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #004080;
    text-decoration: none;
}
a.dtbLinks:hover {
    color: #555555;
}

a.dtb-tool-title, a.dtb-tool-title:active, a.dtb-tool-title:visited {
    font-family: arial, microsoft sans serif, tahoma, verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #004080;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: center;
}
a.dtb-tool-title:hover {
    color: #555555;
}

.hdrSep {
    line-height: 16px;
    height: 16px;
    background-color: transparent;
}
#wrapper {
  position: relative;
  font-size: 0.7em;
  margin-right:auto;
  margin-left:auto;
}
.basic-list {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}
.basic-list ul {
  list-style: none;	/* removes list marker */
  padding: 0px;	/* removes left indent */
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.basic-list ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
.bold {
  font-weight: bold;
  line-height: 15px;
}

.dtb_config_item {
    font-size: 10px;
}