/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000;
	background: #fff;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

#site-bg {
  width: 100%;
  background: url('/images/site-bg.jpg');
  overflow: hidden;
}

#site {
  width: 765px;
  margin: 0 auto;
  background: url('/images/content-bg.jpg') top left repeat-y;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
}

#menu {
  width: 765px;
  height: 46px;
  background: url('/images/menu-bg.jpg') top left no-repeat;
  text-align: left;
}

#menu a {
  float: left;
  display: table-cell;
  height: 34px;
  margin-top: 4px;
}

#menu img {
  display: none;
}

a:link.menu-home, a:visited.menu-home {
  display: block;
  width: 74px;
  height: 34px;
  background: url('/images/menu/home.jpg') top left no-repeat;
}

a:hover.menu-home {
  background: url('/images/menu/home-over.jpg') top left no-repeat;
}

a:link.menu-living-room, a:visited.menu-living-room {
  display: block;
  width: 118px;
  height: 34px;
  background: url('/images/menu/living-room.jpg') top left no-repeat;
}

a:hover.menu-living-room {
  background: url('/images/menu/living-room-over.jpg') top left no-repeat;
}

a:link.menu-dining-room, a:visited.menu-dining-room {
  display: block;
  width: 120px;
  height: 34px;
  background: url('/images/menu/dining-room.jpg') top left no-repeat;
}

a:hover.menu-dining-room {
  background: url('/images/menu/dining-room-over.jpg') top left no-repeat;
}

a:link.menu-bedroom, a:visited.menu-bedroom {
  display: block;
  width: 97px;
  height: 34px;
  background: url('/images/menu/bedroom.jpg') top left no-repeat;
}

a:hover.menu-bedroom {
  background: url('/images/menu/bedroom-over.jpg') top left no-repeat;
}

a:link.menu-accessories, a:visited.menu-accessories {
  display: block;
  width: 122px;
  height: 34px;
  background: url('/images/menu/accessories.jpg') top left no-repeat;
}

a:hover.menu-accessories {
  background: url('/images/menu/accessories-over.jpg') top left no-repeat;
}

a:link.menu-directions, a:visited.menu-directions {
  display: block;
  width: 109px;
  height: 34px;
  background: url('/images/menu/directions.jpg') top left no-repeat;
}

a:hover.menu-directions {
  background: url('/images/menu/directions-over.jpg') top left no-repeat;
}

a:link.menu-contact-us, a:visited.menu-contact-us {
  display: block;
  width: 125px;
  height: 34px;
  background: url('/images/menu/contact-us.jpg') top left no-repeat;
}

a:hover.menu-contact-us {
  background: url('/images/menu/contact-us-over.jpg') top left no-repeat;
}

#content-wrap {
  width: 765px;
}

#content-left {
  float: left;
  width: 223px;
  text-align: right;
}

#content-left img {
  margin: 2px 0;
}

#content-left-logos {
  float: left;
  width: 219px;
  text-align: center;
}

#content-left-logos img {
  margin: 0;
  padding: 0;
}

#content-right {
  float: right;
  width: 541px;
  text-align: justify;
  text-justify: inter-word;
  font-size: 14px;
  border-left: 1px solid #fff;
  overflow: hidden;
}

#content-right-padding {
  margin: 5px 10px;
}

#content-right img, #content-right p {
  margin: 5px 10px;
}

#footer {
  clear: both;
  float: right;
  width: 541px;
  height: 25px;
  background: #a3cde6;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 15px;
  overflow: hidden;
}

#footer div {
  padding-top: 5px;
}

#footer a:link, #footer a:visited {
  margin: 0 6px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

#footer a:hover {
  color: #0d527f;
}

#copyright {
  display: table;
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

ul.left-row {
  list-style: none;
  width: 216px;
  height: 43px;
  margin: 0 5px 0 3px;
  padding: 0;
}

ul.left-row li {
  float: left;
  display: inline;
  width: 68px;
  height: 43px;
  margin: 2px;
}
