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

body {
  margin: 0;
  background: #6CB383 url(/images/layout/body_bg.jpg) top repeat-x;
}
body, th, td, label, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #990000;
}
a:hover {
  text-decoration: underline;
}

.clear_float {
  clear: both;
}


#wrapper {
  margin: 0 auto;
  width: 837px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}


/********* HEADER *********/
#header {
  width: 837px;
  height: 75px;
  background: #D2E5DC;
  /*background: #036E3B url(/images/layout/header_bg.jpg) right repeat-y;*/
}
h1 {
  margin: 0;
  width: 202px;
  height: 75px;
  float: left;
  background: url(/images/layout/logo.jpg);
}
h1 a {
  width: 202px;
  height: 75px;
  display: block;
  text-indent: -999em;
}
#header p {
  margin: 0;
  padding: 13px 3px 0 0;
  width: 632px;
  height: 62px;
  float: left;
  background: url(/images/layout/family_on_sofa.jpg) 210px 0 no-repeat;
  line-height: 28px;
  text-align: right;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #000000;
}
#header p span {
  font-size: 22px;
}


/********* MAIN NAV *********/
#nav {
  height: 30px;
  background: url(/images/layout/nav_bg.jpg);
}
#nav div {
  background: url(/images/layout/nav_bg_left.jpg) top left no-repeat;
}
#nav ul {
  margin: 0;
  padding: 0 0 0 199px;
  height: 30px;
  list-style: none;
  background: url(/images/layout/nav_bg_right.jpg) top right no-repeat;
}
#nav li {
  float: left;
  position: relative;
}
#nav li a {
  padding: 7px 17px 4px 16px;
  display: block;
  background: url(/images/layout/nav_bg_sep.jpg) top right no-repeat;
  color: #4D5241;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
#nav li.right a {
  padding-right: 0;
  background: none;
}
#nav li ul {
  margin: 0;
  padding: 0;
  height: auto;
  position: absolute;
  top: 29px;
  left: 0;
  border: 1px solid #000000;
  background: #489671;
  visibility: hidden;
  z-index: 10;
}
#nav li ul li {
  float: none;
  position: relative;
}
#nav li ul li a {
  padding: 3px 5px;
  background: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}
#nav li.right ul li a {
  padding-right: 5px;
}
#nav li ul li a:hover {
  background: #7EB59A;
  text-decoration: none;
}
#nav li ul li ul {
  top: 1px;
  left: 98%;
  z-index: 15;
}

#sub_showroom {
  width: 140px;
}
#nav li ul#sub_showroom li a {
  width: 130px;
}
#sub_aboutus {
  width: 100px;
}
#nav li ul#sub_aboutus li a {
  width: 90px;
}


/********* CONTENT WRAPPER *********/
#content_wrapper {
  padding: 0 3px;
  width: 831px;
}


/********* LEFT COLUMN *********/
#content_left_col {
  margin-bottom: 2px;
  padding: 5px 0;
  width: 204px;
  float: left;
  background: #F3F4F2;
  border: 1px solid #999999;
}
#content_left_col h3 {
  margin: 0;
  width: 203px;
  height: 23px;
  text-indent: -999em;
}
h3#our_creed {
  background: url(/images/layout/our_creed.jpg);
}
h3#guarantee {
  background: url(/images/layout/guarantee.jpg);
}
h3#vendors {
  background: url(/images/layout/vendors.jpg);
}
#content_left_col div.line {
  padding: 10px 0;
  width: 203px;
  height: 3px;
  font-size: 1px;
  background: url(/images/layout/left_col_sep.jpg) center no-repeat;
}
#content_left_col ol {
  margin: 0;
  padding: 0;
  width: 203px;
  height: 177px;
  background: url(/images/layout/our_creed_details.jpg);
}
#content_left_col ol li {
  display: none;
}
#content_left_col p {
  margin: 0;
  padding: 0 5px 4px 5px;
  font-size: 11px;
  color: #000000;
}
#content_left_col #vendors_holder {
  margin: 0 auto;
  width: 197px;
  height: 106px;
}
#content_left_col img {
  border: 1px solid #666666;
}


/********* MAIN CONTENT *********/
#content {
  padding-left: 3px;
  width: 622px;
  float: left;
}
#content #padding {
  padding: 10px;
}
#content p, #content label, #content th, #content td {
  color: #002413;
}
#content h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #990000;
  font-weight: normal;
}
#content p {
  margin: 0 0 12px 0;
}


/********* FOOTER *********/
#footer {
  margin: 0 auto;
  padding: 2px 0;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
}
#footer a {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
